Prefer lib_SOURCES over unconditional AC_LIBOBJ.
[gnulib.git] / ChangeLog
1 2010-03-06  Bruno Haible  <bruno@clisp.org>
2
3         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
4         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
5         (Makefile.am): Augment lib_SOURCES instead.
6
7 2010-03-05  Simon Josefsson  <simon@josefsson.org>
8
9         * modules/exit (License): Relax license to LGPLv2+.
10         (Status): Mark as obsolete.
11         * NEWS: Mention deprecated 'exit' module.
12         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
13         of now obsolete 'exit'.
14
15 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
16
17         copy-acl: enhance Solaris ACL error handling
18         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
19         * lib/set-mode-acl.c (qset_acl): Likewise.
20
21 2010-03-02  Bruno Haible  <bruno@clisp.org>
22
23         spawn: Don't override the system defined values on FreeBSD 8.
24         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
25         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
26         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
27         if HAVE_POSIX_SPAWN is 1.
28         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
29
30 2010-03-01  Bruno Haible  <bruno@clisp.org>
31
32         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
33         regarding Automake.
34
35 2010-02-25  Bruno Haible  <bruno@clisp.org>
36
37         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
38         * gnulib-tool: Define 'echo' as a function only before the ksh alias
39         setting, not afterwards.
40         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
41
42 2010-02-24  Eric Blake  <eblake@redhat.com>
43
44         bootstrap, git-version-gen: use timestamp
45         * build-aux/git-version-gen (scriptversion): Force UTC.
46         * build-aux/bootstrap (scriptversion): New variable.
47
48         bootstrap: allow older git
49         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
50         older than 1.6.4.  Requested by the libvirt project.
51
52 2010-02-23  Eric Blake  <eblake@redhat.com>
53
54         warn-on-use: work with old autoconf
55         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
56         AS_VAR semantics of autoconf 2.60.
57         Reported by Bruno Haible.
58
59         bootstrap: improve some comments
60         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
61         clarification comments.
62
63         gettimeofday: provide correct function
64         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
65         when replacement is declared, otherwise provide gettimeofday.
66         Reported by Michael Goffioul.
67
68 2010-02-23  Jim Meyering  <meyering@redhat.com>
69
70         lib-ignore: relax license to "unlimited", not LGPLv2+
71         * modules/lib-ignore (License): Relax to "unlimited".
72
73 2010-02-23  Jim Meyering  <meyering@redhat.com>
74
75         lib-ignore: relax license to LGPLv2+
76         * modules/lib-ignore (License): Relax to LGPLv2+.
77
78 2010-02-22  Eric Blake  <eblake@redhat.com>
79
80         lseek: avoid bash 3.2 broken pipe bug
81         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
82         warning from bash 3.2.
83         Reported by Ben Pfaff, with analysis from Bruno Haible.
84
85         bootstrap: support non-FSF copyright holder
86         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
87         bootstrap.conf override of COPYRIGHT_HOLDER.
88         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
89
90         bootstrap: interoperate with gettext 0.14.1
91         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
92
93         bootstrap: allow for alternate submodule location
94         * build-aux/bootstrap (gnulib_path): New variable; use instead of
95         hardcoding submodule location.
96         (gnulib_mk): Allow direct use of Makefile.am.
97
98         bootstrap: use GNULIB_SRCDIR to reduce disk usage
99         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
100         rather than reconfiguring where the submodule points.
101
102         gettimeofday: restore support for platforms that lack function
103         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
104         replacement if function is missing.
105         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
106         * modules/sys_time (Makefile.am): Substitute it.
107         * lib/sys_time.in.h (gettimeofday): Check it.
108         Reported by Michael Goffioul.
109
110 2010-02-21  Bruno Haible  <bruno@clisp.org>
111
112         * lib/stdio.in.h (obstack_printf): Fix typo.
113
114 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
115
116         vc-list-files: use bzr ls's -R option
117         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
118         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
119
120 2010-02-21  Jim Meyering  <meyering@redhat.com>
121
122         init.sh: fix EXEEXT shims to work also for names like test-prog
123         * tests/init.sh: Re-exec a better shell, when needed.
124         If the current shell lacks support for posix $(...), an init.sh-using
125         test will now try to find a shell that supports that.  If EXEEXT is
126         nonempty, we also require support for hyphen-in-alias-name and shell
127         substitutions like ${var#glob}.  Failure to find such a shell results
128         in a skipped test.
129
130 2010-02-21  Bruno Haible  <bruno@clisp.org>
131
132         Really work around around "broken pipe" error message from bash 3.2.
133         * gnulib-tool (func_reset_sigpipe): Remove function.
134         (echo): In bash 3.2, define to a function that uses printf.
135         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
136
137 2010-02-20  Bruno Haible  <bruno@clisp.org>
138
139         Restore support for automake 1.9.6 with autoconf 2.61.
140         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
141         Reported by James Youngman <jay@gnu.org>.
142
143 2010-02-20  Bruno Haible  <bruno@clisp.org>
144
145         Improve *printf warning condition.
146         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
147         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
148         and the function is overridden due to SIGPIPE emulation.
149
150 2010-02-20  Bruno Haible  <bruno@clisp.org>
151
152         * lib/stdio.in.h: Tweak comments.
153
154 2010-02-19  Bruno Haible  <bruno@clisp.org>
155
156         Make it easier to find modules. New gnulib-tool option '--find'.
157         * gnulib-tool: New option --find.
158         (func_usage): Document it.
159         (func_sanitize_modulelist): New function, extracted from
160         func_all_modules.
161         (func_all_modules): Invoke it.
162         * doc/gnulib-tool.texi (Which modules?): New node.
163
164 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
165
166         * lib/sys_select.in.h: Provide select replacement even if
167         sys/select.h exists on a system, for Interix.
168
169 2010-02-18  Jim Meyering  <meyering@redhat.com>
170
171         init.sh: don't use $(...) just yet
172         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
173         to accommodate e.g., Solaris' /bin/sh.
174
175 2010-02-17  Bruno Haible  <bruno@clisp.org>
176
177         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
178         Reported by Ludovic Courtès <ludo@gnu.org>.
179
180 2010-02-16  Simon Josefsson  <simon@josefsson.org>
181
182         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
183         linking with -lintl.
184
185 2010-02-17  Simon Josefsson  <simon@josefsson.org>
186
187         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
188         if not provided by the system's netdb.h.  Reported by
189         ludo@gnu.org (Ludovic Courtès).
190
191 2010-02-15  Jim Meyering  <meyering@redhat.com>
192
193         init.sh: improve portability and efficiency
194         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
195         "dummy" in a for loop.
196         Use '!', not '^' to select the complement of a character set used
197         in a "case" statement.
198         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
199         Suggestions from Eric Blake.
200
201         init.sh: automatically accommodate programs with the .exe suffix
202         Automatically arrange for an invocation of "prog" to execute the
203         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
204         may use the simpler "prog", yet still work when built on a system
205         that requires specifying the added suffix.
206         Do this by constructing a function named "prog" that invokes
207         "prog.exe" for each .exe file in selected directories.
208         * tests/init.sh (find_exe_basenames_): New function.
209         (create_exe_shim_functions_): New function.
210         (path_prepend_): Use it.
211
212         maint.mk: mark syntax-check sc_*.m rules as .PHONY
213         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
214         "make -t syntax-check" doesn't create a ton of sc_*.m files.
215
216 2010-02-14  Jim Meyering  <meyering@redhat.com>
217
218         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
219         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
220         (sc_prohibit_hash_pjw_without_use): New rule.
221
222         maint.mk: allow the default upload destination dir to be overridden
223         * top/maint.mk (upload_dest_dir_): Define with a default that
224         preserves the status quo.
225         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
226         Reported by Peter Simons.
227
228         maint.mk: prohibit inclusion of "hash.h" without_use
229         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
230
231 2010-02-10  Jim Meyering  <meyering@redhat.com>
232
233         maint.mk: prohibit inclusion of "ignore-value.h" without_use
234         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
235
236 2010-02-09  Eric Blake  <ebb9@byu.net>
237         and Bruno Haible  <bruno@clisp.org>
238
239         obstack-printf-posix: ensure declaration
240         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
241         extracted from gl_FUNC_OBSTACK_PRINTF.
242         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
243         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
244         Likewise.
245         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
246         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
247         0.
248
249 2010-02-08  Bruno Haible  <bruno@clisp.org>
250
251         gnulib-tool: Fix typo in 2010-02-07 commit.
252         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
253         Reported by Eric Blake.
254
255 2010-02-07  Bruno Haible  <bruno@clisp.org>
256
257         gnulib-tool: Fix up caching patches.
258         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
259         option --no-cache. Use associative arrays when supported by the shell.
260         (sed_comments): New variable.
261         (modcache): Renamed from do_cache.
262         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
263         abbreviate unnecessarily.
264         (have_associative): New variable.
265         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
266         way also for ksh and zsh.
267         (func_init_sed_convert_to_cache_statements): New function, extracted
268         from func_cache_lookup_module. Add support for associative arrays.
269         Don't set the c_MODULE_cached variable here. Ignore all lines before
270         the first field header. Remove only the final newline, not all trailing
271         newlines. Support empty fields correctly. Limit the use of 'eval' to
272         assignments.
273         (func_get_description, func_get_status, func_get_notice,
274         func_get_applicability, func_get_filelist, func_get_dependencies,
275         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
276         func_get_automake_snippet, func_get_include_directive,
277         func_get_link_directive, func_get_license, func_get_maintainer):
278         Update documentation. List the unoptimized code first. Add support for
279         associative arrays. Limit the use of 'eval' to assignments.
280         (func_get_applicability): Undo stylistic pessimisations.
281         (func_get_automake_snippet, func_get_include_directive): Reduce code
282         duplication.
283         (func_modules_transitive_closure, func_modules_add_dummy,
284         func_modules_notice, func_modules_to_filelist, func_add_file,
285         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
286         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
287         func_create_testdir, func_create_megatestdir): Update documentation.
288
289 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
290
291         * gnulib-tool (func_cache_lookup_module): Store the module name
292         belonging to the cache variable; error out if two different
293         module names map to the same cache variable name.
294
295 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
296
297         gnulib-tool: Make caching optional.
298         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
299         Update matching short versions of --no-changelog.
300         (func_usage): Update.
301         (sed_extract_cache_prog): Renamed from ...
302         (sed_extract_prog): ... this; revert to old extraction script.
303         (func_get_description, func_get_status)
304         (func_get_notice, func_get_applicability, func_get_filelist)
305         (func_get_dependencies, func_get_autoconf_early_snippet)
306         (func_get_autoconf_snippet, func_get_automake_snippet)
307         (func_get_include_directive, func_get_link_directive)
308         (func_get_license, func_get_maintainer): If $do_cache is false,
309         use old, non-caching extraction scripts.
310         Suggestion by Bruno Haible.
311
312 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313
314         gnulib-tool: cache module metainformation.
315         * gnulib-tool (sed_extract_prog): Match newline before each
316         header, and rewrite header to a shell variable suffix.
317         (func_cache_var, func_cache_lookup_module): New functions,
318         to turn a module name into a cache variable prefix, and to
319         look up and cache module metainformation.
320         (func_get_description, func_get_status)
321         (func_get_notice, func_get_applicability, func_get_filelist)
322         (func_get_dependencies, func_get_autoconf_early_snippet)
323         (func_get_autoconf_snippet, func_get_automake_snippet)
324         (func_get_include_directive, func_get_link_directive)
325         (func_get_license, func_get_maintainer): Use
326         func_cache_lookup_module.
327
328 2010-02-07  Bruno Haible  <bruno@clisp.org>
329
330         fnctl: Fix missing dependency.
331         * modules/fcntl (Depends-on): Add getdtablesize.
332         Reported by John W. Eaton <jwe@gnu.org>.
333
334 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
335
336         Argp: fix recognition of short alias options.
337
338         * lib/argp-parse.c (convert_options): Fix improper use of
339         `|' between character values.
340         * tests/test-argp.c (group1_option): New alias option
341         --read (-r).
342         (group1_parser): Special handling for 'r'.
343         (test15): New test case.
344         (test_fun): Add test15.
345         * tests/test-argp-2.sh: Update expected --help and --usage
346         outputs.
347
348 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
349
350         * tests/test-argp.c: Fix indentation.
351
352 2010-02-04  Eric Blake  <ebb9@byu.net>
353
354         gettimeofday: expose type of second argument
355         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
356         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
357         * tests/test-gettimeofday.c: Use it to silence warning.
358         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
359         the issue.
360
361 2010-02-03  Jim Meyering  <meyering@redhat.com>
362
363         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
364         * lib/regcomp.c (TYPE_SIGNED): Define.
365         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
366
367         regcomp.c: avoid a new -Wshadow warning
368         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
369
370 2010-02-01  Jim Meyering  <meyering@redhat.com>
371
372         removing useless parentheses in cpp #define directives
373         For motivation, see commit c0221df4, "define STREQ(a,b)
374         consistently, removing useless parentheses"
375         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
376         * lib/mountlist.c (MNT_IGNORE): Likewise.
377         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
378
379 2010-02-01  Eric Blake  <ebb9@byu.net>
380
381         sys_time: use link-warning
382         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
383         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
384         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
385         * modules/sys_time (Depends-on): Add warn-on-use.
386         (Makefile.am): Always build replacement.
387         (configure.ac): Update substitutions.
388         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
389         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
390         bother with SYS_TIME_H.
391         * modules/gettimeofday (configure.ac): Declare indicator.
392         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
393         in use.
394
395         closein-tests: silence compiler warning
396         * tests/test-closein.c (main): Ignore fread result.
397         * modules/closein-tests (Depends-on): Add ignore-value.
398
399         tests: silence warning about system return
400         * tests/test-areadlink-with-size.c (main): Ignore system result.
401         * tests/test-areadlink.c (main): Likewise.
402         * tests/test-areadlinkat-with-size.c (main): Likewise.
403         * tests/test-areadlinkat.c (main): Likewise.
404         * tests/test-canonicalize-lgpl.c (main): Likewise.
405         * tests/test-canonicalize.c (main): Likewise.
406         * tests/test-chown.c (main): Likewise.
407         * tests/test-fchownat.c (main): Likewise.
408         * tests/test-fdutimensat.c (main): Likewise.
409         * tests/test-fstatat.c (main): Likewise.
410         * tests/test-futimens.c (main): Likewise.
411         * tests/test-lchown.c (main): Likewise.
412         * tests/test-link.c (main): Likewise.
413         * tests/test-linkat.c (main): Likewise.
414         * tests/test-lstat.c (main): Likewise.
415         * tests/test-mkdir.c (main): Likewise.
416         * tests/test-mkdirat.c (main): Likewise.
417         * tests/test-mkfifo.c (main): Likewise.
418         * tests/test-mkfifoat.c (main): Likewise.
419         * tests/test-mknod.c (main): Likewise.
420         * tests/test-readlink.c (main): Likewise.
421         * tests/test-remove.c (main): Likewise.
422         * tests/test-rename.c (main): Likewise.
423         * tests/test-renameat.c (main): Likewise.
424         * tests/test-rmdir.c (main): Likewise.
425         * tests/test-symlink.c (main): Likewise.
426         * tests/test-symlinkat.c (main): Likewise.
427         * tests/test-unlink.c (main): Likewise.
428         * tests/test-unlinkat.c (main): Likewise.
429         * tests/test-utimens.c (main): Likewise.
430         * tests/test-utimensat.c (main): Likewise.
431         * modules/areadlink-tests (Depends-on): Add ignore-value.
432         * modules/areadlink-with-size-tests (Depends-on): Likewise.
433         * modules/areadlinkat-tests (Depends-on): Likewise.
434         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
435         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
436         * modules/canonicalize-tests (Depends-on): Likewise.
437         * modules/chown-tests (Depends-on): Likewise.
438         * modules/fdutimensat-tests (Depends-on): Likewise.
439         * modules/futimens-tests (Depends-on): Likewise.
440         * modules/lchown-tests (Depends-on): Likewise.
441         * modules/link-tests (Depends-on): Likewise.
442         * modules/linkat-tests (Depends-on): Likewise.
443         * modules/lstat-tests (Depends-on): Likewise.
444         * modules/mkdir-tests (Depends-on): Likewise.
445         * modules/mkfifo-tests (Depends-on): Likewise.
446         * modules/mkfifoat-tests (Depends-on): Likewise.
447         * modules/mknod-tests (Depends-on): Likewise.
448         * modules/openat-tests (Depends-on): Likewise.
449         * modules/readlink-tests (Depends-on): Likewise.
450         * modules/remove-tests (Depends-on): Likewise.
451         * modules/rename-tests (Depends-on): Likewise.
452         * modules/renameat-tests (Depends-on): Likewise.
453         * modules/rmdir-tests (Depends-on): Likewise.
454         * modules/symlink-tests (Depends-on): Likewise.
455         * modules/symlinkat-tests (Depends-on): Likewise.
456         * modules/unlink-tests (Depends-on): Likewise.
457         * modules/utimens-tests (Depends-on): Likewise.
458         * modules/utimensat-tests (Depends-on): Likewise.
459
460 2010-01-31  Bruno Haible  <bruno@clisp.org>
461
462         Perform the same test for many <math.h> functions.
463         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
464         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
465         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
466         of gl_MATHFUNC.
467         * modules/acos (configure.ac): Likewise.
468         * modules/asin (configure.ac): Likewise.
469         * modules/atan (configure.ac): Likewise.
470         * modules/atan2 (configure.ac): Likewise.
471         * modules/cbrt (configure.ac): Likewise.
472         * modules/copysign (configure.ac): Likewise.
473         * modules/cos (configure.ac): Likewise.
474         * modules/cosh (configure.ac): Likewise.
475         * modules/erf (configure.ac): Likewise.
476         * modules/erfc (configure.ac): Likewise.
477         * modules/exp (configure.ac): Likewise.
478         * modules/fmod (configure.ac): Likewise.
479         * modules/hypot (configure.ac): Likewise.
480         * modules/j0 (configure.ac): Likewise.
481         * modules/j1 (configure.ac): Likewise.
482         * modules/jn (configure.ac): Likewise.
483         * modules/lgamma (configure.ac): Likewise.
484         * modules/log (configure.ac): Likewise.
485         * modules/log10 (configure.ac): Likewise.
486         * modules/log1p (configure.ac): Likewise.
487         * modules/pow (configure.ac): Likewise.
488         * modules/remainder (configure.ac): Likewise.
489         * modules/sin (configure.ac): Likewise.
490         * modules/sinh (configure.ac): Likewise.
491         * modules/tan (configure.ac): Likewise.
492         * modules/tanh (configure.ac): Likewise.
493         * modules/y0 (configure.ac): Likewise.
494         * modules/y1 (configure.ac): Likewise.
495         * modules/yn (configure.ac): Likewise.
496         Suggested by Paolo Bonzini.
497
498 2010-01-31  Bruno Haible  <bruno@clisp.org>
499
500         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
501
502 2010-01-31  Bruno Haible  <bruno@clisp.org>
503
504         Work around getdelim() bug on FreeBSD 8.0.
505         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
506         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
507         not work.
508         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
509         is 1.
510         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
511         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
512         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
513         a non-zero size.
514         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
515
516 2010-01-31  Bruno Haible  <bruno@clisp.org>
517
518         Work around getline() bug on FreeBSD 8.0.
519         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
520         and a non-zero size.
521         * tests/test-getline.c (main): Likewise.
522         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
523         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
524
525 2010-01-28  Eric Blake  <ebb9@byu.net>
526
527         regex: fix build failure
528         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
529         platforms.
530
531 2010-01-28  Jim Meyering  <meyering@redhat.com>
532
533         regex: do not ignore memory allocation failure
534         * lib/regex_internal.c (create_cd_newstate): Detect
535         re_node_set_init_copy failure.   Extracted from glibc commit
536         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
537
538         regex: sync more white-space changes from libc
539         * lib/regex_internal.c: White-space only changes.
540         * lib/regexec.c: Likewise.
541
542         regex: add many uses of __attribute_warn_unused_result__
543         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
544         * lib/regexec.c: Likewise.
545         Extracted from a messy glibc commit.
546
547         regcomp.c: spelling and merge-artifact from glibc
548         * lib/regcomp.c: Merge remainder of glibc's
549         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
550
551         regcomp.c: sync white-space changes from glibc
552         * lib/regcomp.c: Merge to accommodate white space
553         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
554
555         regcomp.c: do not ignore internal return values
556         * lib/regcomp.c: Do not ignore internal return values.
557         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
558         but without its white-space changes and spelling fixes.
559
560         regex_internal.h: define __attribute_warn_unused_result__
561         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
562
563         maint: add a syntax-check rule to check for vulnerable Makefile.in
564         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
565
566 2010-01-27  Jim Meyering  <meyering@redhat.com>
567
568         ncftpput-ftp: clean up spaces
569         * build-aux/ncftpput-ftp: Make Copyright line consistent.
570         Remove trailing blanks.
571
572 2010-01-27  Simon Josefsson  <simon@josefsson.org>
573
574         * build-aux/git-version-gen: Fix copyright statement.
575         * build-aux/gnupload: Likewise.
576         * tests/test-arcfour.c: Likewise.
577         * tests/test-arctwo.c: Likewise.
578         * tests/test-count-one-bits.c: Likewise.
579         * tests/test-crc.c: Likewise.
580         * tests/test-des.c: Likewise.
581         * tests/test-gc-arcfour.c: Likewise.
582         * tests/test-gc-arctwo.c: Likewise.
583         * tests/test-gc-des.c: Likewise.
584         * tests/test-gc-hmac-md5.c: Likewise.
585         * tests/test-gc-hmac-sha1.c: Likewise.
586         * tests/test-gc-md2.c: Likewise.
587         * tests/test-gc-md4.c: Likewise.
588         * tests/test-gc-md5.c: Likewise.
589         * tests/test-gc-pbkdf2-sha1.c: Likewise.
590         * tests/test-gc-rijndael.c: Likewise.
591         * tests/test-gc-sha1.c: Likewise.
592         * tests/test-gc.c: Likewise.
593         * tests/test-gethostname.c: Likewise.
594         * tests/test-gettimeofday.c: Likewise.
595         * tests/test-hash.c: Likewise.
596         * tests/test-hmac-md5.c: Likewise.
597         * tests/test-hmac-sha1.c: Likewise.
598         * tests/test-md2.c: Likewise.
599         * tests/test-md4.c: Likewise.
600         * tests/test-md5.c: Likewise.
601         * tests/test-memchr.c: Likewise.
602         * tests/test-memchr2.c: Likewise.
603         * tests/test-memcmp.c: Likewise.
604         * tests/test-memmem.c: Likewise.
605         * tests/test-memrchr.c: Likewise.
606         * tests/test-rawmemchr.c: Likewise.
607         * tests/test-read-file.c: Likewise.
608         * tests/test-rijndael.c: Likewise.
609         * tests/test-sockets.c: Likewise.
610         * tests/test-strchrnul.c: Likewise.
611         * tests/test-strstr.c: Likewise.
612         * tests/test-strtod.c: Likewise.
613         * build-aux/ncftpput-ftp: Likewise.
614
615 2010-01-26  Eric Blake  <ebb9@byu.net>
616
617         ignore-value: update recommended header name
618         * modules/ignore-value (Include): Only use <> for headers that
619         exist in glibc.
620
621 2010-01-26  Jim Meyering  <meyering@redhat.com>
622
623         test-userspec.c: avoid compiler warnings
624         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
625         and "initialization discards qualifiers..." warnings.
626         Put the first "uid" in its own scope, and make char* members "const".
627
628 2010-01-25  Bruno Haible  <bruno@clisp.org>
629
630         gnulib-tool: Make warning diagnostics consistent.
631         * gnulib-tool (func_warning): New function.
632         Use it everywhere where gnulib-tool produces output to stderr and it is
633         not a fatal error.
634
635 2010-01-25  Bruno Haible  <bruno@clisp.org>
636
637         Fix test dependencies.
638         * modules/xstrtol-tests (Depends-on): Add inttypes.
639         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
640
641 2010-01-25 Pádraig Brady <P@draigBrady.com>
642
643         syntax-check: detect incorrect boolean macro values in config.h
644         * modules/maintainer-makefile (configure.ac): Parameterize the location
645         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
646         The logic is from Eric Blake and the location indicated by Jim Meyering.
647         Note the more natural CONFIG_HEADER name is prohibited by automake
648         for backwards compatibility reasons.
649         * top/maint.mk (sc_Wundef_boolean): New rule.
650
651 2010-01-25  Jim Meyering  <meyering@redhat.com>
652
653         bootstrap: detect MacOS 10.6's shasum, too
654         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
655         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
656
657 2010-01-23  Jim Meyering  <meyering@redhat.com>
658
659         xstrtoll: new module
660         * modules/xstrtoll: New file.
661         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
662         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
663         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
664         ./configure fails if you use this module and lack "long long".
665         * modules/xstrtoll-tests: New module.
666         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
667         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
668         new init.sh-based test framework.
669
670 2010-01-24  Bruno Haible  <bruno@clisp.org>
671
672         Tests for module 'yn'.
673         * modules/yn-tests: New file.
674         * tests/test-yn.c: New file.
675
676         Tests for module 'y1'.
677         * modules/y1-tests: New file.
678         * tests/test-y1.c: New file.
679
680         Tests for module 'y0'.
681         * modules/y0-tests: New file.
682         * tests/test-y0.c: New file.
683
684         Tests for module 'tanh'.
685         * modules/tanh-tests: New file.
686         * tests/test-tanh.c: New file.
687
688         Tests for module 'tan'.
689         * modules/tan-tests: New file.
690         * tests/test-tan.c: New file.
691
692         Tests for module 'sqrt'.
693         * modules/sqrt-tests: New file.
694         * tests/test-sqrt.c: New file.
695
696         Tests for module 'sinh'.
697         * modules/sinh-tests: New file.
698         * tests/test-sinh.c: New file.
699
700         Tests for module 'sin'.
701         * modules/sin-tests: New file.
702         * tests/test-sin.c: New file.
703
704         Tests for module 'rint'.
705         * modules/rint-tests: New file.
706         * tests/test-rint.c: New file.
707
708         Tests for module 'remainder'.
709         * modules/remainder-tests: New file.
710         * tests/test-remainder.c: New file.
711
712         Tests for module 'pow'.
713         * modules/pow-tests: New file.
714         * tests/test-pow.c: New file.
715
716         Tests for module 'nextafter'.
717         * modules/nextafter-tests: New file.
718         * tests/test-nextafter.c: New file.
719
720         Tests for module 'modf'.
721         * modules/modf-tests: New file.
722         * tests/test-modf.c: New file.
723
724         Tests for module 'logb'.
725         * modules/logb-tests: New file.
726         * tests/test-logb.c: New file.
727
728         Tests for module 'log1p'.
729         * modules/log1p-tests: New file.
730         * tests/test-log1p.c: New file.
731
732         Tests for module 'log10'.
733         * modules/log10-tests: New file.
734         * tests/test-log10.c: New file.
735
736         Tests for module 'log'.
737         * modules/log-tests: New file.
738         * tests/test-log.c: New file.
739
740         Tests for module 'lgamma'.
741         * modules/lgamma-tests: New file.
742         * tests/test-lgamma.c: New file.
743
744         Tests for module 'ldexp'.
745         * modules/ldexp-tests: New file.
746         * tests/test-ldexp.c: New file.
747
748         Tests for module 'jn'.
749         * modules/jn-tests: New file.
750         * tests/test-jn.c: New file.
751
752         Tests for module 'j1'.
753         * modules/j1-tests: New file.
754         * tests/test-j1.c: New file.
755
756         Tests for module 'j0'.
757         * modules/j0-tests: New file.
758         * tests/test-j0.c: New file.
759
760         Tests for module 'hypot'.
761         * modules/hypot-tests: New file.
762         * tests/test-hypot.c: New file.
763
764         Tests for module 'fmod'.
765         * modules/fmod-tests: New file.
766         * tests/test-fmod.c: New file.
767
768         Tests for module 'fabs'.
769         * modules/fabs-tests: New file.
770         * tests/test-fabs.c: New file.
771
772         Tests for module 'exp'.
773         * modules/exp-tests: New file.
774         * tests/test-exp.c: New file.
775
776         Tests for module 'erfc'.
777         * modules/erfc-tests: New file.
778         * tests/test-erfc.c: New file.
779
780         Tests for module 'erf'.
781         * modules/erf-tests: New file.
782         * tests/test-erf.c: New file.
783
784         Tests for module 'cosh'.
785         * modules/cosh-tests: New file.
786         * tests/test-cosh.c: New file.
787
788         Tests for module 'cos'.
789         * modules/cos-tests: New file.
790         * tests/test-cos.c: New file.
791
792         Tests for module 'copysign'.
793         * modules/copysign-tests: New file.
794         * tests/test-copysign.c: New file.
795
796         Tests for module 'cbrt'.
797         * modules/cbrt-tests: New file.
798         * tests/test-cbrt.c: New file.
799
800         Tests for module 'atan2'.
801         * modules/atan2-tests: New file.
802         * tests/test-atan2.c: New file.
803
804         Tests for module 'atan'.
805         * modules/atan-tests: New file.
806         * tests/test-atan.c: New file.
807
808         Tests for module 'asin'.
809         * modules/asin-tests: New file.
810         * tests/test-asin.c: New file.
811
812         Tests for module 'acos'.
813         * modules/acos-tests: New file.
814         * tests/test-acos.c: New file.
815
816 2010-01-24  Bruno Haible  <bruno@clisp.org>
817
818         Fix tests for common <math.h> functions.
819         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
820         code snippet that references the function pointer, rather than merely
821         calling the function. Substitute the FUNC_LIBM variable.
822         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
823         * modules/acos (configure.ac): Likewise.
824         * modules/asin (configure.ac): Likewise.
825         * modules/atan (configure.ac): Likewise.
826         * modules/atan2 (configure.ac): Likewise.
827         * modules/cbrt (configure.ac): Likewise.
828         * modules/copysign (configure.ac): Likewise.
829         * modules/cos (configure.ac): Likewise.
830         * modules/cosh (configure.ac): Likewise.
831         * modules/erf (configure.ac): Likewise.
832         * modules/erfc (configure.ac): Likewise.
833         * modules/exp (configure.ac): Likewise.
834         * modules/fabs (configure.ac): Likewise.
835         * modules/fmod (configure.ac): Likewise.
836         * modules/hypot (configure.ac): Likewise.
837         * modules/j0 (configure.ac): Likewise.
838         * modules/j1 (configure.ac): Likewise.
839         * modules/jn (configure.ac): Likewise.
840         * modules/ldexp (configure.ac): Likewise.
841         * modules/lgamma (configure.ac): Likewise.
842         * modules/log (configure.ac): Likewise.
843         * modules/log10 (configure.ac): Likewise.
844         * modules/log1p (configure.ac): Likewise.
845         * modules/logb (configure.ac): Likewise.
846         * modules/modf (configure.ac): Likewise.
847         * modules/nextafter (configure.ac): Likewise.
848         * modules/pow (configure.ac): Likewise.
849         * modules/remainder (configure.ac): Likewise.
850         * modules/rint (configure.ac): Likewise.
851         * modules/sin (configure.ac): Likewise.
852         * modules/sinh (configure.ac): Likewise.
853         * modules/tan (configure.ac): Likewise.
854         * modules/tanh (configure.ac): Likewise.
855         * modules/y0 (configure.ac): Likewise.
856         * modules/y1 (configure.ac): Likewise.
857         * modules/yn (configure.ac): Likewise.
858
859 2010-01-24  Bruno Haible  <bruno@clisp.org>
860
861         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
862         * tests/test-acosl.c (x): New variable.
863         (main): Store argument in x and fetch it from x.
864         * tests/test-asinl.c (x): New variable.
865         (main): Store argument in x and fetch it from x.
866         * tests/test-atanl.c (x): New variable.
867         (main): Store argument in x and fetch it from x.
868         * tests/test-cosl.c (x): New variable.
869         (main): Store argument in x and fetch it from x.
870         * tests/test-expl.c (x): New variable.
871         (main): Store argument in x and fetch it from x.
872         * tests/test-logl.c (x): New variable.
873         (main): Store argument in x and fetch it from x.
874         * tests/test-sinl.c (x): New variable.
875         (main): Store argument in x and fetch it from x.
876         * tests/test-sqrtl.c (x): New variable.
877         (main): Store argument in x and fetch it from x.
878         * tests/test-tanl.c (x): New variable.
879         (main): Store argument in x and fetch it from x.
880
881 2010-01-24  Bruno Haible  <bruno@clisp.org>
882
883         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
884         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
885         assignments to the initial TESTS_ENVIRONMENT.
886         * doc/gnulib.texi (Unit test modules): Document it.
887         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
888         TESTS_ENVIRONMENT.
889         * modules/btowc-tests (Makefile.am): Likewise.
890         * modules/c-stack-tests (Makefile.am): Likewise.
891         * modules/c-strcase-tests (Makefile.am): Likewise.
892         * modules/copy-file-tests (Makefile.am): Likewise.
893         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
894         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
895         * modules/mbrtowc-tests (Makefile.am): Likewise.
896         * modules/mbscasecmp-tests (Makefile.am): Likewise.
897         * modules/mbscasestr-tests (Makefile.am): Likewise.
898         * modules/mbschr-tests (Makefile.am): Likewise.
899         * modules/mbscspn-tests (Makefile.am): Likewise.
900         * modules/mbsinit-tests (Makefile.am): Likewise.
901         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
902         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
903         * modules/mbspbrk-tests (Makefile.am): Likewise.
904         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
905         * modules/mbsrchr-tests (Makefile.am): Likewise.
906         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
907         * modules/mbsspn-tests (Makefile.am): Likewise.
908         * modules/mbsstr-tests (Makefile.am): Likewise.
909         * modules/nl_langinfo-tests (Makefile.am): Likewise.
910         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
911         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
912         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
913         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
914         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
915         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
916         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
917         * modules/wcrtomb-tests (Makefile.am): Likewise.
918         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
919         * modules/wcsrtombs-tests (Makefile.am): Likewise.
920         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
921         assignments from TESTS_ENVIRONMENT.
922         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
923         augmentation.
924         * modules/argp-version-etc-tests (Makefile.am): Likewise.
925         * modules/atexit-tests (Makefile.am): Likewise.
926         * modules/binary-io-tests (Makefile.am): Likewise.
927         * modules/closein-tests (Makefile.am): Likewise.
928         * modules/dprintf-posix-tests (Makefile.am): Likewise.
929         * modules/exclude-tests (Makefile.am): Likewise.
930         * modules/fflush-tests (Makefile.am): Likewise.
931         * modules/fpending-tests (Makefile.am): Likewise.
932         * modules/fprintf-posix-tests (Makefile.am): Likewise.
933         * modules/freadahead-tests (Makefile.am): Likewise.
934         * modules/freadptr-tests (Makefile.am): Likewise.
935         * modules/freadseek-tests (Makefile.am): Likewise.
936         * modules/fseek-tests (Makefile.am): Likewise.
937         * modules/fseeko-tests (Makefile.am): Likewise.
938         * modules/ftell-tests (Makefile.am): Likewise.
939         * modules/ftello-tests (Makefile.am): Likewise.
940         * modules/idpriv-drop-tests (Makefile.am): Likewise.
941         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
942         * modules/lseek-tests (Makefile.am): Likewise.
943         * modules/parse-duration-tests (Makefile.am): Likewise.
944         * modules/perror-tests (Makefile.am): Likewise.
945         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
946         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
947         * modules/pipe-tests (Makefile.am): Likewise.
948         * modules/pread-tests (Makefile.am): Likewise.
949         * modules/printf-posix-tests (Makefile.am): Likewise.
950         * modules/select-tests (Makefile.am): Likewise.
951         * modules/sigpipe-tests (Makefile.am): Likewise.
952         * modules/tsearch-tests (Makefile.am): Likewise.
953         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
954         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
955         * modules/uniname/uniname-tests (Makefile.am): Likewise.
956         * modules/uniwidth/width-tests (Makefile.am): Likewise.
957         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
958         * modules/version-etc-tests (Makefile.am): Likewise.
959         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
960         * modules/vprintf-posix-tests (Makefile.am): Likewise.
961         * modules/xalloc-die-tests (Makefile.am): Likewise.
962         * modules/xprintf-posix-tests (Makefile.am): Likewise.
963         * modules/xstrtoimax-tests (Makefile.am): Likewise.
964         * modules/xstrtol-tests (Makefile.am): Likewise.
965         * modules/xstrtoumax-tests (Makefile.am): Likewise.
966         * modules/yesno-tests (Makefile.am): Likewise.
967         Suggested by Jim Meyering.
968
969 2010-01-24  Bruno Haible  <bruno@clisp.org>
970
971         More documentation.
972         * doc/gnulib.texi (Writing modules): New chapter.
973         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
974         the new chapter.
975
976 2010-01-24  Jim Meyering  <meyering@redhat.com>
977
978         maint.mk: do not prepend "./" after filtering
979         * top/maint.mk (_prepend_srcdir_prefix): New variable
980         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
981         "./" when $(srcdir) is ".".
982
983         define STREQ(a,b) consistently, removing useless parentheses
984         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
985         since the only risk is that "a" or "b" contains an unparenthesized
986         comma, but if either did that, STREQ would have 3 or more arguments.
987         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
988         * lib/fts.c (STREQ): Remove unnecessary parentheses.
989         * lib/hash-triple.c (STREQ): Likewise.
990         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
991         * lib/getugroups.c (STREQ): Likewise.
992
993 2010-01-23  Jim Meyering  <meyering@redhat.com>
994
995         maint.mk: fix syntax-check in a non-srcdir build directory
996         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
997         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
998
999 2010-01-22  Jim Meyering  <meyering@redhat.com>
1000
1001         userspec: add unit tests
1002         * tests/test-userspec.c: New file.
1003         * modules/userspec-tests: Likewise.
1004
1005 2010-01-21  Jim Meyering  <meyering@redhat.com>
1006
1007         maint.mk: handle source file names containing "." robustly
1008         * top/maint.mk (_dot_escaped_srcdir): Define.
1009         (VC_LIST): Use it in LHS of sed substitution.
1010
1011 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
1012
1013         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
1014         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
1015         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
1016         from a non-srcdir build.
1017
1018 2010-01-20  Eric Blake  <ebb9@byu.net>
1019
1020         warn-on-use: use instead of link-warning
1021         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
1022         * modules/unistd (Depends-on, Makefile.am): Likewise.
1023         * modules/arpa_inet (Depends-on): Replace link-warning with
1024         warn-on-use.
1025         (Makefile.am): Update rules accordingly.
1026         * modules/ctype (Depends-on, Makefile.am): Likewise.
1027         * modules/dirent (Depends-on, Makefile.am): Likewise.
1028         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
1029         * modules/inttypes (Depends-on, Makefile.am): Likewise.
1030         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1031         * modules/locale (Depends-on, Makefile.am): Likewise.
1032         * modules/math (Depends-on, Makefile.am): Likewise.
1033         * modules/search (Depends-on, Makefile.am): Likewise.
1034         * modules/signal (Depends-on, Makefile.am): Likewise.
1035         * modules/spawn (Depends-on, Makefile.am): Likewise.
1036         * modules/stdlib (Depends-on, Makefile.am): Likewise.
1037         * modules/string (Depends-on, Makefile.am): Likewise.
1038         * modules/strings (Depends-on, Makefile.am): Likewise.
1039         * modules/sys_file (Depends-on, Makefile.am): Likewise.
1040         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
1041         * modules/sys_select (Depends-on, Makefile.am): Likewise.
1042         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
1043         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
1044         * modules/sys_times (Depends-on, Makefile.am): Likewise.
1045         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1046         * modules/wchar (Depends-on, Makefile.am): Likewise.
1047         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
1048         should be poisoned.
1049         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
1050         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
1051         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
1052         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1053         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1054         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1055         * m4/math_h.m4 (gl_MATH_H): Likewise.
1056         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1057         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1058         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1059         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1060         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1061         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1062         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
1063         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
1064         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
1065         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1066         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1067         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1068         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1069         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1070         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1071         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1072         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
1073         GL_LINK_WARNING.
1074         * lib/ctype.in.h: Likewise.
1075         * lib/dirent.in.h: Likewise.
1076         * lib/fcntl.in.h: Likewise.
1077         * lib/inttypes.in.h: Likewise.
1078         * lib/langinfo.in.h: Likewise.
1079         * lib/locale.in.h: Likewise.
1080         * lib/math.in.h: Likewise.
1081         * lib/search.in.h: Likewise.
1082         * lib/signal.in.h: Likewise.
1083         * lib/spawn.in.h: Likewise.
1084         * lib/stdio.in.h: Likewise.
1085         * lib/stdlib.in.h: Likewise.
1086         * lib/string.in.h: Likewise.
1087         * lib/strings.in.h: Likewise.
1088         * lib/sys_file.in.h: Likewise.
1089         * lib/sys_ioctl.in.h: Likewise.
1090         * lib/sys_select.in.h: Likewise.
1091         * lib/sys_socket.in.h: Likewise.
1092         * lib/sys_stat.in.h: Likewise.
1093         * lib/sys_times.in.h: Likewise.
1094         * lib/sys_utsname.in.h: Likewise.
1095         * lib/unistd.in.h: Likewise.
1096         * lib/wchar.in.h: Likewise.
1097
1098 2010-01-20  Bruno Haible  <bruno@clisp.org>
1099
1100         Avoid duplicate -lm.
1101         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
1102         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
1103         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
1104         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
1105         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
1106         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
1107         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
1108         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
1109         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
1110         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
1111         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
1112         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
1113         Reported by Paolo Bonzini.
1114
1115 2010-01-19  Bruno Haible  <bruno@clisp.org>
1116
1117         langinfo, nl_langinfo: Relicense under LGPLv2+.
1118         * modules/langinfo (License): Change to LGPLv2+.
1119         * modules/nl_langinfo (License): Likewise.
1120         Patch by David Lutterkort <lutter@redhat.com>.
1121
1122 2010-01-19  Bruno Haible  <bruno@clisp.org>
1123
1124         Avoid compilation error with cc on OSF/1 5.1.
1125         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
1126         statement, not before.
1127         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1128
1129 2010-01-18  Bruno Haible  <bruno@clisp.org>
1130
1131         Avoid a link error due to the __printf__ symbol.
1132         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
1133         and 2.6.x.
1134         (__format__, __printf__): Remove definitions.
1135         * lib/argp-fmtstream.h: Likewise.
1136         * lib/argp.h: Likewise.
1137         * lib/error.h: Likewise.
1138         * lib/vasnprintf.h: Likewise.
1139         * lib/xprintf.h: Likewise.
1140         * lib/xvasprintf.h: Likewise.
1141         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1142
1143 2010-01-18  Bruno Haible  <bruno@clisp.org>
1144
1145         Tests for module 'tanl'.
1146         * modules/tanl-tests: New file.
1147         * tests/test-tanl.c: New file.
1148
1149         Tests for module 'sqrtl'.
1150         * modules/sqrtl-tests: New file.
1151         * tests/test-sqrtl.c: New file.
1152
1153         Tests for module 'sinl'.
1154         * modules/sinl-tests: New file.
1155         * tests/test-sinl.c: New file.
1156
1157         Tests for module 'logl'.
1158         * modules/logl-tests: New file.
1159         * tests/test-logl.c: New file.
1160
1161         Tests for module 'expl'.
1162         * modules/expl-tests: New file.
1163         * tests/test-expl.c: New file.
1164
1165         Tests for module 'cosl'.
1166         * modules/cosl-tests: New file.
1167         * tests/test-cosl.c: New file.
1168
1169         Tests for module 'atanl'.
1170         * modules/atanl-tests: New file.
1171         * tests/test-atanl.c: New file.
1172
1173         Tests for module 'asinl'.
1174         * modules/asinl-tests: New file.
1175         * tests/test-asinl.c: New file.
1176
1177         Tests for module 'acosl'.
1178         * modules/acosl-tests: New file.
1179         * tests/test-acosl.c: New file.
1180
1181         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1182         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
1183         tanl): Use the standard gnulib idiom.
1184         * lib/cosl.c: Don't include trigl.c and sincosl.c.
1185         * lib/sinl.c: Likewise.
1186         * lib/tanl.c: Don't include trigl.c.
1187         (kernel_tanl): Make static.
1188         * lib/sincosl.c: Include trigl.h first.
1189         * lib/trigl.c: Likewise.
1190         * m4/acosl.m4: New file.
1191         * m4/asinl.m4: New file.
1192         * m4/atanl.m4: New file.
1193         * m4/cosl.m4: New file.
1194         * m4/expl.m4: New file.
1195         * m4/logl.m4: New file.
1196         * m4/sinl.m4: New file.
1197         * m4/sqrtl.m4: New file.
1198         * m4/tanl.m4: New file.
1199         * m4/mathl.m4: Remove file.
1200         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
1201         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1202         Don't initialize GNULIB_MATHL.
1203         * modules/acosl: New file.
1204         * modules/asinl: New file.
1205         * modules/atanl: New file.
1206         * modules/cosl: New file.
1207         * modules/expl: New file.
1208         * modules/logl: New file.
1209         * modules/sinl: New file.
1210         * modules/sqrtl: New file.
1211         * modules/tanl: New file.
1212         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
1213         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
1214         substitute GNULIB_MATHL.
1215         * modules/mathl: Rewritten.
1216         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
1217         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
1218         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
1219         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
1220         * doc/posix-functions/expl.texi: Mention the 'expl' module.
1221         * doc/posix-functions/logl.texi: Mention the 'logl' module.
1222         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
1223         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
1224         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
1225
1226 2010-01-18  Bruno Haible  <bruno@clisp.org>
1227
1228         sqrt: Make gl_FUNC_SQRT requirable.
1229         * m4/sqrt.m4: New file.
1230         * modules/sqrt (Files): Add it.
1231         (configure.ac): Invoke gl_FUNC_SQRT.
1232
1233 2010-01-18  Bruno Haible  <bruno@clisp.org>
1234
1235         New modules for common <math.h> functions.
1236         * m4/mathfunc.m4: New file.
1237         * modules/acos: New file.
1238         * modules/asin: New file.
1239         * modules/atan: New file.
1240         * modules/atan2: New file.
1241         * modules/cbrt: New file.
1242         * modules/copysign: New file.
1243         * modules/cos: New file.
1244         * modules/cosh: New file.
1245         * modules/erf: New file.
1246         * modules/erfc: New file.
1247         * modules/exp: New file.
1248         * modules/fabs: New file.
1249         * modules/fmod: New file.
1250         * modules/hypot: New file.
1251         * modules/j0: New file.
1252         * modules/j1: New file.
1253         * modules/jn: New file.
1254         * modules/ldexp: New file.
1255         * modules/lgamma: New file.
1256         * modules/log: New file.
1257         * modules/log10: New file.
1258         * modules/log1p: New file.
1259         * modules/logb: New file.
1260         * modules/modf: New file.
1261         * modules/nextafter: New file.
1262         * modules/pow: New file.
1263         * modules/remainder: New file.
1264         * modules/rint: New file.
1265         * modules/sin: New file.
1266         * modules/sinh: New file.
1267         * modules/sqrt: New file.
1268         * modules/tan: New file.
1269         * modules/tanh: New file.
1270         * modules/y0: New file.
1271         * modules/y1: New file.
1272         * modules/yn: New file.
1273         * doc/posix-functions/acos.texi: Mention the 'acos' module.
1274         * doc/posix-functions/asin.texi: Mention the 'asin' module.
1275         * doc/posix-functions/atan.texi: Mention the 'atan' module.
1276         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
1277         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
1278         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
1279         * doc/posix-functions/cos.texi: Mention the 'cos' module.
1280         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
1281         * doc/posix-functions/erf.texi: Mention the 'erf' module.
1282         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
1283         * doc/posix-functions/exp.texi: Mention the 'exp' module.
1284         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
1285         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
1286         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
1287         * doc/posix-functions/j0.texi: Mention the 'j0' module.
1288         * doc/posix-functions/j1.texi: Mention the 'j1' module.
1289         * doc/posix-functions/jn.texi: Mention the 'jn' module.
1290         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
1291         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
1292         * doc/posix-functions/log.texi: Mention the 'log' module.
1293         * doc/posix-functions/log10.texi: Mention the 'log10' module.
1294         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
1295         * doc/posix-functions/logb.texi: Mention the 'logb' module.
1296         * doc/posix-functions/modf.texi: Mention the 'modf' module.
1297         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
1298         * doc/posix-functions/pow.texi: Mention the 'pow' module.
1299         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
1300         * doc/posix-functions/rint.texi: Mention the 'rint' module.
1301         * doc/posix-functions/sin.texi: Mention the 'sin' module.
1302         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
1303         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
1304         * doc/posix-functions/tan.texi: Mention the 'tan' module.
1305         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
1306         * doc/posix-functions/y0.texi: Mention the 'y0' module.
1307         * doc/posix-functions/y1.texi: Mention the 'y1' module.
1308         * doc/posix-functions/yn.texi: Mention the 'yn' module.
1309
1310 2010-01-18  Jim Meyering  <meyering@redhat.com>
1311
1312         ignore-value: relax license to LGPLv2+
1313         * modules/ignore-value (License): Relax to LGPLv2+.
1314
1315         getdate: don't leak when TZ contains two or more '"'s
1316         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
1317         double quote in TZ after the first one.
1318
1319         readtokens: do not leak internal token_lengths buffer
1320         * lib/readtokens.c (readtokens): Free the local, lengths,
1321         when the supplied "token_lengths" parameter is NULL.
1322
1323 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1324
1325         Fix a couple of missing LIBTHREAD link failures on AIX.
1326         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
1327         $(LIBTHREAD).
1328         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
1329
1330         Link test-poll against INET_PTON_LIB.
1331         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
1332         for inet_pton on Solaris 10.
1333
1334 2010-01-17  Bruno Haible  <bruno@clisp.org>
1335
1336         unistdio/*-sprintf: Fix typo in module description.
1337         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
1338         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
1339         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
1340         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
1341         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
1342         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
1343         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
1344         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1345
1346 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1347
1348         gnulib-tool: fix filelist for AIX, HP-UX ksh.
1349         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
1350         variables in shell case patterns, for AIX and HP-UX ksh.
1351
1352         Split large sed scripts, for HP-UX sed.
1353         * modules/stdio: Split sed scripts around 50 sed commands,
1354         to avoid HP-UX limit of 99 commands, in the near future.
1355         * modules/string: Likewise.
1356         * modules/unistd: Likewise.
1357
1358         gnulib-tool: avoid writing in the current directory.
1359         * gnulib-tool (func_emit_lib_Makefile_am)
1360         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
1361         not in the current directory, so concurrent gnulib-tool
1362         instances do not interfere.
1363
1364 2010-01-16  Jim Meyering  <meyering@redhat.com>
1365
1366         doc: update users.txt
1367         * users.txt: Add grep.
1368         (diffutils, gzip): Update URLs.
1369
1370 2010-01-12  Bruno Haible  <bruno@clisp.org>
1371
1372         posix_spawn: Avoid test failure on Cygwin.
1373         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
1374         characters.
1375         Reported by Simon Josefsson.
1376
1377 2010-01-12  Bruno Haible  <bruno@clisp.org>
1378
1379         * tests/test-cond.c (main): When skipping the test, show the reason.
1380
1381 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1382
1383         * lib/striconv.c (str_cd_iconv): Avoid if before free.
1384
1385 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1386
1387         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
1388         VC_LIST_ALWAYS_EXCLUDE_REGEX.
1389
1390 2010-01-12  Eric Blake  <ebb9@byu.net>
1391
1392         build: guarantee AS_VAR_IF
1393         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
1394         (gl_AS_VAR_IF): Move...
1395         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
1396         Reported by Simon Josefsson.
1397
1398 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1399
1400         * lib/stdio.in.h: Fix typo.
1401
1402 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1403
1404         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
1405         libgpg-error.
1406
1407 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1408
1409         * tests/test-xalloc-die.sh: Use $EXEEXT.
1410
1411 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1412             Bruno Haible  <bruno@clisp.org>
1413
1414         getlogin, getlogin_r: Avoid test failure.
1415         * tests/test-getlogin.c: Include <stdio.h>.
1416         (main): Skip the test when the function fails because stdin is not a
1417         tty.
1418         * tests/test-getlogin_r.c: Include <stdio.h>.
1419         (main): Skip the test when the function fails because stdin is not a
1420         tty.
1421
1422 2010-01-11  Eric Blake  <ebb9@byu.net>
1423
1424         tests: avoid more large file warnings
1425         * tests/test-fflush.c: Avoid warning about ftell use.
1426         * tests/test-fseek.c: Avoid warning about fseek use.
1427
1428 2010-01-10  Bruno Haible  <bruno@clisp.org>
1429
1430         nproc: Work better on Linux when /proc and /sys are not mounted.
1431         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
1432         as lower bound when, on glibc/Linux systems,
1433         sysconf (_SC_NPROCESSORS_CONF) returns 1.
1434         Suggested by Pádraig Brady <P@draigbrady.com>.
1435         Reported by Dmitry V. Levin <ldv@altlinux.org>.
1436
1437         nproc: Refactor.
1438         * lib/nproc.c (num_processors_via_affinity_mask): New function,
1439         extracted from num_processors.
1440         (num_processors): Call it.
1441
1442 2010-01-11  Jim Meyering  <meyering@redhat.com>
1443
1444         utimecmp: avoid new warning from upcoming gcc-4.5.0
1445         * lib/utimecmp.c (BILLION): Define using #define rather than an
1446         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
1447
1448 2010-01-11  Eric Blake  <ebb9@byu.net>
1449
1450         math: add portability warnings for classification macros
1451         * modules/math (Depends-on): Add warn-on-use.
1452         (Makefile.am): Provide new substitutions.
1453         * m4/math_h.m4 (gl_MATH_H): Require inline.
1454         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
1455         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
1456         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
1457         implement warnings.
1458
1459         unistd: warn on use of environ without module
1460         * modules/unistd (Depends-on): Add warn-on-use.
1461         (Makefile.am): Provide new substitutions.
1462         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
1463         * lib/unistd.in.h (environ): Wrap with a warning helper function.
1464
1465         stdio: warn on suspicious uses
1466         * modules/stdio (Depends-on): Add warn-on-use.
1467         (Makefile.am): Provide new substitutions.
1468         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
1469         fseeko.
1470         * lib/stdio.in.h (gets): Always warn on use.
1471         (fseek, ftell): Adjust when warnings are issued, and honor
1472         _GL_NO_LARGE_FILES as a way to silence the warning.
1473         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
1474         any warning about large file offsets.
1475         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
1476         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
1477         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
1478         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
1479         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
1480         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
1481         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
1482         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
1483
1484         warn-on-use: new module
1485         * modules/warn-on-use: New file.
1486         * build-aux/warn-on-use.h: Likewise.
1487         * m4/warn-on-use.m4: Likewise.
1488         * MODULES.html.sh (Support for building): Mention it.
1489
1490 2010-01-10  Bruno Haible  <bruno@clisp.org>
1491
1492         Tests for module 'unistr/u32-strdup'.
1493         * modules/unistr/u32-strdup-tests: New file.
1494         * tests/unistr/test-u32-strdup.c: New file.
1495
1496         Tests for module 'unistr/u16-strdup'.
1497         * modules/unistr/u16-strdup-tests: New file.
1498         * tests/unistr/test-u16-strdup.c: New file.
1499
1500         Tests for module 'unistr/u8-strdup'.
1501         * modules/unistr/u8-strdup-tests: New file.
1502         * tests/unistr/test-u8-strdup.c: New file.
1503         * tests/unistr/test-strdup.h: New file.
1504
1505         Tests for module 'unistr/u32-strncmp'.
1506         * modules/unistr/u32-strncmp-tests: New file.
1507         * tests/unistr/test-u32-strncmp.c: New file.
1508
1509         Tests for module 'unistr/u16-strncmp'.
1510         * modules/unistr/u16-strncmp-tests: New file.
1511         * tests/unistr/test-u16-strncmp.c: New file.
1512
1513         Tests for module 'unistr/u8-strncmp'.
1514         * modules/unistr/u8-strncmp-tests: New file.
1515         * tests/unistr/test-u8-strncmp.c: New file.
1516         * tests/unistr/test-strncmp.h: New file.
1517
1518         Tests for module 'unistr/u32-strcoll'.
1519         * modules/unistr/u32-strcoll-tests: New file.
1520         * tests/unistr/test-u32-strcoll.c: New file.
1521
1522         Tests for module 'unistr/u16-strcoll'.
1523         * modules/unistr/u16-strcoll-tests: New file.
1524         * tests/unistr/test-u16-strcoll.c: New file.
1525
1526         Tests for module 'unistr/u8-strcoll'.
1527         * modules/unistr/u8-strcoll-tests: New file.
1528         * tests/unistr/test-u8-strcoll.c: New file.
1529
1530         Tests for module 'unistr/u32-strcmp'.
1531         * modules/unistr/u32-strcmp-tests: New file.
1532         * tests/unistr/test-u32-strcmp.c: New file.
1533         * tests/unistr/test-u32-strcmp.h: New file.
1534
1535         Tests for module 'unistr/u16-strcmp'.
1536         * modules/unistr/u16-strcmp-tests: New file.
1537         * tests/unistr/test-u16-strcmp.c: New file.
1538         * tests/unistr/test-u16-strcmp.h: New file.
1539
1540         Tests for module 'unistr/u8-strcmp'.
1541         * modules/unistr/u8-strcmp-tests: New file.
1542         * tests/unistr/test-u8-strcmp.c: New file.
1543         * tests/unistr/test-u8-strcmp.h: New file.
1544         * tests/unistr/test-strcmp.h: New file.
1545
1546         Tests for module 'unistr/u32-strncat'.
1547         * modules/unistr/u32-strncat-tests: New file.
1548         * tests/unistr/test-u32-strncat.c: New file.
1549
1550         Tests for module 'unistr/u16-strncat'.
1551         * modules/unistr/u16-strncat-tests: New file.
1552         * tests/unistr/test-u16-strncat.c: New file.
1553
1554         Tests for module 'unistr/u8-strncat'.
1555         * modules/unistr/u8-strncat-tests: New file.
1556         * tests/unistr/test-u8-strncat.c: New file.
1557         * tests/unistr/test-strncat.h: New file.
1558
1559         Tests for module 'unistr/u32-strcat'.
1560         * modules/unistr/u32-strcat-tests: New file.
1561         * tests/unistr/test-u32-strcat.c: New file.
1562
1563         Tests for module 'unistr/u16-strcat'.
1564         * modules/unistr/u16-strcat-tests: New file.
1565         * tests/unistr/test-u16-strcat.c: New file.
1566
1567         Tests for module 'unistr/u8-strcat'.
1568         * modules/unistr/u8-strcat-tests: New file.
1569         * tests/unistr/test-u8-strcat.c: New file.
1570         * tests/unistr/test-strcat.h: New file.
1571
1572         Tests for module 'unistr/u32-stpncpy'.
1573         * modules/unistr/u32-stpncpy-tests: New file.
1574         * tests/unistr/test-u32-stpncpy.c: New file.
1575
1576         Tests for module 'unistr/u16-stpncpy'.
1577         * modules/unistr/u16-stpncpy-tests: New file.
1578         * tests/unistr/test-u16-stpncpy.c: New file.
1579
1580         Tests for module 'unistr/u8-stpncpy'.
1581         * modules/unistr/u8-stpncpy-tests: New file.
1582         * tests/unistr/test-u8-stpncpy.c: New file.
1583         * tests/unistr/test-stpncpy.h: New file.
1584
1585         Tests for module 'unistr/u32-strncpy'.
1586         * modules/unistr/u32-strncpy-tests: New file.
1587         * tests/unistr/test-u32-strncpy.c: New file.
1588
1589         Tests for module 'unistr/u16-strncpy'.
1590         * modules/unistr/u16-strncpy-tests: New file.
1591         * tests/unistr/test-u16-strncpy.c: New file.
1592
1593         Tests for module 'unistr/u8-strncpy'.
1594         * modules/unistr/u8-strncpy-tests: New file.
1595         * tests/unistr/test-u8-strncpy.c: New file.
1596         * tests/unistr/test-strncpy.h: New file.
1597
1598         Tests for module 'unistr/u32-stpcpy'.
1599         * modules/unistr/u32-stpcpy-tests: New file.
1600         * tests/unistr/test-u32-stpcpy.c: New file.
1601
1602         Tests for module 'unistr/u16-stpcpy'.
1603         * modules/unistr/u16-stpcpy-tests: New file.
1604         * tests/unistr/test-u16-stpcpy.c: New file.
1605
1606         Tests for module 'unistr/u8-stpcpy'.
1607         * modules/unistr/u8-stpcpy-tests: New file.
1608         * tests/unistr/test-u8-stpcpy.c: New file.
1609         * tests/unistr/test-stpcpy.h: New file.
1610
1611         Tests for module 'unistr/u32-strcpy'.
1612         * modules/unistr/u32-strcpy-tests: New file.
1613         * tests/unistr/test-u32-strcpy.c: New file.
1614
1615         Tests for module 'unistr/u16-strcpy'.
1616         * modules/unistr/u16-strcpy-tests: New file.
1617         * tests/unistr/test-u16-strcpy.c: New file.
1618
1619         Tests for module 'unistr/u8-strcpy'.
1620         * modules/unistr/u8-strcpy-tests: New file.
1621         * tests/unistr/test-u8-strcpy.c: New file.
1622         * tests/unistr/test-strcpy.h: New file.
1623
1624         Tests for module 'unistr/u32-strnlen'.
1625         * modules/unistr/u32-strnlen-tests: New file.
1626         * tests/unistr/test-u32-strnlen.c: New file.
1627
1628         Tests for module 'unistr/u16-strnlen'.
1629         * modules/unistr/u16-strnlen-tests: New file.
1630         * tests/unistr/test-u16-strnlen.c: New file.
1631
1632         Tests for module 'unistr/u8-strnlen'.
1633         * modules/unistr/u8-strnlen-tests: New file.
1634         * tests/unistr/test-u8-strnlen.c: New file.
1635         * tests/unistr/test-strnlen.h: New file.
1636
1637         Tests for module 'unistr/u32-strlen'.
1638         * modules/unistr/u32-strlen-tests: New file.
1639         * tests/unistr/test-u32-strlen.c: New file.
1640
1641         Tests for module 'unistr/u16-strlen'.
1642         * modules/unistr/u16-strlen-tests: New file.
1643         * tests/unistr/test-u16-strlen.c: New file.
1644
1645         Tests for module 'unistr/u8-strlen'.
1646         * modules/unistr/u8-strlen-tests: New file.
1647         * tests/unistr/test-u8-strlen.c: New file.
1648
1649         Tests for module 'unistr/u32-prev'.
1650         * modules/unistr/u32-prev-tests: New file.
1651         * tests/unistr/test-u32-prev.c: New file.
1652
1653         Tests for module 'unistr/u16-prev'.
1654         * modules/unistr/u16-prev-tests: New file.
1655         * tests/unistr/test-u16-prev.c: New file.
1656
1657         Tests for module 'unistr/u8-prev'.
1658         * modules/unistr/u8-prev-tests: New file.
1659         * tests/unistr/test-u8-prev.c: New file.
1660
1661         Tests for module 'unistr/u32-next'.
1662         * modules/unistr/u32-next-tests: New file.
1663         * tests/unistr/test-u32-next.c: New file.
1664
1665         Tests for module 'unistr/u16-next'.
1666         * modules/unistr/u16-next-tests: New file.
1667         * tests/unistr/test-u16-next.c: New file.
1668
1669         Tests for module 'unistr/u8-next'.
1670         * modules/unistr/u8-next-tests: New file.
1671         * tests/unistr/test-u8-next.c: New file.
1672
1673         Tests for module 'unistr/u32-strmbtouc'.
1674         * modules/unistr/u32-strmbtouc-tests: New file.
1675         * tests/unistr/test-u32-strmbtouc.c: New file.
1676
1677         Tests for module 'unistr/u16-strmbtouc'.
1678         * modules/unistr/u16-strmbtouc-tests: New file.
1679         * tests/unistr/test-u16-strmbtouc.c: New file.
1680
1681         Tests for module 'unistr/u8-strmbtouc'.
1682         * modules/unistr/u8-strmbtouc-tests: New file.
1683         * tests/unistr/test-u8-strmbtouc.c: New file.
1684
1685         Tests for module 'unistr/u32-strmblen'.
1686         * modules/unistr/u32-strmblen-tests: New file.
1687         * tests/unistr/test-u32-strmblen.c: New file.
1688
1689         Tests for module 'unistr/u16-strmblen'.
1690         * modules/unistr/u16-strmblen-tests: New file.
1691         * tests/unistr/test-u16-strmblen.c: New file.
1692
1693         Tests for module 'unistr/u8-strmblen'.
1694         * modules/unistr/u8-strmblen-tests: New file.
1695         * tests/unistr/test-u8-strmblen.c: New file.
1696
1697         Tests for module 'unistr/u32-cpy-alloc'.
1698         * modules/unistr/u32-cpy-alloc-tests: New file.
1699         * tests/unistr/test-u32-cpy-alloc.c: New file.
1700
1701         Tests for module 'unistr/u16-cpy-alloc'.
1702         * modules/unistr/u16-cpy-alloc-tests: New file.
1703         * tests/unistr/test-u16-cpy-alloc.c: New file.
1704
1705         Tests for module 'unistr/u8-cpy-alloc'.
1706         * modules/unistr/u8-cpy-alloc-tests: New file.
1707         * tests/unistr/test-u8-cpy-alloc.c: New file.
1708         * tests/unistr/test-cpy-alloc.h: New file.
1709
1710         Tests for module 'unistr/u32-mbsnlen'.
1711         * modules/unistr/u32-mbsnlen-tests: New file.
1712         * tests/unistr/test-u32-mbsnlen.c: New file.
1713
1714         Tests for module 'unistr/u16-mbsnlen'.
1715         * modules/unistr/u16-mbsnlen-tests: New file.
1716         * tests/unistr/test-u16-mbsnlen.c: New file.
1717
1718         Tests for module 'unistr/u8-mbsnlen'.
1719         * modules/unistr/u8-mbsnlen-tests: New file.
1720         * tests/unistr/test-u8-mbsnlen.c: New file.
1721
1722         Tests for module 'unistr/u32-chr'.
1723         * modules/unistr/u32-chr-tests: New file.
1724         * tests/unistr/test-u32-chr.c: New file.
1725
1726         Tests for module 'unistr/u16-chr'.
1727         * modules/unistr/u16-chr-tests: New file.
1728         * tests/unistr/test-u16-chr.c: New file.
1729
1730         Tests for module 'unistr/u8-chr'.
1731         * modules/unistr/u8-chr-tests: New file.
1732         * tests/unistr/test-u8-chr.c: New file.
1733         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
1734
1735         Tests for module 'unistr/u32-cmp2'.
1736         * modules/unistr/u32-cmp2-tests: New file.
1737         * tests/unistr/test-u32-cmp2.c: New file.
1738
1739         Tests for module 'unistr/u16-cmp2'.
1740         * modules/unistr/u16-cmp2-tests: New file.
1741         * tests/unistr/test-u16-cmp2.c: New file.
1742
1743         Tests for module 'unistr/u8-cmp2'.
1744         * modules/unistr/u8-cmp2-tests: New file.
1745         * tests/unistr/test-u8-cmp2.c: New file.
1746         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
1747
1748         Tests for module 'unistr/u32-cmp'.
1749         * modules/unistr/u32-cmp-tests: New file.
1750         * tests/unistr/test-u32-cmp.c: New file.
1751
1752         Tests for module 'unistr/u16-cmp'.
1753         * modules/unistr/u16-cmp-tests: New file.
1754         * tests/unistr/test-u16-cmp.c: New file.
1755
1756         Tests for module 'unistr/u8-cmp'.
1757         * modules/unistr/u8-cmp-tests: New file.
1758         * tests/unistr/test-u8-cmp.c: New file.
1759         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
1760
1761         Tests for module 'unistr/u32-set'.
1762         * modules/unistr/u32-set-tests: New file.
1763         * tests/unistr/test-u32-set.c: New file.
1764
1765         Tests for module 'unistr/u16-set'.
1766         * modules/unistr/u16-set-tests: New file.
1767         * tests/unistr/test-u16-set.c: New file.
1768
1769         Tests for module 'unistr/u8-set'.
1770         * modules/unistr/u8-set-tests: New file.
1771         * tests/unistr/test-u8-set.c: New file.
1772         * tests/unistr/test-set.h: New file.
1773
1774         Tests for module 'unistr/u32-move'.
1775         * modules/unistr/u32-move-tests: New file.
1776         * tests/unistr/test-u32-move.c: New file.
1777
1778         Tests for module 'unistr/u16-move'.
1779         * modules/unistr/u16-move-tests: New file.
1780         * tests/unistr/test-u16-move.c: New file.
1781
1782         Tests for module 'unistr/u8-move'.
1783         * modules/unistr/u8-move-tests: New file.
1784         * tests/unistr/test-u8-move.c: New file.
1785         * tests/unistr/test-move.h: New file.
1786
1787         Tests for module 'unistr/u32-cpy'.
1788         * modules/unistr/u32-cpy-tests: New file.
1789         * tests/unistr/test-u32-cpy.c: New file.
1790
1791         Tests for module 'unistr/u16-cpy'.
1792         * modules/unistr/u16-cpy-tests: New file.
1793         * tests/unistr/test-u16-cpy.c: New file.
1794
1795         Tests for module 'unistr/u8-cpy'.
1796         * modules/unistr/u8-cpy-tests: New file.
1797         * tests/unistr/test-u8-cpy.c: New file.
1798         * tests/unistr/test-cpy.h: New file.
1799
1800 2010-01-09  Bruno Haible  <bruno@clisp.org>
1801
1802         Tests for module 'unistr/u32-uctomb'.
1803         * modules/unistr/u32-uctomb-tests: New file.
1804         * tests/unistr/test-u32-uctomb.c: New file.
1805
1806         Tests for module 'unistr/u16-uctomb'.
1807         * modules/unistr/u16-uctomb-tests: New file.
1808         * tests/unistr/test-u16-uctomb.c: New file.
1809
1810         Tests for module 'unistr/u8-uctomb'.
1811         * modules/unistr/u8-uctomb-tests: New file.
1812         * tests/unistr/test-u8-uctomb.c: New file.
1813
1814         Tests for module 'unistr/u32-mbtoucr'.
1815         * modules/unistr/u32-mbtoucr-tests: New file.
1816         * tests/unistr/test-u32-mbtoucr.c: New file.
1817
1818         Tests for module 'unistr/u16-mbtoucr'.
1819         * modules/unistr/u16-mbtoucr-tests: New file.
1820         * tests/unistr/test-u16-mbtoucr.c: New file.
1821
1822         Tests for module 'unistr/u8-mbtoucr'.
1823         * modules/unistr/u8-mbtoucr-tests: New file.
1824         * tests/unistr/test-u8-mbtoucr.c: New file.
1825
1826         Tests for module 'unistr/u32-mbtouc'.
1827         * modules/unistr/u32-mbtouc-tests: New file.
1828         * tests/unistr/test-u32-mbtouc.c: New file.
1829
1830         Tests for module 'unistr/u16-mbtouc'.
1831         * modules/unistr/u16-mbtouc-tests: New file.
1832         * tests/unistr/test-u16-mbtouc.c: New file.
1833
1834         Tests for module 'unistr/u8-mbtouc'.
1835         * modules/unistr/u8-mbtouc-tests: New file.
1836         * tests/unistr/test-u8-mbtouc.c: New file.
1837
1838         Tests for module 'unistr/u32-mbtouc-unsafe'.
1839         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
1840         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
1841         * tests/unistr/test-u32-mbtouc.h: New file.
1842
1843         Tests for module 'unistr/u16-mbtouc-unsafe'.
1844         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
1845         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
1846         * tests/unistr/test-u16-mbtouc.h: New file.
1847
1848         Tests for module 'unistr/u8-mbtouc-unsafe'.
1849         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
1850         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
1851         * tests/unistr/test-u8-mbtouc.h: New file.
1852
1853         Tests for module 'unistr/u32-mblen'.
1854         * modules/unistr/u32-mblen-tests: New file.
1855         * tests/unistr/test-u32-mblen.c: New file.
1856
1857         Tests for module 'unistr/u16-mblen'.
1858         * modules/unistr/u16-mblen-tests: New file.
1859         * tests/unistr/test-u16-mblen.c: New file.
1860
1861         Tests for module 'unistr/u8-mblen'.
1862         * modules/unistr/u8-mblen-tests: New file.
1863         * tests/unistr/test-u8-mblen.c: New file.
1864
1865         Tests for module 'unistr/u32-to-u16'.
1866         * modules/unistr/u32-to-u16-tests: New file.
1867         * tests/unistr/test-u32-to-u16.c: New file.
1868
1869         Tests for module 'unistr/u32-to-u8'.
1870         * modules/unistr/u32-to-u8-tests: New file.
1871         * tests/unistr/test-u32-to-u8.c: New file.
1872
1873         Tests for module 'unistr/u16-to-u32'.
1874         * modules/unistr/u16-to-u32-tests: New file.
1875         * tests/unistr/test-u16-to-u32.c: New file.
1876
1877         Tests for module 'unistr/u16-to-u8'.
1878         * modules/unistr/u16-to-u8-tests: New file.
1879         * tests/unistr/test-u16-to-u8.c: New file.
1880
1881         Tests for module 'unistr/u8-to-u32'.
1882         * modules/unistr/u8-to-u32-tests: New file.
1883         * tests/unistr/test-u8-to-u32.c: New file.
1884
1885         Tests for module 'unistr/u8-to-u16'.
1886         * modules/unistr/u8-to-u16-tests: New file.
1887         * tests/unistr/test-u8-to-u16.c: New file.
1888
1889         Tests for module 'unistr/u32-check'.
1890         * modules/unistr/u32-check-tests: New file.
1891         * tests/unistr/test-u32-check.c: New file.
1892
1893         Tests for module 'unistr/u16-check'.
1894         * modules/unistr/u16-check-tests: New file.
1895         * tests/unistr/test-u16-check.c: New file.
1896
1897         Tests for module 'unistr/u8-check'.
1898         * modules/unistr/u8-check-tests: New file.
1899         * tests/unistr/test-u8-check.c: New file.
1900
1901         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
1902         (category_equals): New function.
1903         (main): Add more tests.
1904         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
1905
1906         * tests/unictype/test-bidi_byname.c (main): Add more tests.
1907
1908 2010-01-10  Bruno Haible  <bruno@clisp.org>
1909
1910         unistr/u*-strcoll: Try harder to distinguish different strings.
1911         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
1912         compare s1 and s2 to see if they are different.
1913
1914 2010-01-10  Bruno Haible  <bruno@clisp.org>
1915
1916         unistr/u*-stpncpy: Fix the return value.
1917         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
1918         description of the return value consistent with stpncpy in glibc.
1919         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
1920         written non-NUL unit.
1921
1922 2010-01-10  Bruno Haible  <bruno@clisp.org>
1923
1924         unistr/u*-next: Add missing dependencies.
1925         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
1926         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
1927         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
1928
1929 2010-01-10  Bruno Haible  <bruno@clisp.org>
1930
1931         unistr/u8-mbsnlen: Fix return value for incomplete character.
1932         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
1933         u8_mblen.
1934         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
1935         Remove unistr/u8-mblen.
1936         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
1937         u16_mblen.
1938         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
1939         Remove unistr/u16-mblen.
1940
1941 2010-01-10  Bruno Haible  <bruno@clisp.org>
1942
1943         wchar: Fix compilation error when <wchar.h> is used from coreutils.
1944         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
1945         Reported by Brian Gough <bjg@gnu.org> and
1946         Chris Clayton <chris2553@googlemail.com> via
1947         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
1948
1949 2010-01-09  Bruno Haible  <bruno@clisp.org>
1950
1951         unistr/u16-to-u32: Reject invalid input.
1952         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
1953         u16_mbtouc.
1954         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
1955         Remove unistr/u16-mbtouc.
1956
1957         unistr/u16-to-u8: Reject invalid input.
1958         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
1959         u16_mbtouc.
1960         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
1961         Remove unistr/u16-mbtouc.
1962
1963         unistr/u8-to-u32: Reject invalid input.
1964         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
1965         u8_mbtouc.
1966         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
1967         Remove unistr/u8-mbtouc.
1968
1969         unistr/u8-to-u16: Reject invalid input.
1970         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
1971         u8_mbtouc.
1972         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
1973         Remove unistr/u8-mbtouc.
1974
1975 2010-01-09  Bruno Haible  <bruno@clisp.org>
1976
1977         Tests for module 'getlogin'.
1978         * modules/getlogin-tests: New file.
1979         * tests/test-getlogin.c: New file.
1980
1981         New module 'getlogin'.
1982         * lib/unistd.in.h (getlogin): New declaration.
1983         * lib/getlogin.c: New file.
1984         * m4/getlogin.m4: New file.
1985         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
1986         HAVE_GETLOGIN.
1987         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
1988         HAVE_GETLOGIN.
1989         * modules/getlogin: New file.
1990         * doc/posix-functions/getlogin.texi: Mention the new module.
1991         Reported by John W. Eaton <jwe@gnu.org>.
1992
1993 2010-01-09  Bruno Haible  <bruno@clisp.org>
1994
1995         getlogin_r: Support for native Windows.
1996         * lib/getlogin_r.c: Include <windows.h>
1997         (getlogin_r): Implement for native Windows.
1998         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
1999         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
2000         via John W. Eaton <jwe@gnu.org>.
2001
2002 2010-01-09  Bruno Haible  <bruno@clisp.org>
2003
2004         getlogin_r: Small fixes.
2005         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
2006         succeeds.
2007         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
2008         before testing whether getlogin_r is declared. No need to set
2009         HAVE_DECL_GETLOGIN_R to 1.
2010         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
2011
2012 2010-01-09  Bruno Haible  <bruno@clisp.org>
2013
2014         * lib/unistd.in.h (getlogin_r): Add comment.
2015
2016 2010-01-09  Bruno Haible  <bruno@clisp.org>
2017
2018         Tests for module 'getlogin_r'.
2019         * modules/getlogin_r-tests: New file.
2020         * tests/test-getlogin_r.c: New file.
2021
2022 2010-01-09  Jim Meyering  <meyering@redhat.com>
2023
2024         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
2025         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
2026         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
2027
2028 2010-01-08  Simon Josefsson  <simon@josefsson.org>
2029
2030         * lib/dup2.c (rpl_dup2): Improve comment.
2031
2032 2010-01-08  Eric Blake  <ebb9@byu.net>
2033
2034         maint.mk: allow packages to add makefile @@ exceptions
2035         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
2036         (sc_makefile_check): Rename...
2037         (sc_makefile_at_at_check): ...to this, and use hook.
2038
2039         dup2: work around mingw bug
2040         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
2041         Reported by Simon Josefsson.
2042
2043 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
2044
2045         glob: Fix C++ compilation.
2046         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
2047         C++.
2048
2049 2010-01-07  Bruno Haible  <bruno@clisp.org>
2050
2051         Fix indentation of wctype.in.h, broken since 2007-01-06.
2052         * lib/wctype.in.h: Fix indentation of preprocessor directives.
2053
2054 2010-01-07  Bruno Haible  <bruno@clisp.org>
2055
2056         mbslen: Avoid collision with system function.
2057         * lib/string.in.h [MirBSD]: Include <wchar.h>.
2058         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
2059         * m4/mbslen.m4: New file.
2060         * modules/mbslen (Files): Add it.
2061         (configure.ac): Invoke gl_MBSLEN.
2062         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
2063         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
2064         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
2065         via Ian Beckwith <ianb@erislabs.net>.
2066
2067 2010-01-07  Bruno Haible  <bruno@clisp.org>
2068
2069         dirent: Document the last fix.
2070         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
2071
2072 2010-01-07  Bruno Haible  <bruno@clisp.org>
2073
2074         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
2075         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
2076         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
2077         va_list are defined.
2078         * doc/posix-headers/stdio.texi: Document the bug of missing types.
2079         Reported by Eric Blake.
2080
2081 2010-01-07  Bruno Haible  <bruno@clisp.org>
2082
2083         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
2084         * modules/xlist (Depends-on): Add 'list',
2085         * modules/xoset (Depends-on): Add 'oset'.
2086         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2087
2088 2010-01-07  Bruno Haible  <bruno@clisp.org>
2089
2090         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
2091         * doc/posix-functions/strncasecmp.texi: Likewise.
2092
2093 2010-01-07  Bruno Haible  <bruno@clisp.org>
2094
2095         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
2096
2097 2010-01-07  John W. Eaton  <jwe@octave.org>
2098
2099         wctype: allow C++ use
2100         * lib/wctype.in.h: Add extern "C" block for C++.
2101
2102 2010-01-06  Eric Blake  <ebb9@byu.net>
2103
2104         maint.mk: detect incorrect GFDL usage
2105         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
2106
2107 2010-01-06  Jim Meyering  <meyering@redhat.com>
2108         and Eric Blake  <ebb9@byu.net>
2109
2110         maint.mk: ignore multi-line copyright in NEWS
2111         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
2112
2113 2010-01-06  Eric Blake  <ebb9@byu.net>
2114
2115         select: add missing dependency
2116         * modules/select-tests (Depends-on): Move sockets dependency...
2117         * modules/select (Depends-on): ...here.
2118         Reported by Ian Beckwith.
2119
2120         doc: regenerate INSTALL
2121         * doc/INSTALL: Reflect recent autoconf update.
2122         * doc/INSTALL.ISO: Likewise.
2123         * doc/INSTALL.UTF-8: Likewise.
2124
2125         pread: fix compilation on glibc
2126         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
2127         Reported by Ralf Wildenhues.
2128
2129         dirent: fix test failure
2130         * lib/dirent.in.h (includes): Guarantee ino_t.
2131         Reported by Ralf Wildenhues.
2132
2133 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
2134
2135         linkat, renameat: avoid bad free
2136         * lib/at-func2.c (at_func2): Fix typo.
2137         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
2138
2139 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2140
2141         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
2142         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
2143         to avoid failure of symlink test later.
2144
2145 2010-01-06  Eric Blake  <ebb9@byu.net>
2146
2147         stdio, unistd: guarantee ssize_t
2148         * lib/unistd.in.h (includes): Ensure that types required by POSIX
2149         2008 are exposed when needed.
2150         * lib/stdio.in.h (includes): Likewise.
2151         Reported by Ralf Wildenhues.
2152
2153 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
2154
2155         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
2156         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
2157         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
2158
2159 2010-01-06  Jim Meyering  <meyering@redhat.com>
2160
2161         readtokens: this module *does* require xalloc.h
2162         It uses only functions that were omitted by the old syntax-check rule.
2163         * lib/readtokens.c: Include "xalloc.h" once again.
2164         * modules/readtokens (Depends-on): Add xalloc.
2165         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
2166
2167 2010-01-05  Eric Blake  <ebb9@byu.net>
2168
2169         maint: support 'make announcement' from a VPATH build
2170         * top/maint.mk (announcement): Look for correct NEWS file.
2171
2172 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
2173
2174         utimens (fdutimens): ignore a negative FD, per contract
2175         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
2176         when we have a valid file descriptor.  Otherwise, using a brand
2177         new glibc (with just-patched futimens that now fails with EBADF)
2178         would cause this function to fail with ENOSYS.
2179         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
2180         See also http://bugzilla.redhat.com/552320.
2181
2182 2010-01-05  Eric Blake  <ebb9@byu.net>
2183
2184         strcase: document what it provides
2185         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
2186         gnulib module.
2187         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
2188         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
2189
2190 2010-01-05  Jim Meyering  <meyering@redhat.com>
2191
2192         maint: remove useless inclusions of "xalloc.h"
2193         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
2194         * lib/readtokens.c: Likewise.
2195         * lib/same.c: Likewise.
2196         * modules/getloadavg (Depends-on): Remove xalloc.
2197         * modules/readtokens: Likewise.
2198         * modules/same: Likewise.
2199
2200         maint.mk: include 4 more function names in alloca.h-checking regexp
2201         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
2202         regexp.  Before, we would give a false-positive (saying alloca.h
2203         is included unnecessarily) when the only uses involved omitted symbols.
2204
2205         xalloc.h: use consistent formatting
2206         * lib/xalloc.h: Move declarations to start in the first column.
2207
2208 2010-01-05  Eric Blake  <ebb9@byu.net>
2209
2210         mkdir: avoid xalloc
2211         * lib/mkdir.c (includes): Drop unused header.
2212         Reported by John W. Eaton.
2213
2214 2010-01-04  Jim Meyering  <meyering@redhat.com>
2215
2216         nl_langinfo: avoid configure-time syntax error
2217         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
2218         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
2219         the empty string.  Don't let that provoke a shell syntax error.
2220
2221         regcomp, regexec, fnmatch: avoid array bounds read error
2222         * lib/regcomp.c (build_equiv_class): From glibc:
2223         Use only the low 24 bits of a findidx return value as an index
2224         into the weights array.  Patch by Ulrich Drepper:
2225         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
2226         * lib/regexec.c (check_node_accept_bytes): Likewise.
2227         * lib/fnmatch_loop.c (FCT): Likewise.
2228
2229         regcomp: skip collseq lookup when there are no rules
2230         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
2231         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
2232
2233         regcomp: recognize ill-formed { } expressions
2234         * lib/regcomp.c (parse_dup_op): From glibc:
2235         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
2236
2237         regcomp: fix typo in comment
2238         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
2239         s/satisfy/satisfies/.
2240
2241         regcomp: sync from glibc: remove dead store
2242         * lib/regcomp.c (duplicate_node_closure): Remove useless
2243         search_duplicated_node call and dead store.
2244
2245         regcomp: sync from glibc; always use nl_langinfo
2246         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
2247         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
2248         * modules/regex (Depends-on): Add nl_langinfo.
2249
2250 2010-01-04  Eric Blake  <ebb9@byu.net>
2251
2252         fdopendir: fix configure test
2253         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
2254
2255 2010-01-01  Bruno Haible  <bruno@clisp.org>
2256
2257         wchar: Remove unused configure check.
2258         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
2259
2260 2010-01-01  Eric Blake  <ebb9@byu.net>
2261
2262         headers: make check of system header explicit
2263         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
2264         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
2265         ourselves.
2266         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2267         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2268         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2269         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
2270         internals.
2271         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
2272         missing.
2273         Suggested by Bruno Haible.
2274
2275 2010-01-01  Jim Meyering  <meyering@redhat.com>
2276
2277         ChangeLog: tweak to eliminate unnecessary copyright line
2278         * ChangeLog: Remove a copyright line that was mistakenly updated
2279         by today's update-copyright run.  Reported by Eric Blake.
2280
2281         test-update-copyright: don't let envvar setting cause test failure
2282         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2283
2284 2010-01-01  Bruno Haible  <bruno@clisp.org>
2285
2286         localename: Avoid gcc warning.
2287         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
2288         function if it is not used.
2289
2290 2010-01-01  Jim Meyering  <meyering@redhat.com>
2291
2292         update nearly all FSF copyright year lists to include 2010
2293         Use the same procedure as for 2009, outlined in
2294         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2295
2296         version-etc: set COPYRIGHT_YEAR to 2010
2297         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
2298
2299 2009-12-31  Eric Blake  <ebb9@byu.net>
2300
2301         doc: correct availability of cygwin 1.5.x getopt
2302         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
2303         variables.
2304         * doc/posix-functions/opterr.texi (opterr): Likewise.
2305         * doc/posix-functions/optind.texi (optind): Likewise.
2306         * doc/posix-functions/optopt.texi (optopt): Likewise.
2307         * doc/posix-functions/tzname.texi (tzname): Likewise.
2308
2309         openat: update maintainer
2310         * modules/openat (Maintainer): Add myself.
2311
2312         utimens: avoid shadowing warning
2313         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
2314         buffers into one, to avoid shadowing, as well as avoiding a
2315         redundant stat.
2316         Reported by Jim Meyering.
2317
2318         test-dup2: avoid compiler warning
2319         * tests/test-dup2.c (is_inheritable): Only define if used.
2320
2321 2010-01-01  Bruno Haible  <bruno@clisp.org>
2322
2323         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
2324         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
2325         defined, use wctomb instead of wcrtomb.
2326
2327 2010-01-01  Bruno Haible  <bruno@clisp.org>
2328
2329         iconv: Reject native Solaris iconv.
2330         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
2331         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
2332
2333 2009-12-31  Bruno Haible  <bruno@clisp.org>
2334
2335         * tests/test-signal.c (main): Remove test of 'SIG'.
2336
2337 2009-12-31  Bruno Haible  <bruno@clisp.org>
2338
2339         spawn: Fix incomplete fix.
2340         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2341         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2342         warnings for GNULIB_POSIXCHECK again.
2343         Reported by Eric Blake.
2344
2345 2009-12-31  Bruno Haible  <bruno@clisp.org>
2346
2347         Avoid namespace pollution on glibc systems.
2348         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
2349         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
2350         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
2351         glibc systems.
2352
2353 2009-12-31  Bruno Haible  <bruno@clisp.org>
2354
2355         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
2356         (gl_REPLACE_WCHAR_H): Turn into a no-op.
2357         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
2358         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
2359         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
2360         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
2361         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
2362
2363 2009-12-31  Bruno Haible  <bruno@clisp.org>
2364
2365         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2366         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
2367         afterwards.
2368
2369 2009-12-31  Bruno Haible  <bruno@clisp.org>
2370
2371         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
2372         SYS_UTSNAME_H.
2373
2374 2009-12-31  Bruno Haible  <bruno@clisp.org>
2375
2376         spawn: Fix misapplied patch.
2377         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2378         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2379         warnings for GNULIB_POSIXCHECK.
2380
2381 2009-12-31  Bruno Haible  <bruno@clisp.org>
2382
2383         times: Update after sys_times changed.
2384         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
2385         * modules/times (Files): Add it.
2386         (configure.ac): Invoke gl_FUNC_TIMES.
2387
2388 2009-12-31  Bruno Haible  <bruno@clisp.org>
2389
2390         Use AC_C_INLINE where necessary.
2391         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
2392         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2393         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
2394         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2395         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2396         * m4/mbiter.m4 (gl_MBITER): Likewise.
2397         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2398         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
2399         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
2400         * modules/u64 (configure.ac): Likewise.
2401
2402 2009-12-31  Bruno Haible  <bruno@clisp.org>
2403
2404         Use AC_C_INLINE instead of module 'inline' where possible.
2405         * modules/inline (Description): Clarify purpose.
2406         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
2407         * modules/count-one-bits (Depends-on): Remove inline.
2408         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
2409         * modules/openat (Depends-on): Remove inline.
2410         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
2411         instead of depending on module 'inline'.
2412         * modules/filevercmp (Depends-on, configure.ac): Likewise.
2413         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
2414         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
2415         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
2416         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
2417         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
2418         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
2419         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
2420         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
2421         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
2422         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
2423         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
2424         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
2425         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
2426         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
2427         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
2428         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
2429         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
2430         Likewise.
2431         * modules/unictype/property-ascii-hex-digit (Depends-on,
2432         configure.ac): Likewise.
2433         * modules/unictype/property-bidi-arabic-digit (Depends-on,
2434         configure.ac): Likewise.
2435         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
2436         configure.ac): Likewise.
2437         * modules/unictype/property-bidi-block-separator (Depends-on,
2438         configure.ac): Likewise.
2439         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
2440         configure.ac): Likewise.
2441         * modules/unictype/property-bidi-common-separator (Depends-on,
2442         configure.ac): Likewise.
2443         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
2444         Likewise.
2445         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
2446         configure.ac): Likewise.
2447         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
2448         configure.ac): Likewise.
2449         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
2450         configure.ac): Likewise.
2451         * modules/unictype/property-bidi-european-digit (Depends-on,
2452         configure.ac): Likewise.
2453         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
2454         configure.ac): Likewise.
2455         * modules/unictype/property-bidi-left-to-right (Depends-on,
2456         configure.ac): Likewise.
2457         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
2458         configure.ac): Likewise.
2459         * modules/unictype/property-bidi-other-neutral (Depends-on,
2460         configure.ac): Likewise.
2461         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
2462         Likewise.
2463         * modules/unictype/property-bidi-segment-separator (Depends-on,
2464         configure.ac): Likewise.
2465         * modules/unictype/property-bidi-whitespace (Depends-on,
2466         configure.ac): Likewise.
2467         * modules/unictype/property-combining (Depends-on, configure.ac):
2468         Likewise.
2469         * modules/unictype/property-composite (Depends-on, configure.ac):
2470         Likewise.
2471         * modules/unictype/property-currency-symbol (Depends-on,
2472         configure.ac): Likewise.
2473         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
2474         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
2475         Likewise.
2476         * modules/unictype/property-default-ignorable-code-point (Depends-on,
2477         configure.ac): Likewise.
2478         * modules/unictype/property-deprecated (Depends-on, configure.ac):
2479         Likewise.
2480         * modules/unictype/property-diacritic (Depends-on, configure.ac):
2481         Likewise.
2482         * modules/unictype/property-extender (Depends-on, configure.ac):
2483         Likewise.
2484         * modules/unictype/property-format-control (Depends-on, configure.ac):
2485         Likewise.
2486         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
2487         Likewise.
2488         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
2489         Likewise.
2490         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
2491         Likewise.
2492         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
2493         Likewise.
2494         * modules/unictype/property-hyphen (Depends-on, configure.ac):
2495         Likewise.
2496         * modules/unictype/property-id-continue (Depends-on, configure.ac):
2497         Likewise.
2498         * modules/unictype/property-id-start (Depends-on, configure.ac):
2499         Likewise.
2500         * modules/unictype/property-ideographic (Depends-on, configure.ac):
2501         Likewise.
2502         * modules/unictype/property-ids-binary-operator (Depends-on,
2503         configure.ac): Likewise.
2504         * modules/unictype/property-ids-trinary-operator (Depends-on,
2505         configure.ac): Likewise.
2506         * modules/unictype/property-ignorable-control (Depends-on,
2507         configure.ac): Likewise.
2508         * modules/unictype/property-iso-control (Depends-on, configure.ac):
2509         Likewise.
2510         * modules/unictype/property-join-control (Depends-on, configure.ac):
2511         Likewise.
2512         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
2513         Likewise.
2514         * modules/unictype/property-line-separator (Depends-on, configure.ac):
2515         Likewise.
2516         * modules/unictype/property-logical-order-exception (Depends-on,
2517         configure.ac): Likewise.
2518         * modules/unictype/property-lowercase (Depends-on, configure.ac):
2519         Likewise.
2520         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
2521         * modules/unictype/property-non-break (Depends-on, configure.ac):
2522         Likewise.
2523         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
2524         Likewise.
2525         * modules/unictype/property-numeric (Depends-on, configure.ac):
2526         Likewise.
2527         * modules/unictype/property-other-alphabetic (Depends-on,
2528         configure.ac): Likewise.
2529         * modules/unictype/property-other-default-ignorable-code-point
2530         (Depends-on, configure.ac): Likewise.
2531         * modules/unictype/property-other-grapheme-extend (Depends-on,
2532         configure.ac): Likewise.
2533         * modules/unictype/property-other-id-continue (Depends-on,
2534         configure.ac): Likewise.
2535         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
2536         Likewise.
2537         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
2538         Likewise.
2539         * modules/unictype/property-other-math (Depends-on, configure.ac):
2540         Likewise.
2541         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
2542         Likewise.
2543         * modules/unictype/property-paired-punctuation (Depends-on,
2544         configure.ac): Likewise.
2545         * modules/unictype/property-paragraph-separator (Depends-on,
2546         configure.ac): Likewise.
2547         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
2548         Likewise.
2549         * modules/unictype/property-pattern-white-space (Depends-on,
2550         configure.ac): Likewise.
2551         * modules/unictype/property-private-use (Depends-on, configure.ac):
2552         Likewise.
2553         * modules/unictype/property-punctuation (Depends-on, configure.ac):
2554         Likewise.
2555         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
2556         Likewise.
2557         * modules/unictype/property-radical (Depends-on, configure.ac):
2558         Likewise.
2559         * modules/unictype/property-sentence-terminal (Depends-on,
2560         configure.ac): Likewise.
2561         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
2562         Likewise.
2563         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
2564         * modules/unictype/property-terminal-punctuation (Depends-on,
2565         configure.ac): Likewise.
2566         * modules/unictype/property-titlecase (Depends-on, configure.ac):
2567         Likewise.
2568         * modules/unictype/property-unassigned-code-value (Depends-on,
2569         configure.ac): Likewise.
2570         * modules/unictype/property-unified-ideograph (Depends-on,
2571         configure.ac): Likewise.
2572         * modules/unictype/property-uppercase (Depends-on, configure.ac):
2573         Likewise.
2574         * modules/unictype/property-variation-selector (Depends-on,
2575         configure.ac): Likewise.
2576         * modules/unictype/property-white-space (Depends-on, configure.ac):
2577         Likewise.
2578         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
2579         Likewise.
2580         * modules/unictype/property-xid-start (Depends-on, configure.ac):
2581         Likewise.
2582         * modules/unictype/property-zero-width (Depends-on, configure.ac):
2583         Likewise.
2584         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
2585         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
2586         Likewise.
2587
2588 2009-12-31  Bruno Haible  <bruno@clisp.org>
2589
2590         Remove unnecessary AC_C_INLINE invocation.
2591         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
2592         since 2009-08-21.
2593
2594 2009-12-31  Jim Meyering  <meyering@redhat.com>
2595
2596         maint.mk: don't require explicit gpg_key_ID in cfg.mk
2597         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
2598         With this change, we can all remove the gpg_key_ID = ... definition
2599         from our respective cfg.mk files.
2600
2601         maint.mk: create announcement template in ~/, not in /tmp
2602         * top/maint.mk (emit_upload_commands): Adjust.
2603         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
2604         Remove temporary file, .ci-msg.
2605
2606 2009-12-31  Eric Blake  <ebb9@byu.net>
2607
2608         link-warning: always build headers with link warnings
2609         * modules/arpa_inet (Makefile.am): Always build replacement
2610         header.
2611         * modules/ctype (Makefile.am): Likewise.
2612         * modules/dirent (Makefile.am): Likewise.
2613         * modules/inttypes (Makefile.am): Likewise.
2614         * modules/langinfo (Makefile.am): Likewise.
2615         * modules/locale (Makefile.am): Likewise.
2616         * modules/spawn (Makefile.am): Likewise.
2617         * modules/sys_file (Makefile.am): Likewise.
2618         * modules/sys_ioctl (Makefile.am): Likewise.
2619         * modules/sys_select (Makefile.am): Likewise.
2620         * modules/sys_socket (Makefile.am): Likewise.
2621         * modules/sys_times (Makefile.am): Likewise.
2622         * modules/sys_utsname (Makefile.am): Likewise.
2623         * modules/sys_wait (Makefile.am): Likewise.
2624         * modules/wchar (Makefile.am): Likewise.
2625         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
2626         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
2627         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
2628         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
2629         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
2630         Likewise.
2631         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2632         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2633         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
2634         Likewise.
2635         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
2636         Likewise.
2637         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
2638         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
2639         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
2640         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2641         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2642         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
2643         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
2644         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
2645         (gl_WCHAR_H_DEFAULTS): Likewise.
2646
2647 2009-12-31  Eric Blake  <ebb9@byu.net>
2648
2649         signal, spawn: use link warnings
2650         * lib/signal.in.h (sigset_t): Make unconditional.
2651         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
2652         (sigpending, sigprocmask, sigaction): Add link warnings.
2653         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
2654         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
2655         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
2656         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
2657         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
2658         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
2659         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
2660         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
2661         (posix_spawn_file_actions_destroy)
2662         (posix_spawn_file_actions_addopen)
2663         (posix_spawn_file_actions_addclose)
2664         (posix_spawwn_file_actions_adddup2): Likewise.
2665         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
2666         * tests/test-signal.c (main): Enhance test.
2667
2668         spawn: improve wrapper support
2669         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
2670         (gl_SPAWN_H_DEFAULTS): New defaults.
2671         * modules/spawn (Makefile.am): Substitute them.
2672         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
2673         Only declare if missing or broken.
2674
2675         sys_times, sys_utsname: use include_next
2676         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
2677         header.
2678         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
2679         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
2680         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
2681         * modules/sys_times (Depends-on): Add include_next.
2682         (Makefile.am): Substitute additional values.
2683         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2684         * lib/sys_times.in.h (includes): Include native header, if
2685         available.
2686         * lib/sys_utsname.in.h (includes): Likewise.
2687         * tests/test-sys_times.c (main): Enhance test.
2688
2689         fdutimensat: revert prior patch
2690         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
2691         utimens.h.
2692         Reported by Bruno Haible.
2693
2694 2009-12-30  Eric Blake  <ebb9@byu.net>
2695
2696         sys_wait: drop link-warning dependency
2697         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
2698         link-warning efforts.
2699         * lib/sys_wait.in.h: Likewise.
2700
2701         fdutimensat: remove bogus dependency
2702         * modules/fdutimensat (Depends-on): Drop inline.
2703
2704         unistd: fix typo
2705         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
2706
2707 2009-12-30  Bruno Haible  <bruno@clisp.org>
2708
2709         Fix compilation error with Solaris cc.
2710         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
2711         * lib/unicase/u16-is-invariant.c: Likewise.
2712         * lib/unicase/u32-is-invariant.c: Likewise.
2713         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2714
2715 2009-12-30  Bruno Haible  <bruno@clisp.org>
2716
2717         Fix test crash.
2718         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
2719         locales.
2720         Reported by Simon Josefsson <simon@josefsson.org>.
2721
2722 2009-12-30  Bruno Haible  <bruno@clisp.org>
2723
2724         Fix compilation error on most platforms.
2725         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
2726         Reported by Simon Josefsson <simon@josefsson.org>
2727         and Nelson H. F. Beebe <beebe@math.utah.edu>.
2728
2729 2009-12-30  Eric Blake  <ebb9@byu.net>
2730
2731         futimens, utimensat: work around ntfs-3g bug
2732         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
2733         a ctime bug is present, and expand workaround to cover ntfs-3g.
2734         * lib/utimens.c (fdutimens, lutimens): Likewise.
2735         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
2736         (validate_timespec): Adjust return value.
2737         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
2738         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2739         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
2740
2741 2009-12-29  Eric Blake  <ebb9@byu.net>
2742
2743         link-warning: make usage consistent
2744         * modules/ctype (Depends-on): Add link-warning.
2745         (Makefile.am): Update rules accordingly.
2746         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2747         * modules/locale (Depends-on, Makefile.am): Likewise.
2748         * modules/sys_file (Makefile.am): Likewise.
2749         * modules/getopt-posix (Makefile.am): Delete unused link warning
2750         efforts.
2751         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
2752         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
2753         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
2754         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
2755
2756         stdio: remove unused variables
2757         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
2758         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
2759         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
2760
2761         tests: test more substitute headers
2762         * modules/ctype-tests: New file.
2763         * modules/dirent-tests: Likewise.
2764         * modules/spawn-tests: Likewise.
2765         * modules/sys_file-tests: Likewise.
2766         * modules/sys_ioctl-tests: Likewise.
2767         * modules/sys_wait-tests: Likewise.
2768         * tests/test-ctype.c: Likewise.
2769         * tests/test-dirent.c: Likewise.
2770         * tests/test-spawn.c: Likewise.
2771         * tests/test-sys_file.c: Likewise.
2772         * tests/test-sys_ioctl.c: Likewise.
2773         * tests/test-sys_wait.c: Likewise.
2774         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
2775         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
2776         whether or not flock is in use.
2777
2778         tests: remove License section from module
2779         * modules/arpa_inet-tests: Remove unneeded section.
2780         * modules/byteswap-tests: Likewise.
2781         * modules/ceilf-tests: Likewise.
2782         * modules/ceill-tests: Likewise.
2783         * modules/crypto/des-tests: Likewise.
2784         * modules/crypto/gc-arcfour-tests: Likewise.
2785         * modules/crypto/gc-arctwo-tests: Likewise.
2786         * modules/crypto/gc-des-tests: Likewise.
2787         * modules/crypto/gc-hmac-md5-tests: Likewise.
2788         * modules/crypto/gc-hmac-sha1-tests: Likewise.
2789         * modules/crypto/gc-md2-tests: Likewise.
2790         * modules/crypto/gc-md4-tests: Likewise.
2791         * modules/crypto/gc-md5-tests: Likewise.
2792         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
2793         * modules/crypto/gc-rijndael-tests: Likewise.
2794         * modules/crypto/gc-sha1-tests: Likewise.
2795         * modules/crypto/gc-tests: Likewise.
2796         * modules/crypto/md2-tests: Likewise.
2797         * modules/crypto/md4-tests: Likewise.
2798         * modules/fcntl-h-tests: Likewise.
2799         * modules/floorf-tests: Likewise.
2800         * modules/floorl-tests: Likewise.
2801         * modules/frexp-nolibm-tests: Likewise.
2802         * modules/frexp-tests: Likewise.
2803         * modules/frexpl-nolibm-tests: Likewise.
2804         * modules/frexpl-tests: Likewise.
2805         * modules/getaddrinfo-tests: Likewise.
2806         * modules/inttypes-tests: Likewise.
2807         * modules/isfinite-tests: Likewise.
2808         * modules/isinf-tests: Likewise.
2809         * modules/ldexpl-tests: Likewise.
2810         * modules/locale-tests: Likewise.
2811         * modules/math-tests: Likewise.
2812         * modules/netdb-tests: Likewise.
2813         * modules/netinet_in-tests: Likewise.
2814         * modules/printf-frexp-tests: Likewise.
2815         * modules/printf-frexpl-tests: Likewise.
2816         * modules/priv-set-tests: Likewise.
2817         * modules/random_r-tests: Likewise.
2818         * modules/round-tests: Likewise.
2819         * modules/roundf-tests: Likewise.
2820         * modules/roundl-tests: Likewise.
2821         * modules/search-tests: Likewise.
2822         * modules/select-tests: Likewise.
2823         * modules/signal-tests: Likewise.
2824         * modules/stdbool-tests: Likewise.
2825         * modules/stddef-tests: Likewise.
2826         * modules/stdint-tests: Likewise.
2827         * modules/stdio-tests: Likewise.
2828         * modules/stdlib-tests: Likewise.
2829         * modules/string-tests: Likewise.
2830         * modules/strings-tests: Likewise.
2831         * modules/sys_select-tests: Likewise.
2832         * modules/sys_socket-tests: Likewise.
2833         * modules/sys_stat-tests: Likewise.
2834         * modules/sys_time-tests: Likewise.
2835         * modules/sys_utsname-tests: Likewise.
2836         * modules/sysexits-tests: Likewise.
2837         * modules/time-tests: Likewise.
2838         * modules/trunc-tests: Likewise.
2839         * modules/truncf-tests: Likewise.
2840         * modules/truncl-tests: Likewise.
2841         * modules/tsearch-tests: Likewise.
2842         * modules/unistd-tests: Likewise.
2843         * modules/wchar-tests: Likewise.
2844         * modules/wctype-tests: Likewise.
2845
2846         tests: fix license on several tests
2847         * tests/test-des.c: Update to GPLv3+.
2848         * tests/test-flock.c: Likewise.
2849         * tests/test-fsync.c: Likewise.
2850         * tests/test-futimens.h: Likewise.
2851         * tests/test-gc-arcfour.c: Likewise.
2852         * tests/test-gc-arctwo.c: Likewise.
2853         * tests/test-gc-des.c: Likewise.
2854         * tests/test-gc-hmac-md5.c: Likewise.
2855         * tests/test-gc-hmac-sha1.c: Likewise.
2856         * tests/test-gc-md2.c: Likewise.
2857         * tests/test-gc-md4.c: Likewise.
2858         * tests/test-gc-md5.c: Likewise.
2859         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2860         * tests/test-gc-rijndael.c: Likewise.
2861         * tests/test-gc-sha1.c: Likewise.
2862         * tests/test-gc.c: Likewise.
2863         * tests/test-getcwd.c: Likewise.
2864         * tests/test-link.c: Likewise.
2865         * tests/test-link.h: Likewise.
2866         * tests/test-lutimens.h: Likewise.
2867         * tests/test-md2.c: Likewise.
2868         * tests/test-md4.c: Likewise.
2869         * tests/test-mkdir.h: Likewise.
2870         * tests/test-rename.c: Likewise.
2871         * tests/test-rename.h: Likewise.
2872         * tests/test-safe-alloc.c: Likewise.
2873         * tests/test-utimens-common.h: Likewise.
2874         * tests/test-utimens.h: Likewise.
2875
2876         maint: sync license texts
2877         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
2878         * doc/gpl-3.0.texi: Revert copyright year update.
2879         * doc/lgpl-3.0.texi: Likewise.
2880
2881 2009-12-29  Jim Meyering  <meyering@redhat.com>
2882
2883         update nearly all FSF copyright year lists to include 2009
2884         The files named by the following are exempted:
2885             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
2886               test -f "$dst" && { echo "$dst"; continue; }
2887               test -d "$dst" || continue
2888               echo "$dst"/$(basename "$src")
2889             done > exempt
2890             git ls-files tests/unictype >> exempt
2891         In the remaining files, convert to all-interval notation if
2892         - there is already at least one year interval like 2000-2003
2893         - the file is maintained by me
2894         - the file is in lib/uni*/, where that style already prevails
2895         Otherwise, use update-copyright's default.
2896
2897 2009-12-29  Simon Josefsson  <simon@josefsson.org>
2898         and Eric Blake  <ebb9@byu.net>
2899
2900         tests: don't require debug system() to pass
2901         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
2902         * tests/test-rmdir.h (test_rmdir_func): Likewise.
2903         * tests/test-unlink.h (test_unlink_func): Likewise.
2904         * tests/test-fstatat.c (main): ...into callers.
2905         * tests/test-lstat.c (main): Likewise.
2906         * tests/test-rmdir.c (main): Likewise.
2907         * tests/test-unlink.c (main): Likewise.
2908         * tests/test-unlinkat.c (main): Likewise.
2909         * tests/test-areadlink-with-size.c (main): Don't require a
2910         debug-only system call to pass, aiding cross-testing to mingw.
2911         * tests/test-areadlink.c (main): Likewise.
2912         * tests/test-areadlinkat-with-size.c (main): Likewise.
2913         * tests/test-areadlinkat.c (main): Likewise.
2914         * tests/test-canonicalize-lgpl.c (main): Likewise.
2915         * tests/test-canonicalize.c (main): Likewise.
2916         * tests/test-chown.c (main): Likewise.
2917         * tests/test-fchownat.c (main): Likewise.
2918         * tests/test-lchown.c (main): Likewise.
2919         * tests/test-fdutimensat.c (main): Likewise.
2920         * tests/test-futimens.c (main): Likewise.
2921         * tests/test-link.c (main): Likewise.
2922         * tests/test-linkat.c (main): Likewise.
2923         * tests/test-mkdir.c (main): Likewise.
2924         * tests/test-mkdirat.c (main): Likewise.
2925         * tests/test-mkfifo.c (main): Likewise.
2926         * tests/test-mkfifoat.c (main): Likewise.
2927         * tests/test-mknod.c (main): Likewise.
2928         * tests/test-readlink.c (main): Likewise.
2929         * tests/test-remove.c (main): Likewise.
2930         * tests/test-rename.c (main): Likewise.
2931         * tests/test-renameat.c (main): Likewise.
2932         * tests/test-symlink.c (main): Likewise.
2933         * tests/test-symlinkat.c (main): Likewise.
2934         * tests/test-utimens.c (main): Likewise.
2935         * tests/test-utimensat.c (main): Likewise.
2936
2937 2009-12-29  Simon Josefsson  <simon@josefsson.org>
2938
2939         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
2940         on $(UNUSED_PARAMETER_H) to avoid build failure.
2941
2942 2009-12-28  Jim Meyering  <meyering@redhat.com>
2943
2944         update-copyright: you may specify a max. line length other than 72
2945         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2946
2947         maint: use consistent FSF copyright line syntax
2948         * lib/posixtm.c: Add missing comma in FSF copyright line.
2949         * lib/posixtm.h: Likewise.
2950         * lib/getugroups.c: Add missing ", Inc.".
2951
2952         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
2953         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
2954         FSF copyright line.  Remove trailing blanks.
2955
2956 2009-12-28  Eric Blake  <ebb9@byu.net>
2957
2958         test-dup2: reduce dependencies
2959         * modules/cloexec (Configure.ac): Set witness.
2960         * modules/dup2-tests (Depends-on): Drop cloexec.
2961         * tests/test-dup2.c (main): Skip portion of test if cloexec module
2962         not present.
2963         Suggested by Bruno Haible.
2964
2965 2009-12-26  Bruno Haible  <bruno@clisp.org>
2966
2967         Remove an unneeded dependency.
2968         * modules/fseterr (Depends-on): Remove dup2.
2969
2970 2009-12-26  Eric Blake  <ebb9@byu.net>
2971
2972         tests: use macros.h in more places
2973         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
2974         (ASSERT_STREAM): Provide default of stderr.
2975         * tests/test-dirent-safer.c: Include macros.h, using alternate
2976         stream for assertions.
2977         * tests/test-dup-safer.c: Likewise.
2978         * tests/test-freopen-safer.c: Likewise.
2979         * tests/test-getopt.c: Likewise.
2980         * tests/test-openat-safer.c: Likewise.
2981         * tests/test-pipe.c: Likewise.
2982         * tests/test-popen-safer.c: Likewise.
2983         * modules/dirent-safer-tests (Files): Include macros.h.
2984         * modules/unistd-safer-tests (Files): Likewise.
2985         * modules/freopen-safer-tests (Files): Likewise.
2986         * modules/getopt-posix-tests (Files): Likewise.
2987         * modules/openat-safer-tests (Files): Likewise.
2988         * modules/pipe-tests (Files): Likewise.
2989
2990 2009-12-26  Bruno Haible  <bruno@clisp.org>
2991
2992         javacomp: Portability fix.
2993         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
2994         that it also works on Solaris.
2995
2996 2009-12-26  Bruno Haible  <bruno@clisp.org>
2997
2998         localename: Fix storage allocation of gl_locale_name_thread's result.
2999         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
3000         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
3001         all platforms that have 'uselocale'.
3002         (gl_locale_name_thread_unsafe): New function, extracted from
3003         gl_locale_name_thread.
3004         (gl_locale_name_thread): Call struniq on all platforms that have
3005         'uselocale'.
3006         * tests/test-localename.c (test_locale_name_thread): Check that the
3007         resulting strings are permanently allocated.
3008         * modules/localename-tests (Depends-on): Add strdup.
3009
3010 2009-12-26  Bruno Haible  <bruno@clisp.org>
3011
3012         * tests/test-localename.c (categories): Fill in the strings.
3013
3014 2009-12-26  Jim Meyering  <meyering@redhat.com>
3015
3016         isdir: complete the removal of m4/isdir.m4
3017         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
3018
3019         isdir: clean up, since at least grep still uses it
3020         * lib/isdir.c: Include "isdir.h".
3021         (S_ISDIR): Remove now-unneeded definition.
3022         * modules/isdir (Files): Add lib/isdir.h.
3023         * lib/isdir.h: New file, with declaration.
3024         * m4/isdir.m4: Remove file -- unneeded.
3025
3026 2009-12-25  Bruno Haible  <bruno@clisp.org>
3027
3028         selinux-h: Make generated .h files standalone.
3029         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
3030         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
3031         * lib/se-selinux.in.h: Likewise.
3032         * modules/selinux-h (Depends-on): Add unused-parameter.
3033         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
3034         selinux/selinux.h and selinux/context.h.
3035         Suggested by Eric Blake.
3036
3037 2009-12-25  Bruno Haible  <bruno@clisp.org>
3038
3039         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
3040         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
3041         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
3042         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
3043         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
3044
3045 2009-12-24  Bruno Haible  <bruno@clisp.org>
3046
3047         openat: Fix warning.
3048         * lib/openat-proc.c: Include <unistd.h>.
3049
3050 2009-12-24  Bruno Haible  <bruno@clisp.org>
3051
3052         New module 'unused-parameter'.
3053         * build-aux/unused-parameter.h: New file, extracted from earlier
3054         gnulib-common.m4.
3055         * modules/unused-parameter: New file.
3056         * lib/unistr.h: Include unused-parameter.h.
3057         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
3058         _GL_UNUSED.
3059         * modules/unistr/base (Depends-on): Add unused-parameter.
3060
3061 2009-12-24  Bruno Haible  <bruno@clisp.org>
3062
3063         Add missing dependencies to 'extensions' module.
3064         * m4/extensions.m4: Add comment.
3065         * modules/accept4 (Depends-on): Add extensions.
3066         * modules/dup3 (Depends-on): Likewise.
3067         * modules/fcntl (Depends-on): Likewise.
3068         * modules/futimens (Depends-on): Likewise.
3069         * modules/mknod (Depends-on): Likewise.
3070         * modules/pipe2 (Depends-on): Likewise.
3071         * modules/stat-time (Depends-on): Likewise.
3072         * modules/strcasestr-simple (Depends-on): Likewise.
3073         * modules/strsignal (Depends-on): Likewise.
3074         * modules/utimensat (Depends-on): Likewise.
3075         * modules/localcharset (Depends-on): Likewise. Needed because of
3076         gl_FCNTL_O_FLAGS.
3077         * modules/wcrtomb (Depends-on): Likewise. Needed because of
3078         AC_TYPE_MBSTATE_T.
3079         * modules/wcsnrtombs (Depends-on): Likewise.
3080         * modules/wcsrtombs (Depends-on): Likewise.
3081
3082 2009-12-24  Bruno Haible  <bruno@clisp.org>
3083
3084         binary-io: Avoid gcc warning due to SET_BINARY.
3085         * lib/binary-io.h (SET_BINARY): Cast the result to void.
3086         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
3087
3088 2009-12-24  Bruno Haible  <bruno@clisp.org>
3089
3090         Avoid future namespace pollution on glibc systems.
3091         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
3092         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
3093         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
3094         glibc systems.
3095
3096 2009-12-24  Bruno Haible  <bruno@clisp.org>
3097
3098         Refactor common macros used in tests.
3099         * tests/macros.h: New file.
3100         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
3101         and/or <stdlib.h>, if appropriate.
3102         (ASSERT, SIZEOF): Remove macros.
3103         * tests/test-areadlink-with-size.c: Likewise.
3104         * tests/test-areadlinkat.c: Likewise.
3105         * tests/test-areadlinkat-with-size.c: Likewise.
3106         * tests/test-argmatch.c: Likewise.
3107         * tests/test-argv-iter.c: Likewise.
3108         * tests/test-array-mergesort.c: Likewise.
3109         * tests/test-array_list.c: Likewise.
3110         * tests/test-array_oset.c: Likewise.
3111         * tests/test-avltree_list.c: Likewise.
3112         * tests/test-avltree_oset.c: Likewise.
3113         * tests/test-avltreehash_list.c: Likewise.
3114         * tests/test-base64.c: Likewise.
3115         * tests/test-binary-io.c: Likewise.
3116         * tests/test-bitrotate.c: Likewise.
3117         * tests/test-btowc.c: Likewise.
3118         * tests/test-byteswap.c: Likewise.
3119         * tests/test-c-ctype.c: Likewise.
3120         * tests/test-c-stack.c: Likewise.
3121         * tests/test-c-strcasecmp.c: Likewise.
3122         * tests/test-c-strcasestr.c: Likewise.
3123         * tests/test-c-strncasecmp.c: Likewise.
3124         * tests/test-c-strstr.c: Likewise.
3125         * tests/test-canonicalize-lgpl.c: Likewise.
3126         * tests/test-canonicalize.c: Likewise.
3127         * tests/test-carray_list.c: Likewise.
3128         * tests/test-ceilf1.c: Likewise.
3129         * tests/test-ceilf2.c: Likewise.
3130         * tests/test-ceill.c: Likewise.
3131         * tests/test-chown.c: Likewise.
3132         * tests/test-cloexec.c: Likewise.
3133         * tests/test-copy-acl.c: Likewise.
3134         * tests/test-copy-file.c: Likewise.
3135         * tests/test-count-one-bits.c: Likewise.
3136         * tests/test-dprintf-posix.c: Likewise.
3137         * tests/test-dup2.c: Likewise.
3138         * tests/test-dup3.c: Likewise.
3139         * tests/test-duplocale.c: Likewise.
3140         * tests/test-fbufmode.c: Likewise.
3141         * tests/test-fchdir.c: Likewise.
3142         * tests/test-fchownat.c: Likewise.
3143         * tests/test-fcntl-safer.c: Likewise.
3144         * tests/test-fcntl.c: Likewise.
3145         * tests/test-fdopendir.c: Likewise.
3146         * tests/test-fdutimensat.c: Likewise.
3147         * tests/test-fflush2.c: Likewise.
3148         * tests/test-file-has-acl.c: Likewise.
3149         * tests/test-filevercmp.c: Likewise.
3150         * tests/test-flock.c: Likewise.
3151         * tests/test-floorf1.c: Likewise.
3152         * tests/test-floorf2.c: Likewise.
3153         * tests/test-floorl.c: Likewise.
3154         * tests/test-fnmatch.c: Likewise.
3155         * tests/test-fopen.h: Likewise.
3156         * tests/test-fpending.c: Likewise.
3157         * tests/test-fprintf-posix.c: Likewise.
3158         * tests/test-fpurge.c: Likewise.
3159         * tests/test-freadable.c: Likewise.
3160         * tests/test-freadahead.c: Likewise.
3161         * tests/test-freading.c: Likewise.
3162         * tests/test-freadptr.c: Likewise.
3163         * tests/test-freadptr2.c: Likewise.
3164         * tests/test-freadseek.c: Likewise.
3165         * tests/test-freopen.c: Likewise.
3166         * tests/test-frexp.c: Likewise.
3167         * tests/test-frexpl.c: Likewise.
3168         * tests/test-fseek.c: Likewise.
3169         * tests/test-fseeko.c: Likewise.
3170         * tests/test-fstatat.c: Likewise.
3171         * tests/test-fstrcmp.c: Likewise.
3172         * tests/test-fsync.c: Likewise.
3173         * tests/test-ftell.c: Likewise.
3174         * tests/test-ftello.c: Likewise.
3175         * tests/test-func.c: Likewise.
3176         * tests/test-futimens.c: Likewise.
3177         * tests/test-fwritable.c: Likewise.
3178         * tests/test-fwriting.c: Likewise.
3179         * tests/test-getcwd.c: Likewise.
3180         * tests/test-getdate.c: Likewise.
3181         * tests/test-getdelim.c: Likewise.
3182         * tests/test-getdtablesize.c: Likewise.
3183         * tests/test-getgroups.c: Likewise.
3184         * tests/test-getline.c: Likewise.
3185         * tests/test-getndelim2.c: Likewise.
3186         * tests/test-glob.c: Likewise.
3187         * tests/test-hash.c: Likewise.
3188         * tests/test-i-ring.c: Likewise.
3189         * tests/test-iconv-utf.c: Likewise.
3190         * tests/test-iconv.c: Likewise.
3191         * tests/test-idpriv-drop.c: Likewise.
3192         * tests/test-idpriv-droptemp.c: Likewise.
3193         * tests/test-inet_ntop.c: Likewise.
3194         * tests/test-inet_pton.c: Likewise.
3195         * tests/test-isblank.c: Likewise.
3196         * tests/test-isfinite.c: Likewise.
3197         * tests/test-isinf.c: Likewise.
3198         * tests/test-isnan.c: Likewise.
3199         * tests/test-isnand.h: Likewise.
3200         * tests/test-isnanf.h: Likewise.
3201         * tests/test-isnanl.h: Likewise.
3202         * tests/test-lchown.c: Likewise.
3203         * tests/test-ldexpl.c: Likewise.
3204         * tests/test-link.c: Likewise.
3205         * tests/test-linkat.c: Likewise.
3206         * tests/test-linked_list.c: Likewise.
3207         * tests/test-linkedhash_list.c: Likewise.
3208         * tests/test-localename.c: Likewise.
3209         * tests/test-lseek.c: Likewise.
3210         * tests/test-lstat.c: Likewise.
3211         * tests/test-mbmemcasecmp.c: Likewise.
3212         * tests/test-mbmemcasecoll.c: Likewise.
3213         * tests/test-mbrtowc.c: Likewise.
3214         * tests/test-mbscasecmp.c: Likewise.
3215         * tests/test-mbscasestr1.c: Likewise.
3216         * tests/test-mbscasestr2.c: Likewise.
3217         * tests/test-mbscasestr3.c: Likewise.
3218         * tests/test-mbscasestr4.c: Likewise.
3219         * tests/test-mbschr.c: Likewise.
3220         * tests/test-mbscspn.c: Likewise.
3221         * tests/test-mbsinit.c: Likewise.
3222         * tests/test-mbsncasecmp.c: Likewise.
3223         * tests/test-mbsnrtowcs.c: Likewise.
3224         * tests/test-mbspbrk.c: Likewise.
3225         * tests/test-mbspcasecmp.c: Likewise.
3226         * tests/test-mbsrchr.c: Likewise.
3227         * tests/test-mbsrtowcs.c: Likewise.
3228         * tests/test-mbsspn.c: Likewise.
3229         * tests/test-mbsstr1.c: Likewise.
3230         * tests/test-mbsstr2.c: Likewise.
3231         * tests/test-mbsstr3.c: Likewise.
3232         * tests/test-memchr.c: Likewise.
3233         * tests/test-memchr2.c: Likewise.
3234         * tests/test-memcmp.c: Likewise.
3235         * tests/test-memmem.c: Likewise.
3236         * tests/test-memrchr.c: Likewise.
3237         * tests/test-mkdir.c: Likewise.
3238         * tests/test-mkdirat.c: Likewise.
3239         * tests/test-mkfifo.c: Likewise.
3240         * tests/test-mkfifoat.c: Likewise.
3241         * tests/test-mknod.c: Likewise.
3242         * tests/test-nanosleep.c: Likewise.
3243         * tests/test-nl_langinfo.c: Likewise.
3244         * tests/test-obstack-printf.c: Likewise.
3245         * tests/test-open.c: Likewise.
3246         * tests/test-openat.c: Likewise.
3247         * tests/test-pipe-filter-gi1.c: Likewise.
3248         * tests/test-pipe-filter-gi2-main.c: Likewise.
3249         * tests/test-pipe-filter-ii1.c: Likewise.
3250         * tests/test-pipe-filter-ii2-main.c: Likewise.
3251         * tests/test-pipe2.c: Likewise.
3252         * tests/test-popen.h: Likewise.
3253         * tests/test-posixtm.c: Likewise.
3254         * tests/test-pread.c: Likewise.
3255         * tests/test-printf-frexp.c: Likewise.
3256         * tests/test-printf-frexpl.c: Likewise.
3257         * tests/test-printf-posix.c: Likewise.
3258         * tests/test-priv-set.c: Likewise.
3259         * tests/test-quotearg.c: Likewise.
3260         * tests/test-random_r.c: Likewise.
3261         * tests/test-rawmemchr.c: Likewise.
3262         * tests/test-rbtree_list.c: Likewise.
3263         * tests/test-rbtree_oset.c: Likewise.
3264         * tests/test-rbtreehash_list.c: Likewise.
3265         * tests/test-readlink.c: Likewise.
3266         * tests/test-remove.c: Likewise.
3267         * tests/test-rename.c: Likewise.
3268         * tests/test-renameat.c: Likewise.
3269         * tests/test-rmdir.c: Likewise.
3270         * tests/test-round1.c: Likewise.
3271         * tests/test-roundf1.c: Likewise.
3272         * tests/test-roundl.c: Likewise.
3273         * tests/test-safe-alloc.c: Likewise.
3274         * tests/test-sameacls.c: Likewise.
3275         * tests/test-set-mode-acl.c: Likewise.
3276         * tests/test-setenv.c: Likewise.
3277         * tests/test-sigaction.c: Likewise.
3278         * tests/test-signbit.c: Likewise.
3279         * tests/test-sleep.c: Likewise.
3280         * tests/test-snprintf-posix.c: Likewise.
3281         * tests/test-snprintf.c: Likewise.
3282         * tests/test-sprintf-posix.c: Likewise.
3283         * tests/test-stat-time.c: Likewise.
3284         * tests/test-stat.c: Likewise.
3285         * tests/test-strcasestr.c: Likewise.
3286         * tests/test-strchrnul.c: Likewise.
3287         * tests/test-strerror.c: Likewise.
3288         * tests/test-striconv.c: Likewise.
3289         * tests/test-striconveh.c: Likewise.
3290         * tests/test-striconveha.c: Likewise.
3291         * tests/test-strsignal.c: Likewise.
3292         * tests/test-strstr.c: Likewise.
3293         * tests/test-strtod.c: Likewise.
3294         * tests/test-strverscmp.c: Likewise.
3295         * tests/test-symlink.c: Likewise.
3296         * tests/test-symlinkat.c: Likewise.
3297         * tests/test-trunc1.c: Likewise.
3298         * tests/test-trunc2.c: Likewise.
3299         * tests/test-truncf1.c: Likewise.
3300         * tests/test-truncf2.c: Likewise.
3301         * tests/test-truncl.c: Likewise.
3302         * tests/test-uname.c: Likewise.
3303         * tests/test-unlink.c: Likewise.
3304         * tests/test-unlinkat.c: Likewise.
3305         * tests/test-unsetenv.c: Likewise.
3306         * tests/test-usleep.c: Likewise.
3307         * tests/test-utimens.c: Likewise.
3308         * tests/test-utimensat.c: Likewise.
3309         * tests/test-vasnprintf-posix.c: Likewise.
3310         * tests/test-vasnprintf-posix2.c: Likewise.
3311         * tests/test-vasnprintf.c: Likewise.
3312         * tests/test-vasprintf-posix.c: Likewise.
3313         * tests/test-vasprintf.c: Likewise.
3314         * tests/test-vdprintf-posix.c: Likewise.
3315         * tests/test-vfprintf-posix.c: Likewise.
3316         * tests/test-vprintf-posix.c: Likewise.
3317         * tests/test-vsnprintf-posix.c: Likewise.
3318         * tests/test-vsnprintf.c: Likewise.
3319         * tests/test-vsprintf-posix.c: Likewise.
3320         * tests/test-wcrtomb.c: Likewise.
3321         * tests/test-wcsnrtombs.c: Likewise.
3322         * tests/test-wcsrtombs.c: Likewise.
3323         * tests/test-wctype.c: Likewise.
3324         * tests/test-wcwidth.c: Likewise.
3325         * tests/test-xfprintf-posix.c: Likewise.
3326         * tests/test-xmemdup0.c: Likewise.
3327         * tests/test-xprintf-posix.c: Likewise.
3328         * tests/test-xvasprintf.c: Likewise.
3329         * tests/unicase/test-locale-language.c: Likewise.
3330         * tests/unicase/test-mapping-part1.h: Likewise.
3331         * tests/unicase/test-predicate-part1.h: Likewise.
3332         * tests/unicase/test-u8-casecmp.c: Likewise.
3333         * tests/unicase/test-u8-casecoll.c: Likewise.
3334         * tests/unicase/test-u8-casefold.c: Likewise.
3335         * tests/unicase/test-u8-is-cased.c: Likewise.
3336         * tests/unicase/test-u8-is-casefolded.c: Likewise.
3337         * tests/unicase/test-u8-is-lowercase.c: Likewise.
3338         * tests/unicase/test-u8-is-titlecase.c: Likewise.
3339         * tests/unicase/test-u8-is-uppercase.c: Likewise.
3340         * tests/unicase/test-u8-tolower.c: Likewise.
3341         * tests/unicase/test-u8-totitle.c: Likewise.
3342         * tests/unicase/test-u8-toupper.c: Likewise.
3343         * tests/unicase/test-u16-casecmp.c: Likewise.
3344         * tests/unicase/test-u16-casecoll.c: Likewise.
3345         * tests/unicase/test-u16-casefold.c: Likewise.
3346         * tests/unicase/test-u16-is-cased.c: Likewise.
3347         * tests/unicase/test-u16-is-casefolded.c: Likewise.
3348         * tests/unicase/test-u16-is-lowercase.c: Likewise.
3349         * tests/unicase/test-u16-is-titlecase.c: Likewise.
3350         * tests/unicase/test-u16-is-uppercase.c: Likewise.
3351         * tests/unicase/test-u16-tolower.c: Likewise.
3352         * tests/unicase/test-u16-totitle.c: Likewise.
3353         * tests/unicase/test-u16-toupper.c: Likewise.
3354         * tests/unicase/test-u32-casecmp.c: Likewise.
3355         * tests/unicase/test-u32-casecoll.c: Likewise.
3356         * tests/unicase/test-u32-casefold.c: Likewise.
3357         * tests/unicase/test-u32-is-cased.c: Likewise.
3358         * tests/unicase/test-u32-is-casefolded.c: Likewise.
3359         * tests/unicase/test-u32-is-lowercase.c: Likewise.
3360         * tests/unicase/test-u32-is-titlecase.c: Likewise.
3361         * tests/unicase/test-u32-is-uppercase.c: Likewise.
3362         * tests/unicase/test-u32-tolower.c: Likewise.
3363         * tests/unicase/test-u32-totitle.c: Likewise.
3364         * tests/unicase/test-u32-toupper.c: Likewise.
3365         * tests/unicase/test-ulc-casecmp.c: Likewise.
3366         * tests/unicase/test-ulc-casecoll.c: Likewise.
3367         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3368         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
3369         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3370         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3371         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
3372         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
3373         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3374         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3375         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3376         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
3377         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3378         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3379         * tests/unictype/test-bidi_byname.c: Likewise.
3380         * tests/unictype/test-bidi_name.c: Likewise.
3381         * tests/unictype/test-bidi_of.c: Likewise.
3382         * tests/unictype/test-bidi_test.c: Likewise.
3383         * tests/unictype/test-block_list.c: Likewise.
3384         * tests/unictype/test-block_of.c: Likewise.
3385         * tests/unictype/test-block_test.c: Likewise.
3386         * tests/unictype/test-categ_and.c: Likewise.
3387         * tests/unictype/test-categ_and_not.c: Likewise.
3388         * tests/unictype/test-categ_byname.c: Likewise.
3389         * tests/unictype/test-categ_name.c: Likewise.
3390         * tests/unictype/test-categ_none.c: Likewise.
3391         * tests/unictype/test-categ_of.c: Likewise.
3392         * tests/unictype/test-categ_or.c: Likewise.
3393         * tests/unictype/test-categ_test_withtable.c: Likewise.
3394         * tests/unictype/test-combining.c: Likewise.
3395         * tests/unictype/test-decdigit.c: Likewise.
3396         * tests/unictype/test-digit.c: Likewise.
3397         * tests/unictype/test-mirror.c: Likewise.
3398         * tests/unictype/test-numeric.c: Likewise.
3399         * tests/unictype/test-pr_byname.c: Likewise.
3400         * tests/unictype/test-pr_test.c: Likewise.
3401         * tests/unictype/test-predicate-part1.h: Likewise.
3402         * tests/unictype/test-scripts.c: Likewise.
3403         * tests/unictype/test-sy_c_ident.c: Likewise.
3404         * tests/unictype/test-sy_java_ident.c: Likewise.
3405         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
3406         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
3407         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
3408         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
3409         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
3410         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
3411         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
3412         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
3413         * tests/uninorm/test-canonical-decomposition.c: Likewise.
3414         * tests/uninorm/test-compat-decomposition.c: Likewise.
3415         * tests/uninorm/test-composition.c: Likewise.
3416         * tests/uninorm/test-decomposing-form.c: Likewise.
3417         * tests/uninorm/test-decomposition.c: Likewise.
3418         * tests/uninorm/test-u8-nfc.c: Likewise.
3419         * tests/uninorm/test-u8-nfd.c: Likewise.
3420         * tests/uninorm/test-u8-nfkc.c: Likewise.
3421         * tests/uninorm/test-u8-nfkd.c: Likewise.
3422         * tests/uninorm/test-u8-normcmp.c: Likewise.
3423         * tests/uninorm/test-u8-normcoll.c: Likewise.
3424         * tests/uninorm/test-u16-nfc.c: Likewise.
3425         * tests/uninorm/test-u16-nfd.c: Likewise.
3426         * tests/uninorm/test-u16-nfkc.c: Likewise.
3427         * tests/uninorm/test-u16-nfkd.c: Likewise.
3428         * tests/uninorm/test-u16-normcmp.c: Likewise.
3429         * tests/uninorm/test-u16-normcoll.c: Likewise.
3430         * tests/uninorm/test-u32-nfc.c: Likewise.
3431         * tests/uninorm/test-u32-nfd.c: Likewise.
3432         * tests/uninorm/test-u32-nfkc.c: Likewise.
3433         * tests/uninorm/test-u32-nfkd.c: Likewise.
3434         * tests/uninorm/test-u32-normalize-big.c: Likewise.
3435         * tests/uninorm/test-u32-normcmp.c: Likewise.
3436         * tests/uninorm/test-u32-normcoll.c: Likewise.
3437         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
3438         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
3439         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
3440         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
3441         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
3442         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
3443         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
3444         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
3445         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
3446         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
3447         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
3448         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
3449         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
3450         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
3451         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
3452         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
3453         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
3454         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
3455         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
3456         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
3457         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
3458         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
3459         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
3460         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
3461         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
3462         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
3463         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
3464         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
3465         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
3466         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
3467         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
3468         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
3469         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
3470         * tests/uniwidth/test-u8-strwidth.c: Likewise.
3471         * tests/uniwidth/test-u8-width.c: Likewise.
3472         * tests/uniwidth/test-u16-strwidth.c: Likewise.
3473         * tests/uniwidth/test-u16-width.c: Likewise.
3474         * tests/uniwidth/test-u32-strwidth.c: Likewise.
3475         * tests/uniwidth/test-u32-width.c: Likewise.
3476         * tests/uniwidth/test-uc_width.c: Likewise.
3477         * tests/uniwidth/test-uc_width2.c: Likewise.
3478         * modules/acl-tests (Files): Add tests/macros.h.
3479         * modules/areadlink-tests (Files): Likewise.
3480         * modules/areadlink-with-size-tests (Files): Likewise.
3481         * modules/areadlinkat-tests (Files): Likewise.
3482         * modules/areadlinkat-with-size-tests (Files): Likewise.
3483         * modules/argmatch-tests (Files): Likewise.
3484         * modules/argv-iter-tests (Files): Likewise.
3485         * modules/array-list-tests (Files): Likewise.
3486         * modules/array-mergesort-tests (Files): Likewise.
3487         * modules/array-oset-tests (Files): Likewise.
3488         * modules/avltree-list-tests (Files): Likewise.
3489         * modules/avltree-oset-tests (Files): Likewise.
3490         * modules/avltreehash-list-tests (Files): Likewise.
3491         * modules/base64-tests (Files): Likewise.
3492         * modules/binary-io-tests (Files): Likewise.
3493         * modules/bitrotate-tests (Files): Likewise.
3494         * modules/btowc-tests (Files): Likewise.
3495         * modules/byteswap-tests (Files): Likewise.
3496         * modules/c-ctype-tests (Files): Likewise.
3497         * modules/c-stack-tests (Files): Likewise.
3498         * modules/c-strcase-tests (Files): Likewise.
3499         * modules/c-strcasestr-tests (Files): Likewise.
3500         * modules/c-strstr-tests (Files): Likewise.
3501         * modules/canonicalize-lgpl-tests (Files): Likewise.
3502         * modules/canonicalize-tests (Files): Likewise.
3503         * modules/carray-list-tests (Files): Likewise.
3504         * modules/ceilf-tests (Files): Likewise.
3505         * modules/ceill-tests (Files): Likewise.
3506         * modules/chown-tests (Files): Likewise.
3507         * modules/cloexec-tests (Files): Likewise.
3508         * modules/copy-file-tests (Files): Likewise.
3509         * modules/count-one-bits-tests (Files): Likewise.
3510         * modules/dprintf-posix-tests (Files): Likewise.
3511         * modules/dup2-tests (Files): Likewise.
3512         * modules/dup3-tests (Files): Likewise.
3513         * modules/duplocale-tests (Files): Likewise.
3514         * modules/fbufmode-tests (Files): Likewise.
3515         * modules/fchdir-tests (Files): Likewise.
3516         * modules/fcntl-safer-tests (Files): Likewise.
3517         * modules/fcntl-tests (Files): Likewise.
3518         * modules/fdopendir-tests (Files): Likewise.
3519         * modules/fdutimensat-tests (Files): Likewise.
3520         * modules/fflush-tests (Files): Likewise.
3521         * modules/filevercmp-tests (Files): Likewise.
3522         * modules/flock-tests (Files): Likewise.
3523         * modules/floorf-tests (Files): Likewise.
3524         * modules/floorl-tests (Files): Likewise.
3525         * modules/fnmatch-tests (Files): Likewise.
3526         * modules/fopen-safer-tests (Files): Likewise.
3527         * modules/fopen-tests (Files): Likewise.
3528         * modules/fpending-tests (Files): Likewise.
3529         * modules/fprintf-posix-tests (Files): Likewise.
3530         * modules/fpurge-tests (Files): Likewise.
3531         * modules/freadable-tests (Files): Likewise.
3532         * modules/freadahead-tests (Files): Likewise.
3533         * modules/freading-tests (Files): Likewise.
3534         * modules/freadptr-tests (Files): Likewise.
3535         * modules/freadseek-tests (Files): Likewise.
3536         * modules/freopen-tests (Files): Likewise.
3537         * modules/frexp-nolibm-tests (Files): Likewise.
3538         * modules/frexp-tests (Files): Likewise.
3539         * modules/frexpl-nolibm-tests (Files): Likewise.
3540         * modules/frexpl-tests (Files): Likewise.
3541         * modules/fseek-tests (Files): Likewise.
3542         * modules/fseeko-tests (Files): Likewise.
3543         * modules/fstrcmp-tests (Files): Likewise.
3544         * modules/fsync-tests (Files): Likewise.
3545         * modules/ftell-tests (Files): Likewise.
3546         * modules/ftello-tests (Files): Likewise.
3547         * modules/func-tests (Files): Likewise.
3548         * modules/futimens-tests (Files): Likewise.
3549         * modules/fwritable-tests (Files): Likewise.
3550         * modules/fwriting-tests (Files): Likewise.
3551         * modules/getcwd-tests (Files): Likewise.
3552         * modules/getdate-tests (Files): Likewise.
3553         * modules/getdelim-tests (Files): Likewise.
3554         * modules/getdtablesize-tests (Files): Likewise.
3555         * modules/getgroups-tests (Files): Likewise.
3556         * modules/getline-tests (Files): Likewise.
3557         * modules/getndelim2-tests (Files): Likewise.
3558         * modules/glob-tests (Files): Likewise.
3559         * modules/hash-tests (Files): Likewise.
3560         * modules/i-ring-tests (Files): Likewise.
3561         * modules/iconv-tests (Files): Likewise.
3562         * modules/iconv_open-utf-tests (Files): Likewise.
3563         * modules/idpriv-drop-tests (Files): Likewise.
3564         * modules/idpriv-droptemp-tests (Files): Likewise.
3565         * modules/inet_ntop-tests (Files): Likewise.
3566         * modules/inet_pton-tests (Files): Likewise.
3567         * modules/isblank-tests (Files): Likewise.
3568         * modules/isfinite-tests (Files): Likewise.
3569         * modules/isinf-tests (Files): Likewise.
3570         * modules/isnan-tests (Files): Likewise.
3571         * modules/isnand-nolibm-tests (Files): Likewise.
3572         * modules/isnand-tests (Files): Likewise.
3573         * modules/isnanf-nolibm-tests (Files): Likewise.
3574         * modules/isnanf-tests (Files): Likewise.
3575         * modules/isnanl-nolibm-tests (Files): Likewise.
3576         * modules/isnanl-tests (Files): Likewise.
3577         * modules/lchown-tests (Files): Likewise.
3578         * modules/ldexpl-tests (Files): Likewise.
3579         * modules/link-tests (Files): Likewise.
3580         * modules/linkat-tests (Files): Likewise.
3581         * modules/linked-list-tests (Files): Likewise.
3582         * modules/linkedhash-list-tests (Files): Likewise.
3583         * modules/localename-tests (Files): Likewise.
3584         * modules/lseek-tests (Files): Likewise.
3585         * modules/lstat-tests (Files): Likewise.
3586         * modules/mbmemcasecmp-tests (Files): Likewise.
3587         * modules/mbmemcasecoll-tests (Files): Likewise.
3588         * modules/mbrtowc-tests (Files): Likewise.
3589         * modules/mbscasecmp-tests (Files): Likewise.
3590         * modules/mbscasestr-tests (Files): Likewise.
3591         * modules/mbschr-tests (Files): Likewise.
3592         * modules/mbscspn-tests (Files): Likewise.
3593         * modules/mbsinit-tests (Files): Likewise.
3594         * modules/mbsncasecmp-tests (Files): Likewise.
3595         * modules/mbsnrtowcs-tests (Files): Likewise.
3596         * modules/mbspbrk-tests (Files): Likewise.
3597         * modules/mbspcasecmp-tests (Files): Likewise.
3598         * modules/mbsrchr-tests (Files): Likewise.
3599         * modules/mbsrtowcs-tests (Files): Likewise.
3600         * modules/mbsspn-tests (Files): Likewise.
3601         * modules/mbsstr-tests (Files): Likewise.
3602         * modules/memchr-tests (Files): Likewise.
3603         * modules/memchr2-tests (Files): Likewise.
3604         * modules/memcmp-tests (Files): Likewise.
3605         * modules/memmem-tests (Files): Likewise.
3606         * modules/memrchr-tests (Files): Likewise.
3607         * modules/mkdir-tests (Files): Likewise.
3608         * modules/mkfifo-tests (Files): Likewise.
3609         * modules/mkfifoat-tests (Files): Likewise.
3610         * modules/mknod-tests (Files): Likewise.
3611         * modules/nanosleep-tests (Files): Likewise.
3612         * modules/nl_langinfo-tests (Files): Likewise.
3613         * modules/obstack-printf-tests (Files): Likewise.
3614         * modules/open-tests (Files): Likewise.
3615         * modules/openat-tests (Files): Likewise.
3616         * modules/pipe-filter-gi-tests (Files): Likewise.
3617         * modules/pipe-filter-ii-tests (Files): Likewise.
3618         * modules/pipe2-tests (Files): Likewise.
3619         * modules/popen-safer-tests (Files): Likewise.
3620         * modules/popen-tests (Files): Likewise.
3621         * modules/posixtm-tests (Files): Likewise.
3622         * modules/pread-tests (Files): Likewise.
3623         * modules/printf-frexp-tests (Files): Likewise.
3624         * modules/printf-frexpl-tests (Files): Likewise.
3625         * modules/printf-posix-tests (Files): Likewise.
3626         * modules/priv-set-tests (Files): Likewise.
3627         * modules/quotearg-tests (Files): Likewise.
3628         * modules/random_r-tests (Files): Likewise.
3629         * modules/rawmemchr-tests (Files): Likewise.
3630         * modules/rbtree-list-tests (Files): Likewise.
3631         * modules/rbtree-oset-tests (Files): Likewise.
3632         * modules/rbtreehash-list-tests (Files): Likewise.
3633         * modules/readlink-tests (Files): Likewise.
3634         * modules/remove-tests (Files): Likewise.
3635         * modules/rename-tests (Files): Likewise.
3636         * modules/renameat-tests (Files): Likewise.
3637         * modules/rmdir-tests (Files): Likewise.
3638         * modules/round-tests (Files): Likewise.
3639         * modules/roundf-tests (Files): Likewise.
3640         * modules/roundl-tests (Files): Likewise.
3641         * modules/safe-alloc-tests (Files): Likewise.
3642         * modules/setenv-tests (Files): Likewise.
3643         * modules/sigaction-tests (Files): Likewise.
3644         * modules/signbit-tests (Files): Likewise.
3645         * modules/sleep-tests (Files): Likewise.
3646         * modules/snprintf-posix-tests (Files): Likewise.
3647         * modules/snprintf-tests (Files): Likewise.
3648         * modules/sprintf-posix-tests (Files): Likewise.
3649         * modules/stat-tests (Files): Likewise.
3650         * modules/stat-time-tests (Files): Likewise.
3651         * modules/strcasestr-tests (Files): Likewise.
3652         * modules/strchrnul-tests (Files): Likewise.
3653         * modules/strerror-tests (Files): Likewise.
3654         * modules/striconv-tests (Files): Likewise.
3655         * modules/striconveh-tests (Files): Likewise.
3656         * modules/striconveha-tests (Files): Likewise.
3657         * modules/strsignal-tests (Files): Likewise.
3658         * modules/strstr-tests (Files): Likewise.
3659         * modules/strtod-tests (Files): Likewise.
3660         * modules/strverscmp-tests (Files): Likewise.
3661         * modules/symlink-tests (Files): Likewise.
3662         * modules/symlinkat-tests (Files): Likewise.
3663         * modules/trunc-tests (Files): Likewise.
3664         * modules/truncf-tests (Files): Likewise.
3665         * modules/truncl-tests (Files): Likewise.
3666         * modules/uname-tests (Files): Likewise.
3667         * modules/unicase/cased-tests (Files): Likewise.
3668         * modules/unicase/ignorable-tests (Files): Likewise.
3669         * modules/unicase/locale-language-tests (Files): Likewise.
3670         * modules/unicase/tolower-tests (Files): Likewise.
3671         * modules/unicase/totitle-tests (Files): Likewise.
3672         * modules/unicase/toupper-tests (Files): Likewise.
3673         * modules/unicase/u8-casecmp-tests (Files): Likewise.
3674         * modules/unicase/u8-casecoll-tests (Files): Likewise.
3675         * modules/unicase/u8-casefold-tests (Files): Likewise.
3676         * modules/unicase/u8-is-cased-tests (Files): Likewise.
3677         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
3678         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
3679         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
3680         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
3681         * modules/unicase/u8-tolower-tests (Files): Likewise.
3682         * modules/unicase/u8-totitle-tests (Files): Likewise.
3683         * modules/unicase/u8-toupper-tests (Files): Likewise.
3684         * modules/unicase/u16-casecmp-tests (Files): Likewise.
3685         * modules/unicase/u16-casecoll-tests (Files): Likewise.
3686         * modules/unicase/u16-casefold-tests (Files): Likewise.
3687         * modules/unicase/u16-is-cased-tests (Files): Likewise.
3688         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
3689         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
3690         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
3691         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
3692         * modules/unicase/u16-tolower-tests (Files): Likewise.
3693         * modules/unicase/u16-totitle-tests (Files): Likewise.
3694         * modules/unicase/u16-toupper-tests (Files): Likewise.
3695         * modules/unicase/u32-casecmp-tests (Files): Likewise.
3696         * modules/unicase/u32-casecoll-tests (Files): Likewise.
3697         * modules/unicase/u32-casefold-tests (Files): Likewise.
3698         * modules/unicase/u32-is-cased-tests (Files): Likewise.
3699         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
3700         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
3701         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
3702         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
3703         * modules/unicase/u32-tolower-tests (Files): Likewise.
3704         * modules/unicase/u32-totitle-tests (Files): Likewise.
3705         * modules/unicase/u32-toupper-tests (Files): Likewise.
3706         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
3707         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
3708         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
3709         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
3710         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
3711         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
3712         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
3713         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
3714         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
3715         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
3716         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
3717         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
3718         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
3719         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
3720         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
3721         * modules/unictype/bidicategory-name-tests (Files): Likewise.
3722         * modules/unictype/bidicategory-of-tests (Files): Likewise.
3723         * modules/unictype/bidicategory-test-tests (Files): Likewise.
3724         * modules/unictype/block-list-tests (Files): Likewise.
3725         * modules/unictype/block-of-tests (Files): Likewise.
3726         * modules/unictype/block-test-tests (Files): Likewise.
3727         * modules/unictype/category-C-tests (Files): Likewise.
3728         * modules/unictype/category-Cc-tests (Files): Likewise.
3729         * modules/unictype/category-Cf-tests (Files): Likewise.
3730         * modules/unictype/category-Cn-tests (Files): Likewise.
3731         * modules/unictype/category-Co-tests (Files): Likewise.
3732         * modules/unictype/category-Cs-tests (Files): Likewise.
3733         * modules/unictype/category-L-tests (Files): Likewise.
3734         * modules/unictype/category-Ll-tests (Files): Likewise.
3735         * modules/unictype/category-Lm-tests (Files): Likewise.
3736         * modules/unictype/category-Lo-tests (Files): Likewise.
3737         * modules/unictype/category-Lt-tests (Files): Likewise.
3738         * modules/unictype/category-Lu-tests (Files): Likewise.
3739         * modules/unictype/category-M-tests (Files): Likewise.
3740         * modules/unictype/category-Mc-tests (Files): Likewise.
3741         * modules/unictype/category-Me-tests (Files): Likewise.
3742         * modules/unictype/category-Mn-tests (Files): Likewise.
3743         * modules/unictype/category-N-tests (Files): Likewise.
3744         * modules/unictype/category-Nd-tests (Files): Likewise.
3745         * modules/unictype/category-Nl-tests (Files): Likewise.
3746         * modules/unictype/category-No-tests (Files): Likewise.
3747         * modules/unictype/category-P-tests (Files): Likewise.
3748         * modules/unictype/category-Pc-tests (Files): Likewise.
3749         * modules/unictype/category-Pd-tests (Files): Likewise.
3750         * modules/unictype/category-Pe-tests (Files): Likewise.
3751         * modules/unictype/category-Pf-tests (Files): Likewise.
3752         * modules/unictype/category-Pi-tests (Files): Likewise.
3753         * modules/unictype/category-Po-tests (Files): Likewise.
3754         * modules/unictype/category-Ps-tests (Files): Likewise.
3755         * modules/unictype/category-S-tests (Files): Likewise.
3756         * modules/unictype/category-Sc-tests (Files): Likewise.
3757         * modules/unictype/category-Sk-tests (Files): Likewise.
3758         * modules/unictype/category-Sm-tests (Files): Likewise.
3759         * modules/unictype/category-So-tests (Files): Likewise.
3760         * modules/unictype/category-Z-tests (Files): Likewise.
3761         * modules/unictype/category-Zl-tests (Files): Likewise.
3762         * modules/unictype/category-Zp-tests (Files): Likewise.
3763         * modules/unictype/category-Zs-tests (Files): Likewise.
3764         * modules/unictype/category-and-not-tests (Files): Likewise.
3765         * modules/unictype/category-and-tests (Files): Likewise.
3766         * modules/unictype/category-byname-tests (Files): Likewise.
3767         * modules/unictype/category-name-tests (Files): Likewise.
3768         * modules/unictype/category-none-tests (Files): Likewise.
3769         * modules/unictype/category-of-tests (Files): Likewise.
3770         * modules/unictype/category-or-tests (Files): Likewise.
3771         * modules/unictype/category-test-withtable-tests (Files): Likewise.
3772         * modules/unictype/combining-class-tests (Files): Likewise.
3773         * modules/unictype/ctype-alnum-tests (Files): Likewise.
3774         * modules/unictype/ctype-alpha-tests (Files): Likewise.
3775         * modules/unictype/ctype-blank-tests (Files): Likewise.
3776         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
3777         * modules/unictype/ctype-digit-tests (Files): Likewise.
3778         * modules/unictype/ctype-graph-tests (Files): Likewise.
3779         * modules/unictype/ctype-lower-tests (Files): Likewise.
3780         * modules/unictype/ctype-print-tests (Files): Likewise.
3781         * modules/unictype/ctype-punct-tests (Files): Likewise.
3782         * modules/unictype/ctype-space-tests (Files): Likewise.
3783         * modules/unictype/ctype-upper-tests (Files): Likewise.
3784         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
3785         * modules/unictype/decimal-digit-tests (Files): Likewise.
3786         * modules/unictype/digit-tests (Files): Likewise.
3787         * modules/unictype/mirror-tests (Files): Likewise.
3788         * modules/unictype/numeric-tests (Files): Likewise.
3789         * modules/unictype/property-alphabetic-tests (Files): Likewise.
3790         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
3791         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
3792         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
3793         Likewise.
3794         * modules/unictype/property-bidi-block-separator-tests (Files):
3795         Likewise.
3796         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
3797         Likewise.
3798         * modules/unictype/property-bidi-common-separator-tests (Files):
3799         Likewise.
3800         * modules/unictype/property-bidi-control-tests (Files): Likewise.
3801         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
3802         Likewise.
3803         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
3804         Likewise.
3805         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
3806         Likewise.
3807         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
3808         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
3809         Likewise.
3810         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
3811         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
3812         Likewise.
3813         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
3814         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
3815         * modules/unictype/property-bidi-segment-separator-tests (Files):
3816         Likewise.
3817         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
3818         * modules/unictype/property-byname-tests (Files): Likewise.
3819         * modules/unictype/property-combining-tests (Files): Likewise.
3820         * modules/unictype/property-composite-tests (Files): Likewise.
3821         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
3822         * modules/unictype/property-dash-tests (Files): Likewise.
3823         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
3824         * modules/unictype/property-default-ignorable-code-point-tests (Files):
3825         Likewise.
3826         * modules/unictype/property-deprecated-tests (Files): Likewise.
3827         * modules/unictype/property-diacritic-tests (Files): Likewise.
3828         * modules/unictype/property-extender-tests (Files): Likewise.
3829         * modules/unictype/property-format-control-tests (Files): Likewise.
3830         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
3831         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
3832         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
3833         * modules/unictype/property-hex-digit-tests (Files): Likewise.
3834         * modules/unictype/property-hyphen-tests (Files): Likewise.
3835         * modules/unictype/property-id-continue-tests (Files): Likewise.
3836         * modules/unictype/property-id-start-tests (Files): Likewise.
3837         * modules/unictype/property-ideographic-tests (Files): Likewise.
3838         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
3839         * modules/unictype/property-ids-trinary-operator-tests (Files):
3840         Likewise.
3841         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
3842         * modules/unictype/property-iso-control-tests (Files): Likewise.
3843         * modules/unictype/property-join-control-tests (Files): Likewise.
3844         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
3845         * modules/unictype/property-line-separator-tests (Files): Likewise.
3846         * modules/unictype/property-logical-order-exception-tests (Files):
3847         Likewise.
3848         * modules/unictype/property-lowercase-tests (Files): Likewise.
3849         * modules/unictype/property-math-tests (Files): Likewise.
3850         * modules/unictype/property-non-break-tests (Files): Likewise.
3851         * modules/unictype/property-not-a-character-tests (Files): Likewise.
3852         * modules/unictype/property-numeric-tests (Files): Likewise.
3853         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
3854         * modules/unictype/property-other-default-ignorable-code-point-tests
3855         (Files): Likewise.
3856         * modules/unictype/property-other-grapheme-extend-tests (Files):
3857         Likewise.
3858         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
3859         * modules/unictype/property-other-id-start-tests (Files): Likewise.
3860         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
3861         * modules/unictype/property-other-math-tests (Files): Likewise.
3862         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
3863         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
3864         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
3865         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
3866         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
3867         * modules/unictype/property-private-use-tests (Files): Likewise.
3868         * modules/unictype/property-punctuation-tests (Files): Likewise.
3869         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
3870         * modules/unictype/property-radical-tests (Files): Likewise.
3871         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
3872         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
3873         * modules/unictype/property-space-tests (Files): Likewise.
3874         * modules/unictype/property-terminal-punctuation-tests (Files):
3875         Likewise.
3876         * modules/unictype/property-test-tests (Files): Likewise.
3877         * modules/unictype/property-titlecase-tests (Files): Likewise.
3878         * modules/unictype/property-unassigned-code-value-tests (Files):
3879         Likewise.
3880         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
3881         * modules/unictype/property-uppercase-tests (Files): Likewise.
3882         * modules/unictype/property-variation-selector-tests (Files): Likewise.
3883         * modules/unictype/property-white-space-tests (Files): Likewise.
3884         * modules/unictype/property-xid-continue-tests (Files): Likewise.
3885         * modules/unictype/property-xid-start-tests (Files): Likewise.
3886         * modules/unictype/property-zero-width-tests (Files): Likewise.
3887         * modules/unictype/scripts-tests (Files): Likewise.
3888         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
3889         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
3890         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
3891         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
3892         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
3893         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
3894         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
3895         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
3896         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
3897         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
3898         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
3899         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
3900         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
3901         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
3902         * modules/uninorm/composition-tests (Files): Likewise.
3903         * modules/uninorm/decomposing-form-tests (Files): Likewise.
3904         * modules/uninorm/decomposition-tests (Files): Likewise.
3905         * modules/uninorm/filter-tests (Files): Likewise.
3906         * modules/uninorm/nfc-tests (Files): Likewise.
3907         * modules/uninorm/nfd-tests (Files): Likewise.
3908         * modules/uninorm/nfkc-tests (Files): Likewise.
3909         * modules/uninorm/nfkd-tests (Files): Likewise.
3910         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
3911         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
3912         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
3913         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
3914         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
3915         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
3916         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
3917         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3918         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
3919         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
3920         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
3921         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
3922         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3923         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
3924         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
3925         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
3926         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
3927         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3928         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
3929         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
3930         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
3931         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
3932         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3933         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
3934         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
3935         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
3936         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
3937         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
3938         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
3939         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
3940         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
3941         * modules/uniwidth/u8-width-tests (Files): Likewise.
3942         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
3943         * modules/uniwidth/u16-width-tests (Files): Likewise.
3944         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
3945         * modules/uniwidth/u32-width-tests (Files): Likewise.
3946         * modules/uniwidth/width-tests (Files): Likewise.
3947         * modules/unlink-tests (Files): Likewise.
3948         * modules/unsetenv-tests (Files): Likewise.
3949         * modules/usleep-tests (Files): Likewise.
3950         * modules/utimens-tests (Files): Likewise.
3951         * modules/utimensat-tests (Files): Likewise.
3952         * modules/vasnprintf-posix-tests (Files): Likewise.
3953         * modules/vasnprintf-tests (Files): Likewise.
3954         * modules/vasprintf-posix-tests (Files): Likewise.
3955         * modules/vasprintf-tests (Files): Likewise.
3956         * modules/vdprintf-posix-tests (Files): Likewise.
3957         * modules/vfprintf-posix-tests (Files): Likewise.
3958         * modules/vprintf-posix-tests (Files): Likewise.
3959         * modules/vsnprintf-posix-tests (Files): Likewise.
3960         * modules/vsnprintf-tests (Files): Likewise.
3961         * modules/vsprintf-posix-tests (Files): Likewise.
3962         * modules/wcrtomb-tests (Files): Likewise.
3963         * modules/wcsnrtombs-tests (Files): Likewise.
3964         * modules/wcsrtombs-tests (Files): Likewise.
3965         * modules/wctype-tests (Files): Likewise.
3966         * modules/wcwidth-tests (Files): Likewise.
3967         * modules/xmemdup0-tests (Files): Likewise.
3968         * modules/xprintf-posix-tests (Files): Likewise.
3969         * modules/xvasprintf-tests (Files): Likewise.
3970
3971 2009-12-24  Eric Blake  <ebb9@byu.net>
3972
3973         test-nanosleep: fix typo
3974         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
3975         patch.
3976         Reported by Bruno Haible.
3977
3978 2009-12-24  Bruno Haible  <bruno@clisp.org>
3979
3980         Reduce namespace pollution on glibc systems.
3981         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
3982         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
3983         systems.
3984         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
3985         <getopt.h> on glibc systems.
3986         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
3987         systems.
3988         * lib/fcntl.c: Include <unistd.h> here instead.
3989
3990 2009-12-24  Bruno Haible  <bruno@clisp.org>
3991
3992         * lib/stdlib.in.h (includes): Fix typo in today's commit.
3993
3994 2009-12-24  Eric Blake  <ebb9@byu.net>
3995
3996         tests: add signature checks
3997         * tests/signature.h (SIGNATURE_CHECK): New file.
3998         * modules/atexit-tests (Files): Use it.
3999         * modules/btowc-tests (Files): Likewise.
4000         * modules/canonicalize-lgpl-tests (Files): Likewise.
4001         * modules/ceilf-tests (Files): Likewise.
4002         * modules/ceill-tests (Files): Likewise.
4003         * modules/chown-tests (Files): Likewise.
4004         * modules/dprintf-posix-tests (Files): Likewise.
4005         * modules/dup2-tests (Files): Likewise.
4006         * modules/dup3-tests (Files): Likewise.
4007         * modules/duplocale-tests (Files): Likewise.
4008         * modules/fchdir-tests (Files): Likewise.
4009         * modules/fcntl-tests (Files): Likewise.
4010         * modules/fdopendir-tests (Files): Likewise.
4011         * modules/fflush-tests (Files): Likewise.
4012         * modules/flock-tests (Files): Likewise.
4013         * modules/floorf-tests (Files): Likewise.
4014         * modules/floorl-tests (Files): Likewise.
4015         * modules/fnmatch-tests (Files): Likewise.
4016         * modules/fopen-tests (Files): Likewise.
4017         * modules/fprintf-posix-tests (Files): Likewise.
4018         * modules/freopen-tests (Files): Likewise.
4019         * modules/frexp-nolibm-tests (Files): Likewise.
4020         * modules/frexp-tests (Files): Likewise.
4021         * modules/frexpl-nolibm-tests (Files): Likewise.
4022         * modules/frexpl-tests (Files): Likewise.
4023         * modules/fseek-tests (Files): Likewise.
4024         * modules/fseeko-tests (Files): Likewise.
4025         * modules/fsync-tests (Files): Likewise.
4026         * modules/ftell-tests (Files): Likewise.
4027         * modules/ftello-tests (Files): Likewise.
4028         * modules/futimens-tests (Files): Likewise.
4029         * modules/getaddrinfo-tests (Files): Likewise.
4030         * modules/getcwd-tests (Files): Likewise.
4031         * modules/getdelim-tests (Files): Likewise.
4032         * modules/getdtablesize-tests (Files): Likewise.
4033         * modules/getgroups-tests (Files): Likewise.
4034         * modules/gethostname-tests (Files): Likewise.
4035         * modules/getline-tests (Files): Likewise.
4036         * modules/getopt-posix-tests (Files): Likewise.
4037         * modules/gettimeofday-tests (Files): Likewise.
4038         * modules/glob-tests (Files): Likewise.
4039         * modules/iconv-tests (Files): Likewise.
4040         * modules/inet_ntop-tests (Files): Likewise.
4041         * modules/inet_pton-tests (Files): Likewise.
4042         * modules/isblank-tests (Files): Likewise.
4043         * modules/lchown-tests (Files): Likewise.
4044         * modules/ldexpl-tests (Files): Likewise.
4045         * modules/link-tests (Files): Likewise.
4046         * modules/linkat-tests (Files): Likewise.
4047         * modules/lseek-tests (Files): Likewise.
4048         * modules/lstat-tests (Files): Likewise.
4049         * modules/mbrtowc-tests (Files): Likewise.
4050         * modules/mbsinit-tests (Files): Likewise.
4051         * modules/mbsnrtowcs-tests (Files): Likewise.
4052         * modules/mbsrtowcs-tests (Files): Likewise.
4053         * modules/memchr-tests (Files): Likewise.
4054         * modules/memcmp-tests (Files): Likewise.
4055         * modules/memmem-tests (Files): Likewise.
4056         * modules/memrchr-tests (Files): Likewise.
4057         * modules/mkdir-tests (Files): Likewise.
4058         * modules/mkfifo-tests (Files): Likewise.
4059         * modules/mkfifoat-tests (Files): Likewise.
4060         * modules/mknod-tests (Files): Likewise.
4061         * modules/nanosleep-tests (Files): Likewise.
4062         * modules/nl_langinfo-tests (Files): Likewise.
4063         * modules/obstack-printf-tests (Files): Likewise.
4064         * modules/open-tests (Files): Likewise.
4065         * modules/openat-tests (Files): Likewise.
4066         * modules/perror-tests (Files): Likewise.
4067         * modules/pipe2-tests (Files): Likewise.
4068         * modules/poll-tests (Files): Likewise.
4069         * modules/popen-tests (Files): Likewise.
4070         * modules/posix_spawn-tests (Files): Likewise.
4071         * modules/posix_spawnp-tests (Files): Likewise.
4072         * modules/pread-tests (Files): Likewise.
4073         * modules/printf-posix-tests (Files): Likewise.
4074         * modules/pty-tests (Files): Likewise.
4075         * modules/random_r-tests (Files): Likewise.
4076         * modules/rawmemchr-tests (Files): Likewise.
4077         * modules/readlink-tests (Files): Likewise.
4078         * modules/remove-tests (Files): Likewise.
4079         * modules/rename-tests (Files): Likewise.
4080         * modules/renameat-tests (Files): Likewise.
4081         * modules/rmdir-tests (Files): Likewise.
4082         * modules/round-tests (Files): Likewise.
4083         * modules/roundf-tests (Files): Likewise.
4084         * modules/roundl-tests (Files): Likewise.
4085         * modules/select-tests (Files): Likewise.
4086         * modules/setenv-tests (Files): Likewise.
4087         * modules/sigaction-tests (Files): Likewise.
4088         * modules/sleep-tests (Files): Likewise.
4089         * modules/snprintf-posix-tests (Files): Likewise.
4090         * modules/snprintf-tests (Files): Likewise.
4091         * modules/sprintf-posix-tests (Files): Likewise.
4092         * modules/stat-tests (Files): Likewise.
4093         * modules/strcasestr-tests (Files): Likewise.
4094         * modules/strchrnul-tests (Files): Likewise.
4095         * modules/strerror-tests (Files): Likewise.
4096         * modules/strsignal-tests (Files): Likewise.
4097         * modules/strstr-tests (Files): Likewise.
4098         * modules/strtod-tests (Files): Likewise.
4099         * modules/strverscmp-tests (Files): Likewise.
4100         * modules/symlink-tests (Files): Likewise.
4101         * modules/symlinkat-tests (Files): Likewise.
4102         * modules/times-tests (Files): Likewise.
4103         * modules/trunc-tests (Files): Likewise.
4104         * modules/truncf-tests (Files): Likewise.
4105         * modules/truncl-tests (Files): Likewise.
4106         * modules/tsearch-tests (Files): Likewise.
4107         * modules/uname-tests (Files): Likewise.
4108         * modules/unlink-tests (Files): Likewise.
4109         * modules/unsetenv-tests (Files): Likewise.
4110         * modules/usleep-tests (Files): Likewise.
4111         * modules/utimensat-tests (Files): Likewise.
4112         * modules/vasprintf-tests (Files): Likewise.
4113         * modules/vdprintf-posix-tests (Files): Likewise.
4114         * modules/vfprintf-posix-tests (Files): Likewise.
4115         * modules/vprintf-posix-tests (Files): Likewise.
4116         * modules/vsnprintf-posix-tests (Files): Likewise.
4117         * modules/vsnprintf-tests (Files): Likewise.
4118         * modules/vsprintf-posix-tests (Files): Likewise.
4119         * modules/wcrtomb-tests (Files): Likewise.
4120         * modules/wcsnrtombs-tests (Files): Likewise.
4121         * modules/wcsrtombs-tests (Files): Likewise.
4122         * modules/wcwidth-tests (Files): Likewise.
4123         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
4124         * tests/test-isinf.c (isinf): Likewise.
4125         * tests/test-isnan.c (isnan): Likewise.
4126         * tests/test-signbit.c (signbit): Likewise.
4127         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
4128         declaration, either as macro or with correct signature.
4129         (select): Ensure function under test is declared with correct
4130         signature in correct header.
4131         * tests/test-atexit.c (atexit): Likewise.
4132         * tests/test-btowc.c (btowc): Likewise.
4133         * tests/test-canonicalize-lgpl.c (realpath)
4134         (canonicalize_file_name): Likewise.
4135         * tests/test-ceilf1.c (ceilf): Likewise.
4136         * tests/test-ceill.c (ceill): Likewise.
4137         * tests/test-chown.c (chown): Likewise.
4138         * tests/test-dprintf-posix.c (dprintf): Likewise.
4139         * tests/test-dup2.c (dup2): Likewise.
4140         * tests/test-dup3.c (dup3): Likewise.
4141         * tests/test-duplocale.c (duplocale): Likewise.
4142         * tests/test-fchdir.c (fchdir): Likewise.
4143         * tests/test-fchownat.c (fchownat): Likewise.
4144         * tests/test-fcntl.c (fcntl): Likewise.
4145         * tests/test-fdopendir.c (fdopendir): Likewise.
4146         * tests/test-fflush.c (fflush): Likewise.
4147         * tests/test-flock.c (flock): Likewise.
4148         * tests/test-floorf1.c (floorf): Likewise.
4149         * tests/test-floorl.c (floorl): Likewise.
4150         * tests/test-fnmatch.c (fnmatch): Likewise.
4151         * tests/test-fopen.c (fopen): Likewise.
4152         * tests/test-fprintf-posix.c (fprintf): Likewise.
4153         * tests/test-freopen.c (freopen): Likewise.
4154         * tests/test-frexp.c (frexp): Likewise.
4155         * tests/test-frexpl.c (frexpl): Likewise.
4156         * tests/test-fseek.c (fseek): Likewise.
4157         * tests/test-fseeko.c (fseeko): Likewise.
4158         * tests/test-fstatat.c (fstatat): Likewise.
4159         * tests/test-fsync.c (fsync): Likewise.
4160         * tests/test-ftell.c (ftell): Likewise.
4161         * tests/test-ftello.c (ftello): Likewise.
4162         * tests/test-futimens.c (futimens): Likewise.
4163         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
4164         (gai_strerror): Likewise.
4165         * tests/test-getcwd.c (getcwd): Likewise.
4166         * tests/test-getdelim.c (getdelim): Likewise.
4167         * tests/test-getdtablesize.c (getdtablesize): Likewise.
4168         * tests/test-getgroups.c (getgroups): Likewise.
4169         * tests/test-gethostname.c (gethostname): Likewise.
4170         * tests/test-getline.c (getline): Likewise.
4171         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
4172         Likewise.
4173         * tests/test-gettimeofday.c (gettimeofday): Likewise.
4174         * tests/test-glob.c (glob, globfree): Likewise.
4175         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
4176         * tests/test-inet_ntop.c (inet_ntop): Likewise.
4177         * tests/test-inet_pton.c (inet_pton): Likewise.
4178         * tests/test-isblank.c (isblank): Likewise.
4179         * tests/test-lchown.c (lchown): Likewise.
4180         * tests/test-ldexpl.c (ldexpl): Likewise.
4181         * tests/test-link.c (link): Likewise.
4182         * tests/test-linkat.c (linkat): Likewise.
4183         * tests/test-lseek.c (lseek): Likewise.
4184         * tests/test-lstat.c (lstat): Likewise.
4185         * tests/test-mbrtowc.c (mbrtowc): Likewise.
4186         * tests/test-mbsinit.c (mbsinit): Likewise.
4187         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
4188         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
4189         * tests/test-memchr.c (memchr): Likewise.
4190         * tests/test-memcmp.c (memcmp): Likewise.
4191         * tests/test-memmem.c (memmem): Likewise.
4192         * tests/test-memrchr.c (memrchr): Likewise.
4193         * tests/test-mkdir.c (mkdir): Likewise.
4194         * tests/test-mkdirat.c (mkdirat): Likewise.
4195         * tests/test-mkfifo.c (mkfifo): Likewise.
4196         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
4197         * tests/test-mknod.c (mknod): Likewise.
4198         * tests/test-nanosleep.c (nanosleep): Likewise.
4199         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
4200         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
4201         Likewise.
4202         * tests/test-open.c (open): Likewise.
4203         * tests/test-openat.c (openat): Likewise.
4204         * tests/test-perror.c (perror): Likewise.
4205         * tests/test-pipe2.c (pipe2): Likewise.
4206         * tests/test-poll.c (poll): Likewise.
4207         * tests/test-popen.c (popen, pclose): Likewise.
4208         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
4209         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
4210         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
4211         (posix_spawn_file_actions_destroy)
4212         (posix_spawn_file_actions_addclose)
4213         (posix_spawn_file_actions_addopen)
4214         (posix_spawn_file_actions_adddup2): Likewise.
4215         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
4216         * tests/test-pread.c (pread): Likewise.
4217         * tests/test-printf-posix.c (printf): Likewise.
4218         * tests/test-pty.c (openpty, forkpty): Likewise.
4219         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
4220         (random_r): Likewise.
4221         * tests/test-rawmemchr.c (rawmemchr): Likewise.
4222         * tests/test-readlink.c (readlink): Likewise.
4223         * tests/test-remove.c (remove): Likewise.
4224         * tests/test-rename.c (rename): Likewise.
4225         * tests/test-renameat.c (renameat): Likewise.
4226         * tests/test-rmdir.c (rmdir): Likewise.
4227         * tests/test-round1.c (round): Likewise.
4228         * tests/test-roundf1.c (roundf): Likewise.
4229         * tests/test-roundl.c (roundl): Likewise.
4230         * tests/test-setenv.c (setenv): Likewise.
4231         * tests/test-sigaction.c (sigaction): Likewise.
4232         * tests/test-sleep.c (sleep): Likewise.
4233         * tests/test-snprintf.c (snprintf): Likewise.
4234         * tests/test-sprintf-posix.c (sprintf): Likewise.
4235         * tests/test-stat.c (stat): Likewise.
4236         * tests/test-stpncpy.c (stpncpy): Likewise.
4237         * tests/test-strcasestr.c (strcasestr): Likewise.
4238         * tests/test-strchrnul.c (strchrnul): Likewise.
4239         * tests/test-strerror.c (strerror): Likewise.
4240         * tests/test-strsignal.c (strsignal): Likewise.
4241         * tests/test-strstr.c (strstr): Likewise.
4242         * tests/test-strtod.c (strtod): Likewise.
4243         * tests/test-strverscmp.c (strverscmp): Likewise.
4244         * tests/test-symlink.c (symlink): Likewise.
4245         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
4246         * tests/test-times.c (times): Likewise.
4247         * tests/test-trunc1.c (trunc): Likewise.
4248         * tests/test-truncf1.c (truncf): Likewise.
4249         * tests/test-truncl.c (truncl): Likewise.
4250         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
4251         Likewise.
4252         * tests/test-uname.c (uname): Likewise.
4253         * tests/test-unlink.c (unlink): Likewise.
4254         * tests/test-unlinkat.c (unlinkat): Likewise.
4255         * tests/test-unsetenv.c (unsetenv): Likewise.
4256         * tests/test-usleep.c (usleep): Likewise.
4257         * tests/test-utimensat.c (utimensat): Likewise.
4258         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
4259         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
4260         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
4261         * tests/test-vprintf-posix.c (vprintf): Likewise.
4262         * tests/test-vsnprintf.c (vsnprintf): Likewise.
4263         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
4264         * tests/test-wcrtomb.c (wcrtomb): Likewise.
4265         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
4266         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
4267         * tests/test-wcwidth.c (wcwidth): Likewise.
4268
4269         build: pull in conditional headers during GNULIB_POSIXCHECK
4270         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
4271         definitions from any conditionally-included headers.
4272         * lib/stdlib.in.h (includes): Likewise.
4273         * lib/unistd.in.h (includes): Likewise.
4274
4275 2009-12-24  Bruno Haible  <bruno@clisp.org>
4276
4277         * tests/test-argv-iter.c: Include header file being tested immediately
4278         after config.h.
4279         * tests/test-base64.c: Likewise.
4280         * tests/test-flock.c: Likewise.
4281         * tests/test-fsync.c: Likewise.
4282         * tests/test-getdate.c: Likewise.
4283         * tests/test-getndelim2.c: Likewise.
4284         * tests/test-isfinite.c: Likewise.
4285         * tests/test-isinf.c: Likewise.
4286         * tests/test-strerror.c: Likewise.
4287         * tests/test-strsignal.c: Likewise.
4288
4289 2009-12-23  Eric Blake  <ebb9@byu.net>
4290
4291         unistd: work around cygwin bug
4292         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
4293         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
4294         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4295
4296 2009-12-23  Bruno Haible  <bruno@clisp.org>
4297
4298         localename: More tests.
4299         * tests/test-localename.c (SIZEOF): New macro.
4300         (categories): New variable.
4301         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
4302         test_locale_name_default): Add test w.r.t. thread locale.
4303         (test_locale_name_thread): New function.
4304         (main): Invoke it.
4305
4306         localename: Make aware of thread locale.
4307         * lib/localename.h (gl_locale_name_thread): New declaration.
4308         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
4309         behaviour with respect to thread locale.
4310         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
4311         <langinfo.h>, glthread/lock.h.
4312         (SIZE_BITS): New macro.
4313         (string_hash): New function.
4314         (struct hash_node): New type.
4315         (HASH_TABLE_SIZE): New macro.
4316         (struniq_hash_table, struniq_lock): New variables.
4317         (struniq): New function.
4318         (gl_locale_name_thread): New function.
4319         (gl_locale_name): Invoke it.
4320         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
4321         * modules/localename (Depends-on): Add lock.
4322         Reported by Mike Gran <spk121@yahoo.com>.
4323
4324 2009-12-23  Eric Blake  <ebb9@byu.net>
4325
4326         va-args: new module
4327         * modules/va-args: New file.
4328         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
4329         * MODULES.html.sh (Core language properties): Mention it.
4330
4331         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
4332         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
4333         named alias for __attribute__((__unused__)).
4334         * lib/chown.c: Update client.
4335         * lib/fchmodat.c: Likewise.
4336         * lib/fts.c: Likewise.
4337         * lib/getdate.y: Likewise.
4338         * lib/getgroups.c: Likewise.
4339         * lib/getopt.c: Likewise.
4340         * lib/getugroups.c: Likewise.
4341         * lib/mkdir.c: Likewise.
4342         * lib/mkfifo.c: Likewise.
4343         * lib/mkfifoat.c: Likewise.
4344         * lib/mknod.c: Likewise.
4345         * lib/mknodat.c: Likewise.
4346         * lib/readlink.c: Likewise.
4347         * lib/se-context.in.h: Likewise.
4348         * lib/se-selinux.in.h: Likewise.
4349         * lib/sockets.c: Likewise.
4350         * lib/symlink.c: Likewise.
4351         * lib/symlinkat.c: Likewise.
4352         * lib/unicodeio.c: Likewise.
4353         * lib/unistr.h: Likewise.
4354         * tests/test-areadlink.c: Likewise.
4355         * tests/test-areadlinkat.c: Likewise.
4356         * tests/test-filenamecat.c: Likewise.
4357         * tests/test-fseeko.c: Likewise.
4358         * tests/test-ftello.c: Likewise.
4359         * tests/test-getdate.c: Likewise.
4360         * tests/test-getgroups.c: Likewise.
4361         * tests/test-gethostname.c: Likewise.
4362         * tests/test-quotearg.c: Likewise.
4363         * tests/test-version-etc.c: Likewise.
4364         * tests/test-xalloc-die.c: Likewise.
4365         * tests/test-xfprintf-posix.c: Likewise.
4366         * tests/test-xprintf-posix.c: Likewise.
4367         * tests/test-xvasprintf.c: Likewise.
4368
4369         tests: avoid compiler warnings
4370         * tests/test-fcntl.c (main): Delete unused parameters.
4371         * tests/test-freopen-safer.c (main): Likewise.
4372         * tests/test-xalloc-die.c (main): Mark unused parameters.
4373         * tests/test-fseeko.c (main): Likewise.
4374         * tests/test-ftello.c (main): Likewise.
4375         * tests/test-nanosleep.c (main): Avoid declaration warning.
4376         * tests/test-sleep.c (main): Likewise.
4377         * tests/test-unsetenv.c (main): Silence warning about string
4378         literal.
4379         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
4380
4381 2009-12-23  Bruno Haible  <bruno@clisp.org>
4382
4383         * tests/test-localename.c (test_locale_name): New function, extracted
4384         from main. Also test mixed situations.
4385         (test_locale_name_posix, test_locale_name_environ,
4386         test_locale_name_default): New functions.
4387         (main): Invoke them all.
4388         * modules/localename-tests (configure.ac): Test for newlocale.
4389
4390 2009-12-23  Bruno Haible  <bruno@clisp.org>
4391
4392         unistd: Ensure getcwd gets declared before being overridden.
4393         * lib/unistd.in.h: Conditionally include <io.h>.
4394
4395 2009-12-22  Bruno Haible  <bruno@clisp.org>
4396
4397         wchar: Diagnose broken combination of glibc and gcc versions and flags.
4398         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
4399         (gl_WCHAR_H): Invoke it.
4400         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
4401         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
4402         Reported by Karl Berry <karl@freefriends.org>.
4403
4404 2009-12-22  Eric Blake  <ebb9@byu.net>
4405
4406         math, unistd: avoid redundant includes
4407         * lib/math.in.h (isnan): No need to re-include <math.h>.
4408         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
4409
4410         getsubopt: work around cygwin bug
4411         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
4412         avoid conflicting with system getsubopt.
4413         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
4414         bug.
4415
4416         getopt: synchronize from glibc
4417         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
4418         parameter order.  Adjust all callers.
4419         (_getopt_internal_r, main): Adjust quoting in error messages.
4420         Drop considerations for outdated POSIX 1003.2 error message.
4421         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
4422         callers.
4423         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
4424
4425         test-getopt: test stderr behavior
4426         * modules/getopt-posix-tests (Depends-on): Add dup2.
4427         * tests/test-getopt.c (ASSERT): Avoid stderr.
4428         (main): Move stderr to a temporary file.
4429         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
4430         Instead, add parameter to inform caller if output occurred.
4431         (test_getopt): Adjust all existing tests to expect silence, and
4432         add new tests of leading ":".
4433         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4434         glibc shortcomings with leading "-:" or "+:" in optstring.
4435         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4436         Likewise.
4437         * doc/posix-functions/getopt.texi (getopt): Likewise.
4438
4439         test-getopt: enhance test
4440         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
4441         supports optind=0.
4442         * tests/test-getopt.c (OPTIND_MIN): Move...
4443         * tests/test-getopt.h (OPTIND_MIN): ...here.
4444         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
4445         Require that optind=0 works, since modern BSD supports it in
4446         addition to optreset, and since coreutils expects it.
4447         (test_getopt_long_only): New test.
4448         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4449         glibc shortcomings with 'W;', and enforcement of optind=0.
4450         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4451         Likewise.
4452
4453 2009-12-21  Bruno Haible  <bruno@clisp.org>
4454
4455         localename: Improvements for MacOS X and Cygwin.
4456         * lib/localename.h (gl_locale_name_environ): New declaration.
4457         * lib/localename.c (gl_locale_name_environ): New function, extracted from
4458         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
4459         (gl_locale_name_posix): Invoke it.
4460         (gl_locale_name_default): Add comments. Use Windows native API also on
4461         Cygwin.
4462
4463 2009-12-21  Bruno Haible  <bruno@clisp.org>
4464
4465         Update list of Win32 locale ids.
4466         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
4467         (LANG_SAMI): Renamed from LANG_SAAMI.
4468         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
4469         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
4470         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
4471         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
4472         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
4473         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
4474         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
4475         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
4476         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
4477         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
4478         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
4479         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
4480         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
4481         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
4482         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
4483         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
4484         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
4485         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
4486         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
4487         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
4488         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
4489         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
4490         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
4491         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
4492         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
4493         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
4494         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
4495         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
4496         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
4497         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
4498         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
4499         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
4500         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
4501         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
4502         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
4503         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
4504         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
4505         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
4506         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
4507         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
4508         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
4509         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
4510         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
4511         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
4512         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
4513         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
4514         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
4515         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
4516         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
4517         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
4518         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
4519         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
4520         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
4521         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
4522         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
4523         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
4524         Add more languages and countries for Sami, Sorbian. Add more countries
4525         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
4526         for Pashto. Change country for Syriac, Tswana.
4527
4528 2009-12-21  Eric Blake  <ebb9@byu.net>
4529
4530         test-utimens: avoid spurious failure
4531         * tests/test-chown.h (nap): Factor...
4532         * tests/nap.h: ...into new file.
4533         * tests/test-lchown.h (nap): Avoid duplication.
4534         * tests/test-utimens-common.h (nap): Use shared implementation,
4535         necessary on file systems with 1-second resolution.
4536         * modules/chown-tests (Files): Include new file.
4537         * modules/fdutimensat-tests (Files): Likewise.
4538         * modules/futimens-tests (Files): Likewise.
4539         * modules/lchown-tests (Files): Likewise.
4540         * modules/openat-tests (Files): Likewise.
4541         * modules/utimens-tests (Files): Likewise.
4542         * modules/utimensat-tests (Files): Likewise.
4543
4544 2009-12-19  Eric Blake  <ebb9@byu.net>
4545
4546         futimens, utimensat: work around Linux bug
4547         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
4548         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4549         * lib/utimensat.c (rpl_utimensat): Work around it.
4550         * lib/futimens.c (rpl_futimens): Adjust comment.
4551
4552         utimens: work around Linux ctime bug
4553         * lib/utimens.c (detect_ctime_bug): New helper function.
4554         (update_timespec): Differentiate between workaround needed for
4555         this bug vs. what is needed for systems that lack utimensat.
4556         (fdutimens, lutimens): Work around bug.
4557
4558         utimens: check for ctime update
4559         * tests/test-utimens-common.h (check_ctime): Define.
4560         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
4561         * tests/test-futimens.h (test_futimens): Likewise.
4562         * tests/test-lutimens.h (test_lutimens): Likewise.
4563         * doc/posix-functions/futimens.texi (futimens): Document the bug.
4564         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4565
4566 2009-12-19  Bruno Haible  <bruno@clisp.org>
4567
4568         dprintf-posix: Check against memory leak fixed on 2009-12-15.
4569         * tests/test-dprintf-posix2.sh: New file.
4570         * tests/test-dprintf-posix2.c: New file.
4571         * modules/dprintf-posix-tests (Files): Add them.
4572         (configure.ac): Check for getrlimit and setrlimit.
4573         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
4574
4575 2009-12-19  Bruno Haible  <bruno@clisp.org>
4576
4577         fprintf-posix: Check against memory leak fixed on 2009-12-15.
4578         * tests/test-fprintf-posix3.sh: New file.
4579         * tests/test-fprintf-posix3.c: New file.
4580         * modules/fprintf-posix-tests (Files): Add them.
4581         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
4582
4583 2009-12-19  Eric Blake  <ebb9@byu.net>
4584
4585         dirfd: fix prototype
4586         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
4587         * lib/dirfd.c (dirfd): Likewise.
4588
4589         canonicalize: reduce memory usage
4590         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
4591         allocation to size.
4592         Reported by Solar Designer <solar@openwall.com>.
4593
4594 2009-12-19  Bruno Haible  <bruno@clisp.org>
4595
4596         New module attribute 'Applicability'.
4597         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
4598         * gnulib-tool: New option --extract-applicability.
4599         (func_usage): Document it.
4600         (sed_extract_prog): Recognize it.
4601         (func_get_applicability): New function.
4602         (func_import): Generalize handling of 'link-warning' module.
4603         * modules/link-warning (Applicability): New section.
4604         * modules/arg-nonnull (Applicability): New section.
4605         Repoted by Simon Josefsson <simon@josefsson.org>.
4606
4607 2009-12-19  Bruno Haible  <bruno@clisp.org>
4608
4609         fflush: tweak
4610         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
4611         * lib/fseeko.c (rpl_fseeko): Likewise.
4612
4613 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
4614
4615         * lib/gl_list.h: Fix typo in comment.
4616
4617 2009-12-16  Eric Blake  <ebb9@byu.net>
4618
4619         fcntl: use to simplify other modules
4620         * modules/cloexec (Depends-on): Add fcntl.
4621         * modules/fchdir (Depends-on): Likewise.
4622         * modules/fd-safer-flag (Depends-on): Likewise.
4623         * modules/unistd-safer (Depends-on): Likewise.
4624         * modules/dup3 (configure.ac): Set module indicator.
4625         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
4626         missing.
4627         * lib/fchdir.c (_gl_register_dup): Fix comment.
4628         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
4629         * lib/dup-safer.c (dup_safer): Likewise.
4630         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
4631         * lib/dup3.c (dup3): Likewise.
4632         * tests/test-fchdir.c (main): Enhance test.
4633         Fixes a dup_cloexec bug reported by Ondřej Vašík.
4634
4635         fcntl: port portions of fcntl to mingw
4636         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
4637         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
4638         replacement for mingw.
4639         * modules/fcntl (Description): Update.
4640         (Depends-on): Add dup2.
4641         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
4642         * modules/fcntl-h (Makefile.am): Substitute it.
4643         * lib/fcntl.in.h (fcntl): Update declaration.
4644         (F_DUPFD, F_GETFD): New macros, when needed.
4645         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
4646         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
4647         * tests/test-fcntl.c (check_flags, main): Enhance test for items
4648         we now guarantee.
4649
4650         fcntl: work around cygwin bug in F_DUPFD
4651         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
4652         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
4653         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
4654         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
4655         * doc/posix-functions/fcntl.texi (fcntl): Document it.
4656
4657         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
4658         * modules/fcntl (Files): List new files.
4659         (configure.ac): Run a test.
4660         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
4661         * lib/fcntl.c (rpl_fcntl): Likewise.
4662         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
4663         (gl_FCNTL_H): Always replace fcntl.h.
4664         * modules/fcntl-h (Makefile.am): Substitute witnesses.
4665         * lib/fcntl.in.h (fcntl): Declare replacement.
4666         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
4667         needed, plus a witness.
4668         * doc/posix-functions/fcntl.texi (fcntl): Document this.
4669         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
4670         * tests/test-fcntl.c: New file.
4671         * modules/fcntl-tests: Likewise.
4672
4673         binary-io: avoid potential compilation warning
4674         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
4675         directives.
4676
4677         fflush: avoid compilation error on NetBSD
4678         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
4679         between off_t and fpos_t, since the latter is sometimes a struct.
4680         * lib/fseeko.c (rpl_fseeko): Likewise.
4681         Reported by Alexander Nasonov <alnsn@yandex.ru>.
4682
4683 2009-12-15  Eric Blake  <ebb9@byu.net>
4684
4685         fcntl-h, stdio, sys_ioctl: fix declarations
4686         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
4687         function must not take arguments.
4688         * lib/sys_ioctl.in.h (ioctl): Likewise.
4689         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
4690         (open): Add a link warning.
4691
4692 2009-12-15  Jim Meyering  <meyering@redhat.com>
4693
4694         areadlink, areadlink-with-size: relax license to LGPLv2+
4695         * modules/areadlink (License): Relax to LGPLv2+.
4696         * modules/areadlink-with-size (License): Likewise.
4697
4698 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
4699             Bruno Haible  <bruno@clisp.org>
4700
4701         *printf: Fix memory leak.
4702         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
4703         * lib/vfprintf.c (vfprintf): Likewise.
4704         * lib/dprintf.c (dprintf): Likewise.
4705         * lib/vdprintf.c (vdprintf): Likewise.
4706
4707 2009-12-14  Eric Blake  <ebb9@byu.net>
4708
4709         accept4: adjust module dependencies
4710         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
4711
4712         utimens: one more try at avoiding compiler warning
4713         * lib/utimens.c (lutimens): Lower scope of result.
4714
4715 2009-12-13  Bruno Haible  <bruno@clisp.org>
4716
4717         Move the malloc checking from module 'list' to new module 'xlist'.
4718         * modules/xlist: New file.
4719         * lib/gl_xlist.h: New file.
4720         * lib/gl_xlist.c: New file.
4721         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
4722         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
4723         gl_list_add_last, gl_list_add_before, gl_list_add_after,
4724         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
4725         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
4726         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
4727         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
4728         gl_sortedlist_nx_add): New declarations.
4729         (struct gl_list_implementation): Rename and change methods accordingly.
4730         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
4731         (gl_list_nx_create): Renamed from gl_list_create.
4732         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
4733         (gl_list_nx_set_at): Renamed from gl_list_set_at.
4734         (gl_list_nx_add_first): Renamed from gl_list_add_first.
4735         (gl_list_nx_add_last): Renamed from gl_list_add_last.
4736         (gl_list_nx_add_before): Renamed from gl_list_add_before.
4737         (gl_list_nx_add_after): Renamed from gl_list_add_after.
4738         (gl_list_nx_add_at): Renamed from gl_list_add_at.
4739         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
4740         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
4741         gl_list_create_empty.
4742         (gl_list_nx_create): Renamed from gl_list_create.
4743         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
4744         (gl_list_nx_set_at): Renamed from gl_list_set_at.
4745         (gl_list_nx_add_first): Renamed from gl_list_add_first.
4746         (gl_list_nx_add_last): Renamed from gl_list_add_last.
4747         (gl_list_nx_add_before): Renamed from gl_list_add_before.
4748         (gl_list_nx_add_after): Renamed from gl_list_add_after.
4749         (gl_list_nx_add_at): Renamed from gl_list_add_at.
4750         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
4751         * lib/gl_array_list.c: Don't include xalloc.h.
4752         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
4753         NULL upon out-of-memory.
4754         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
4755         out-of-memory.
4756         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
4757         Change return type to 'int'.
4758         (gl_array_nx_set_at): Renamed from gl_array_set_at.
4759         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
4760         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
4761         upon out-of-memory.
4762         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
4763         upon out-of-memory.
4764         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
4765         upon out-of-memory.
4766         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
4767         upon out-of-memory.
4768         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
4769         out-of-memory.
4770         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
4771         Update.
4772         (gl_array_list_implementation): Update.
4773         * lib/gl_carray_list.c: Don't include xalloc.h.
4774         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
4775         Return NULL upon out-of-memory.
4776         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
4777         out-of-memory.
4778         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
4779         Change return type to 'int'.
4780         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
4781         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
4782         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
4783         upon out-of-memory.
4784         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
4785         upon out-of-memory.
4786         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
4787         out-of-memory.
4788         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
4789         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
4790         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
4791         Update.
4792         (gl_carray_list_implementation): Update.
4793         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
4794         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
4795         gl_linked_create_empty. Return NULL upon out-of-memory.
4796         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
4797         out-of-memory.
4798         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
4799         Change return type to 'int'. Return -1 upon out-of-memory.
4800         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
4801         out-of-memory.
4802         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
4803         upon out-of-memory.
4804         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
4805         upon out-of-memory.
4806         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
4807         NULL upon out-of-memory.
4808         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
4809         upon out-of-memory.
4810         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
4811         out-of-memory.
4812         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
4813         Update.
4814         * lib/gl_linked_list.c: Don't include xalloc.h.
4815         (gl_linked_list_implementation): Update.
4816         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
4817         (add_to_bucket): Change return type to 'int'.
4818         (gl_linkedhash_list_implementation): Update.
4819         * lib/gl_anytree_list1.h (free_subtree): New function.
4820         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
4821         gl_tree_create_empty. Return NULL upon out-of-memory.
4822         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
4823         Change return type to 'int'. Return -1 upon out-of-memory.
4824         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
4825         out-of-memory.
4826         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
4827         (gl_tree_remove_node): New function, moved here from
4828         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
4829         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
4830         Update.
4831         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
4832         malloc, not xmalloc. Return NULL upon out-of-memory.
4833         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
4834         out-of-memory.
4835         (gl_tree_remove_node_from_tree): New function, extracted from
4836         gl_tree_remove_node.
4837         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
4838         upon out-of-memory.
4839         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
4840         out-of-memory.
4841         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
4842         upon out-of-memory.
4843         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
4844         upon out-of-memory.
4845         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
4846         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
4847         not xmalloc. Return NULL upon out-of-memory.
4848         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
4849         out-of-memory.
4850         (gl_tree_remove_node_from_tree): New function, extracted from
4851         gl_tree_remove_node.
4852         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
4853         upon out-of-memory.
4854         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
4855         out-of-memory.
4856         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
4857         upon out-of-memory.
4858         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
4859         upon out-of-memory.
4860         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
4861         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
4862         gl_anytree_list1.h before gl_anyavltree_list2.h.
4863         (gl_avltree_list_implementation): Update.
4864         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
4865         gl_anytree_list1.h before gl_anyavltree_list2.h.
4866         (gl_rbtree_list_implementation): Update.
4867         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
4868         Change return type to 'int'. Return -1 upon out-of-memory. Use
4869         __builtin_expect.
4870         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
4871         (gl_avltreehash_list_implementation): Update.
4872         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
4873         (gl_rbtreehash_list_implementation): Update.
4874         * modules/array-list (Depends-on): Remove xalloc.
4875         * modules/carray-list (Depends-on): Likewise.
4876         * modules/linked-list (Depends-on): Likewise.
4877         * modules/linkedhash-list (Depends-on): Likewise.
4878         * modules/avltree-list (Depends-on): Likewise.
4879         * modules/rbtree-list (Depends-on): Likewise.
4880         * modules/avltreehash-list (Depends-on): Likewise.
4881         * modules/rbtreehash-list (Depends-on): Likewise.
4882
4883         * modules/xsublist: New file.
4884         * lib/gl_xsublist.h: New file.
4885         * lib/gl_xsublist.c: New file.
4886         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
4887         (gl_sublist_nx_create): New declaration.
4888         * lib/gl_sublist.c: Don't include xalloc.h.
4889         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
4890         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
4891         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
4892         Change return type to 'int'. Return -1 upon out-of-memory.
4893         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
4894         upon out-of-memory.
4895         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
4896         NULL upon out-of-memory.
4897         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
4898         upon out-of-memory.
4899         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
4900         NULL upon out-of-memory.
4901         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
4902         NULL upon out-of-memory.
4903         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
4904         upon out-of-memory.
4905         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
4906         (gl_sublist_list_implementation): Update.
4907         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
4908         upon out-of-memory.
4909         * modules/sublist (Depends-on): Remove xalloc.
4910
4911         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
4912         * tests/test-carray_list.c: Likewise.
4913         * tests/test-linked_list.c: Likewise.
4914         * tests/test-linkedhash_list.c: Likewise.
4915         * tests/test-avltree_list.c: Likewise.
4916         * tests/test-rbtree_list.c: Likewise.
4917         * tests/test-avltreehash_list.c: Likewise.
4918         * tests/test-rbtreehash_list.c: Likewise.
4919         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
4920         * modules/carray-list-tests (Makefile.am): Likewise.
4921         * modules/linked-list-tests (Makefile.am): Likewise.
4922         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4923         * modules/avltree-list-tests (Makefile.am): Likewise.
4924         * modules/rbtree-list-tests (Makefile.am): Likewise.
4925         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4926         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4927
4928         * NEWS: Mention the changes.
4929
4930         * lib/clean-temp.c: Include gl_xlist.h.
4931         * modules/clean-temp (Depends-on): Add xlist.
4932
4933         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
4934         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
4935
4936         * tests/test-array_oset.c: Include gl_xlist.h.
4937         * modules/array-oset-tests (Depends-on): Add xlist.
4938
4939         Reported by José E. Marchesi <jemarch@gnu.org>.
4940
4941 2009-12-13  Bruno Haible  <bruno@clisp.org>
4942
4943         Move the malloc checking from module 'oset' to new module 'xoset'.
4944         * modules/xoset: New file.
4945         * lib/gl_xoset.h: New file.
4946         * lib/gl_xoset.c: New file.
4947         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
4948         declarations.
4949         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
4950         (struct gl_oset_implementation): Rename and change methods accordingly.
4951         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
4952         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
4953         'int'. Mark as __warn_unused_result__.
4954         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
4955         gl_oset_create_empty.
4956         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
4957         'int'.
4958         * lib/gl_array_oset.c: Don't include xalloc.h.
4959         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
4960         malloc, not xmalloc.
4961         (grow): Change return type to 'int'. Don't call xalloc_die.
4962         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
4963         to 'int'.
4964         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
4965         'int'.
4966         (gl_array_oset_implementation): Update.
4967         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
4968         gl_tree_create_empty.
4969         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
4970         'int'.
4971         * lib/gl_avltree_oset.c: Don't include xalloc.h.
4972         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
4973         xmalloc.
4974         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
4975         not xmalloc.
4976         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
4977         xmalloc.
4978         (gl_avltree_oset_implementation): Update.
4979         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
4980         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
4981         xmalloc.
4982         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
4983         not xmalloc.
4984         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
4985         xmalloc.
4986         (gl_rbtree_oset_implementation): Update.
4987         * modules/array-oset (Depends-on): Remove xalloc.
4988         * modules/avltree-oset (Depends-on): Likewise.
4989         * modules/rbtree-oset (Depends-on): Likewise.
4990         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
4991         * tests/test-avltree_oset.c: Likewise.
4992         * tests/test-rbtree_oset.c: Likewise.
4993         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4994         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
4995         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4996         * NEWS: Mention the change.
4997
4998 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
4999
5000         maint.mk: allow a project to override release-prep commands
5001         * top/maint.mk (alpha, beta, stable): Move release-preparatory
5002         commands into a new rule.
5003         (release-prep): New rule.
5004         (release-prep-hook): New overridable variable.
5005
5006 2009-12-13  Bruno Haible  <bruno@clisp.org>
5007
5008         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
5009
5010 2009-12-13  Jim Meyering  <meyering@redhat.com>
5011
5012         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
5013         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
5014
5015 2009-12-12  Bruno Haible  <bruno@clisp.org>
5016
5017         duplocale: Tweak.
5018         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
5019
5020 2009-12-12  Karl Berry  <karl@gnu.org>
5021
5022         * config/srclist.txt (strtoll.c): tab changes, no more sync.
5023
5024 2009-12-12  Bruno Haible  <bruno@clisp.org>
5025
5026         * m4/po.m4: Undo incorrect untabification.
5027
5028 2009-12-12  Bruno Haible  <bruno@clisp.org>
5029
5030         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
5031         * modules/c-strtod (Depends-on): Add locale.
5032         * modules/c-strtold (Depends-on): Likewise.
5033
5034 2009-12-12  Bruno Haible  <bruno@clisp.org>
5035
5036         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
5037
5038 2009-12-11  Eric Blake  <ebb9@byu.net>
5039
5040         setenv: relax requirement in light of POSIX ruling
5041         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
5042         not NULL.
5043         * tests/test-setenv.c (main): Relax test.
5044         * tests/test-unsetenv.c (main): Likewise.
5045         * doc/posix-functions/setenv.texi (setenv): Document this.
5046         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
5047
5048 2009-12-11  Bruno Haible  <bruno@clisp.org>
5049
5050         New module 'fd-safer-flag'.
5051         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
5052         * lib/dup-safer.c (dup_safer_flag): Remove function.
5053         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
5054         * lib/fd-safer.c (fd_safer_flag): Remove function.
5055         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
5056         * modules/cloexec (configure.ac): Drop indicator macro.
5057         * modules/fd-safer-flag: New file.
5058         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
5059         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
5060         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
5061
5062 2009-12-11  Bruno Haible  <bruno@clisp.org>
5063
5064         Tests for module 'nl_langinfo'.
5065         * modules/nl_langinfo-tests: New file.
5066         * tests/test-nl_langinfo.sh: New file.
5067         * tests/test-nl_langinfo.c: New file.
5068
5069         New module 'nl_langinfo'.
5070         * lib/nl_langinfo.c: New file.
5071         * m4/nl_langinfo.m4: New file.
5072         * modules/nl_langinfo: New file.
5073         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
5074
5075 2009-12-11  Bruno Haible  <bruno@clisp.org>
5076
5077         Tests for module 'langinfo'.
5078         * modules/langinfo-tests: New file.
5079         * tests/test-langinfo.c: New file.
5080
5081         New module 'langinfo'.
5082         * lib/langinfo.in.h: New file.
5083         * m4/langinfo_h.m4: New file.
5084         * modules/langinfo: New file.
5085         * doc/posix-headers/langinfo.texi: Mention the new module.
5086
5087 2009-12-11  Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/config.charset: Untabify.
5090
5091 2009-12-11  Bruno Haible  <bruno@clisp.org>
5092
5093         * modules/unistd-safer (configure.ac): Drop indicator macro.
5094
5095 2009-12-11  Bruno Haible  <bruno@clisp.org>
5096
5097         Move pipe2-safer code to its own file.
5098         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
5099         * lib/pipe-safer.c (pipe2_safer): Remove function.
5100         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
5101         (Makefile.am): Add it to lib_SOURCES.
5102
5103 2009-12-10  Bruno Haible  <bruno@clisp.org>
5104
5105         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
5106
5107 2009-12-10  Bruno Haible  <bruno@clisp.org>
5108
5109         Declare which arguments expect non-NULL values, for GCC and clang.
5110         * build-aux/arg-nonnull.h: New file.
5111         * modules/arg-nonnull: New file.
5112         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
5113         (inet_ntop, inet_pton): Use it.
5114         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
5115         (closedir, dirfd, opendir, scandir, alphasort): Use it.
5116         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
5117         (open, openat): Use it.
5118         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
5119         (fnmatch): Use it.
5120         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
5121         (getopt, getopt_long, getopt_long_only): Use it.
5122         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
5123         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
5124         Use it.
5125         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
5126         (iconv_open): Use it.
5127         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
5128         (strtoimax, strtoumax): Use it.
5129         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
5130         (duplocale): Use it.
5131         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
5132         (frexp, frexpl): Use it.
5133         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
5134         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
5135         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
5136         (tsearch, tfind, tdelete, twalk): Use it.
5137         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
5138         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
5139         sigpending): Use it.
5140         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
5141         (posix_spawn, posix_spawnp, posix_spawnattr_init,
5142         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
5143         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
5144         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
5145         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
5146         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
5147         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
5148         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
5149         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
5150         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
5151         Use it.
5152         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
5153         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
5154         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
5155         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
5156         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
5157         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
5158         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
5159         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
5160         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
5161         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
5162         strtoull, unsetenv): Use it.
5163         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
5164         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
5165         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
5166         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
5167         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
5168         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
5169         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
5170         (strcasecmp, strncasecmp): Use it.
5171         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
5172         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
5173         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
5174         rpl_setsockopt): Use it.
5175         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
5176         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
5177         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
5178         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
5179         (gettimeofday): Use it.
5180         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
5181         (times): Use it.
5182         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
5183         (uname): Use it.
5184         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
5185         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
5186         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
5187         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
5188         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
5189         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
5190         unlinkat, write): Use it.
5191         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
5192         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
5193         * lib/argv-iter.h: Include arg-nonnull.h.
5194         (_ATTRIBUTE_NONNULL_): Remove macro.
5195         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
5196         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
5197         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
5198         optimization.
5199         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
5200         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
5201         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
5202         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
5203         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
5204         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
5205         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
5206         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
5207         * modules/arpa_inet (Depends-on): Add arg-nonnull.
5208         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
5209         * modules/dirent (Depends-on): Add arg-nonnull.
5210         (Makefile.am): Insert arg-nonnull.h into dirent.h.
5211         * modules/fcntl-h (Depends-on): Add arg-nonnull.
5212         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
5213         * modules/fnmatch (Depends-on): Add arg-nonnull.
5214         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
5215         * modules/getopt-posix (Depends-on): Add arg-nonnull.
5216         (Makefile.am): Insert arg-nonnull.h into getopt.h.
5217         * modules/glob (Depends-on): Add arg-nonnull.
5218         (Makefile.am): Insert arg-nonnull.h into glob.h.
5219         * modules/iconv_open (Depends-on): Add arg-nonnull.
5220         (Makefile.am): Insert arg-nonnull.h into iconv.h.
5221         * modules/inttypes (Depends-on): Add arg-nonnull.
5222         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
5223         * modules/locale (Depends-on): Add arg-nonnull.
5224         (Makefile.am): Insert arg-nonnull.h into locale.h.
5225         * modules/math (Depends-on): Add arg-nonnull.
5226         (Makefile.am): Insert arg-nonnull.h into math.h.
5227         * modules/netdb (Depends-on): Add arg-nonnull.
5228         (Makefile.am): Insert arg-nonnull.h into netdb.h.
5229         * modules/search (Depends-on): Add arg-nonnull.
5230         (Makefile.am): Insert arg-nonnull.h into search.h.
5231         * modules/signal (Depends-on): Add arg-nonnull.
5232         (Makefile.am): Insert arg-nonnull.h into signal.h.
5233         * modules/spawn (Depends-on): Add arg-nonnull.
5234         (Makefile.am): Insert arg-nonnull.h into spawn.h.
5235         * modules/stdio (Depends-on): Add arg-nonnull.
5236         (Makefile.am): Insert arg-nonnull.h into stdio.h.
5237         * modules/stdlib (Depends-on): Add arg-nonnull.
5238         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
5239         * modules/string (Depends-on): Add arg-nonnull.
5240         (Makefile.am): Insert arg-nonnull.h into string.h.
5241         * modules/strings (Depends-on): Add arg-nonnull.
5242         (Makefile.am): Insert arg-nonnull.h into strings.h.
5243         * modules/sys_socket (Depends-on): Add arg-nonnull.
5244         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
5245         * modules/sys_stat (Depends-on): Add arg-nonnull.
5246         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
5247         * modules/sys_time (Depends-on): Add arg-nonnull.
5248         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
5249         * modules/sys_times (Depends-on): Add arg-nonnull.
5250         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
5251         * modules/sys_utsname (Depends-on): Add arg-nonnull.
5252         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
5253         * modules/time (Depends-on): Add arg-nonnull.
5254         (Makefile.am): Insert arg-nonnull.h into time.h.
5255         * modules/unistd (Depends-on): Add arg-nonnull.
5256         (Makefile.am): Insert arg-nonnull.h into unistd.h.
5257         * modules/wchar (Depends-on): Add arg-nonnull.
5258         (Makefile.am): Insert arg-nonnull.h into wchar.h.
5259         * modules/argv-iter (Depends-on): Add arg-nonnull.
5260         * tests/test-canonicalize.c (null_ptr): New function.
5261         (main): Use it.
5262         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
5263         (main): Use it.
5264         * tests/test-memmem.c (null_ptr): New function.
5265         (main): Use it.
5266         Reported by Jim Meyering.
5267
5268 2009-12-10  Bruno Haible  <bruno@clisp.org>
5269
5270         Use spaces for indentation, not tabs.
5271         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
5272         * m4/*.m4: Untabify.
5273         * build-aux/*.h: Untabify.
5274         * tests/**/*.[hc]: Untabify.
5275         * README: New section "Indent with spaces, not TABs", based on
5276         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
5277         * NEWS: Mention the change.
5278
5279 2009-12-10  Bruno Haible  <bruno@clisp.org>
5280
5281         pty test: Fix link error.
5282         * modules/pty-tests (Makefile.am): Add the default LDADD value to
5283         test_pty_LDADD.
5284
5285 2009-12-07  Simon Josefsson  <simon@josefsson.org>
5286
5287         * modules/pty: New file.
5288         * modules/pty-tests: New file.
5289         * m4/pty.m4: New file.
5290         * tests/test-pty.c: New file.
5291         * doc/glibc-headers/pty.texi: Modified.
5292         * doc/glibc-functions/forkpty.texi: Modified.
5293         * doc/glibc-functions/openpty.texi: Modified.
5294
5295 2009-12-10  Bruno Haible  <bruno@clisp.org>
5296
5297         Avoid syntax error in C++ mode.
5298         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
5299
5300 2009-12-10  Bruno Haible  <bruno@clisp.org>
5301
5302         Use sed with option -e.
5303         * gnulib-tool (func_version, func_emit_copyright_notice,
5304         func_emit_initmacro_end, func_import, func_create_testdir): Pass
5305         option -e to sed.
5306         * modules/link-warning (Makefile.am): Likewise.
5307
5308 2009-12-10  Jim Meyering  <meyering@redhat.com>
5309
5310         mgetgroups: do not write bytes beyond end of malloc'd buffer
5311         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
5312         username, we call getgroups with a one-element-shorter buffer,
5313         but still told it the length was original, max_n_groups.
5314
5315 2009-12-09  Eric Blake  <ebb9@byu.net>
5316
5317         cloexec: relax license
5318         * modules/cloexec (Maintainer): Add myself.
5319         (License): Use LGPL, not GPL.
5320
5321         link-warning: optimize generation
5322         * modules/link-warning (Makefile.am): Reduce process usage.
5323
5324 2009-12-09  Bruno Haible  <bruno@clisp.org>
5325
5326         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
5327         workaround was added on 2009-11-17.
5328
5329 2009-12-09  Jim Meyering  <meyering@redhat.com>
5330             Bruno Haible  <bruno@clisp.org>
5331
5332         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
5333         * modules/link-warning (Makefile.am): Make the comment-removing sed
5334         command more robust in the face of bootstrap-prepended comment lines.
5335
5336 2009-12-09  Bruno Haible  <bruno@clisp.org>
5337
5338         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
5339         most one group.
5340
5341 2009-12-09  Simon Josefsson <simon@josefsson.org>
5342             Bruno Haible  <bruno@clisp.org>
5343
5344         * build-aux/link-warning.h: Add copyright notice.
5345         * modules/link-warning (Makefile.am): Generate link-warning.h from
5346         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
5347         * NEWS: Mention change in link-warning module.
5348         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
5349         * modules/dirent (Makefile.am): Add dependency to dirent.h.
5350         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
5351         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
5352         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
5353         * modules/math (Makefile.am): Add dependency to math.h.
5354         * modules/search (Makefile.am): Add dependency to search.h.
5355         * modules/signal (Makefile.am): Add dependency to signal.h.
5356         * modules/spawn (Makefile.am): Add dependency to spawn.h.
5357         * modules/stdio (Makefile.am): Add dependency to stdio.h.
5358         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
5359         * modules/string (Makefile.am): Add dependency to string.h.
5360         * modules/strings (Makefile.am): Add dependency to strings.h.
5361         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
5362         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
5363         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
5364         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
5365         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
5366         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
5367         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
5368         * modules/unistd (Makefile.am): Add dependency to unistd.h.
5369         * modules/wchar (Makefile.am): Add dependency to wchar.h.
5370
5371 2009-12-09  Bruno Haible  <bruno@clisp.org>
5372
5373         fchdir: Optimize away rpl_fstat when possible.
5374         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
5375         REPLACE_OPEN_DIRECTORY.
5376         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
5377
5378 2009-12-09  Bruno Haible  <bruno@clisp.org>
5379
5380         * lib/fchdir.c: Update comment.
5381
5382 2009-12-09  Bruno Haible  <bruno@clisp.org>
5383
5384         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
5385
5386 2009-12-08  Eric Blake  <ebb9@byu.net>
5387
5388         fchdir: avoid memory leak on re-registration.
5389         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
5390
5391 2009-12-08  Jim Meyering  <meyering@redhat.com>
5392
5393         init.sh: avoid Solaris 10 /bin/sh portability problem
5394         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
5395         sourced script:
5396           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
5397           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
5398           bar
5399         tests/init.sh relied on that, accepting a --set-path=DIR argument,
5400         and two tests used that idiom.
5401         * tests/init.sh: Update suggested usage comments.
5402         (path_prepend_): New function, to be used in place
5403         of the --src-path=DIR option.
5404         (setup_): Move PATH-prepending code into path_prepend_.
5405         * tests/test-pread.sh: Adapt to new usage.
5406         * tests/test-xalloc-die.sh: Likewise.
5407
5408 2009-12-08  Simon Josefsson  <simon@josefsson.org>
5409
5410         * doc/gnulib.texi (Glibc pty.h): Add.
5411         * doc/glibc-functions/forkpty.texi: Add.
5412         * doc/glibc-functions/openpty.texi: Add.
5413         Suggested by Bruno Haible.
5414
5415 2009-12-08  Eric Blake  <ebb9@byu.net>
5416
5417         fchdir: fix logic bugs
5418         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
5419         * tests/test-fchdir.c (main): Enhance test.
5420         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
5421         is in use.
5422
5423         dup2: fix logic bugs
5424         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
5425         REPLACE_DUP2 to decide when rpl_dup2 is needed.
5426         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
5427         exists.
5428         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
5429
5430 2009-12-07  Eric Blake  <ebb9@byu.net>
5431
5432         unlink: fix m4 detection
5433         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
5434
5435         unistd-safer: add unit test
5436         * modules/unistd-safer-tests: New file.
5437         * tests/test-dup-safer.c: Likewise.
5438         * tests/test-cloexec.c (setmode): Avoid compiler warning.
5439         * tests/test-dup2.c (setmode): Likewise.
5440         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
5441
5442         cloexec: preserve text vs. binary across dup_cloexec
5443         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
5444         mode.
5445         * modules/dup2-tests (Depends-on): Add binary-io.
5446         * modules/cloexec-tests (Depends-on): Likewise.
5447         * tests/test-dup2.c (setmode, is_mode): New helpers.
5448         (main): Add tests that translation mode is preserved.
5449         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
5450         Reported by Bruno Haible.
5451
5452         mgetgroups: reduce duplicate listings
5453         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
5454         resulting array.
5455         * tests/test-chown.h (test_chown): Simplify client.
5456         * tests/test-lchown.h (test_lchown): Likewise.
5457
5458 2009-12-06  Bruno Haible  <bruno@clisp.org>
5459
5460         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
5461         value.
5462
5463 2009-12-06  Bruno Haible  <bruno@clisp.org>
5464
5465         * lib/progname.c: Include stdio.h, stdlib.h.
5466         (set_program_name): Reject a NULL argument.
5467
5468 2009-12-05  Eric Blake  <ebb9@byu.net>
5469
5470         pipe2-safer: new module
5471         * modules/pipe2-safer: New file.
5472         * lib/unistd-safer.h (pipe2_safer): New prototype.
5473         * lib/unistd--.h (pipe2): New wrapper.
5474         * lib/pipe-safer.c (pipe2_safer): New function.
5475         * modules/pipe (Depends-on): Add pipe2-safer.
5476         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
5477
5478         stdlib-safer: preserve cloexec flag for mkostemp[s]
5479         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
5480         fd_safer_flag.
5481
5482         unistd-safer: allow preservation of cloexec status via flag
5483         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
5484         prototypes.
5485         * lib/dup-safer.c (dup_safer_flag): New function.
5486         * lib/fd-safer.c (fd_safer_flag): Likewise.
5487         * modules/cloexec (configure.ac): Set witness.
5488
5489         test-dup2: enhance test
5490         * modules/dup2-tests (Depends-on): Add cloexec.
5491         * tests/test-dup2.c (main): Enhance test.
5492
5493         cloexec: add dup_cloexec
5494         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
5495         header and comments.
5496         * lib/cloexec.c (set_cloexec_flag): Add comments.
5497         (dup_cloexec): New function, with mingw implementation borrowed
5498         from...
5499         * lib/w32spawn.h (dup_noinherit): ...here.
5500         * modules/execute (Depends-on): Add cloexec.
5501         * modules/pipe (Depends-on): Likewise.
5502         * modules/cloexec (Depends-on): Add dup2.
5503         * modules/cloexec-tests (Files): New file.
5504         * tests/test-cloexec.c: Likewise.
5505
5506         test-xalloc-die: fix test for mingw
5507         * modules/xalloc-die-tests (Files): Add tests/init.sh.
5508         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
5509         directory and .exe suffix off argv[0] output.
5510
5511         test-fseeko: fix test for mingw
5512         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
5513         than undefining fseek, so test will pass on mingw.
5514
5515 2009-12-05  Bruno Haible  <bruno@clisp.org>
5516
5517         * lib/progname.h (set_program_name): Clarify specification.
5518         * lib/progname.c (set_program_name): Likewise.
5519         Reported by Jim Meyering.
5520
5521 2009-12-05  Jim Meyering  <meyering@redhat.com>
5522
5523         maint.mk: backslash-escape parens in default regexp
5524         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
5525         backslash-escape the literal parentheses.
5526
5527         maint.mk: news-date-check: use grep -E
5528         * top/maint.mk (today): Define a Make variable, not a...
5529         (news-date-check): ...shell variable.
5530         (news-date-regexp): Use the Make variable.
5531         Use grep's -E option.  Change the failing diagnostic to mention
5532         the variable, $(news-date-regexp).
5533
5534 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
5535
5536         maintainer-makefile: allow customization of NEWS entry format
5537         * top/maint.mk (news-date-regexp): New overridable variable.
5538         (news-date-check): Use it.
5539
5540 2009-12-04  Eric Blake  <ebb9@byu.net>
5541
5542         mgetgroups: add xgetgroups, and avoid ENOSYS failures
5543         * lib/mgetgroups.h (xgetgroups): New prototype.
5544         * lib/mgetgroups.c (xgetgroups): New wrapper.
5545         (mgetgroups): Handle ENOSYS.
5546         * modules/mgetgroups (Depends-on): Add realloc.
5547         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
5548
5549         mgetgroups: avoid argument promotion issues with -1
5550         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
5551         for invalid gid_t.
5552         * tests/test-chown.h (getegid, test_chown): Likewise.
5553         * tests/test-lchown.h (getegid, test_lchown): Likewise.
5554
5555 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
5556
5557         exclude: Fix header file problems.
5558         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
5559
5560 2009-12-01  Jim Meyering  <meyering@redhat.com>
5561
5562         fts: fts_open: do not let an empty string cause immediate failure
5563         This is required in support of GNU rm, for which the command
5564         "rm A '' B" must process and remove both A and B, in spite of
5565         the empty string argument.
5566         * lib/fts.c (fts_open): Do not let the presence of an empty string
5567         cause fts_open to fail immediately.  Most fts-using tools must be
5568         able to process all arguments, in order, and can be expected to
5569         diagnose such arguments themselves.
5570
5571 2009-11-30  Eric Blake  <ebb9@byu.net>
5572
5573         utimens: fix compilation error
5574         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
5575         Declare variable at right scope.
5576
5577 2009-11-29  Jim Meyering  <meyering@redhat.com>
5578
5579         bootstrap: handle perl-5.11's changed --version output
5580         * build-aux/bootstrap (get_version): Handle perl separately,
5581         since perl-5.11's --version output is different.
5582
5583 2009-11-28  Jim Meyering  <meyering@redhat.com>
5584
5585         userspec: depend on the inttostr module, too
5586         * modules/userspec (Depends-on): Add inttostr.
5587
5588         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
5589         * lib/userspec.c (parse_with_separator): Do not accept a user ID
5590         number of MAXUID when it evaluates to (uid_t) -1.
5591         Likewise for group ID.  Reported by Matt McCutchen in
5592         <http://savannah.gnu.org/bugs/?28113>
5593
5594         userspec: reformat to use spaces, not TABs
5595         * lib/userspec.c: Expand TABs to spaces.
5596         Add Emacs' "indent-tabs-mode: nil" hint.
5597
5598 2009-11-27  Eric Blake  <ebb9@byu.net>
5599
5600         getopt-gnu: flush out another BSD bug
5601         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
5602         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
5603         flush out BSD bug.
5604         * tests/test-getopt.h (test_getopt): End lists with NULL.
5605         * tests/test-getopt_long.h (test_getopt_long): Likewise.
5606         (test_getopt_long_posix): Enhance test.
5607         * modules/getopt-posix-tests (Depends-on): Add stdbool.
5608         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
5609         getopt-gnu.
5610         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
5611         Likewise.
5612
5613 2009-11-27  Simon Josefsson  <simon@josefsson.org>
5614
5615         * modules/idpriv-droptemp-tests (Notice): Fix text.
5616
5617 2009-11-27  Jim Meyering  <meyering@redhat.com>
5618
5619         test-xalloc-die: avoid spurious failure due to libtool argv difference
5620         In a libtool-enabled project, this test would fail due to a difference
5621         in the emitted program name, e.g.,
5622         -test-xalloc-die: memory exhausted
5623         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
5624         Use program to avoid that.
5625         * modules/xalloc-die-tests (Depends-on): Add progname.
5626         * tests/test-xalloc-die.c: Include progname.h".
5627         (program_name): Remove decl.
5628         (main): Call set_program_name.
5629         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
5630
5631 2009-11-26  Richard Jones  <rjones@redhat.com>
5632
5633         w32sock: leave win32 error in place.
5634         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
5635
5636 2009-11-26  Eric Blake  <ebb9@byu.net>
5637
5638         init.sh: suggest to use skip_ and fail_ functions in comments
5639         * tests/init.sh: Add a sentence.
5640
5641 2009-11-25  Bruno Haible  <bruno@clisp.org>
5642
5643         init.sh: add documentation in comments
5644         * tests/init.sh: Add some developer and user documentation.
5645
5646 2009-11-26  Jim Meyering  <meyering@redhat.com>
5647
5648         init.sh: accommodate even those who specify bogus srcdir manually
5649         * tests/init.sh: Normally, srcdir is guaranteed by automake and
5650         configure-time tests to be sanitized, so that there is no need to
5651         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
5652         (with no double quotes) suffices.  However, since tests may be
5653         invoked manually, and since you may explicitly set srcdir to the
5654         name of a directory containing spaces, do quote its uses here.
5655         * tests/test-pread.sh: Likewise.
5656         Suggested by Bruno Haible.
5657
5658         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
5659         * tests/test-pread.sh: Write no data into the pipe, because
5660         test-pread actually reads none.  This avoids a diagnostic,
5661         "bash: echo: write error: Broken pipe", that arises in the unusual
5662         event something is ignoring SIGPIPE, and might be interpreted
5663         as some sort of failure.  Reported by Bruno Haible.
5664
5665 2009-11-25  Jim Meyering  <meyering@redhat.com>
5666
5667         test-pread: cover failure with ESPIPE and EINVAL
5668         * tests/test-pread.c (main): Test for failure, too.
5669         * tests/test-pread.sh: Invoke with stdin on a pipe.
5670         Suggested by Eric Blake.
5671
5672         pread: improvement and fix
5673         * modules/pread (Depends-on): Depend on lseek, for portability to
5674         e.g., mingw.  Suggested by Eric Blake.
5675         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
5676
5677         unistd.in.h: correct declaration of pread
5678         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
5679         Reported by Richard W.M. Jones.
5680
5681         test-pread.sh: distribute the test script
5682         * modules/pread-tests (Files): Include test-pread.sh.
5683
5684         test-pread.sh: clean up
5685         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
5686         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
5687         That is unnecessary, since it's always ".".
5688         Suggestion from Eric Blake.
5689
5690         test-pread.sh: make executable
5691         * tests/test-pread.sh: Set executable bit.
5692         Reported by Eric Blake.
5693
5694         correct typo in test-pread.sh
5695         * tests/test-pread.sh: Add #! line.
5696
5697         test pread
5698         * tests/test-pread.c: New file.
5699         * tests/test-pread.sh: Likewise.
5700         * modules/pread-tests: Likewise.
5701
5702         pread: new module
5703         * modules/pread: New file.
5704         * lib/unistd.in.h (pread): Define/declare.
5705         * lib/pread.c (pread): New file.
5706         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
5707         * modules/unistd (Makefile.am): Substitute witnesses.
5708         * doc/posix-functions/pread.texi (pread): Update.
5709         * MODULES.html.sh: Add pread.
5710
5711 2009-11-25  Jim Meyering  <meyering@redhat.com>
5712
5713         tests/init.sh: new file to be used via most *.sh tests
5714         * tests/init.sh: New file.
5715
5716 2009-11-25  Eric Blake  <ebb9@byu.net>
5717
5718         utimens: work around older Linux failure with symlinks
5719         * lib/utimens.c (lutimensat_works_really): New variable.
5720         (fdutimens, lutimens): Use it to manage kernels that support
5721         nanosecond times on files, but not on symlinks.
5722         Reported by Ondřej Vašík.
5723
5724         utimes: fix configure grammar
5725         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
5726
5727 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
5728
5729         regex: Fix fastmap for multibyte character ranges.
5730         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
5731         characters when a multibyte character range is included.
5732
5733 2009-11-22  Andy Wingo  <wingo@pobox.com>
5734
5735         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
5736         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
5737
5738 2009-11-24  Bruno Haible  <bruno@clisp.org>
5739
5740         doc: Most *_l functions exist in MacOS X 10.5.
5741         * doc/posix-functions/duplocale.texi: Update platforms list.
5742         * doc/posix-functions/freelocale.texi: Likewise.
5743         * doc/posix-functions/newlocale.texi: Likewise.
5744         * doc/posix-functions/uselocale.texi: Likewise.
5745         * doc/posix-functions/isalnum_l.texi: Likewise.
5746         * doc/posix-functions/isalpha_l.texi: Likewise.
5747         * doc/posix-functions/isblank_l.texi: Likewise.
5748         * doc/posix-functions/iscntrl_l.texi: Likewise.
5749         * doc/posix-functions/isdigit_l.texi: Likewise.
5750         * doc/posix-functions/isgraph_l.texi: Likewise.
5751         * doc/posix-functions/islower_l.texi: Likewise.
5752         * doc/posix-functions/isprint_l.texi: Likewise.
5753         * doc/posix-functions/ispunct_l.texi: Likewise.
5754         * doc/posix-functions/isspace_l.texi: Likewise.
5755         * doc/posix-functions/isupper_l.texi: Likewise.
5756         * doc/posix-functions/iswalnum_l.texi: Likewise.
5757         * doc/posix-functions/iswalpha_l.texi: Likewise.
5758         * doc/posix-functions/iswblank_l.texi: Likewise.
5759         * doc/posix-functions/iswcntrl_l.texi: Likewise.
5760         * doc/posix-functions/iswctype_l.texi: Likewise.
5761         * doc/posix-functions/iswdigit_l.texi: Likewise.
5762         * doc/posix-functions/iswgraph_l.texi: Likewise.
5763         * doc/posix-functions/iswlower_l.texi: Likewise.
5764         * doc/posix-functions/iswprint_l.texi: Likewise.
5765         * doc/posix-functions/iswpunct_l.texi: Likewise.
5766         * doc/posix-functions/iswspace_l.texi: Likewise.
5767         * doc/posix-functions/iswupper_l.texi: Likewise.
5768         * doc/posix-functions/iswxdigit_l.texi: Likewise.
5769         * doc/posix-functions/isxdigit_l.texi: Likewise.
5770         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
5771         * doc/posix-functions/strcasecmp_l.texi: Likewise.
5772         * doc/posix-functions/strcoll_l.texi: Likewise.
5773         * doc/posix-functions/strfmon_l.texi: Likewise.
5774         * doc/posix-functions/strftime_l.texi: Likewise.
5775         * doc/posix-functions/strncasecmp_l.texi: Likewise.
5776         * doc/posix-functions/strxfrm_l.texi: Likewise.
5777         * doc/posix-functions/tolower_l.texi: Likewise.
5778         * doc/posix-functions/toupper_l.texi: Likewise.
5779         * doc/posix-functions/towctrans_l.texi: Likewise.
5780         * doc/posix-functions/towlower_l.texi: Likewise.
5781         * doc/posix-functions/towupper_l.texi: Likewise.
5782         * doc/posix-functions/wcscoll_l.texi: Likewise.
5783         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
5784         * doc/posix-functions/wctrans_l.texi: Likewise.
5785         * doc/posix-functions/wctype_l.texi: Likewise.
5786         * doc/glibc-functions/strptime_l.texi: Likewise.
5787         * doc/glibc-functions/strtod_l.texi: Likewise.
5788         * doc/glibc-functions/strtof_l.texi: Likewise.
5789         * doc/glibc-functions/strtol_l.texi: Likewise.
5790         * doc/glibc-functions/strtold_l.texi: Likewise.
5791         * doc/glibc-functions/strtoll_l.texi: Likewise.
5792         * doc/glibc-functions/strtoul_l.texi: Likewise.
5793         * doc/glibc-functions/strtoull_l.texi: Likewise.
5794         * doc/glibc-functions/wcsftime_l.texi: Likewise.
5795         * doc/glibc-functions/wcstod_l.texi: Likewise.
5796         * doc/glibc-functions/wcstof_l.texi: Likewise.
5797         * doc/glibc-functions/wcstol_l.texi: Likewise.
5798         * doc/glibc-functions/wcstold_l.texi: Likewise.
5799         * doc/glibc-functions/wcstoll_l.texi: Likewise.
5800         * doc/glibc-functions/wcstoul_l.texi: Likewise.
5801         * doc/glibc-functions/wcstoull_l.texi: Likewise.
5802
5803 2009-11-24  Bruno Haible  <bruno@clisp.org>
5804
5805         duplocale: Fix logic bug.
5806         * lib/duplocale.c: Don't include <langinfo.h>.
5807         (_NL_LOCALE_NAME): Remove macro.
5808         (rpl_duplocale): Use setlocale instead of nl_langinfo.
5809         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
5810
5811 2009-11-23  Jim Meyering  <meyering@redhat.com>
5812
5813         test-update-copyright: don't hard-code /usr/bin/perl
5814         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
5815         perl to print the current year.  Gilles Espinasse reported that
5816         the replaced use of perl was hard-coded as /usr/bin/perl.
5817
5818 2009-11-23  Bruno Haible  <bruno@clisp.org>
5819
5820         duplocale: Add support for glibc 2.3.x.
5821         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
5822
5823 2009-11-22  Bruno Haible  <bruno@clisp.org>
5824
5825         vasnprintf: Tiny optimization.
5826         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
5827         MacOS X.
5828
5829 2009-11-22  Bruno Haible  <bruno@clisp.org>
5830
5831         Tests for module 'duplocale'.
5832         * modules/duplocale-tests: New file.
5833         * tests/test-duplocale.c: New file.
5834
5835         New module 'duplocale'.
5836         * m4/duplocale.m4: New file.
5837         * lib/locale.in.h (duplocale): New declaration.
5838         * lib/duplocale.c: New file.
5839         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
5840         gl_LOCALE_H_DEFAULTS): New macros.
5841         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
5842         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
5843         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
5844         REPLACE_DUPLOCALE.
5845         * modules/duplocale: New file.
5846         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
5847
5848 2009-11-22  Bruno Haible  <bruno@clisp.org>
5849
5850         * modules/locale-tests (configure.ac): Test for newlocale function.
5851         * tests/test-locale.c: When the system has extended locale functions,
5852         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
5853
5854         locale: Make locale_t available when possible.
5855         * lib/locale.in.h: Include <xlocale.h> when it exists.
5856         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
5857         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
5858         * modules/locale (Depends-on): Add extensions.
5859         (Makefile.am): Also substitute HAVE_XLOCALE_H.
5860         * doc/posix-headers/locale.texi: Document the problem with locale_t.
5861
5862 2009-11-22  Bruno Haible  <bruno@clisp.org>
5863
5864         Add comments.
5865         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
5866         invocation.
5867         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
5868         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
5869         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5870
5871 2009-11-22  Bruno Haible  <bruno@clisp.org>
5872
5873         error: account for the possibility of freopen (stdout).
5874         * lib/error.c: Include <unistd.h>.
5875         (flush_stdout): New function, extracted from error and error_at_line.
5876         Determine stdout's fd dynamically.
5877         (error, error_at_line): Invoke flush_stdout.
5878         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
5879         * modules/error (Depends-on): Add unistd.
5880
5881 2009-11-22  Bruno Haible  <bruno@clisp.org>
5882
5883         diffseq: Add comment.
5884         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
5885
5886 2009-11-22  Jim Meyering  <meyering@redhat.com>
5887
5888         c-stack: avoid defining an unused static function
5889         * lib/c-stack.c (find_stack_direction): Do not define this function
5890         when it will not be used.
5891
5892         diffseq: avoid spurious gcc warnings
5893         * lib/diffseq.h (IF_LINT2): Define.
5894         (compareseq): Use it to initialize two members of "part".
5895         This avoids two used-uninitialized warnings.
5896
5897 2009-11-21  Jim Meyering  <meyering@redhat.com>
5898
5899         c-stack: avoid "ignoring return value of `write'" warning
5900         * lib/c-stack.c: Include "ignore-value.h".
5901         (die): Explicitly ignore each write return value.
5902         * modules/c-stack (Depends-on): Add ignore-value.
5903
5904 2009-11-21  Bruno Haible  <bruno@clisp.org>
5905
5906         diffseq: reduce scope of variable 'best'.
5907         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
5908         variable, earlier used for two different purposes.
5909
5910 2009-11-21  Jim Meyering  <meyering@redhat.com>
5911
5912         diffseq: remove useless assignment to "best"
5913         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
5914         assignment.  At that point "best" is already guaranteed to be zero.
5915
5916 2009-11-20  Eric Blake  <ebb9@byu.net>
5917
5918         build: mention ftp redirector in release announcements
5919         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
5920         values that used to come from cfg.mk; mention FTP redirect URL.
5921         * build-aux/announce-gen: Mention the mirror list.
5922         Suggested by Karl Berry.
5923
5924         nanosleep: improve port to mingw
5925         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
5926         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
5927         LIB_NANOSLEEP, but only when needed.
5928         * modules/select (Link): Document LIBSOCKET.
5929         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
5930         enough.
5931
5932         nanosleep: work around cygwin bug
5933         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
5934         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
5935         bug.
5936         (getnow): Delete, not needed.
5937         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
5938         LIB_CLOCK_GETTIME.
5939         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
5940         clock-time, gettime.
5941         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
5942         bug.
5943         * modules/nanosleep-tests: New test.
5944         * tests/test-nanosleep.c: New file.
5945
5946         sleep: work around cygwin bug
5947         * lib/sleep.c (rpl_sleep): Work around the bug.
5948         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
5949         (gl_PREREQ_SLEEP): Delete unused macro.
5950         * modules/sleep (Depends-on): Add verify.
5951         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
5952         * modules/unistd (Makefile.am): Substitute witness.
5953         * lib/unistd.in.h (sleep): Update prototype.
5954         * doc/posix-functions/sleep.texi (sleep): Document the bug.
5955         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
5956         * modules/sleep-tests (Depends-on): Check for alarm.
5957
5958 2009-11-20  Jim Meyering  <meyering@redhat.com>
5959
5960         maint.mk: improve sc_prohibit_magic_number_exit
5961         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
5962         so it does not match uses like System.exit(1).
5963         Add comments showing how to correct all offenders.
5964
5965 2009-11-19  Eric Blake  <ebb9@byu.net>
5966
5967         xalloc-die-tests: add missing library
5968         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
5969
5970         test-xvasprintf: silence compiler warnings
5971         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
5972         empty string from gcc.
5973
5974 2009-11-19  Jim Meyering  <meyering@redhat.com>
5975
5976         xfreopen: new module, from coreutils
5977         * modules/xfreopen: New module.
5978         * lib/xfreopen.c: New file.
5979         * lib/xfreopen.h: New file.
5980         * MODULES.html.sh (File stream based Input/Output"): Add it.
5981
5982 2009-11-19  Eric Blake  <ebb9@byu.net>
5983
5984         manywarnings: depend on warnings
5985         * modules/manywarnings (Depends-on): Add warnings.
5986
5987         build: avoid compiler warnings
5988         * lib/select.c (rpl_select): Delete unused variable.
5989         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
5990
5991 2009-11-18  Eric Blake  <ebb9@byu.net>
5992
5993         tests: avoid false negative with --with-packager
5994         * tests/test-version-etc.sh: Discard packager information.
5995         * tests/test-argp-version-etc-1.sh: Likewise.
5996         Reported by Mike Frysinger.
5997
5998         utimens: fix regression on Solaris
5999         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
6000         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
6001         can only change fd timestamps via futimesat.  Instead, use an
6002         additional witness macro to avoid BSD bug.
6003         Reported by Jim Meyering.
6004
6005 2009-11-17  Eric Blake  <ebb9@byu.net>
6006
6007         usleep: use it to simplify tests
6008         * modules/stat-time-tests (Depends-on): Add usleep.
6009         (configure.ac): Drop usleep check.
6010         * modules/chown-tests (Depends-on, configure.ac): Likewise.
6011         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
6012         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
6013         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
6014         * modules/openat-tests (Depends-on, configure.ac): Likewise.
6015         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
6016         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
6017         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
6018         Likewise.
6019         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
6020         * tests/test-lchown.h (nap): Likewise.
6021         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
6022         * tests/test-stat-time.c (nap): Likewise.
6023         * tests/test-utimens-common.h (nap): Update comments.
6024
6025         usleep: new module
6026         * modules/usleep: New file.
6027         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
6028         * lib/usleep.c (usleep): Likewise.
6029         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6030         * modules/unistd (Makefile.am): Substitute witnesses.
6031         * lib/unistd.in.h (usleep): Add declaration.
6032         * doc/pastposix-functions/usleep.texi (usleep): Document this.
6033         * MODULES.html.sh (Date and time): Likewise.
6034         * modules/usleep-tests (Depends-on): New test.
6035         * tests/test-usleep.c: New file.
6036
6037         chown: work around OpenBSD bug
6038         * lib/chown.c (rpl_chown): Work around the bug.
6039         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
6040         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
6041         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
6042         * modules/chown (Depends-on): Add stdbool.
6043         * modules/lchown (Depends-on): Likewise.
6044         * doc/posix-functions/chown.texi (chown): Document the bug.
6045         * doc/posix-functions/lchown.texi (lchown): Likewise.
6046         * tests/test-lchown.h (test_chown): Relax test.
6047
6048         mkstemp: avoid conflict with C++ keyword template
6049         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
6050         * lib/mkostemp.c (mkostemp): Likewise.
6051         * lib/mkostemps.c (mkostemps): Likewise.
6052         * lib/mkstemp.c (mkstemp): Likewise.
6053         * lib/mkstemps.c (mkstemps): Likewise.
6054
6055         xalloc-die-tests: optimize
6056         * tests/test-xalloc-die.sh: Reduce number of processes.
6057
6058 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6059
6060         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
6061         patch from ludo@gnu.org (Ludovic Courtès).
6062
6063 2009-11-17  Jim Meyering  <meyering@redhat.com>
6064
6065         version-etc: use proper license string
6066         * modules/version-etc (License): Use LGPL, not LGPLv3+.
6067         * modules/version-etc-fsf: Likewise.
6068
6069 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6070
6071         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
6072         printed to stdout.  Deal with EOL differences.
6073
6074 2009-11-17  Eric Blake  <ebb9@byu.net>
6075
6076         unsetenv: work around Solaris bug
6077         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
6078         * lib/unsetenv.c (rpl_unsetenv): Work around it.
6079         Reported by Jim Meyering.
6080
6081         vasnprintf: avoid compiler warnings
6082         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
6083         variables.
6084         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
6085
6086 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6087
6088         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
6089         settings since xalloc-die is no longer the self test,
6090         xalloc-die.sh is.
6091
6092 2009-11-17  Jim Meyering  <meyering@redhat.com>
6093
6094         test-xalloc-die.sh: make the code agree with the commit log
6095         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
6096         at the end, just in case you happen to have a test-xalloc-die
6097         program in some other PATH directory.
6098
6099         test-xalloc-die.sh: fix a portability bug
6100         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
6101         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
6102         Otherwise, argv[0] (as often seen in diagnostics) would be too
6103         system-dependent, sometimes with, and sometimes without the leading "./".
6104
6105         version-etc-fsf: relax license to LGPLv3+
6106         * modules/version-etc-fsf (License): Relax license.
6107
6108 2009-11-16  Eric Blake  <ebb9@byu.net>
6109
6110         xalloc-die-tests: avoid printing null pointer
6111         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
6112         shell script.
6113         * tests/test-xalloc-die.c (program_name): Declare.
6114         * tests/test-xalloc-die.sh (tmpfiles): New file.
6115
6116         setenv, unsetenv: work around various bugs
6117         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
6118         (setenv) [HAVE_SETENV]: Work around bugs.
6119         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
6120         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
6121         for bugs.
6122         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
6123         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
6124         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
6125         * modules/stdlib (Makefile.am): Update substitutions.
6126         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
6127         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
6128         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6129         * modules/setenv-tests: New test.
6130         * modules/unsetenv-tests: Likewise.
6131         * tests/test-setenv.c: New file.
6132         * tests/test-unsetenv.c: Likewise.
6133
6134 2009-11-16  Jim Meyering  <meyering@redhat.com>
6135
6136         version-etc: relax license to LGPLv3+
6137         * modules/version-etc (License): Relax license.
6138
6139         better AC_REQUIRE expanded-before-required-warning avoidance
6140         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
6141         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
6142         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
6143         which is no longer needed.
6144
6145 2009-11-16  Eric Blake  <ebb9@byu.net>
6146
6147         test-freading: clean up temporary file
6148         * tests/test-freading.c (main): Remove file on success, and use
6149         ASSERT more liberally.
6150         Reported by Jim Meyering.
6151
6152 2009-11-16  Jim Meyering  <meyering@redhat.com>
6153
6154         avoid new AC_REQUIRE expanded-before-required warnings
6155         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
6156         merely using it.
6157         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
6158         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
6159
6160 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6161
6162         * tests/test-xalloc-die.c: New file.
6163         * modules/xalloc-die-tests: New file.
6164         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
6165         XFAIL_TESTS so it can be appended by modules.
6166
6167 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6168
6169         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
6170         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
6171
6172 2009-11-14  Eric Blake  <ebb9@byu.net>
6173
6174         fnmatch: avoid compiler warning
6175         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
6176         to silence compiler warning about mismatch signedness in ?:.
6177         Reported by Robert Millan.
6178
6179         intprops: add double-inclusion guard
6180         * lib/intprops.h: Allow idempotent includes.
6181         Suggested by Bruce Korb.
6182
6183         openat: detect Solaris fchownat bug
6184         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
6185         penalizing glibc chownat when only lchownat is broken.
6186         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
6187         trailing slash bugs.
6188         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
6189         * modules/openat-tests (Files): Include more files.
6190         (Depends-on): Add mgetgroups, sleep, stat-time.
6191         (configure.ac): Add additional checks.
6192         (Makefile.am): Build new test.
6193         * tests/test-fchownat.c: New file.
6194
6195         lchown: detect Solaris and FreeBSD bug
6196         * lib/lchown.c (rpl_lchown): Work around bug.
6197         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
6198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6199         * modules/unistd (Makefile.am): Populate it.
6200         * lib/unistd.in.h (lchown): Update declaration.
6201         * doc/posix-functions/lchown.texi (lchown): Document the bug.
6202         * modules/lchown-tests: New file.
6203         * tests/test-lchown.h (test_lchown): Likewise.
6204         * tests/test-lchown.c (main): Likewise.
6205
6206         chown: detect Solaris and FreeBSD bug
6207         * lib/chown.c (rpl_chown): Work around bug.
6208         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
6209         (gl_PREREQ_CHOWN): Delete.
6210         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6211         * modules/unistd (Makefile.am): Populate it.
6212         * lib/unistd.in.h (chown): Update declaration.
6213         * lib/lchown.c (chown): Update client.
6214         * modules/lchown (Depends-on): Add lstat.
6215         * doc/posix-functions/chown.texi (chown): Document the bug.
6216         * doc/posix-functions/getgroups.texi (getgroups): Document
6217         getgroups pitfall.
6218         * modules/chown-tests: New file.
6219         * tests/test-chown.h (test_chown): Likewise.
6220         * tests/test-chown.c (main): Likewise.
6221
6222 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
6223
6224         gnulib-tool: correctly detect absence of m4 directories
6225         * gnulib-tool: Avoid extra newline on data passed to wc -l.
6226
6227 2009-11-14  Jim Meyering  <meyering@redhat.com>
6228
6229         maint.mk: Prohibit inclusion of "xalloc.h" without use.
6230         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6231
6232 2009-11-14  John W. Eaton  <jwe@gnu.org>
6233
6234         strftime.h: wrap funtion declaration in extern "C" block
6235         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
6236
6237 2009-11-13  Eric Blake  <ebb9@byu.net>
6238
6239         getgroups: avoid compiler warning
6240         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
6241
6242         getgroups: work around FreeBSD bug
6243         * lib/getgroups.c (rpl_getgroups): Work around the bug.
6244         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
6245         * doc/posix-functions/getgroups.texi (getgroups): Document it.
6246         * tests/test-getgroups.c (main): Fix buffer overrun.
6247
6248         getgroups: avoid compilation failure
6249         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
6250         * modules/getgroups (Depends-on): Add stdint.
6251
6252 2009-11-13  Jim Meyering  <meyering@redhat.com>
6253
6254         test-getgroups: avoid compilation failure
6255         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
6256
6257 2009-11-13  Eric Blake  <ebb9@byu.net>
6258
6259         mgetgroups: new module, taken from coreutils
6260         * modules/mgetgroups: New file.
6261         * lib/mgetgroups.h: Likewise.
6262         * lib/mgetgroups.c (mgetgroups): Likewise.
6263         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
6264         * MODULES.html.sh (Users and groups): Mention it.
6265
6266         getgroups: don't expose GETGROUPS_T to user
6267         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
6268         an element at a time if GETGROUPS_T is wrong size.
6269         * lib/getugroups.h (getugroups): Change signature.
6270         * lib/unistd.in.h (getgroups): Likewise.
6271         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
6272         signature needs fixing.
6273         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
6274         AC_TYPE_GETGROUPS.
6275         * modules/group-member (Depends-on): Add getgroups.
6276         * lib/group-member.c (group_info, get_group_info): Use gid_t.
6277         (group_member): Rely on getgroups replacement.
6278         * lib/getugroups.c (getugroups): Use gid_t.
6279         * tests/test-getgroups.c (main): Likewise.
6280         * NEWS: Mention the signature change.
6281         * doc/posix-functions/getgroups.texi (getgroups): Mention the
6282         problem with signature.
6283         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
6284         GETGROUPS_T is still useful for setgroups.
6285
6286         getgroups, getugroups: provide stubs for mingw
6287         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
6288         * lib/getugroups.c (getugroups): Likewise.
6289         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
6290         function.  Modernize replacement scheme.
6291         (gl_PREREQ_GETGROUPS): Delete.
6292         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
6293         * modules/getgroups (configure.ac): Declare witness.
6294         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6295         * modules/unistd (Depends-on): Substitute witness.
6296         * lib/unistd.in.h (getgroups): Declare replacement.
6297
6298         getgroups: avoid calling exit
6299         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
6300         drop xalloc.
6301         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
6302         dependencies.
6303         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
6304         exiting, in the rare case of malloc failure.
6305
6306         getgroups: fix logic error
6307         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
6308         has more than 20 groups.
6309         * modules/getgroups-tests: New test.
6310         * tests/test-getgroups.c: New file.
6311
6312 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6313
6314         * tests/test-base64.c: Improve.
6315
6316 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6317
6318         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
6319         Blake <ebb9@byu.net>.
6320
6321 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6322
6323         * tests/test-xvasprintf.c: Add %s%s related checks.
6324
6325 2009-11-12  Eric Blake  <ebb9@byu.net>
6326
6327         version-etc: match standards.texi style
6328         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
6329         and use <> only for URLs.
6330
6331 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
6332
6333         fts: do not fail on a submount during traversal
6334         * lib/fts.c (fts_build): Read the stat info again after opening
6335         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
6336         Original report at http://bugzilla.redhat.com/501848.
6337
6338 2009-11-12  Jim Meyering  <meyering@redhat.com>
6339
6340         bootstrap: sync from coreutils
6341         * build-aux/bootstrap (bootstrap_epilogue): New function.
6342         Use git_modules_config in one more place.  This make bootstrap's
6343         --gnulib-srcdir option more useful for testing.
6344
6345         bootstrap: generalize autoheader check
6346         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
6347         AC_CONFIG_HEADERS.
6348
6349 2009-11-11  Eric Blake  <ebb9@byu.net>
6350
6351         mkfifoat: use new modules for Solaris and BSD bugs
6352         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
6353         * lib/mkfifoat.c (mknodat): Split...
6354         * lib/mknodat.c (mknodat): ...into new file.
6355         * modules/mkfifoat (Files): Ship new file.
6356         (Depends-on): Add mkfifo, mknod.
6357         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
6358         (Depends-on): Add symlink.
6359         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
6360         redundant with test_mkfifo.h.
6361         (do_mkfifoat, do_mknodat): New helpers.
6362
6363         mknod: new module
6364         * modules/mknod: New file.
6365         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
6366         * lib/mknod.c (mknod): Likewise.
6367         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6368         defaults.
6369         * modules/sys_stat (Makefile.am): Substitute them.
6370         * lib/sys_stat.in.h (mknod): Declare replacement.
6371         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6372         Document it.
6373         * doc/posix-functions/mknod.texi (mknod): Likewise.
6374         * modules/mknod-tests: New test.
6375         * tests/test-mknod.c: Likewise.
6376
6377         mkfifo: new module
6378         * modules/mkfifo: New file.
6379         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
6380         * lib/mkfifo.c (mkfifo): Likewise.
6381         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6382         defaults.
6383         * modules/sys_stat (Makefile.am): Substitute them.
6384         * lib/sys_stat.in.h (mkfifo): Declare replacement.
6385         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6386         Document it.
6387         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
6388         * modules/mkfifo-tests: New test.
6389         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
6390         from test-mkfifoat.c.
6391         * tests/test-mkfifo.c: New file.
6392
6393         readlink: detect FreeBSD bug
6394         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
6395         slash on symlink.
6396         * doc/posix-functions/readlink.texi (readlink): Document the bug.
6397         * tests/test-readlink.h (test_readlink): Enhance test.
6398
6399         symlink: detect FreeBSD bug
6400         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
6401         slash on symlink.
6402         * doc/posix-functions/symlink.texi (symlink): Document the bug.
6403         * tests/test-symlink.h (test_symlink): Enhance test.
6404
6405 2009-11-10  Eric Blake  <ebb9@byu.net>
6406
6407         link: detect FreeBSD bug
6408         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
6409         symlink.
6410         * doc/posix-functions/link.texi (link): Document the bug.
6411         * tests/test-link.h (test_link): Enhance test.
6412         * tests/test-linkat.c (main): Update caller.
6413
6414         unlink, remove: detect FreeBSD bug
6415         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
6416         slash on symlink.
6417         * doc/posix-functions/unlink.texi (unlink): Document the bug.
6418         * doc/posix-functions/remove.texi (remove): Likewise.
6419         * tests/test-unlink.h (test_unlink): Enhance test.
6420         * tests/test-remove.c (main): Likewise.
6421
6422 2009-11-09  Eric Blake  <ebb9@byu.net>
6423
6424         rename: detect FreeBSD bug
6425         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
6426         slash on symlink.
6427         * modules/renameat-tests (Depends-on): Add filenamecat.
6428         * tests/test-rename.h (test_rename): Allow one more errno.
6429         * tests/test-renameat.c (main): Likewise.
6430         * doc/posix-functions/rename.texi (rename): Document the bug.
6431
6432         open: detect FreeBSD bug
6433         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
6434         symlink.
6435         * doc/posix-functions/open.texi (open): Document the bug.
6436         * doc/posix-functions/utimes.texi (utimes): Likewise.
6437         * tests/test-open.h (test_open): Add parameters, and test symlink
6438         handling.
6439         * tests/test-open.c (main): Adjust caller.
6440         * tests/test-fcntl-safer.c (main): Likewise.
6441         * modules/open-tests (Depends-on): Add stdbool, symlink.
6442         * modules/fcntl-safer-tests (Depends-on): Likewise.
6443         * tests/test-openat.c (main): Add test-open tests.
6444
6445         stat: detect FreeBSD bug
6446         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
6447         symlink.
6448         * doc/posix-functions/stat.texi (stat): Document the bug.
6449         * tests/test-stat.h (test_stat_func): Add argument.
6450         * tests/test-stat.c (main): Adjust caller.
6451         * tests/test-fstatat.c (main): Likewise.
6452         * modules/stat-tests (Depends-on): Add stdbool, symlink.
6453         Reported by Jim Meyering.
6454
6455 2009-11-09  James Youngman  <jay@gnu.org>
6456
6457         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
6458         * lib/strftime.c: Correct placement of #include "ignore-value.h".
6459
6460 2009-11-08  Jim Meyering  <meyering@redhat.com>
6461
6462         utimens: remove invalid futimesat call
6463         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
6464         It used the file descriptor of the target file as the DIR_FD
6465         parameter and NULL as the file name.  That caused failure with
6466         errno == EFAULT on FreeBSD-8.0-rc2
6467
6468 2009-11-07  Eric Blake  <ebb9@byu.net>
6469
6470         fflush, freadseek: use fseeko, not fseek
6471         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
6472         (clear_ungetc_buffer): Avoid potential problems on large files.
6473         * lib/freadseek.c (freadseek): Likewise.
6474         * modules/freadseek (Depends-on): Add fseeko.
6475         * modules/fseek (configure.ac): Set a witness.
6476         * tests/test-fflush.c (main): Use fseeko.
6477         * tests/test-fpurge.c (fseek): Disable link warning.
6478         * tests/test-freadable.c (fseek): Likewise.
6479         * tests/test-freading.c (fseek): Likewise.
6480         * tests/test-fseeko.c (fseek): Likewise.
6481         * tests/test-ftell.c (fseek): Likewise.
6482         * tests/test-ftello.c (fseek): Likewise.
6483         * tests/test-fwritable.c (fseek): Likewise.
6484         * tests/test-fwriting.c (fseek): Likewise.
6485
6486 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6487
6488         * modules/memchr (Depends-on): Drop getpagesize dependency.
6489
6490 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6491
6492         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
6493         Reported by Ludovic Courtès.
6494         * build-aux/pmccabe2html: Improve example usage.
6495         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
6496
6497 2009-11-06  Jim Meyering  <meyering@redhat.com>
6498
6499         do-release-commit-and-tag: New module.
6500         Automate the release-commit and tag process.
6501         * build-aux/do-release-commit-and-tag: New script, from coreutils.
6502         * modules/do-release-commit-and-tag: New file.
6503         * MODULES.html.sh (Support for maintaining and releasing): Add it.
6504
6505 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6506
6507         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
6508         because test-select.c uses inet_pton.
6509
6510 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6511
6512         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
6513         GETADDRINFO_LIB.  Bump serial number.
6514         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
6515         Suggested by Eric Blake <ebb9@byu.net>.
6516
6517 2009-11-05  Eric Blake  <ebb9@byu.net>
6518
6519         strtod: detect darwin bug
6520         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
6521         Reported by Leo Davis.
6522
6523         freopen-safer: new module
6524         * modules/freopen-safer: New module.
6525         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
6526         * lib/freopen-safer.c (freopen_safer): New file.
6527         * lib/stdio-safer.h (freopen_safer): New declaration.
6528         * lib/stdio--.h (freopen): New override.
6529         * MODULES.html.sh (File stream based Input/Output): Mention it.
6530         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
6531         freopen-safer module.
6532         * doc/posix-functions/stderr.texi (stderr): Likewise.
6533         * doc/posix-functions/stdin.texi (stdin): Likewise.
6534         * doc/posix-functions/stdout.texi (stdout): Likewise.
6535         * modules/freopen-safer-tests: New test.
6536         * tests/test-reopen-safer.c: New file.
6537
6538 2009-11-05  Jim Meyering  <meyering@redhat.com>
6539
6540         maint.mk: Prohibit inclusion of "close-stream.h" without use.
6541         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6542
6543 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6544
6545         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
6546
6547 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6548
6549         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
6550
6551 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6552
6553         Fix link error.
6554         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
6555         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6556
6557 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6558
6559         * tests/test-func.c: Also test value of __func__.
6560
6561 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6562
6563         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
6564         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
6565
6566 2009-11-05  Bruno Haible  <bruno@clisp.org>
6567
6568         Fix link error.
6569         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
6570         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6571         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
6572
6573 2009-11-05  Bruno Haible  <bruno@clisp.org>
6574
6575         Tests for module 'inet_pton'.
6576         * modules/inet_pton-tests: New file.
6577         * tests/test-inet_pton.c: New file.
6578
6579 2009-11-05  Bruno Haible  <bruno@clisp.org>
6580
6581         Tests for module 'inet_ntop'.
6582         * modules/inet_ntop-tests: New file.
6583         * tests/test-inet_ntop.c: New file.
6584
6585 2009-11-04  Eric Blake  <ebb9@byu.net>
6586
6587         stdlib-safer: wrap all mkstemp variants
6588         * modules/mkostemp (configure.ac): Set witness.
6589         * modules/mkostemps (configure.ac): Likewise.
6590         * modules/mkstemps (configure.ac): Likewise.
6591         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
6592         (mkstemps_safer): Wrap more functions.
6593         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
6594         wrapping.
6595         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
6596         (mkstemps_safer): Implement the wrappers.
6597
6598         mkstemps, mkostemps: new modules
6599         * modules/mkostemps: New module.
6600         * modules/mkstemps: Likewise.
6601         * lib/mkostemps.c (mkostemps): New file.
6602         * lib/mkstemps.c (mkstemps): Likewise.
6603         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
6604         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
6605         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
6606         * modules/stdlib (Makefile.am): Substitute them.
6607         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
6608         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
6609         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
6610         * doc/gnulib.texi (Glibc stdlib.h): Include them.
6611         * MODULES.html.sh (File system functions): Mention them.
6612
6613         tempname: resync from glibc
6614         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
6615         same values for __GT_FILE as glibc.  Abort even when assertions
6616         are disabled.
6617         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
6618         match its value otherwise.  Allow idempotent inclusion.
6619         * lib/mkdtemp.c (mkdtemp): Adjust caller.
6620         * lib/mkostemp.c (mkostemp): Likewise.
6621         * lib/mkstemp.c (mkstemp): Likewise.
6622         * lib/tmpfile.c (tmpfile): Likewise.
6623         * NEWS: Document this.
6624
6625         utimens: fix use of futimens on older Linux
6626         * lib/utimens.c (fdutimens): Use updated, rather than original,
6627         timespec to avoid bug in older Linux kernel.
6628         Reported by Simon Josefsson.
6629
6630 2009-11-04  Bruno Haible  <bruno@clisp.org>
6631
6632         Make num_processors more flexible and consistent.
6633         * lib/nproc.h (enum nproc_query): New type.
6634         (num_processors): Add a 'query' argument.
6635         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
6636         (num_processors): Add a 'query' argument. Test the value of the
6637         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
6638         mingw, count the number of CPUs available for the current process.
6639         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
6640         Check for sched_getaffinity and sched_getaffinity_np.
6641         * modules/nproc (Depends-on): Add c-ctype, extensions.
6642         * NEWS: Mention the change.
6643
6644 2009-11-03  Bruno Haible  <bruno@clisp.org>
6645
6646         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
6647
6648 2009-11-03  Jim Meyering  <meyering@redhat.com>
6649
6650         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
6651         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
6652         if it is defined.
6653
6654 2009-11-02  Eric Blake  <ebb9@byu.net>
6655
6656         mktime, timegm: share common declaration
6657         * lib/mktime-internal.h: New file.
6658         * lib/mktime.c: Use it rather than open-coding a declaration.
6659         * lib/timegm.c: Likewise.
6660         * modules/mktime (Files): Ship it.
6661         * modules/timegm (Files): Likewise.
6662         Suggested by Bruno Haible.
6663
6664         test-update-copyright: update test to match script changes
6665         * tests/test-update-copyright.sh: Avoid hard-coding perl
6666         location.  Don't update *.bak created by earlier runs.
6667
6668 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
6669             Simon Josefsson  <simon@josefsson.org>
6670             Bruno Haible  <bruno@clisp.org>
6671
6672         Fix link error on Solaris 8.
6673         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
6674         also in libnsl. Define also INET_PTON_LIB.
6675         * modules/inet_pton (Link): New section.
6676
6677 2009-11-02  Simon Josefsson  <simon@josefsson.org>
6678             Bruno Haible  <bruno@clisp.org>
6679
6680         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
6681         * modules/inet_ntop (Link): New section.
6682         Reported by Boyan Kasarov <bkasarov@gmail.com>.
6683
6684 2009-11-02  Eric Blake  <ebb9@byu.net>
6685
6686         maint: avoid compiler warnings in m4 macros
6687         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
6688         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
6689
6690 2009-11-02  Simon Josefsson  <simon@josefsson.org>
6691
6692         * m4/pmccabe2html.m4: Remove file.
6693         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
6694         function.  Change maintainer.
6695         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
6696         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
6697         Courtès).
6698
6699 2009-10-31  Eric Blake  <ebb9@byu.net>
6700
6701         fseeko: fix m4 regression
6702         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
6703         regression from 2009-10-27.
6704         Reported by Ralf Wildenhues.
6705
6706 2009-10-31  Jim Meyering  <meyering@redhat.com>
6707
6708         inttostr: aesthetics and improved (compile-time) safety
6709         Define inttype_is_signed rather than inttype_is_unsigned,
6710         since the sole use is via "#if inttype_is_signed".
6711         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
6712         inttype_is_unsigned.
6713         * lib/offtostr.c (inttype_is_signed): Likewise.
6714         * lib/uinttostr.c (inttype_is_signed): Likewise.
6715         * lib/umaxtostr.c (inttype_is_signed): Likewise.
6716         * lib/inttostr.c (inttostr): Use verify to cross-check the
6717         inttype_is_signed value and the signedness of the actual type.
6718         * modules/inttostr (Depends-on): Add verify.
6719
6720 2009-10-30  Eric Blake  <ebb9@byu.net>
6721
6722         build: avoid compiler warnings
6723         * lib/fchmodat.c (lchmod): Mark unused variables.
6724         * lib/getopt.c (_getopt_initialize): Likewise.
6725         * lib/mktime.c (__mktime_internal): Provide prototype.
6726         * lib/inttostr.c (inttostr): Avoid compiler warning even with
6727         older gcc that do not understand #pragma GCC diagnostic.
6728         * lib/uinttostr.c (inttype_is_unsigned): Define.
6729         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
6730
6731 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
6732
6733         stat: fix compilation on AIX
6734         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
6735         only see struct stat64.
6736
6737 2009-10-30  Eric Blake  <ebb9@byu.net>
6738
6739         exclude: make more robust
6740         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
6741         rather than masking a coding bug.
6742         Suggested by Bruno Haible.
6743
6744 2009-10-30  Jim Meyering  <meyering@redhat.com>
6745
6746         perl scripts: remove #!/usr/bin/perl in favor of more portable...
6747         Rather than putting #!/usr/bin/perl on the first line,
6748         start with a variant of what's recommended by "man perlrun" that
6749         invokes the first "perl" program from your shell's search path.
6750         * build-aux/gitlog-to-changelog: Replace #!... as above.
6751         Add a "Local Variables" perl mode setting.
6752         Prompted by a patch from Ludovic Courtès.
6753         Improved by Eric Blake.
6754         * build-aux/useless-if-before-free: Likewise.
6755         * build-aux/announce-gen: Likewise.
6756         * build-aux/update-copyright: Likewise.
6757
6758 2009-10-29  Eric Blake  <ebb9@byu.net>
6759
6760         filenamecat-lgpl: adjust clients
6761         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
6762         filenamecat.
6763         * modules/renameat (Depends-on): Likewise.
6764
6765         filenamecat: split into filenamecat-lgpl
6766         * modules/filenamecat-lgpl: New module.
6767         * modules/filenamecat (Files): Move library-safe files into
6768         filenamecat-lgpl.
6769         (Depends-on): Add filenamecat-lgpl.
6770         (configure.ac): Declare witness.
6771         * lib/filenamecat.h (file_name_concat): Only declare when using
6772         GPL module.
6773         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
6774         Move...
6775         * lib/filenamecat-lgpl.c: ...into new file.
6776         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
6777         (gl_FILE_NAME_CONCAT): Use it.
6778         * MODULES.html.sh (File system functions): Mention new module.
6779
6780         argp: avoid memory leak
6781         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
6782         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
6783         base_name, since the latter malloc()s and can call exit().
6784         Leak introduced 2006-07-03.
6785
6786         dirname-lgpl: adjust clients that don't need full dirname
6787         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
6788         * modules/filenamecat (Depends-on): Likewise.
6789         * modules/linkat (Depends-on): Likewise.
6790         * modules/mkancesdirs (Depends-on): Likewise.
6791         * modules/mkdir (Depends-on): Likewise.
6792         * modules/openat (Depends-on): Likewise.
6793         * modules/savewd (Depends-on): Likewise.
6794         * modules/rename (Depends-on): Likewise.
6795         (License): Relax license.
6796         * modules/mkdir-tests (Depends-on): Drop progname.
6797         (Makefile.am): Delete unneeded LDADD.
6798         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
6799
6800         dirname: split into dirname-lgpl
6801         * modules/dirname-lgpl: New module.
6802         * modules/dirname (Files): Move library-safe files into
6803         dirname-lgpl.
6804         (Depends-on): Add dirname-lgpl.
6805         (configure.ac): Declare witness.
6806         * modules/double-slash-root (License): Relax license.
6807         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
6808         module.
6809         * lib/dirname.c (dir_len, mdir_name): Move...
6810         * lib/dirname-lgpl.c: ...into new file.
6811         * lib/basename.c (last_component, base_len): Move...
6812         * lib/basename-lgpl.c: ...into new file.
6813         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
6814         (gl_DIRNAME): Use it.
6815         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
6816         Mention new module.
6817         * modules/dirname-tests (Depends-on): Add progname.
6818         * tests/test-dirname.c (program_name): Delete.
6819
6820         mkdir: make safe for libraries
6821         * modules/mkdir (Depends-on): Drop xalloc.
6822         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
6823         exit.
6824
6825         tests: avoid some compiler warnings
6826         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
6827         literals.
6828         * tests/test-memchr.c (main): Avoid type mismatch.
6829         * tests/test-arpa_inet.c (main): Avoid unused parameters.
6830         * tests/test-base64.c (main): Likewise.
6831         * tests/test-getdelim.c (main): Likewise.
6832         * tests/test-gethostname.c (main): Likewise.
6833         * tests/test-getline.c (main): Likewise.
6834         * tests/test-netinet_in.c (main): Likewise.
6835         * tests/test-select.c (open_server_socket, main): Likewise.
6836         * tests/test-select-stdin.c (main): Likewise.
6837         * tests/test-sockets.c (main): Likewise.
6838         * tests/test-strsignal.c (main): Likewise.
6839         * tests/test-sys_select.c (main): Likewise.
6840         * tests/test-sys_socket.c (main): Likewise.
6841         * tests/test-u64.c (main): Likewise.
6842         * tests/test-xfprintf-posix.c (main): Likewise.
6843         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
6844
6845         sockets: avoid compiler warning
6846         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
6847
6848         maint: detect usage(1) and other suspicious exits
6849         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
6850
6851 2009-10-29  Jim Meyering  <meyering@redhat.com>
6852
6853         timespec: long-to-int truncation could make timespec_cmp malfunction
6854         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
6855         a multiple of 2^32 nanoseconds as no difference.
6856
6857 2009-10-28  Jim Meyering  <meyering@redhat.com>
6858
6859         fprintftime: wrap macro code argument in "do {...} while(0)"
6860         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
6861         cpy macro must be a statement that can be followed by a semicolon.
6862         Now that the else clause contains a comment and is hence longer
6863         than one line, I require curly braces.  That in turn requires
6864         that we wrap this code block in the standard do...while(0).
6865
6866         fprintftime: remove stray semicolon from previous change
6867         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
6868
6869         fprintftime: avoid a warning about ignored fwrite return value
6870         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
6871         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
6872         that is unsafe.
6873         * modules/fprintftime (Depends-on): Add ignore-value.
6874
6875         exclude: avoid an unwarranted warning
6876         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
6877
6878 2009-10-27  Eric Blake  <ebb9@byu.net>
6879
6880         fseek: avoid compilation failure when fflush is replaced
6881         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
6882         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
6883         module is in use.
6884         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
6885         module is not in use; since REPLACE_FSEEK worked otherwise.
6886         (GNULIB_FTELLO): Likewise for ftell.
6887         Reported by Ian Beckwith and others.
6888
6889 2009-10-27  Bruno Haible  <bruno@clisp.org>
6890
6891         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
6892         Reported by Jim Meyering.
6893
6894 2009-10-27  Jim Meyering  <jim@meyering.net>
6895             Bruno Haible  <bruno@clisp.org>
6896
6897         Avoid warning despite dropping the return value of fwrite.
6898         * lib/unicodeio.c: Include ignore-value.h.
6899         (fwrite_success_callback): Explicitly ignore fwrite's return value.
6900         * modules/unicodeio (Depends-on): Add ignore-value.
6901
6902 2009-10-26  Eric Blake  <ebb9@byu.net>
6903
6904         areadlinkat: fix fallback path
6905         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
6906         pointer and zero.
6907
6908 2009-10-22  Pádraig Brady  <P@draigBrady.com>
6909
6910         Use a better IO block size for modern systems
6911         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
6912         * lib/md2.c: Likewise.
6913         * lib/md4.c: Likewise.
6914         * lib/md5.c: Likewise.
6915         * lib/sha1.c: Likewise.
6916         * lib/sha256.c: Likewise.
6917         * lib/sha512.c: Likewise.
6918
6919 2009-10-22  Eric Blake  <ebb9@byu.net>
6920
6921         tests: avoid several compiler warnings
6922         * tests/test-getcwd.c (main): Avoid buffer underflow.
6923         * tests/test-getdate.c (main): String literals are not safe with
6924         putenv, so use setenv.  Declare unused argument.
6925         * modules/getdate-tests (Depends-on): Add setenv.
6926         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
6927         problems with string literals in char *.
6928         * tests/test-hash.c (main): Avoid shadowing declaration.
6929         (insert_new): Treat string literals as char const *.
6930         * tests/test-getopt.h (test_getopt): Likewise.
6931         (getopt_loop): Alter types to minimize casting elsewhere.
6932         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
6933         (test_getopt_long_posix): Likewise.
6934         (do_getopt_long): Add wrapper to minimize casting.
6935         * tests/test-atexit.c (clear_temp_file): Use void.
6936         * tests/test-areadlink-with-size.c (main): Declare unused
6937         arguments.
6938         * tests/test-areadlink.c (main): Likewise.
6939         * tests/test-areadlinkat-with-size.c (main): Likewise.
6940         * tests/test-areadlinkat.c (main): Likewise.
6941         * tests/test-canonicalize-lgpl.c (main): Likewise.
6942         * tests/test-canonicalize.c (main): Likewise.
6943         * tests/test-dirent-safer.c (main): Likewise.
6944         * tests/test-dirname.c (main): Likewise.
6945         * tests/test-dup2.c (main): Likewise.
6946         * tests/test-fchdir.c (main): Likewise.
6947         * tests/test-fcntl-h.c (main): Likewise.
6948         * tests/test-fcntl-safer.c (main): Likewise.
6949         * tests/test-fdopendir.c (main): Likewise.
6950         * tests/test-fdutimensat.c (main): Likewise.
6951         * tests/test-fflush.c (main): Likewise.
6952         * tests/test-filenamecat.c (main): Likewise.
6953         * tests/test-filevercmp.c (main): Likewise.
6954         * tests/test-fopen-safer.c (main): Likewise.
6955         * tests/test-fopen.c (main): Likewise.
6956         * tests/test-fpending.c (main): Likewise.
6957         * tests/test-fpurge.c (main): Likewise.
6958         * tests/test-freading.c (main): Likewise.
6959         * tests/test-fstatat.c (main): Likewise.
6960         * tests/test-fsync.c (main): Likewise.
6961         * tests/test-futimens.c (main): Likewise.
6962         * tests/test-getndelim2.c (main): Likewise.
6963         * tests/test-gettimeofday.c (main): Likewise.
6964         * tests/test-getopt.c (main): Likewise.
6965         * tests/test-i-ring.c (main): Likewise.
6966         * tests/test-inttypes.c (main): Likewise.
6967         * tests/test-link.c (main): Likewise.
6968         * tests/test-lstat.c (main): Likewise.
6969         * tests/test-math.c (main): Likewise.
6970         * tests/test-md5.c (main): Likewise.
6971         * tests/test-memchr2.c (main): Likewise.
6972         * tests/test-memrchr.c (main): Likewise.
6973         * tests/test-mkdir.c (main): Likewise.
6974         * tests/test-mkdirat.c (main): Likewise.
6975         * tests/test-mkfifoat.c (main): Likewise.
6976         * tests/test-open.c (main): Likewise.
6977         * tests/test-openat-safer.c (main): Likewise.
6978         * tests/test-openat.c (main): Likewise.
6979         * tests/test-quotearg.c (main): Likewise.
6980         * tests/test-rawmemchr.c (main): Likewise.
6981         * tests/test-readlink.c (main): Likewise.
6982         * tests/test-remove.c (main): Likewise.
6983         * tests/test-rename.c (main): Likewise.
6984         * tests/test-renameat.c (main): Likewise.
6985         * tests/test-rmdir.c (main): Likewise.
6986         * tests/test-sha1.c (main): Likewise.
6987         * tests/test-signal.c (main): Likewise.
6988         * tests/test-sigaction.c (main): Likewise.
6989         * tests/test-stat.c (main): Likewise.
6990         * tests/test-stat-time.c (main): Likewise.
6991         * tests/test-stddef.c (main): Likewise.
6992         * tests/test-stdint.c (main): Likewise.
6993         * tests/test-stdio.c (main): Likewise.
6994         * tests/test-stdlib.c (main): Likewise.
6995         * tests/test-strchrnul.c (main): Likewise.
6996         * tests/test-strerror.c (main): Likewise.
6997         * tests/test-string.c (main): Likewise.
6998         * tests/test-strtod.c (main): Likewise.
6999         * tests/test-strverscmp.c (main): Likewise.
7000         * tests/test-symlink.c (main): Likewise.
7001         * tests/test-symlinkat.c (main): Likewise.
7002         * tests/test-sys_stat.c (main): Likewise.
7003         * tests/test-sys_time.c (main): Likewise.
7004         * tests/test-time.c (main): Likewise.
7005         * tests/test-unistd.c (main): Likewise.
7006         * tests/test-unlink.c (main): Likewise.
7007         * tests/test-unlinkat.c (main): Likewise.
7008         * tests/test-utimens.c (main): Likewise.
7009         * tests/test-utimensat.c (main): Likewise.
7010         * tests/test-version-etc.c (main): Likewise.
7011         * tests/test-wchar.c (main): Likewise.
7012         * tests/test-wctype.c (main): Likewise.
7013         * tests/test-xprintf-posix.c (main): Likewise.
7014         * tests/test-posixtm.c (main): Likewise.
7015         (STREQ): Delete unused macro.
7016         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
7017         shadowed variables.
7018         * tests/test-memchr.c (main): Likewise.
7019
7020 2009-10-21  Eric Blake  <ebb9@byu.net>
7021
7022         areadlinkat: avoid failure on older glibc
7023         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
7024         rather than mis-comparing 0 against FUNC_RESULT of char*.
7025
7026 2009-10-21  Bruno Haible  <bruno@clisp.org>
7027
7028         * modules/stpncpy (License): Relicense under LGPLv2+.
7029         Reported by David Lutterkort <lutter@redhat.com>.
7030
7031 2009-10-20  Eric Blake  <ebb9@byu.net>
7032
7033         utimensat: work around Solaris 9 bug
7034         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
7035         has trailing slash bugs.
7036         * tests/test-lutimens.h (test_lutimens): Enhance test.
7037         * tests/test-utimens.h (test_utimens): Likewise.
7038         * doc/posix-functions/utime.texi (utime): Enhance documentation.
7039         * doc/posix-functions/utimes.texi (utimes): Likewise.
7040         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7041         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
7042         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
7043         * doc/posix-functions/futimens.texi (futimens): Likewise.
7044
7045         fdutimensat: new module
7046         * modules/fdutimensat: New file.
7047         * lib/fdutimensat.c (fdutimensat): Likewise.
7048         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
7049         * MODULES.html.sh (File system functions): Mention module.
7050         * modules/fdutimensat-tests: New test.
7051         * tests/test-fdutimensat.c: Likewise.
7052
7053         doc: regenerate INSTALL
7054         * doc/INSTALL: Reflect recent autoconf update.
7055         * doc/INSTALL.ISO: Likewise.
7056         * doc/INSTALL.UTF-8: Likewise.
7057
7058 2009-10-20  Pádraig Brady  <P@draigBrady.com>
7059
7060         acl: warn if ACL support is not detected
7061         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
7062
7063 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
7064
7065         * lib/nproc.h: Add extern "C" block for C++.
7066
7067 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
7068             Bruno Haible  <bruno@clisp.org>
7069
7070         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
7071         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
7072         * doc/posix-functions/isalpha.texi: Likewise.
7073         * doc/posix-functions/isblank.texi: Likewise.
7074         * doc/posix-functions/iscntrl.texi: Likewise.
7075         * doc/posix-functions/isdigit.texi: Likewise.
7076         * doc/posix-functions/isgraph.texi: Likewise.
7077         * doc/posix-functions/islower.texi: Likewise.
7078         * doc/posix-functions/isprint.texi: Likewise.
7079         * doc/posix-functions/ispunct.texi: Likewise.
7080         * doc/posix-functions/isspace.texi: Likewise.
7081         * doc/posix-functions/isupper.texi: Likewise.
7082         * doc/posix-functions/isxdigit.texi: Likewise.
7083
7084 2009-10-18  Bruno Haible  <bruno@clisp.org>
7085
7086         Tests for module 'isblank'.
7087         * modules/isblank-tests: New file.
7088         * tests/test-isblank.c: New file.
7089
7090         New module 'isblank'.
7091         * lib/isblank.c: New file.
7092         * m4/isblank.m4: New file.
7093         * modules/isblank: New file.
7094         * doc/posix-functions/isblank.texi: Mention the new module.
7095
7096 2009-10-18  Bruno Haible  <bruno@clisp.org>
7097
7098         New module 'ctype'.
7099         * lib/ctype.in.h: New file.
7100         * m4/ctype.m4: New file.
7101         * modules/ctype: New file.
7102         * doc/posix-headers/ctype.texi: Mention the new module.
7103
7104 2009-10-18  Jim Meyering  <meyering@redhat.com>
7105
7106         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
7107         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
7108         right after its initialization, rather than farther down.
7109         Keeping these in close proximity makes it easier to ensure
7110         that each such variable is initialized.  E.g.,
7111
7112             LIB_CLOCK_GETTIME=
7113             AC_SUBST([LIB_CLOCK_GETTIME])
7114
7115         This change also increments these serial numbers.
7116         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
7117         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7118         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7119
7120 2009-10-18  Bruno Haible  <bruno@clisp.org>
7121
7122         Don't let environment variables perturb build.
7123         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
7124         (gl_PREREQ_GETHRXTIME): ... not here.
7125
7126 2009-10-18  Bruno Haible  <bruno@clisp.org>
7127
7128         Avoid symlink attack in localcharset module.
7129         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
7130         (O_NOFOLLOW): Define fallback.
7131         (get_charset_aliases): Don't open the file if it is a symbolic link.
7132         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
7133         gl_FCNTL_H.
7134         (gl_FCNTL_H): Require it.
7135         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
7136         * modules/localcharset (Files): Add m4/fcntl_h.m4.
7137         Reported by Fergal Glynn <fglynn@veracode.com>.
7138
7139 2009-10-18  Bruno Haible  <bruno@clisp.org>
7140
7141         Implement nproc for mingw.
7142         * lib/nproc.c: Include <windows.h>
7143         (num_processors): On native Windows platforms, try GetSystemInfo.
7144
7145 2009-10-18  Bruno Haible  <bruno@clisp.org>
7146
7147         Implement nproc for IRIX.
7148         * lib/nproc.c: Include <sys/sysmp.h>.
7149         (num_processors): On IRIX systems, try sysmp.
7150         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
7151
7152 2009-10-18  Bruno Haible  <bruno@clisp.org>
7153
7154         Implement nproc for HP-UX.
7155         * lib/nproc.c: Include <sys/pstat.h>
7156         (num_processors): On HP-UX systems, try pstat_getdynamic.
7157         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
7158         pstat_getdynamic.
7159
7160 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
7161             Bruno Haible  <bruno@clisp.org>
7162
7163         Implement nproc for NetBSD, OpenBSD.
7164         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
7165         (ARRAY_SIZE): New macro.
7166         (num_processors): On BSD systems, try sysctl of HW_NCPU.
7167         * m4/nproc.m4: New file.
7168         * modules/nproc (Files): Add m4/nproc.m4.
7169         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
7170         (Makefile.am): Instead, augment lib_SOURCES.
7171
7172 2009-10-18  Bruno Haible  <bruno@clisp.org>
7173
7174         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
7175         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
7176         sys/param.h.
7177
7178 2009-10-16  Eric Blake  <ebb9@byu.net>
7179
7180         utimensat: new module
7181         * modules/utimensat: New file.
7182         * lib/utimensat.c (utimensat): Likewise.
7183         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7184         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
7185         so we can work around Linux bugs.
7186         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7187         * modules/sys_stat (Makefile.am): Substitute them.
7188         * lib/sys_stat.in.h (utimensat): Declare it.
7189         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7190         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7191         * modules/utimensat-tests: New test.
7192         * tests/test-utimensat.c: Likewise.
7193
7194         utimens: let lutimens work on non-symlinks
7195         * lib/utimens.c (lutimens): Fall back to utimens rather than
7196         failing with ENOSYS, when file is not a symlink.
7197         (utimens): Reduce redirection.
7198         * tests/test-lutimens.h (test_lutimens): Update test to cover
7199         non-symlinks.
7200         * tests/test-utimens.h (test_utimens): Update test to cover
7201         symlinks.
7202         * tests/test-utimens.c (main): Update caller.
7203
7204         utimens: cache whether utimensat syscall works
7205         * lib/utimens.c (utimensat_works_really): New cache variable.
7206         (fdutimens, lutimens): Use it to avoid failing syscall.
7207
7208         test-stat-time, test-utimens: improve portability
7209         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
7210         ext4 on alpha, and for cygwin.
7211         * tests/test-utimens-common.h: New file.
7212         (nap): Factor delays into single function.
7213         * tests/test-lutimens.h (test_lutimens): Use new header.
7214         * tests/test-futimens.h (test_futimens): Likewise.
7215         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
7216         timestamps to occur from same machine, as was done previously for
7217         test_utimens.
7218         * modules/utimens-tests (Files): Ship new file.
7219         * modules/futimens-tests (Files): Likewise.
7220         Reported in part by Jim Meyering.
7221
7222         sys_stat: sort replacement declarations
7223         * lib/sys_stat.in.h: Sort declarations.
7224         * lib/futimens.c (futimens): Fix typo.
7225
7226 2009-10-15  Jim Meyering  <meyering@redhat.com>
7227
7228         don't let environment settings perturb build
7229         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
7230         could cause a configure-time and/or build-time malfunction.
7231         Typically, a configure-time function-in-library test is performed
7232         via code like this:
7233
7234           LIB_VAR=
7235           AC_SUBST([LIB_VAR])
7236           prefix_saved_LIBS=$LIBS
7237             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
7238                        [test "$ac_cv_search_FUNC" = "none required" ||
7239                         LIB_VAR=$ac_cv_search_FUNC])
7240           LIBS=$prefix_saved_LIBS
7241
7242         However, in each of the files affected by this change, the LIB_VAR=
7243         initialization was omitted.  Thus, when set in the environment, its
7244         value would propagate into generated Makefiles when FUNC is not found
7245         in LIB_NAME.
7246         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
7247         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7248         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7249
7250 2009-10-14  Eric Blake  <ebb9@byu.net>
7251
7252         fchdir: avoid infinite recursion in mingw
7253         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
7254         recursing.
7255
7256         test-stat-time: port to mingw
7257         * tests/test-stat-time.c (force_unlink): Return a value.
7258         (test_ctime) [W32]: Fix compilation error.
7259         (nap): Don't call usleep with too large an argument.  Use
7260         force_unlink.
7261         * doc/pastposix-functions/usleep.texi (usleep): Document the
7262         portability issue.
7263
7264 2009-10-13  Jim Meyering  <meyering@redhat.com>
7265
7266         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
7267         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
7268         * modules/pipe-filter-ii: Likewise.
7269         * modules/sys_socket-tests: Likewise.
7270         * modules/tsearch-tests: Likewise.
7271         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
7272         (check): Depend on it.
7273
7274 2009-10-12  Eric Blake  <ebb9@byu.net>
7275
7276         utimens-tests: port to NFS file systems
7277         * tests/test-utimens.h (test_utimens): Refactor utimecmp
7278         comparisons to avoid spurious failures from timestamp drift
7279         between NFS machines.
7280
7281 2009-10-12  Eric Blake  <ebb9@byu.net>
7282
7283         stat-time-tests: minor cleanups
7284         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
7285         * tests/test-stat-time.c (nap): Separate assignment from call.
7286         Suggested by Paolo Bonzini and Bruno Haible.
7287
7288         sys_stat: guarantee struct timespec
7289         * lib/sys_stat.in.h (includes): Always include <time.h>
7290         * modules/sys_stat (Depends-on): Add time.
7291         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
7292         mode_t permission values.
7293         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
7294         get at subsecond timestamps.
7295
7296 2009-10-10  Eric Blake  <ebb9@byu.net>
7297
7298         futimens: new module
7299         * modules/futimens: New file.
7300         * lib/futimens.c (futimens): Likewise.
7301         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
7302         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
7303         we can work around Linux bugs.
7304         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7305         * modules/sys_stat (Makefile.am): Substitute them.
7306         * lib/sys_stat.in.h (futimens): Declare it.
7307         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7308         * doc/posix-functions/futimens.texi (futimens): Likewise.
7309         * modules/futimens-tests: New test.
7310         * tests/test-futimens.c: Likewise.
7311
7312         utimens: introduce fdutimens
7313         * lib/utimens.h (fdutimens): New prototype.
7314         * lib/utimens.c (gl_futimens): Move guts...
7315         (fdutimens): ...to new interface.
7316         * tests/test-utimens.c (do_fdutimens): Use it.
7317
7318         utimens: add UTIME_NOW and UTIME_OMIT support
7319         * lib/utimens.c (validate_timespec, update_timespec): New helper
7320         functions.
7321         (gl_futimens, lutimens): Use them.
7322         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
7323         stdbool, sys_stat.
7324         (Link): Mention resulting library dependency.
7325         * modules/utimecmp (Link): Likewise.
7326         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
7327         (Makefile.am): Pick up library dependency.
7328         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
7329         definition.
7330         * tests/test-sys_stat.c: Test the definitions.
7331         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
7332         * NEWS: Document library dependency.
7333
7334         utimecmp: support symlink timestamps
7335         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
7336         hashing when possible.  Use pathconf when available.
7337         (SYSCALL_RESOLUTION): Recognize tighter resolution.
7338         * modules/utimecmp (Depends-on): Add lstat.
7339
7340         utimens: add lutimens interface
7341         * lib/utimens.c (lutimens): New function.
7342         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
7343         * lib/utimens.h (lutimens): Declare new interface.
7344         * tests/test-utimens.c (main): Enhance test.
7345         * tests/test-lutimens.h (test_lutimens): New file.
7346         * modules/utimens-tests (Files): Distribute it.
7347         (Depends-on): Add symlink.
7348         (configure.ac): Check for usleep.
7349
7350         utimens: validate futimens usage
7351         * lib/utimens.c (gl_futimens): Require valid fd up front, using
7352         fewer syscalls on failure later on.  Avoid compiler warning on
7353         mingw.
7354         * modules/utimens (Depends-on): Add dup2.
7355
7356         utimens: add test
7357         * modules/utimens-tests: New test.
7358         * tests/test-utimens.h: New file.
7359         * tests/test-futimens.h: Likewise.
7360         * tests/test-utimens.c: Likewise.
7361
7362         doc: mention timestamp portability issues
7363         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
7364         instead.
7365         * doc/posix-functions/utime.texi (utime): Likewise.
7366         * doc/posix-functions/utimes.texi (utimes): Likewise.
7367         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
7368         instead.
7369         * doc/posix-functions/futimens.texi (futimens): Mention utimens
7370         module.
7371         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7372         Mention weakness with symlink timestamps.
7373         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
7374         to utimensat/futimens instead.
7375         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
7376
7377         test-dup2: enhance test
7378         * tests/test-dup2.c (main): Also check AT_FDCWD.
7379
7380         test-stat-time: avoid more spurious failures
7381         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
7382         xfs; and avoid race if the two timestamps cross quantization edge.
7383
7384         relocatable: prefer 'file system' over 'filesystem'
7385         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
7386         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
7387         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
7388         * doc/relocatable.texi (Enabling Relocatability): Likewise.
7389         * lib/relocatable.c (compute_curr_prefix): Likewise.
7390
7391 2009-10-10  Jim Meyering  <meyering@redhat.com>
7392
7393         stat-time-tests: check for the usleep function
7394         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
7395
7396 2009-10-10  Bruno Haible  <bruno@clisp.org>
7397
7398         * modules/xnanosleep: Put the Link section after the Include section.
7399
7400 2009-10-09  Eric Blake  <ebb9@byu.net>
7401
7402         dup2: work around FreeBSD 6.1 bug
7403         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
7404         * doc/posix-functions/dup2.texi (dup2): Document it.
7405         Reported by Nelson H. F. Beebe and Jim Meyering.
7406
7407         test-stat-time: port to buggy NFS clients
7408         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
7409         (test_ctime): Also skip test if mtime and ctime are skewed.
7410
7411         maint: prefer 'file system' over 'filesystem'
7412         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
7413         * doc/posix-functions/lstat.texi (lstat): Likewise.
7414         * lib/file-has-acl.c (file_has_acl): Likewise.
7415         * lib/fwriteerror.c [TEST]: Likewise.
7416         * tests/test-areadlink.h (test_areadlink): Likewise.
7417         * tests/test-areadlinkat-with-size.c (main): Likewise.
7418         * tests/test-areadlinkat.c (main): Likewise.
7419         * tests/test-canonicalize-lgpl.c (main): Likewise.
7420         * tests/test-canonicalize.c (main): Likewise.
7421         * tests/test-fstatat.c (main): Likewise.
7422         * tests/test-linkat.c (main): Likewise.
7423         * tests/test-lstat.h (test_lstat_func): Likewise.
7424         * tests/test-mkdir.h (test_mkdir): Likewise.
7425         * tests/test-readlink.h (test_readlink): Likewise.
7426         * tests/test-remove.c (main): Likewise.
7427         * tests/test-rename.h (test_rename): Likewise.
7428         * tests/test-renameat.c (main): Likewise.
7429         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7430         * tests/test-symlink.h (test_symlink): Likewise.
7431         * tests/test-symlinkat.c (main): Likewise.
7432         * tests/test-unlink.h (test_unlink_func): Likewise.
7433         * tests/test-unlinkat.c (main): Likewise.
7434
7435         maint: make realtime library usage explicit
7436         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
7437         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
7438         * modules/settime (Link): Likewise.
7439         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
7440
7441         test-stat-time: speed up execution
7442         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
7443         warning on mingw.
7444         (nap): New helper function.
7445         (prepare_test): Use it to reduce sleep time.
7446         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
7447         execution.
7448         * modules/stat-time-tests (configure.ac): Check for usleep.
7449
7450 2009-10-09  Jim Meyering  <meyering@redhat.com>
7451
7452         selinux-h: always use getfilecon wrappers
7453         * lib/getfilecon.c: New file.
7454         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
7455         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
7456         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
7457         (fgetfilecon): Provide a stub.
7458         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
7459         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
7460         file unconditionally.
7461         When <selinux/selinux.h> is found, arrange to use wrappers.
7462         * modules/selinux-h (Files): Add getfilecon.c.
7463         (Makefile.am): Substitute include-next-related bits
7464         into the now-always-generated selinux/selinux.h file.
7465         * doc/glibc-functions/lgetfilecon.texi: New file.
7466         * doc/glibc-functions/fgetfilecon.texi: New file.
7467         * doc/glibc-functions/getfilecon.texi: New file.
7468         * doc/glibc-functions/getfilecon-desc.texi: New file.
7469         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
7470         which to pull in the new files.
7471         * MODULES.html.sh (Misc): Add selinux-h.
7472
7473 2009-10-08  Jim Meyering  <meyering@redhat.com>
7474
7475         unistd: fix comment typo
7476         * lib/unistd.in.h (euidaccess): Fix a comment typo.
7477
7478 2009-10-08  Eric Blake  <ebb9@byu.net>
7479
7480         areadlink: use SIZE_MAX consistently
7481         * modules/areadlink (Depends-on): Add stdint.
7482         * modules/areadlink-with-size (Depends-on): Likewise.
7483         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
7484         gives NULL; drop sys/types, since unistd gives size_t; and add
7485         stdint for SIZE_MAX.
7486         (SIZE_MAX): Rely on headers.
7487         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
7488         and add stdint.
7489         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
7490         (SIZE_MAX): Likewise.
7491         (INITIAL_BUF_SIZE): Turn into enum.
7492         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
7493
7494 2009-10-08  Jim Meyering  <meyering@redhat.com>
7495
7496         areadlinkat: avoid compilation failure
7497         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
7498         Fix typo in comment.
7499
7500 2009-10-07  Eric Blake  <ebb9@byu.net>
7501
7502         areadlinkat-with-size: new module
7503         * modules/areadlinkat-with-size: New module.
7504         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
7505         * lib/areadlink.h (areadlinkat): Declare it.
7506         * MODULES.html.sh (File system functions): Mention it.
7507         * modules/areadlinkat-with-size-tests: New test.
7508         * tests/test-areadlinkat-with-size.c: New file.
7509
7510         xreadlinkat: new module
7511         * modules/xreadlinkat: New module.
7512         * lib/xreadlinkat.c (xreadlinkat): New file.
7513         * lib/xreadlink.h (xreadlinkat): Declare it.
7514         * MODULES.html.sh (File system functions): Mention it.
7515
7516         areadlinkat: new module
7517         * lib/at-func.c (FUNC_FAIL): New define.
7518         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
7519         * modules/areadlinkat: New module.
7520         * lib/linkat.c (areadlinkat): Move...
7521         * lib/areadlinkat.c (areadlinkat): ...to new file.
7522         * lib/areadlink.h (areadlinkat): Declare it.
7523         * modules/linkat (Depends-on): Add areadlinkat.
7524         * MODULES.html.sh (File system functions): Mention it.
7525         * modules/areadlinkat-tests: New test.
7526         * tests/test-areadlinkat.c: New file.
7527
7528         areadlink, areadlink-with-size: add tests
7529         * modules/areadlink-tests: New test.
7530         * modules/areadlink-with-size-tests: Likewise.
7531         * tests/test-areadlink.h: New file.
7532         * tests/test-areadlink.c: Likewise.
7533         * tests/test-areadlink-with-size.c: Likewise.
7534
7535         maint: minor cleanups
7536         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
7537         _UNUSED_PARAMETER_ instead.
7538         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
7539         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
7540         * modules/linkat-tests (Files): Distribute test-link.h.
7541
7542         openat, utimens: whitespace cleanup
7543         * lib/openat.c: Prefer space throughout, rather than mix of 8
7544         spaces vs. tabs.
7545         * lib/at-func.c: Likewise.
7546         * lib/utimens.c: Likewise.
7547
7548         openat: avoid using wrong fd
7549         * lib/openat.c (openat_permissive): Reject user's fd if saving the
7550         working directory chooses same fd.
7551         * lib/at-func.c (AT_FUNC_NAME): Likewise.
7552
7553         mkdir, mkdirat: fix cygwin 1.5.x bug
7554         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
7555         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
7556         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
7557         bug.
7558         (gl_PREREQ_MKDIR): Delete unused macro.
7559         * modules/mkdir (Files): Track file rename.
7560         (configure.ac): Update macro name.
7561         * modules/openat (Depends-on): Add mkdir.
7562         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
7563
7564         mkdir, mkdirat: add tests
7565         * modules/mkdir-tests: New test.
7566         * tests/test-mkdir.h: New file.
7567         * tests/test-mkdir.c: Likewise.
7568         * tests/test-mkdirat.c: Likewise.
7569         * modules/openat-tests (Files): Add new files.
7570         (Makefile.am): Run new test.
7571
7572 2009-10-06  Eric Blake  <ebb9@byu.net>
7573
7574         doc: tweak *at function documentation
7575         * doc/posix-functions/faccessat.texi (faccessat): Mention
7576         known issue with replacement.
7577         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
7578         * doc/posix-functions/linkat.texi (linkat): Likewise.
7579         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
7580         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
7581         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7582         * doc/posix-functions/renameat.texi (renameat): Likewise.
7583         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7584
7585         openat: fix GNU/Hurd bug in unlinkat
7586         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
7587         broken.
7588         * doc/posix-functions/unlink.texi (unlink): Document this.
7589         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
7590
7591         fdopendir: fix GNU/Hurd bug
7592         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
7593         allowing non-directory fds.
7594         * lib/fdopendir.c (rpl_fdopendir): Work around it.
7595         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
7596         * modules/dirent (Makefile.am): Substitute it.
7597         * lib/dirent.in.h (fdopendir): Declare replacement.
7598         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
7599         * tests/test-fdopendir.c (main): Test something other than
7600         /dev/null, since on Hurd that behaves like a directory.
7601
7602         test-symlink: port to GNU/Hurd
7603         * tests/test-symlink.h (test_symlink): Relax expected errno.
7604
7605         doc: tweak more cygwin information
7606         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
7607         now compatible with glibc.
7608         * doc/posix-functions/getopt.texi (getopt): Likewise.
7609
7610         getopt-gnu: add another test
7611         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
7612         guarantee behavior relied on by m4.
7613         * tests/test-getopt.c (main): Use it.
7614         * modules/getopt-posix-tests (Depends-on): Add setenv.
7615         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
7616
7617         getopt: fix compilation on darwin
7618         * lib/getopt.in.h (includes): Leave breadcrumbs during system
7619         include.
7620         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
7621         Reported by Ludovic Courtès.
7622
7623 2009-10-06  Bruno Haible  <bruno@clisp.org>
7624
7625         * modules/size_max (Description): Discourage its use.
7626         Reported by Simon Josefsson.
7627
7628 2009-10-06  Jim Meyering  <meyering@redhat.com>
7629
7630         linkat: avoid compilation failure
7631         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
7632
7633 2009-10-05  Eric Blake  <ebb9@byu.net>
7634
7635         linkat: support Linux 2.6.17
7636         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
7637         linkat on Linux, but allow cache variable override.
7638         * lib/linkat.c (rpl_linkat): Define override.
7639         * modules/linkat (Depends-on): Add symlinkat.
7640         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
7641         * modules/unistd (Makefile.am): Substitute it.
7642         * lib/unistd.in.h (linkat): Declare replacement.
7643         Reported by Pádraig Brady.
7644
7645         quotearg: port test to systems with C.UTF-8 locale
7646         * tests/test-quotearg.c (struct result_strings): Add another
7647         member, differentiating between C.ASCII and C.UTF-8 handling.
7648         (compare_strings): Add parameter.
7649         (main): Adjust all callers.
7650
7651         getopt: avoid clash with FreeBSD _getopt_internal
7652         * lib/getopt.in.h (_getopt_internal): Override the name.
7653         * lib/getopt_int.h (includes): Pick up any overrides.
7654         Reported by Reuben Thomas.
7655
7656         hash: allow C89 compilation
7657         * lib/hash.c (check_tuning): Move declaration before statement.
7658         Reported by Reuben Thomas.
7659
7660 2009-10-05  Karl Berry  <karl@gnu.org>
7661
7662         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
7663
7664 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
7665             Bruno Haible  <bruno@clisp.org>
7666
7667         * lib/uname.c (uname): Use a table-driven algorithm to compute
7668         Windows NT versions.
7669
7670 2009-10-04  Bruno Haible  <bruno@clisp.org>
7671
7672         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
7673         program_invocation_short_name.
7674         * modules/progname (configure.ac): Test for presence of
7675         program_invocation_short_name.
7676         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
7677
7678 2009-10-04  Bruno Haible  <bruno@clisp.org>
7679
7680         * lib/progname.c (set_program_name): Fix comment.
7681         Reported by Jim Meyering.
7682
7683 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
7684             Bruno Haible  <bruno@clisp.org>
7685
7686         * lib/uname.c: Include <string.h>.
7687         (uname): Do only one call to GetVersionEx in the common case.
7688
7689 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
7690             Bruno Haible  <bruno@clisp.org>
7691
7692         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
7693         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
7694         (uname): Add support for Windows CE and various non-x86 CPU types.
7695
7696 2009-10-03  Bruno Haible  <bruno@clisp.org>
7697
7698         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
7699         invocation to tests/configure.ac.
7700         Reported by Ian Beckwith <ianb@erislabs.net>.
7701
7702 2009-10-02  Eric Blake  <ebb9@byu.net>
7703
7704         fchdir: avoid compiler warning
7705         * lib/fchdir.c (canonicalize_file_name)
7706         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
7707
7708         test-open: support mingw errno values
7709         * tests/test-open.h (test_open): Relax test.
7710         * tests/test-fopen.h (test_fopen): Likewise.
7711         * tests/test-openat-safer.c (main): Likewise.
7712
7713         open: fix opening directory on mingw
7714         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
7715
7716         test-open: on GNU/Hurd, /dev/null is a directory
7717         * tests/test-fopen.h (main): Rename...
7718         (test_fopen): ...to this.  Use a guaranteed non-directory when
7719         confirming open behavior on trailing slash.
7720         * tests/test-openat-safer.c (main): Likewise.
7721         * tests/test-open.h (main): Likewise....
7722         (test_open): ...to this.
7723         * tests/test-fopen.c (main): Adjust caller.
7724         * tests/test-fopen-safer.c (main): Likewise.
7725         * tests/test-open.c (main): Likewise.
7726         * tests/test-fcntl-safer.c (main): Likewise.
7727         Reported by Samuel Thibault.
7728
7729         rename, fchdir: don't ignore chdir failure
7730         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
7731         * lib/rename.c (rpl_rename) [W32]: Likewise.
7732         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
7733         an empty destination directory if source cannot be renamed,
7734         although there is still possibility for failure.
7735         * doc/posix-functions/rename.texi (rename): Document the race.
7736         Reported by Jim Meyering.
7737
7738         maint: cleanup whitespace in recent commits
7739         * lib/rename.c (rpl_rename): Remove tabs.
7740         * tests/test-link.h (test_link): Likewise.
7741         * lib/fchdir.c (get_name): Likewise.
7742         Reported by Jim Meyering.
7743
7744 2009-10-02  Ben Pfaff  <blp@gnu.org>
7745
7746         relocatable-prog-wrapper: Add missing dependency on
7747         double-slash-root.
7748         * modules/relocatable-prog-wrapper: Add dependency.
7749         Reported by Ian Beckwith <ianb@erislabs.net>.
7750
7751 2009-10-02  Eric Blake  <ebb9@byu.net>
7752
7753         renameat: fix Solaris bugs
7754         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
7755         needed fixing.
7756         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
7757         * modules/stdio (Makefile.am): Substitute it.
7758         * lib/stdio.in.h (renameat): Declare replacement.
7759         * lib/renameat.c (rpl_renameat): Implement fix.
7760
7761         renameat: new module
7762         * modules/renameat: New file.
7763         * lib/renameat.c (renameat): Likewise.
7764         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
7765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
7766         * modules/stdio (Makefile.am): Substitute them.
7767         * lib/stdio.in.h (renameat): Declare it.
7768         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7769         * doc/posix-functions/renameat.texi (renameat): Likewise.
7770         * modules/renameat-tests: New test.
7771         * tests/test-renameat.c: Likewise.
7772
7773         rename: fix mingw bugs
7774         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
7775         directory overwrite bugs.
7776
7777         rename: fix another cygwin 1.5 bug
7778         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
7779         checks.
7780         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
7781         unnecessary cygwin workarounds.  Also work around bug with moving
7782         full directory onto an empty one.
7783         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
7784
7785         rename-dest-slash: merge into rename module
7786         * modules/rename-dest-slash (Status): Mark obsolete.
7787         (Depends-on): Add rename.
7788         (Files): Let rename do it all.
7789         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
7790         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
7791         * m4/rename-dest-slash.m4: ...so this file can be deleted.
7792         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
7793         * lib/rename.c (rpl_rename): Update comments.
7794
7795         rename: fix cygwin 1.5.x bugs
7796         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
7797         * lib/rename.c (rpl_rename): Work around them.
7798         * modules/rename (Depends-on): Add same-inode.
7799
7800         rename: fix Solaris 10 bug
7801         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
7802         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
7803         was the only bug.
7804
7805         rename: fix Solaris 9 bug
7806         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
7807         on non-directory.  Avoid calling exit.
7808         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
7809         strdup.
7810         * modules/rename-tests (Depends-on): Drop lstat.
7811         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
7812         (gl_PREREQ_RENAME): Delete unused macro.
7813
7814         rename-dest-slash: fix NetBSD bug
7815         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
7816         links.
7817         * modules/rename-dest-slash (Depends-on): Add same-inode.
7818
7819         rename-tests: new test, exposes several platform bugs
7820         * modules/rename-tests: New file.
7821         * tests/test-rename.h: Likewise.
7822         * tests/test-rename.c: Likewise.
7823         * doc/posix-functions/rename.texi (rename): Improve documentation,
7824         including bugs that will eventually be fixed in gnulib.
7825
7826 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
7827
7828         * lib/uname.c: Include <stdlib.h>
7829         (uname): Assume version info is available.
7830
7831 2009-10-02  Jim Meyering  <meyering@redhat.com>
7832
7833         gnu-web-doc-update: correct --help output
7834         * build-aux/gnu-web-doc-update: Make --help output relevant.
7835
7836         gnu-web-doc-update: add standard options
7837         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
7838
7839         gnu-web-doc-update: New module.
7840         Use this script to automatically update the on-line web documentation
7841         for your GNU project at http://www.gnu.org/software/$pkg/manual/
7842         * modules/gnu-web-doc-update: New file, from coreutils.
7843         * build-aux/gnu-web-doc-update: New script.
7844
7845 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
7846
7847         link: LoadLibrary is not needed.
7848         * lib/link.c: Use GetModuleHandle.
7849
7850 2009-10-01  Eric Blake  <ebb9@byu.net>
7851
7852         getopt: bump serial number
7853         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
7854         change.
7855
7856         tests: tighten link, rmdir, and remove tests
7857         * tests/test-link.h (includes): No need to use <config.h> here.
7858         Clean up if directory hard link was created, otherwise test for
7859         trailing '.'.
7860         * tests/test-linkat.c (main): Simplify.
7861         * tests/test-remove.c (main): Enhance test for trailing '.'.
7862         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7863
7864 2009-10-01  Jim Meyering  <meyering@redhat.com>
7865
7866         maint.mk: requiring "make major" was annoying, for a "minor" release.
7867         What is intended is "stable", to contrast with alpha and beta,
7868         so require "make stable", not "make major".
7869         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
7870         (get_tool_versions): Likewise.
7871         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
7872
7873 2009-09-30  Ben Pfaff  <blp@gnu.org>
7874
7875         Fix broken build of replacement for Windows tmpfile().
7876         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
7877         flags argument added along with the 'mkostemp' module.
7878
7879 2009-09-28  Bruno Haible  <bruno@clisp.org>
7880
7881         Avoid identifier clash with POSIX function 'remove' defined as a macro.
7882         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
7883         to 'remove_elt'.
7884         (gl_list_remove): Update.
7885         * lib/gl_list.c (gl_list_remove): Update.
7886         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
7887         to 'remove_elt'.
7888         (gl_oset_remove): Update.
7889         * lib/gl_list.c (gl_oset_remove): Update.
7890         Reported by Eric Blake.
7891
7892 2009-09-28  Eric Blake  <ebb9@byu.net>
7893
7894         doc: mention yet more cygwin 1.7 status
7895         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
7896         cygwin.
7897         * doc/glibc-functions/execvpe.texi (execvpe): New file.
7898         * doc/gnulib.texi (Glibc unistd.h): Mention it.
7899
7900         argp: fix test failure
7901         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
7902         that are not upper-case.  Pass correct range to tolower.
7903
7904 2009-09-27  Jim Meyering  <meyering@redhat.com>
7905
7906         test-yesno: work around sparc-dash here-document infelicity
7907         Without this change, the literal \177 byte in a here document
7908         would make dash 0.5.5.1-3 access uninitialized memory.
7909         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
7910         Instead, use a marker, "@", and filter through tr to create the desired
7911         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
7912
7913 2009-09-27  Bruno Haible  <bruno@clisp.org>
7914
7915         Disable untested support for new flavours of ACLs on AIX.
7916         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
7917         progress.
7918         * lib/set-mode-acl.c (qset_acl): Likewise.
7919
7920 2008-12-07  Bruno Haible  <bruno@clisp.org>
7921
7922         Add support for new flavours of ACLs on AIX. (Untested.)
7923         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
7924         (file_has_acl): Add support for newer AIX.
7925         * lib/set-mode-acl.c (qset_acl): Likewise.
7926         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
7927         Rainer Tammer <tammer@tammer.net>.
7928
7929 2009-09-26  Eric Blake  <ebb9@byu.net>
7930
7931         argp: fix compilation of getopt
7932         * lib/getopt.in.h (includes): Use different guard than glibc.
7933         Reported by Sergey Poznyakoff.
7934
7935         doc: mention more cygwin 1.7 status
7936         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
7937         bug.
7938         * doc/posix-functions/execl.texi (execl): Likewise.
7939         * doc/posix-functions/execle.texi (execle): Likewise.
7940         * doc/posix-functions/execlp.texi (execlp): Likewise.
7941         * doc/posix-functions/execv.texi (execv): Likewise.
7942         * doc/posix-functions/execve.texi (execve): Likewise.
7943         * doc/posix-functions/execvp.texi (execvp): Likewise.
7944         * doc/glibc-functions/canonicalize_file_name.texi
7945         (canonicalize_file_name): Cygwin 1.7 now provides this.
7946         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
7947         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
7948         on AT_SYMLINK_NOFOLLOW.
7949
7950 2009-09-24  Eric Blake  <ebb9@byu.net>
7951
7952         test-linkat: make test more robust
7953         * tests/test-linkat.c (main): Avoid collision with EEXIST.
7954
7955         getopt: fix inclusion guards for cygwin
7956         * modules/getopt-posix (Depends-on): Add include-next.
7957         (Makefile.am): Substitute more items in replacement header.
7958         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
7959         <getopt.h>.
7960         * lib/getopt.in.h (includes): Use split inclusion guard, and
7961         prefer <getopt.h> over include <unistd.h> when one is present.
7962         (option): Also override name of 'struct option'.
7963
7964         same-inode: revert prior change; it is not yet ready
7965         * NEWS: Undo mention of this change.
7966         * lib/same-inode.h (same-inode.h): Undo tri-state change.
7967         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
7968         * lib/cycle-check.c (cycle_check): Likewise.
7969         * lib/same.c (same_name): Likewise.
7970         * lib/at-func2.c (at_func2): Likewise.
7971
7972 2009-09-23  Eric Blake  <ebb9@byu.net>
7973
7974         linkat: new module
7975         * modules/linkat: New file.
7976         * lib/at-func2.c (at_func2): Likewise.
7977         * lib/linkat.c (linkat): Likewise.
7978         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
7979         * lib/openat-priv.h (at_func2): Add declaration.
7980         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7981         * modules/unistd (Makefile.am): Substitute them.
7982         * lib/unistd.in.h (linkat): Declare it.
7983         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7984         * doc/posix-functions/linkat.texi (linkat): Likewise.
7985         * doc/posix-functions/link.texi (link): Tweak wording.
7986         * tests/test-link.c (main): Move guts...
7987         * tests/test-link.h (test_link): ...into new file.
7988         * modules/linkat-tests: New test.
7989         * tests/test-linkat.c: Likewise.
7990         * modules/link-tests (Files): Ship new file.
7991         (Depends-on): Add stdbool.
7992
7993         dirname: add library-safe mdir_name
7994         * lib/dirname.h (mdir_name): New prototype.
7995         * lib/dirname.c (dir_name): Move guts...
7996         (mdir_name): ...to new function that avoids xalloc_die.
7997
7998         fchdir: another mingw fix
7999         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
8000         * lib/fchdir.c (get_name): New helper method; skips canonicalize
8001         on mingw (where it has not yet been ported), and make it optional
8002         elsewhere.
8003         (_gl_register_fd): Use it.
8004
8005         same-inode: make SAME_INODE tri-state, to port to mingw
8006         * NEWS: Mention this change.
8007         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
8008         st_ino always being 0.
8009         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8010         * lib/cycle-check.c (cycle_check): Likewise.
8011         * lib/same.c (same_name): Likewise.
8012
8013         lstat: avoid mingw compilation error
8014         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
8015         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
8016         lstat ourselves.
8017         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
8018         was adequate.
8019         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
8020         the checks for lstat.
8021         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
8022
8023         link: fix test failure on Solaris 9
8024         * lib/link.c (rpl_link): Don't assume link will catch bogus
8025         trailing slash on source.
8026
8027         test-symlinkat: enhance test
8028         * tests/test-readlink.c (main): Move guts...
8029         * tests/test-readlink.h (test_readlink): ...into new file.
8030         * tests/test-symlink.c (main): Move guts...
8031         * tests/test-symlink.h (test_symlink): ...into new file.
8032         * tests/test-symlinkat.c (main): Use new files for further
8033         coverage.
8034         (do_symlink, do_readlink): New helper functions.
8035         * modules/symlink-tests (Files): Ship new file.
8036         (Depends-on): Add stdbool.
8037         * modules/readlink-tests (Files): Ship new file.
8038         (Depends-on): Add stdbool.
8039         * modules/symlinkat-tests (Files): Use new files.
8040
8041 2009-09-23  Eric Blake  <ebb9@byu.net>
8042
8043         readlink: document portability issue with symlink length
8044         * doc/posix-functions/lstat.texi (lstat): Mention that some file
8045         systems have bogus st_size on symlinks, and mention the
8046         areadlink-with-size module.
8047         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
8048         * doc/posix-functions/readlink.texi (readlink): Mention the
8049         areadlink module, and ERANGE failure.
8050         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8051         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
8052
8053         readlink: fix Solaris 9 bug with trailing slash
8054         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
8055         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
8056         * doc/posix-functions/readlink.texi (readlink): Document this.
8057         * modules/readlink-tests: New test.
8058         * tests/test-readlink.c: Likewise.
8059
8060         readlink: fix cygwin 1.5.x bug with return type
8061         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
8062         * lib/unistd.in.h (readlink): Use ssize_t.
8063         * lib/readlink.c (readlink): Likewise.
8064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8065         * modules/unistd (Makefile.am): Substitute it.
8066         * lib/unistd.in.h (readlink): Declare replacement.
8067         * doc/posix-functions/readlink.texi (readlink): Document this.
8068
8069         symlink: use throughout gnulib
8070         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
8071         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
8072         symlink is not used.
8073         * modules/symlinkat (Depends-on): Add symlink.
8074         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8075         * modules/canonicalize-tests (Depends-on): Likewise.
8076         * modules/lstat-tests (Depends-on): Likewise.
8077         * modules/openat-tests (Depends-on): Likewise.
8078         * modules/remove-tests (Depends-on): Likewise.
8079         * modules/rmdir-tests (Depends-on): Likewise.
8080         * modules/unlink-tests (Depends-on): Likewise.
8081         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
8082         * tests/test-canonicalize.c (symlink): Likewise.
8083         * tests/test-fstatat.c (symlink): Likewise.
8084         * tests/test-lstat.c (symlink): Likewise.
8085         * tests/test-remove.c (symlink): Likewise.
8086         * tests/test-rmdir.c (symlink): Likewise.
8087         * tests/test-unlink.c (symlink): Likewise.
8088         * tests/test-unlinkat.c (symlink): Likewise.
8089
8090         symlink: new module, for Solaris 9 bug
8091         * modules/symlink: New file.
8092         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
8093         * lib/symlink.c: Likewise.
8094         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8095         * modules/unistd (Makefile.am): Substitute them.
8096         * lib/unistd.in.h (symlink): Declare replacement.
8097         * MODULES.html.sh (File system functions): Mention it.
8098         * doc/posix-functions/symlink.texi (symlink): Likewise.
8099         * modules/symlink-tests: New test.
8100         * tests/test-symlink.c: Likewise.
8101
8102 2009-09-23  Bruno Haible  <bruno@clisp.org>
8103
8104         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
8105         when needed.
8106         Test case: gnulib-tool --import --with-tests atexit inttypes.
8107         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
8108
8109 2009-09-23  Bruno Haible  <bruno@clisp.org>
8110
8111         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
8112         subcommand, not in a subshell.
8113
8114 2009-09-22  Eric Blake  <ebb9@byu.net>
8115
8116         unistd: sort replacement declarations
8117         * lib/unistd.in.h: Sort declarations.
8118
8119         open, openat: minor optimization
8120         * lib/open.c (open): If open succeeded, len is non-zero.
8121         * lib/openat.c (rpl_openat): Likewise.
8122
8123         link-follow: ensure correct result
8124         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
8125         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
8126         distinguish between possible failures.
8127
8128 2009-09-21  Eric Blake  <ebb9@byu.net>
8129
8130         fts: avoid compiler warning
8131         * lib/fts.c (dirent_inode_sort_may_be_useful)
8132         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
8133
8134 2009-09-19  Bruno Haible  <bruno@clisp.org>
8135
8136         * lib/progreloc.c (canonicalize_file_name): New declaration.
8137
8138 2009-09-19  Eric Blake  <ebb9@byu.net>
8139
8140         link: fix quoting
8141         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
8142
8143         openat: fix openat bugs on Solaris 9
8144         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
8145         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
8146         * modules/openat (Depends-on): Add open.
8147         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
8148         * modules/fcntl-h (Makefile.am): Substitute it.
8149         * lib/fcntl.in.h (openat): Declare replacement.
8150         * doc/posix-functions/openat.texi (openat): Document this.
8151
8152         openat: move fstatat and unlinkat into correct files
8153         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
8154         compiled.
8155         * lib/openat.c (fstatat, unlinkat): Move...
8156         * lib/fstatat.c (fstatat): ...into correct files.
8157         * lib/unlinkat.c (unlinkat): Likewise.
8158
8159         openat: fix unlinkat bugs on Solaris 9
8160         * lib/unlinkat.c (unlinkat): New file.
8161         * modules/openat (Depends-on): Add unlink.
8162         (Files): Distribute it.
8163         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
8164         trailing slash behavior is broken.
8165         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8166         * modules/unistd (Makefile.am): Substitute it.
8167         * lib/unistd.in.h (unlinkat): Declare replacement.
8168         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
8169
8170         openat: fix fstatat bugs on Solaris 9
8171         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
8172         stat.
8173         * doc/posix-functions/fstatat.texi (fstatat): Document this.
8174
8175         test-unlinkat: enhance test, to expose Solaris 9 bug
8176         * tests/test-unlink.c (main): Factor guts...
8177         * tests/test-unlink.h (test_rmdir_func): ...into new file.
8178         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
8179         * tests/test-rmdir.c (main): Adjust caller.
8180         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
8181         (unlinker): New helper function.
8182         (rmdirat): Enhance check.
8183         * modules/rmdir-tests (Depends-on): Add stdbool.
8184         * modules/unlink-tests (Depends-on): Likewise.
8185         (Files): Add test-unlink.h.
8186         * modules/openat-tests (Files): Likewise.
8187         (Depends-on): Add unlinkdir.
8188
8189         test-fstatat: new test, to expose Solaris 9 bugs
8190         * tests/test-stat.c (main): Factor guts...
8191         * tests/test-stat.h (test_stat_func): ...into new file.
8192         * tests/test-lstat.c (main): Factor guts...
8193         * tests/test-lstat.h (test_lstat_func): ...into new file.
8194         * tests/test-fstatat.c: New file.
8195         * modules/stat-tests (Files): Add test-stat.h.
8196         * modules/lstat-tests (Files): Add test-lstat.h.
8197         (Depends-on): Add stdbool.
8198         * modules/openat-tests (Depends-on): Add pathmax.
8199         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
8200         (Makefile.am): Run new test.
8201
8202         remove: new module, for mingw and Solaris 9 bugs
8203         * modules/remove: New file.
8204         * lib/remove.c: Likewise.
8205         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
8206         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8207         * modules/stdio (Makefile.am): Use them.
8208         * lib/stdio.in.h (remove): Declare replacement.
8209         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8210         * doc/posix-functions/remove.texi (remove): Likewise.
8211         * modules/remove-tests: New test.
8212         * tests/test-remove.c: Likewise.
8213
8214         unlink: new module, for Solaris 9 bug
8215         * modules/unlink: New file.
8216         * lib/unlink.c: Likewise.
8217         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
8218         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8219         * modules/unistd (Makefile.am): Use them.
8220         * lib/unistd.in.h (stat): Declare replacement.
8221         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8222         * doc/posix-functions/unlink.texi (unlink): Likewise.
8223         * modules/unlink-tests: New test.
8224         * tests/test-unlink.c: Likewise.
8225
8226         lstat: fix Solaris 9 bug
8227         * lib/lstat.c (lstat): Also check for trailing slash on
8228         non-symlink, non-directories.  Use stat module to simplify logic.
8229         * doc/posix-functions/lstat.texi (lstat): Document it.
8230         * modules/lstat-tests (Depends-on): Add errno, same-inode.
8231         (configure.ac): Check for symlink.
8232         * tests/test-lstat.c (main): Add more tests.
8233
8234         stat: add as dependency to other modules
8235         * modules/chown (Depends-on): Add stat.
8236         * modules/euidaccess (Depends-on): Likewise.
8237         * modules/fchdir (Depends-on): Likewise.
8238         * modules/isdir (Depends-on): Likewise.
8239         * modules/link (Depends-on): Likewise.
8240         * modules/lstat (Depends-on): Likewise.
8241         * modules/mkdir-p (Depends-on): Likewise.
8242         * modules/modechange (Depends-on): Likewise.
8243         * modules/open (Depends-on): Likewise.
8244         * modules/readlink (Depends-on): Likewise.
8245         * modules/same (Depends-on): Likewise.
8246
8247         stat: fix Solaris 9 bug
8248         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
8249         slash.
8250         * lib/stat.c (rpl_stat): Work around it.
8251         * doc/posix-functions/stat.texi (stat): Update documentation.
8252
8253         stat: new module, for mingw bug
8254         * modules/stat: New file.
8255         * lib/stat.c: Likewise.
8256         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
8257         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8258         * modules/sys_stat (Makefile.am): Use them.
8259         * lib/sys_stat.in.h (stat): Declare replacement.
8260         * lib/openat.c (fstatat): Deal with lstat and stat being function
8261         macros.
8262         * modules/openat (Depends-on): Add inline.
8263         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8264         * doc/posix-functions/stat.texi (stat): Likewise.
8265         * modules/stat-tests: New test.
8266         * tests/test-stat.c: Likewise.
8267
8268 2009-09-19  Jim Meyering  <meyering@redhat.com>
8269
8270         syntax-check: detect unnecessary inclusion of canonicalize.h
8271         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
8272
8273 2009-09-19  Eric Blake  <ebb9@byu.net>
8274
8275         canonicalize-lgpl: adjust clients to use correct header
8276         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8277         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
8278         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
8279         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
8280         * lib/progreloc.c (includes): Likewise.
8281
8282 2009-09-19  Jim Meyering  <meyering@redhat.com>
8283
8284         test-posixtm.c: correct a comment
8285         * tests/test-posixtm.c: Correct first-line comment.
8286         Spotted by Eric Blake.
8287
8288 2009-09-16  Jim Meyering  <meyering@redhat.com>
8289
8290         posixtm-tests: make T const-correct; add a test case
8291         * tests/test-posixtm.c (T): Declare const.
8292         Add a test for -(2^31+1).
8293         Remove useless can-succeed-only-in-2002 test.
8294
8295         posixtm-tests: adjust the sole failing test
8296         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
8297         expected output matches what mktime now produces.  Cross-checked via
8298         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
8299
8300         posixtm: move #ifdef'd tests into a new module
8301         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
8302         * tests/test-posixtm.c: ... this new file.
8303         * modules/posixtm-tests: New module.
8304
8305 2009-09-19  Eric Blake  <ebb9@byu.net>
8306
8307         openat: simplify use of at-func.c
8308         * lib/at-func.c (includes): Include prerequisites here, to
8309         simplify requirements on client files.
8310         * lib/openat-priv.h: Add double-inclusion guard.
8311         * lib/faccessat.c (includes): Simplify.
8312         * lib/fchmodat.c (includes): Likewise.
8313         * lib/fchownat.c (includes): Likewise.
8314         * lib/mkdirat.c (includes): Likewise.
8315         * lib/mkfifoat.c (includes): Likewise.
8316         * lib/symlinkat.c (includes): Likewise.
8317
8318         openat: allow return of fd 0
8319         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
8320         * modules/save-cwd (Depends-on): Replace fcntl-safer with
8321         unistd-safer.
8322         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
8323         <fcntl.h>; this module does not leak fds.
8324         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
8325         must be allowed to return 0, leaving openat_safer to add the
8326         safety.
8327         (openat_permissive): Avoid writing to just-opened fd 2 if
8328         restoring the current directory fails.
8329         * lib/openat-die.c (openat_restore_fail): Add comment.
8330         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
8331         (save_cwd): Guarantee safe fd, but without use of open_safer.
8332         * tests/test-openat.c: New test.
8333         * modules/openat-tests (Files, Makefile.am): Distribute and build
8334         new file.
8335
8336         relocatable-prog-wrapper: fix build
8337         * modules/relocatable-prog-wrapper (Files): Update name of
8338         canonicalize m4 file, broken on 2009-09-17.
8339         Reported by emad hajjar <aleppos@hotmail.com>.
8340
8341 2009-09-19  Bruno Haible  <bruno@clisp.org>
8342
8343         * lib/safe-alloc.h: Use the standard header with GPL copyright.
8344         * lib/safe-alloc.c: Likewise.
8345         Reported by Ian Beckwith <ianb@erislabs.net>.
8346
8347 2009-09-18  Bruno Haible  <bruno@clisp.org>
8348
8349         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
8350         Reported by <erobles@sensacd.com.mx>.
8351
8352 2009-09-17  Eric Blake  <ebb9@byu.net>
8353
8354         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
8355         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
8356         slashes when checking if last component is missing.
8357         * tests/test-canonicalize.c (main): Test this.
8358
8359         canonicalize, canonicalize-lgpl: honor // if distinct from /
8360         * modules/canonicalize (Files): Add double-slash-root.m4.
8361         * modules/canonicalize-lgpl (Files): Likewise.
8362         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8363         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
8364         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
8365         fallback definition.
8366         (canonicalize_filename_mode): Use it to protect //.
8367         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
8368         (__realpath): Likewise.
8369         * tests/test-canonicalize.c (main): Test this.
8370         * tests/test-canonicalize-lgpl.c (main): Likewise.
8371         * modules/canonicalize-tests (Depends-on): Add same-inode.
8372         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8373
8374         canonicalize-lgpl: fix glibc bug with trailing slash
8375         * m4/canonicalize-lgpl.m4: Move contents...
8376         * m4/canonicalize.m4: ...here.
8377         (gl_CANONICALIZE_LGPL): Factor realpath check...
8378         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
8379         glibc 2.3.5 bug, fixed 2005-04-27.
8380         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
8381         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
8382         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
8383         * modules/canonicalize-lgpl (Files): Manage file rename.
8384         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8385         * modules/stdlib (Makefile.am): Substitute witness.
8386         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
8387         is needed.
8388         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
8389         replacement is required.
8390         * lib/canonicalize.c (canonicalize_file_name): Likewise.
8391         * doc/glibc-functions/canonicalize_file_name.texi
8392         (canonicalize_file_name): Document this.
8393         * doc/posix-functions/realpath.texi (realpath): Likewise.
8394
8395         canonicalize-lgpl: reject non-directory with trailing slash
8396         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
8397         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
8398         catches failures in glibc 2.3.5.
8399         * tests/test-canonicalize.c (main): Likewise.
8400
8401         canonicalize-lgpl: use native realpath if it works
8402         * lib/canonicalize-lgpl.c (realpath): Guard with
8403         FUNC_REALPATH_WORKS.
8404         * lib/stdlib.in.h (realpath): Make declaration optional based on
8405         HAVE_REALPATH.
8406         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
8407         native realpath works.
8408         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8409         * modules/stdlib (Makefile.am): Substitute witness.
8410
8411         canonicalize, canonicalize-lgpl: use <stdlib.h>
8412         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
8413         (Include): Mention <stdlib.h>.
8414         (configure.ac): Mention functions we provide.
8415         * modules/canonicalize (configure.ac): Likewise.
8416         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
8417         realpath if canonicalize_file_name is missing.
8418         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
8419         * modules/stdlib (Makefile.am): Substitute witnesses.
8420         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
8421         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
8422         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
8423         * NEWS: Document this.
8424         * doc/glibc-functions/canonicalize_file_name.texi
8425         (canonicalize_file_name): Likewise.
8426         * doc/posix-functions/realpath.texi (realpath): Likewise.
8427         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
8428
8429         test-canonicalize: consolidate into single C program
8430         * tests/test-canonicalize.sh: Delete; move setup into...
8431         * tests/test-canonicalize.c (main): ...the program, making it
8432         easier to run in debugger.  Add some tests.
8433         * modules/canonicalize-tests (Files): Remove unused file.
8434         (Depends-on): Add progname.
8435         (configure.ac, Makefile.am): Simplify.
8436
8437         test-canonicalize-lgpl: consolidate into single C program
8438         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
8439         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
8440         easier to run in debugger.  Add some tests.
8441         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
8442         (configure.ac, Makefile.am): Simplify.
8443
8444         canonicalize: avoid resolvepath
8445         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
8446         unnecessary checks.
8447         * lib/canonicalize.c (includes): Simplify.
8448         (canonicalize_file_name): Drop resolvepath implementation.
8449         * modules/canonicalize (Depends-on): Drop filenamecat.
8450
8451         canonicalize: don't lose errno
8452         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
8453         over calls to free.
8454
8455         canonicalize: simplify errno handling
8456         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
8457         assignment.
8458
8459         canonicalize, canonicalize-lgpl: update module dependencies
8460         * modules/canonicalize (Depends-on): Add extensions, lstat,
8461         pathmax, stdlib.
8462         (Files): Drop pathmax.h.
8463         (configure.ac): Adjust macro name.
8464         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
8465         lstat, stdlib, sys_stat.
8466         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
8467         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
8468         extensions.
8469         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
8470         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
8471         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
8472         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
8473         declaration, if available.
8474         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
8475         we can rely on the readlink module.
8476         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
8477         (includes): Use <unistd.h> unconditionally.
8478
8479 2009-09-17  Eric Blake  <ebb9@byu.net>
8480
8481         maint: make Include sections of modules consistent
8482         * modules/alloca: Use only header name; no need to list #include.
8483         * modules/alloca-opt: Likewise.
8484         * modules/arpa_inet: Likewise.
8485         * modules/canon-host: Likewise.
8486         * modules/configmake: Likewise.
8487         * modules/dirent: Likewise.
8488         * modules/eealloc: Likewise.
8489         * modules/environ: Likewise.
8490         * modules/fchdir: Likewise.
8491         * modules/fcntl: Likewise.
8492         * modules/fcntl-h: Likewise.
8493         * modules/gethrxtime: Likewise.
8494         * modules/gettime: Likewise.
8495         * modules/ignore-value: Likewise.
8496         * modules/inet_ntop: Likewise.
8497         * modules/inet_pton: Likewise.
8498         * modules/inttypes: Likewise.
8499         * modules/isnand-nolibm: Likewise.
8500         * modules/isnanf-nolibm: Likewise.
8501         * modules/mbchar: Likewise.
8502         * modules/mbfile: Likewise.
8503         * modules/mbiter: Likewise.
8504         * modules/mbuiter: Likewise.
8505         * modules/netdb: Likewise.
8506         * modules/netinet_in: Likewise.
8507         * modules/nproc: Likewise.
8508         * modules/pagealign_alloc: Likewise.
8509         * modules/poll: Likewise.
8510         * modules/printf-frexp: Likewise.
8511         * modules/pthread: Likewise.
8512         * modules/putenv: Likewise.
8513         * modules/random_r: Likewise.
8514         * modules/relocatable-prog: Likewise.
8515         * modules/search: Likewise.
8516         * modules/select: Likewise.
8517         * modules/selinux-h: Likewise.
8518         * modules/settime: Likewise.
8519         * modules/signal: Likewise.
8520         * modules/size_max: Likewise.
8521         * modules/socklen: Likewise.
8522         * modules/ssize_t: Likewise.
8523         * modules/stdarg: Likewise.
8524         * modules/stdbool: Likewise.
8525         * modules/stddef: Likewise.
8526         * modules/stdint: Likewise.
8527         * modules/stdio: Likewise.
8528         * modules/stdlib: Likewise.
8529         * modules/string: Likewise.
8530         * modules/strings: Likewise.
8531         * modules/sys_file: Likewise.
8532         * modules/sys_ioctl: Likewise.
8533         * modules/sys_select: Likewise.
8534         * modules/sys_socket: Likewise.
8535         * modules/sys_stat: Likewise.
8536         * modules/sys_time: Likewise.
8537         * modules/sys_times: Likewise.
8538         * modules/sys_utsname: Likewise.
8539         * modules/sys_wait: Likewise.
8540         * modules/sysexits: Likewise.
8541         * modules/time: Likewise.
8542         * modules/times: Likewise.
8543         * modules/tmpfile: Likewise.
8544         * modules/trim: Likewise.
8545         * modules/unistd: Likewise.
8546         * modules/wchar: Likewise.
8547         * modules/wctype: Likewise.
8548
8549 2009-09-17  Bruno Haible  <bruno@clisp.org>
8550
8551         Make getdate.y compile on QNX and NetBSD 5 / i386.
8552         * m4/getdate.m4 (gl_GETDATE): Conditionally define
8553         TIME_T_FITS_IN_LONG_INT.
8554         * lib/getdate.y (long_time_t): New type.
8555         (relative_time): Change type of 'seconds' field to long_time_t.
8556         (get_date): Update types of local variables. Check against overflow
8557         during conversion from long_time_t to time_t.
8558         Reported by Matt Kraai <kraai@ftbfs.org>
8559         and Hasso Tepper <hasso@netbsd.org>.
8560
8561 2009-09-17  Bruno Haible  <bruno@clisp.org>
8562
8563         * modules/COPYING: Update copyright years.
8564         * modules/README: Likeiwse.
8565         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
8566         Reported by Ian Beckwith <ianb@erislabs.net>.
8567
8568 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
8569
8570         * users.txt: Update references for gnuit package.
8571
8572 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
8573
8574         * m4/getdelim.m4: Fix typo in copyright line.
8575
8576 2009-09-17  Bruno Haible  <bruno@clisp.org>
8577
8578         * lib/atoll.c: Use the standard header with GPL copyright.
8579         * lib/argz.in.h: Likewise.
8580         * lib/glob.c: Likewise.
8581         * lib/glob-libc.h: Likewise.
8582         * lib/random_r.c: Likewise.
8583         * lib/siglist.h: Likewise.
8584         * lib/strsignal.c: Likewise.
8585         Reported by Ian Beckwith <ianb@erislabs.net>.
8586
8587 2009-09-17  Eric Blake  <ebb9@byu.net>
8588
8589         rmdir: ensure correct dependency order
8590         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
8591
8592 2009-09-17  Bruno Haible  <bruno@clisp.org>
8593
8594         Disable assertion that fails on NetBSD 5 / i386.
8595         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
8596         Reported by Sam Steingold <sds@gnu.org>
8597         and Hasso Tepper <hasso@netbsd.org>.
8598
8599 2009-09-16  Eric Blake  <ebb9@byu.net>
8600
8601         unlinkdir: port to mingw
8602         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
8603         on which no one can unlink a directory.
8604
8605         stdlib: sort witness names
8606         * modules/stdlib (Makefile.am): Sort replacements.
8607         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
8608         * lib/stdlib.in.h: Likewise.
8609
8610         parse-duration-tests: avoid link failure
8611         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
8612         LIBINTL.
8613         Reported by Tom G. Christensen.
8614
8615         openat-tests: ensure unlinkat behaves like rmdir
8616         * tests/test-rmdir.c (main): Factor guts...
8617         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
8618         * modules/rmdir-tests (Files): Ship new file.
8619         * modules/openat-tests: New test.
8620         * tests/test-unlinkat.c: Likewise.
8621
8622         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
8623         * modules/rmdir-errno (Status, Notice): Now obsolete.
8624
8625         rmdir: work around cygwin 1.5.x and mingw bugs
8626         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
8627         * lib/rmdir.c (rmdir): Work around it.
8628         * modules/rmdir (Status, Notice): No longer obsolete.
8629         (Files): Add dos.m4.
8630         (Depends-on): Add unistd.
8631         (configure.ac): Set witnesses.
8632         (License): Relax to LGPLv2+.
8633         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
8634         * modules/unistd (Makefile.am): Substitute witnesses.
8635         * lib/unistd.in.h (rmdir): Declare replacement.
8636         * doc/posix-functions/rmdir.texi (rmdir): Document this.
8637         * modules/rmdir-tests: New tests.
8638         * tests/test-rmdir.c: Likewise.
8639
8640 2009-09-15  Eric Blake  <ebb9@byu.net>
8641
8642         fchdir: improve use of replacement functions
8643         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
8644         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
8645         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
8646         REPLACE_CLOSEDIR.
8647         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
8648         * modules/sys_stat (Makefile.am): Substitute correct witness.
8649         * modules/dirent (Makefile.am): Likewise.
8650         * modules/unistd (Makefile.am): Likewise.
8651         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
8652         * lib/unistd.in.h (dup): Likewise.
8653         * lib/sys_stat.in.h (fstat): Likewise.
8654
8655         maint: ignore gnulib-tool temp files
8656         * .gitignore: Ignore files created during gnulib-tool --test.
8657
8658 2009-09-13  Jim Meyering  <meyering@redhat.com>
8659
8660         posixtm: don't reject a time that specify "60" as the number of seconds
8661         * lib/posixtm.c (posixtime): The code to reject invalid dates
8662         would also reject a time specified with the .60 suffix.
8663         But POSIX allows that, in order to accommodate leap seconds.
8664         So don't reject it.
8665         (main): Adjust tests accordingly.
8666         * modules/posixtm (Depends-on): Add stpcpy.
8667
8668 2009-09-11  Jim Meyering  <meyering@redhat.com>
8669
8670         announce-gen: include [$release_type] in emitted Subject:
8671         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
8672         e.g., [stable] in the emitted Subject: line.
8673
8674 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8675
8676         Remove obsolete macros from several modules.
8677         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
8678         obsolete Autoconf macros with their modern counterparts.
8679         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
8680         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
8681         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
8682         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8683         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
8684         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8685         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
8686         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
8687         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
8688         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
8689         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
8690         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
8691         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
8692         * m4/sockets.m4 (gl_SOCKETS): Likewise.
8693         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
8694         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
8695         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8696         * m4/time_r.m4 (gl_TIME_R): Likewise.
8697         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
8698         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
8699         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8700
8701         Fix copyright header in build-aux scripts.
8702         * build-aux/git-version-gen: Fix copyright header to match GPLv3
8703         recommendation.
8704         * build-aux/ncftpput-ftp: Likewise.
8705         * build-aux/update-copyright: Likewise.
8706
8707 2009-09-09  Eric Blake  <ebb9@byu.net>
8708
8709         test-link: allow Linux choice of errno
8710         * tests/test-link.c (main): Relax test for alternate error.
8711
8712         strndup: fix improper m4 caching
8713         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
8714         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
8715         (gl_PREREQ_STRNDUP): Delete.
8716         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
8717         * modules/string (Makefile.am): Substitute it.
8718         * lib/string.in.h (strndup): Modernize prototype.
8719
8720         getcwd: port to mingw
8721         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
8722         different from the POSIX assumptions made throughout the getcwd
8723         module; fortunately, the mingw getcwd does not need replacement.
8724         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
8725         * modules/getcwd-tests: New test.
8726         * tests/test-getcwd.c: Likewise.
8727
8728         link: fix platform bugs
8729         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
8730         * lib/link.c (link): Work around them.  Fix related mingw bug.
8731         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
8732         * modules/unistd (Makefile.am): Substitute it.
8733         * lib/unistd.in.h (link): Declare replacement.
8734         * doc/posix-functions/link.texi (link): Document this.
8735         * modules/link (Depends-on): Add strdup-posix, sys_stat.
8736
8737         test-link: consolidate into single C program, test more cases
8738         * tests/test-link.sh: Delete.
8739         * tests/test-link.c: Test more error conditions.  Exposes bugs on
8740         at least Cygwin and Solaris.
8741         * modules/link-tests (Files): Remove unused file.
8742         (Depends-on): Add errno, sys_stat.
8743         (Makefile.am): Simplify.
8744
8745 2009-09-08  Bruno Haible  <bruno@clisp.org>
8746
8747         Work around towlower, towupper bug on mingw.
8748         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
8749         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
8750         * doc/posix-functions/towlower.texi: Mention the mingw bug.
8751         * doc/posix-functions/towupper.texi: Likewise.
8752         Reported by Eric Blake.
8753
8754 2009-09-08  Jim Meyering  <meyering@redhat.com>
8755
8756         build: don't try to run autoheader if we don't use it
8757         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
8758         is not used in configure.ac.
8759
8760 2009-09-08  Eric Blake  <ebb9@byu.net>
8761
8762         euidaccess: fix compilation error
8763         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
8764
8765         rawmemchr: relax license
8766         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
8767         okay.
8768         Reported by Jim Meyering.
8769
8770         mkfifoat: new module
8771         * modules/mkfifoat: New file.
8772         * lib/mkfifoat.c: Likewise.
8773         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
8774         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8775         * modules/sys_stat (Makefile.am): Use them.
8776         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
8777         * MODULES.html.sh (File system functions): Mention module.
8778         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
8779         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
8780         * modules/mkfifoat-tests: New test.
8781         * tests/test-mkfifoat.c: Likewise.
8782
8783         strchrnul: relax license
8784         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
8785         okay.
8786         Reported by Jim Meyering.
8787
8788 2009-09-08  Eric Blake  <ebb9@byu.net>
8789
8790         fstatat: fix compilation on Solaris
8791         * lib/fstatat.c (includes): Add fcntl.h.
8792         Reported by Pádraig Brady.
8793
8794 2009-09-07  Eric Blake  <ebb9@byu.net>
8795
8796         rename: modernize replacement
8797         * modules/rename (Depends-on): Add stdio.
8798         (configure.ac): Declare witness.
8799         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
8800         stdio take care of replacement.
8801         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8802         * modules/stdio (Makefile.am): Substitute them.
8803         * lib/stdio.in.h (rename): Declare replacement.
8804         * lib/rename.c (includes): Allow cross-compilation to non-windows
8805         machines.
8806         * doc/posix-functions/rename.texi (rename): Improve
8807         documentation.
8808
8809         stdio: sort witness names
8810         * modules/stdio (Makefile.am): Sort replacements.
8811         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8812         * lib/stdio.in.h: Likewise.
8813
8814         getcwd: minor cleanups
8815         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
8816         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
8817
8818         openat: provide more convenience names
8819         * modules/faccessat (configure.ac): Add C witness.
8820         * lib/unistd.in.h (readlinkat): Fix typo.
8821         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
8822         convenience wrappers.
8823         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
8824         wrappers in syntax checks.
8825
8826 2009-09-06  Eric Blake  <ebb9@byu.net>
8827
8828         doc: fix comments in recent patches
8829         * lib/faccessat.c: Mention correct function.
8830         * lib/fchmodat.c: Likewise.
8831         * lib/fchownat.c: Likewise.
8832         * lib/symlinkat.c: Likewise.
8833         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
8834         constants.
8835
8836         faccessat, symlinkat: continue cleanup of previous patch
8837         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
8838         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
8839         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
8840         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
8841         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
8842         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
8843         set.
8844
8845 2009-09-06  Bruno Haible  <bruno@clisp.org>
8846
8847         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
8848         (fstatat): Declare if GNULIB_FSTATAT is set.
8849         (mkdirat): Declare if GNULIB_MKDIRAT is set.
8850         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
8851         (unlinkat): Declare if GNULIB_UNLINKAT is set.
8852         * modules/fcntl-h (Files): Remove m4/openat.m4.
8853         * modules/sys_stat (Files): Remove m4/openat.m4.
8854         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
8855         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
8856         * modules/unistd (Files): Remove m4/openat.m4.
8857         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
8858         GNULIB_OPENAT.
8859         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
8860         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
8861         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
8862         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
8863         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
8864         gl_OPENAT_DEFAULTS.
8865         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
8866         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
8867         Don't require gl_OPENAT_DEFAULTS.
8868         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
8869         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
8870         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
8871         (gl_OPENAT_DEFAULTS): Remove macro.
8872
8873 2009-09-06  Bruno Haible  <bruno@clisp.org>
8874
8875         * modules/openat (configure.ac): Remove unneeded witness.
8876
8877 2009-09-06  Bruno Haible  <bruno@clisp.org>
8878
8879         Set errno to ENOSYS when a function is entirely unsupported.
8880         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
8881         EOPNOTSUPP.
8882         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
8883         * modules/chown (Depends-on): Remove errno.
8884
8885 2009-09-06  Bruno Haible  <bruno@clisp.org>
8886
8887         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
8888
8889 2009-09-06  Bruno Haible  <bruno@clisp.org>
8890
8891         * lib/sys_stat.in.h: Fix preprocessor command indentation.
8892
8893 2009-09-06  Ben Pfaff  <blp@gnu.org>
8894             Bruno Haible  <bruno@clisp.org>
8895
8896         Work around a glibc bug in strtok_r.
8897         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
8898         Undefine if UNDEFINE_STRTOK_R is set.
8899         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
8900         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8901         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
8902         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
8903         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
8904         UNDEFINE_STRTOK_R.
8905         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
8906
8907 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
8908
8909         exclude: minor fix
8910         * lib/exclude.c: Include wctype.h
8911
8912 2009-09-06  Akim Demaille  <demaille@gostai.com>
8913
8914         bootstrap: improve error message
8915         * build-aux/bootstrap (find_tool): Upon failure, report the list
8916         of candidates.
8917         Honor the initial value of the envvar.
8918
8919 2009-09-05  Eric Blake  <ebb9@byu.net>
8920
8921         symlinkat: new module
8922         * modules/symlinkat: New file.
8923         * lib/symlinkat.c: Likewise.
8924         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
8925         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8926         * modules/unistd (Makefile.am): Use them.
8927         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
8928         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
8929         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
8930         * MODULES.html.sh (File system functions): Mention module.
8931         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
8932         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8933         * modules/symlinkat-tests: New test.
8934         * tests/test-symlinkat.c: Likewise.
8935
8936         test-openat-safer: add more checks
8937         * tests/test-openat-safer.c (main): Check more code paths.
8938
8939 2009-09-05  Jim Meyering  <meyering@redhat.com>
8940
8941         syntax-check: detect unnecessary inclusion of openat.h
8942         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
8943
8944 2009-09-05  Bruno Haible  <bruno@clisp.org>
8945
8946         Support towlower, towupper.
8947         * doc/posix-functions/towlower.texi: Mention module wctype.
8948         * doc/posix-functions/towupper.texi: Likewise.
8949         * lib/wctype.in.h (towlower, towupper): New functions.
8950         * tests/test-wctype.c: Include stdio.h, stdlib.h.
8951         (ASSERT): New macro.
8952         (e): New variable.
8953         (main): Test also towlower, towupper. Test WEOF argument.
8954         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
8955
8956 2009-09-05  Bruno Haible  <bruno@clisp.org>
8957
8958         Fix conversion behaviour when the input is invalid.
8959         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
8960         mark occurring in first pass of indirect conversion.
8961         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
8962         input.
8963         Found by clang's static analyzer.
8964
8965 2009-09-05  Bruno Haible  <bruno@clisp.org>
8966
8967         * tests/test-striconveh.c (main): Test indirect conversion on platforms
8968         where direct conversion is possible.
8969
8970 2009-09-04  Eric Blake  <ebb9@byu.net>
8971
8972         openat: fail with ENOENT on empty name
8973         * lib/openat-proc.c (openat_proc_name): Special-case the empty
8974         buffer.
8975
8976         link-follow: fix logic bug in prior patch
8977         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
8978         reversed sense of yes and no in prior patch.  Avoid confusing
8979         compilation failure with desired semantics.
8980
8981         link-follow: accomodate mingw and cross-compilation
8982         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
8983         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
8984         cross-compilation results to -1, to make linkat easier to
8985         implement when cross-compiling.  Trivially support mingw.
8986         * modules/link-follow (configure.ac): Call new name.
8987         * NEWS: Mention this.
8988
8989 2009-09-03  Eric Blake  <ebb9@byu.net>
8990
8991         faccessat: compile replacement
8992         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
8993         needed.
8994
8995         fts: fix compilation error
8996         * lib/fts.c (includes): Re-add "openat.h", for
8997         openat_needs_fchdir.
8998
8999         faccessat: new module
9000         * modules/faccessat: New file.
9001         * lib/faccessat.c: Likewise.
9002         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
9003         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9004         * modules/unistd (Makefile.am): Use it.
9005         * lib/unistd.in.h (faccessat): Declare it.
9006         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
9007         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
9008         * MODULES.html.sh (File system functions): Mention it.
9009         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
9010         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
9011
9012         euidaccess: prefer POSIX over non-standard implementation
9013         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
9014         * lib/euidaccess.c (euidaccess): Use it if available.
9015
9016         openat: make template easier to use
9017         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
9018         AT_FUNC_F2 to be undefined.
9019         (VALIDATE_FLAG): New macro; use it to reject bad flags.
9020         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
9021         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
9022         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
9023         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
9024         Likewise.
9025         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
9026         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
9027         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
9028         Likewise.
9029
9030         openat: declare in POSIX headers
9031         * NEWS: Mention this.
9032         * modules/openat (configure.ac): Declare witnesses.
9033         (Depends-on): Add fcntl-h, sys_stat, unistd.
9034         (Include): Mention correct headers.
9035         * modules/fcntl-h (Depends-on): Add link-warning.
9036         (Files): Add openat.m4.
9037         (Makefile.am): Substitute witnesses.
9038         * modules/sys_stat (Files, Makefile.am): Likewise.
9039         * modules/unistd (Files, Makefile.am): Likewise.
9040         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
9041         (gl_OPENAT_DEFAULTS): New macro.
9042         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
9043         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
9044         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
9045         (SYS_STAT_H): Remove unused variable.
9046         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
9047         * lib/fcntl--.h (includes): Remove unneeded header.
9048         * lib/openat-safer.c (includes): Likewise.
9049         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
9050         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
9051         appropriate headers.
9052         (__OPENAT_PREFIX): Delete.
9053         * lib/fcntl.in.h (openat): Provide declaration.
9054         (AT_FDCWD): Fix Solaris bug.
9055         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
9056         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
9057         * lib/fchmodat.c (includes):  Adjust to find declaration.
9058         * lib/fchownat.c (includes): Likewise.
9059         * lib/mkdirat.c (includes): Likewise.
9060         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
9061         still visible.
9062
9063 2009-09-02  Eric Blake  <ebb9@byu.net>
9064
9065         errno: use consistently
9066         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
9067         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
9068         * lib/canonicalize.c (ELOOP): Likewise.
9069         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
9070         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
9071         * lib/lchown.c (EOPNOTSUPP): Likewise.
9072         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
9073         * lib/savewd.c (ESTALE): Likewise.
9074         * lib/settime.c (ENOSYS): Likewise.
9075         * lib/utimens.c (ENOSYS): Likewise.
9076         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
9077         * lib/chdir-safer.c (ELOOP): Likewise.
9078         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
9079         * modules/c-stack (Depends-on): Add errno.
9080         * modules/canonicalize (Depends-on): Likewise.
9081         * modules/chdir-safer (Depends-on): Likewise.
9082         * modules/fdopendir (Depends-on): Likewise.
9083         * modules/inet_ntop (Depends-on): Likewise.
9084         * modules/inet_pton (Depends-on): Likewise.
9085         * modules/lchown (Depends-on): Likewise.
9086         * modules/openat (Depends-on): Likewise.
9087         * modules/savewd (Depends-on): Likewise.
9088         * modules/settime (Depends-on): Likewise.
9089         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
9090
9091         fts: avoid leaking fds
9092         * modules/fts (Depends-on): Add cloexec.
9093         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
9094         flag.
9095
9096         fts: make directory fds more robust
9097         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
9098         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
9099
9100         backupfile, chdir-long, fts, savedir: make safer
9101         * lib/backupfile.c (includes): Use "dirent--.h", since
9102         numbered_backup can write to stderr during readdir.
9103         * lib/savedir.c (includes): Likewise.
9104         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
9105         emulation can write to stderr on failure.
9106         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
9107         * lib/getcwd.c: Document why opendir_safer is unused.
9108         * lib/glob.c: Likewise.
9109         * lib/scandir.c: Likewise.
9110         * lib/openat-proc.c: Likewise, for open_safer.
9111         * modules/backupfile (Depends-on): Add dirent-safer.
9112         * modules/savedir (Depends-on): Likewise.
9113         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
9114         * modules/chdir-long (Depends-on): Add openat-safer.
9115
9116         openat-safer: new module
9117         * modules/openat-safer: New file.
9118         * lib/openat-safer.c: Likewise.
9119         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
9120         * lib/fcntl-safer.h (openat_safer): Declare.
9121         * lib/fcntl--.h (openat): Override.
9122         * MODULES.html.sh (File descriptor based I/O): Mention it.
9123         * lib/openat.h: Add double-inclusion guards.
9124         * lib/openat.c (includes): Only include "fcntl-safer.h", not
9125         "fcntl--.h", so we can implement openat.
9126         * modules/openat-safer-tests: New test.
9127         * tests/test-openat-safer.c: New file.
9128
9129         dirent-safer: new module
9130         * modules/dirent-safer: New file.
9131         * lib/dirent--.h: Likewise.
9132         * lib/dirent-safer.h: Likewise.
9133         * lib/opendir-safer.c: Likewise.
9134         * m4/dirent-safer.m4: Likewise.
9135         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
9136         * modules/dirent-safer-tests: New test.
9137         * tests/test-dirent-safer.c: New file.
9138         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
9139
9140         fdopendir: optimize on mingw
9141         * lib/unistd.in.h (_gl_directory_name): New prototype.
9142         * lib/fchdir.c (_gl_directory_name): Implement it.
9143         (fchdir): Use it to simplify implementation.
9144         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
9145         fchdir, when available, to avoid calling [f]chdir().
9146
9147         fdopendir: split into its own module
9148         * lib/openat.c (fdopendir): Move...
9149         * lib/fdopendir.c: ...into new file.
9150         * modules/fdopendir: New module.
9151         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
9152         * modules/openat (Depends-on): Add fdopendir.
9153         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
9154         fdopendir here.
9155         * modules/savedir (Depends-on): Only need fdopendir, not full
9156         openat.
9157         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
9158         * lib/openat.h (fdopendir): Drop prototype.
9159         * lib/dirent.in.h (fdopendir): Provide prototype.
9160         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
9161         * modules/dirent (Makefile.am): Substitute them.
9162         * MODULES.html.sh (File system functions): Mention it.
9163         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
9164         * modules/fdopendir-tests: New file.
9165         * tests/test-fdopendir.c: Likewise.
9166
9167         fchdir: use more consistent macro convention
9168         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
9169         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
9170         REPLACE_FCHDIR, rather than relying on config.h macros.
9171         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
9172         inside a single make-time REPLACE_FCHDIR block, rather than using
9173         the config.h FCHDIR_REPLACEMENT.
9174         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
9175         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
9176         Manage fstat replacement.
9177         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
9178         REPLACE_FCHDIR.
9179         * modules/sys_stat (Files): Add m4/unistd_h.m4.
9180         (Makefile.am): Substitute REPLACE_FCHDIR.
9181         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
9182         FCHDIR_REPLACEMENT.
9183         * lib/dup-safer.c (dup_safer): Likewise.
9184         * lib/dup2.c (rpl_dup2): Likewise.
9185         * lib/dup3.c (rpl_dup3): Likewise.
9186         * lib/open.c (rpl_open): Likewise.
9187
9188         fchdir: simplify error handling, and support dup3
9189         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
9190         stdbool, malloc-posix, realloc-posix.
9191         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
9192         (ensure_dirs_slot): Return false on allocation failure.
9193         (rpl_dup2): Delete.
9194         (_gl_register_dup): New function.
9195         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
9196         (_gl_register_fd): Close fd on allocation failure.
9197         * lib/fcntl.in.h (_gl_register_fd): Update signature.
9198         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
9199         prototype.
9200         (rpl_dup2_fchdir): Delete prototype.
9201         * lib/open.c (open): Update caller.
9202         * lib/dup2.c (dup2): Track fchdir metadata.
9203         * lib/dup3.c (dup3): Likewise.
9204         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
9205         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
9206
9207 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9208
9209         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
9210         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
9211         don't pass arguments to AC_OUTPUT.
9212
9213 2009-09-02  Bruno Haible  <bruno@clisp.org>
9214
9215         * modules/mkdtemp (License): Relicense under LGPLv2+.
9216         Reported by Paolo Bonzini.
9217
9218 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9219
9220         Replace uses of obsolete autoconf macros in Jim's modules.
9221         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
9222         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
9223         can evoke a warning from autoconf when run with -Wobsolete
9224         enabled.  They were declared obsolete for good reasons (see
9225         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
9226         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
9227         should not continue using the deprecated macros.
9228         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
9229         obsolete Autoconf macros with modern counterparts.
9230         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9231         * m4/dos.m4 (gl_AC_DOS): Likewise.
9232         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
9233         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
9234         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
9235         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
9236         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
9237         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
9238         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
9239         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
9240         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9241         Likewise.
9242         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
9243         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9244         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
9245         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
9246         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9247         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9248
9249 2009-09-01  Eric Blake  <ebb9@byu.net>
9250
9251         fchdir: fix off-by-one bug in previous patch
9252         * lib/fchdir.c (rpl_fstat): Use correct bounds.
9253         (_gl_unregister_fd): Delete useless if.
9254
9255 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
9256
9257         maint.mk: sort the list of syntax-check rules
9258         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
9259         easier to get a sense of progress when the rules are run sequentially
9260         and take a long time.
9261
9262 2009-09-01  Simon Josefsson  <simon@josefsson.org>
9263
9264         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
9265         * modules/netinet_in: Likewise.
9266         * modules/sys_file: Likewise.
9267         * modules/sys_ioctl: Likewise.
9268         * modules/sys_select: Likewise.
9269         * modules/sys_socket: Likewise.
9270         * modules/sys_stat: Likewise.
9271         * modules/sys_time: Likewise.
9272         * modules/sys_times: Likewise.
9273         * modules/sys_utsname: Likewise.
9274         * modules/sys_wait: Likewise.
9275
9276 2009-09-01  Jim Meyering  <meyering@redhat.com>
9277
9278         fts: help ensure that return values are not ignored
9279         * lib/fts_.h (__GNUC_PREREQ): Define.
9280         (__attribute_warn_unused_result__): Define.
9281         (fts_children, fts_close, fts_open, fts_read): Declare with
9282         __attribute_warn_unused_result__.
9283
9284         fts: fts_close now fails also when closing a dir file descriptor fails
9285         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
9286         and propagate to caller, along with errno.
9287
9288         announce-gen: correct formatting in --help output
9289         * build-aux/announce-gen (usage): Move the one-line description in
9290         --help output "up", to where it belongs, just after Usage:.
9291
9292 2009-08-31  Eric Blake  <ebb9@byu.net>
9293
9294         fchdir: port to mingw
9295         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
9296         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
9297         opened, then use a substitute.
9298         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
9299         replacement.
9300         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
9301         (_gl_register_fd): No need to check stat if open already filters
9302         all directories.
9303         (fchdir): Fix error condition to match POSIX.
9304         * modules/fchdir (Depends-on): Add sys_stat.
9305         * doc/posix-functions/open.texi (open): Document the limitation.
9306         * modules/fchdir-tests: New file.
9307         * tests/test-fchdir.c: Likewise.
9308
9309         canonicalize: allow cross-testing from cygwin to mingw
9310         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
9311         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
9312         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
9313         Likewise.
9314         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
9315         target does not support symlinks.
9316         * tests/test-canonicalize-lgpl.sh: Likewise.
9317
9318         chown: avoid compilation warning on mingw
9319         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
9320         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
9321         mingw.
9322         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9323         * modules/chown (Depends-on): Add errno.
9324
9325 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
9326
9327         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
9328         command.
9329
9330 2009-08-31  Jim Meyering  <meyering@redhat.com>
9331
9332         canonicalize: remove useless initialization
9333         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
9334         initialization of local, "end".
9335
9336 2009-08-30  Bruno Haible  <bruno@clisp.org>
9337
9338         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
9339         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
9340         ENOSYS.
9341
9342 2009-08-30  Bruno Haible  <bruno@clisp.org>
9343
9344         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
9345         /usr/xpg4/bin/tr when it exists.
9346         * tests/test-pipe-filter-gi1.sh: Likewise.
9347
9348 2009-08-30  Bruno Haible  <bruno@clisp.org>
9349
9350         Work around deficient /usr/bin/id program on Solaris.
9351         * tests/test-file-has-acl.sh (ID): New variable.
9352         * tests/test-set-mode-acl.sh (ID): Likewise.
9353         * tests/test-copy-acl.sh (ID): Likewise.
9354         * tests/test-copy-file.sh (ID): Likewise.
9355
9356 2009-08-30  Bruno Haible  <bruno@clisp.org>
9357
9358         New module 'xstriconveh'.
9359         * lib/xstriconveh.h: New file.
9360         * lib/xstriconveh.c: New file.
9361         * modules/xstriconveh: New file.
9362
9363 2009-08-30  Bruno Haible  <bruno@clisp.org>
9364
9365         Make it easier to use mem_cd_iconveh.
9366         * lib/striconveh.h (iconveh_t): New type.
9367         (iconveh_open, iconveh_close): New declarations.
9368         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9369         with a single 'const iconveh_t *' argument.
9370         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
9371         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9372         with a single 'const iconveh_t *' argument.
9373         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
9374         * tests/test-striconveh.c (main): Update.
9375         * NEWS: Mention the change.
9376
9377 2009-08-30  Bruno Haible  <bruno@clisp.org>
9378
9379         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
9380         problem.
9381
9382 2009-08-30  Bruno Haible  <bruno@clisp.org>
9383
9384         Work around iconv_open problem on Solaris.
9385         * lib/iconv_open-solaris.gperf: New file.
9386         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
9387         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
9388         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
9389         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
9390         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
9391         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
9392
9393 2009-08-29  Jim Meyering  <meyering@redhat.com>
9394
9395         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
9396         * top/maint.mk (cvs-check): Remove target; it was just an alias
9397         to the better-named vc-diff-check.
9398         (maintainer-distcheck): Remove rule.  It was used only from
9399         the (alpha/beta/major) target, and all of its commands but one
9400         were coreutils-specific.
9401         (vc-dist): Remove rule.
9402         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
9403         Run vc-diff-check, not vc-dist.
9404         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
9405
9406 2009-08-27  Bruno Haible  <bruno@clisp.org>
9407
9408         * tests/test-bitrotate.c (main): Remove test that uses a shift count
9409         of 0.
9410
9411 2009-08-27  Bruno Haible  <bruno@clisp.org>
9412
9413         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
9414         compilers.
9415         * doc/func.texi: Document the SunPRO C bug.
9416
9417 2009-08-27  Bruno Haible  <bruno@clisp.org>
9418
9419         Fix link error on Solaris.
9420         * tests/test-parse-duration.c (xstrdup): Remove function.
9421
9422 2009-08-26  Pádraig Brady  <P@draigbrady.com>
9423
9424         ignore-value: handle pointer types, too
9425         * lib/ignore-value.h (__attribute__): Remove definition.
9426         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
9427         of a more concise and more-often effective "(void) i" statement.
9428         (ignore_ptr): New function to suppress warnings from functions that
9429         return pointers, and to make it explicit that one function doesn't
9430         handle all cases.
9431
9432 2009-08-25  Bruno Haible  <bruno@clisp.org>
9433
9434         dup2: work around a Linux bug.
9435         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
9436         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
9437         * doc/posix-functions/dup2.texi: Mention the Linux bug.
9438         Reported by Simon Josefsson.
9439
9440 2009-08-25  Jim Meyering  <meyering@redhat.com>
9441
9442         libguestfs uses gnulib
9443         * users.txt: Add libguestfs.
9444
9445 2009-08-24  Eric Blake  <ebb9@byu.net>
9446
9447         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
9448         * lib/pipe2.c (includes): Add binary-io.h.
9449         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
9450
9451 2009-08-24  Bruno Haible  <bruno@clisp.org>
9452
9453         Tolerate declared but missing accept4 syscall.
9454         * lib/accept4.c (accept4): Invoke original accept4 function first, if
9455         available.
9456         * lib/sys_socket.in.h (accept4): If the function is already present,
9457         override it.
9458         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
9459         * modules/accept4 (Makefile.am): Compile accept4.c always.
9460         Reported by Paolo Bonzini and Eric Blake.
9461
9462 2009-08-23  Bruno Haible  <bruno@clisp.org>
9463
9464         New module 'accept4'.
9465         * lib/sys_socket.in.h (accept4): New declaration.
9466         * lib/accept4.c: New file.
9467         * m4/accept4.m4: New file.
9468         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9469         GNULIB_ACCEPT4, HAVE_ACCEPT4.
9470         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
9471         HAVE_ACCEPT4.
9472         * modules/accept4: New file.
9473         * doc/glibc-functions/accept4.texi: Mention the new module.
9474
9475 2009-08-24  Jim Meyering  <meyering@redhat.com>
9476
9477         progname: also set global program_invocation_name, when possible
9478         Before this change, a libtool-enabled program that calls glibc's
9479         error function would report the program name as
9480         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
9481         * modules/progname (configure.ac): Check for a declaration of
9482         program_invocation_name.
9483         * lib/progname.c:  Include <errno.h>.
9484         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
9485         Set program_invocation_name.
9486
9487 2009-08-23  Bruno Haible  <bruno@clisp.org>
9488
9489         * lib/dup3.c: Include <string.h>.
9490
9491 2009-08-23  Bruno Haible  <bruno@clisp.org>
9492
9493         * lib/dup3.c (dup3): Test only once whether the system actually exists.
9494         * lib/pipe2.c (pipe2): Likewise.
9495         Suggested by Eric Blake.
9496
9497 2009-08-23  Bruno Haible  <bruno@clisp.org>
9498
9499         Tolerate declared but missing dup3 syscall.
9500         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
9501         * lib/unistd.in.h (dup3): If the function is already present,
9502         override it.
9503         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
9504         * modules/dup3 (Makefile.am): Compile dup3.c always.
9505         Reported by Paolo Bonzini.
9506
9507 2009-08-23  Bruno Haible  <bruno@clisp.org>
9508
9509         Tolerate declared but missing pipe2 syscall.
9510         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
9511         available.
9512         * lib/unistd.in.h (pipe2): If the function is already present,
9513         override it.
9514         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
9515         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
9516         Reported by Paolo Bonzini.
9517
9518 2009-08-23  Bruno Haible  <bruno@clisp.org>
9519
9520         * lib/pipe2.c (pipe2): Move #ifs inside function.
9521
9522 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9523
9524         quotearg: document limitations of quote_these_too
9525         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
9526         those limitations are created.
9527         * lib/quotearg.h (set_char_quoting): Document that digits and
9528         letters that are special after backslash are not permitted.
9529         (quotearg_char): Cross-reference set_char_quoting documentation.
9530
9531 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
9532
9533         quotearg: implement custom_quoting_style
9534         * lib/quotearg.c: (struct quoting_options): Add left_quote and
9535         right_quote fields.
9536         (set_custom_quoting): New public function.
9537         (quotearg_buffer_restyled): Add left_quote and right_quote
9538         arguments, handle them very much like locale quoting, and update
9539         all uses.
9540         (quotearg_n_custom): New public function.
9541         (quotearg_n_custom_mem): New public function.
9542         (quotearg_custom): New public function.
9543         (quotearg_custom_mem): New public function.
9544         * lib/quotearg.h: Prototype and document new public functions.
9545         (enum quoting_style): For escape_quoting_style and
9546         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
9547         ignored even though they're otherwise like c_quoting_style.
9548         Add custom_quoting_style member and document with comparison to
9549         clocale_quoting_style.
9550         * tests/test-quotearg.c (custom_quotes): New array.
9551         (custom_results): New array.
9552         (main): Extend to test custom quoting.
9553
9554 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9555
9556         quotearg: fix right quote escaping when it's in quote_these_too
9557         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
9558         quote, be sure to prepend only one backslash.
9559         * tests/test-quotearg.c (use_quote_double_quotes): New function.
9560         (main): Test it.
9561
9562 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9563
9564         quotearg-tests: test escaping of embedded locale quotes
9565         * tests/test-quotearg.c (struct result_strings): Add member for
9566         new input.
9567         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
9568         (inputs): Add new input.
9569         (results_g): Add expected results.
9570         (flag_results): Likewise.
9571         (locale_results): Likewise.
9572         (compare_strings): Check those.
9573
9574 2009-08-23  Bruno Haible  <bruno@clisp.org>
9575
9576         Tests for module 'dup3'.
9577         * modules/dup3-tests: New file.
9578         * tests/test-dup3.c: New file.
9579
9580         New module 'dup3'.
9581         * lib/unistd.in.h (dup3): New declaration.
9582         * lib/dup3.c: New file.
9583         * m4/dup3.m4: New file.
9584         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
9585         HAVE_DUP3.
9586         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
9587         * modules/dup3: New file.
9588         * doc/glibc-functions/dup3.texi: Mention the new module.
9589
9590 2009-08-23  Bruno Haible  <bruno@clisp.org>
9591
9592         Tweak the dup2 test.
9593         * tests/test-dup2.c (main): Create the test file empty. Verify that an
9594         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
9595         the test file is still empty. Fix argument order of lseek.
9596
9597 2009-08-23  Bruno Haible  <bruno@clisp.org>
9598
9599         Avoid test link errors when the modules getopt-gnu, gettext are used.
9600         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
9601         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9602
9603 2009-08-23  Bruno Haible  <bruno@clisp.org>
9604
9605         Fix getdtablesize() on mingw.
9606         * lib/getdtablesize.c (getdtablesize): Implement differently.
9607         * lib/unistd.in.h (getdtablesize): Improve comment.
9608
9609 2009-08-23  Bruno Haible  <bruno@clisp.org>
9610
9611         New module 'mkostemp'.
9612         Based on Ulrich Drepper's 2007-08-10 change in glibc.
9613         * lib/stdlib.in.h (mksotemp): New declaration.
9614         * lib/mkostemp.c: New file, from glibc with modifications.
9615         * lib/tempname.h (GT_FILE): Remove outdated comment.
9616         (gen_tempname): Add flags argument.
9617         * lib/tempname.c (__GT_BIGFILE): Remove macro.
9618         (__GT_FILE): Map to 1.
9619         (small_open, large_open): Remove macros.
9620         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
9621         * lib/mkstemp.c (mkstemp): Update.
9622         * lib/mkdtemp.c (mkdtemp): Likewise.
9623         * m4/mkostemp.m4: New file.
9624         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
9625         HAVE_MKOSTEMP.
9626         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
9627         HAVE_MKOSTEMP.
9628         * modules/mkostemp: New file, based on modules/mkstemp.
9629         * doc/glibc-functions/mkostemp.texi: Mention the new module.
9630         * NEWS: Mention the change.
9631
9632 2009-08-23  Bruno Haible  <bruno@clisp.org>
9633
9634         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
9635         Reported by Eric Blake.
9636
9637 2009-08-23  Bruno Haible  <bruno@clisp.org>
9638
9639         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
9640         Reported by Eric Blake.
9641
9642 2009-08-23  Bruno Haible  <bruno@clisp.org>
9643
9644         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
9645         * modules/pipe2 (Depends-on): Likewise.
9646
9647 2009-08-23  Eric Blake  <ebb9@byu.net>
9648
9649         fcntl-h: add O_TTY_INIT support
9650         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
9651         * tests/test-fcntl-h.c (o): Test it.
9652         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
9653
9654         fcntl-h: rename from fcntl, in preparation for fcntl(2)
9655         * modules/fcntl: Move <fcntl.h> header replacement...
9656         * modules/fcntl-h: ...to new name, so as not to collide with
9657         like-named function.
9658         * tests/test-fcntl.c: Rename...
9659         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
9660         * modules/fcntl-tests: Rename...
9661         * modules/fcntl-h-tests: ...to this.  Update test file name.
9662         * modules/chdir-long (Depends-on): Update clients.
9663         * modules/chdir-safer (Depends-on): Likewise.
9664         * modules/fcntl-safer (Depends-on): Likewise.
9665         * modules/fts (Depends-on): Likewise.
9666         * modules/mkancesdirs (Depends-on): Likewise.
9667         * modules/mkdir-p (Depends-on): Likewise.
9668         * modules/open (Depends-on): Likewise.
9669         * modules/savewd (Depends-on): Likewise.
9670         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
9671         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
9672
9673 2009-08-22  Bruno Haible  <bruno@clisp.org>
9674
9675         * modules/binary-io (License): Relicense under LGPL.
9676         * modules/pipe2 (License): Likewise.
9677
9678 2009-08-22  Bruno Haible  <bruno@clisp.org>
9679
9680         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
9681         return value.
9682         * lib/pipe-filter-gi.c (filter_init): Likewise.
9683         Reported by Eric Blake.
9684
9685 2009-08-22  Bruno Haible  <bruno@clisp.org>
9686
9687         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
9688         * modules/pipe (Depends-on): Add pipe2.
9689
9690 2009-08-22  Bruno Haible  <bruno@clisp.org>
9691
9692         Tests for module 'pipe2'.
9693         * modules/pipe2-tests: New file.
9694         * tests/test-pipe2.c: New file.
9695
9696         New module 'pipe2'.
9697         * lib/unistd.in.h (pipe2): New declaration.
9698         * lib/pipe2.c: New file.
9699         * m4/pipe2.m4: New file.
9700         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
9701         HAVE_PIPE2.
9702         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
9703         * modules/pipe2: New file.
9704         * doc/glibc-functions/pipe2.texi: Mention the new module.
9705
9706 2009-08-22  Bruno Haible  <bruno@clisp.org>
9707
9708         Reference some new glibc functions.
9709         * doc/glibc-functions/accept4.texi: New file.
9710         * doc/glibc-functions/dup3.texi: New file.
9711         * doc/glibc-functions/mkostemp.texi: New file.
9712         * doc/glibc-functions/pipe2.texi: New file.
9713         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
9714         (Glibc sys/socket.h): Refer to accept4.
9715         (Glibc unistd.h): Refer to dup3, pipe2.
9716         Reported by Eric Blake.
9717
9718 2009-08-22  Jim Meyering  <meyering@redhat.com>
9719             Bruno Haible  <bruno@clisp.org>
9720
9721         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
9722         This makes it so packages using automake-1.11's silent-rules option
9723         can print e.g., a single "GEN    configmake.h" line, rather than
9724         the 30+ statements that perform the job.  If you want to see the
9725         actual commands, you can still run "make V=1".
9726         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
9727         so that make output is abbreviated when those variables are defined
9728         appropriately.
9729         * modules/argz: Likewise.
9730         * modules/arpa_inet: Likewise.
9731         * modules/byteswap: Likewise.
9732         * modules/configmake: Likewise.
9733         * modules/dirent: Likewise.
9734         * modules/errno: Likewise.
9735         * modules/fcntl: Likewise.
9736         * modules/float: Likewise.
9737         * modules/fnmatch: Likewise.
9738         * modules/getopt-posix: Likewise.
9739         * modules/glob: Likewise.
9740         * modules/iconv_open: Likewise.
9741         * modules/inttypes: Likewise.
9742         * modules/localcharset: Likewise.
9743         * modules/locale: Likewise.
9744         * modules/math: Likewise.
9745         * modules/netdb: Likewise.
9746         * modules/netinet_in: Likewise.
9747         * modules/poll: Likewise.
9748         * modules/posix_spawnp-tests: Likewise.
9749         * modules/sched: Likewise.
9750         * modules/search: Likewise.
9751         * modules/selinux-h: Likewise.
9752         * modules/signal: Likewise.
9753         * modules/spawn: Likewise.
9754         * modules/stdarg: Likewise.
9755         * modules/stdbool: Likewise.
9756         * modules/stddef: Likewise.
9757         * modules/stdint: Likewise.
9758         * modules/stdio: Likewise.
9759         * modules/stdlib: Likewise.
9760         * modules/string: Likewise.
9761         * modules/strings: Likewise.
9762         * modules/sys_file: Likewise.
9763         * modules/sys_ioctl: Likewise.
9764         * modules/sys_select: Likewise.
9765         * modules/sys_socket: Likewise.
9766         * modules/sys_stat: Likewise.
9767         * modules/sys_time: Likewise.
9768         * modules/sys_times: Likewise.
9769         * modules/sys_utsname: Likewise.
9770         * modules/sys_wait: Likewise.
9771         * modules/sysexits: Likewise.
9772         * modules/time: Likewise.
9773         * modules/unistd: Likewise.
9774         * modules/wchar: Likewise.
9775         * modules/wctype: Likewise.
9776
9777 2009-08-22  Jim Meyering  <meyering@redhat.com>
9778
9779         announce-gen: detect write failure
9780         * build-aux/announce-gen: Add Coda at end.
9781         Remove equivalent-but-more-verbose block at top.
9782
9783 2009-08-19  Akim Demaille  <demaille@gostai.com>
9784
9785         bootstrap: --help to stdout.
9786         * bootstrap (usage): Don't send --help to stderr.
9787         Use a here doc instead of a long string.
9788
9789 2009-08-21  Eric Blake  <ebb9@byu.net>
9790
9791         test-popen-safer: split from test-popen
9792         * tests/test-popen.c (main): Move...
9793         * tests/test-popen.h: ...into new file.
9794         * tests/test-popen-safer2.c: New file.
9795         * modules/popen-tests (Files): Add test-popen.h.
9796         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
9797         Suggested by Bruno Haible.
9798
9799         test-fcntl-safer: split from test-open
9800         * tests/test-open.c (main): Move...
9801         * tests/test-open.h: ...into new file.
9802         * tests/test-fcntl-safer.c: New file.
9803         * modules/open-tests (Files): Add test-open.h.
9804         * modules/fcntl-safer-tests: New file.
9805         Suggested by Bruno Haible.
9806
9807         test-fopen-safer: split from test-fopen
9808         * tests/test-fopen.c (main): Move...
9809         * tests/test-fopen.h: ...into new file.
9810         * tests/test-fopen-safer.c: New file.
9811         * modules/fopen-tests (Files): Add test-fopen.h.
9812         * modules/fopen-safer-tests: New file.
9813         Suggested by Bruno Haible.
9814
9815 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
9816
9817         popen-safer: test O_CLOEXEC at run-time.
9818         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
9819
9820 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
9821
9822         fcntl: move more flags to the header
9823         * lib/cloexec.c: Do not define FD_CLOEXEC here.
9824         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
9825         * lib/fcntl.in.h: Do both things here.
9826
9827 2009-08-21  Jim Meyering  <meyering@redhat.com>
9828
9829         consistently remove $@-t before redirecting to it
9830         * modules/argz: Remove $@-t and $@ before redirecting to the former.
9831         * modules/alloca-opt: Likewise.
9832         * modules/byteswap: Likewise.
9833         * modules/fnmatch: Likewise.
9834         * modules/getopt-posix: Likewise.
9835         * modules/glob: Likewise.
9836         * modules/poll: Likewise.
9837         * modules/posix_spawnp-tests: Likewise.
9838         * modules/sys_socket: Likewise.
9839         * modules/sysexits: Likewise.
9840
9841 2009-08-21  Eric Blake  <ebb9@byu.net>
9842
9843         popen: simplify access to original popen
9844         * lib/popen.c (rpl_popen): No need to worry about popen being a
9845         macro.
9846         Reported by Bruno Haible.
9847
9848 2009-08-20  Eric Blake  <ebb9@byu.net>
9849
9850         build: avoid some compiler warnings
9851         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
9852         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
9853         type.
9854         (new_exclude_segment, excluded_file_pattern_p)
9855         (excluded_file_name_p): Reduce scope.
9856         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
9857         old-style declaration.
9858
9859 2009-08-20  Simon Josefsson  <simon@josefsson.org>
9860
9861         * tests/test-exclude1.sh: Handle Windows EOL.
9862         * tests/test-exclude2.sh: Likewise.
9863         * tests/test-exclude3.sh: Likewise.
9864         * tests/test-exclude4.sh: Likewise.
9865         * tests/test-exclude5.sh: Likewise.
9866         * tests/test-exclude6.sh: Likewise.
9867         * tests/test-exclude7.sh: Likewise.
9868
9869 2009-08-19  Akim Demaille  <demaille@gostai.com>
9870
9871         bootstrap: find sha1sum when named gsha1sum.
9872         * bootstrap (find_tool): New.
9873         ($SHA1SUM): New.
9874         Use it.
9875
9876 2009-08-20  Jim Meyering  <meyering@redhat.com>
9877
9878         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
9879         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
9880         expression that converts "." in a file name to "\." in the resulting
9881         regexp.  Start with a dummy statement, so that prior shell variable
9882         definitions are expanded portably.  Reported by Simon Josefsson.
9883
9884 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
9885
9886         Fix polling for writeability of a screen buffer.
9887         * lib/poll.c: Distinguish input and screen buffers for the
9888         Win32 implementation.
9889         * lib/select.c: Likewise.
9890
9891 2009-08-19  Eric Blake  <ebb9@byu.net>
9892
9893         popen-safer: prevent popen from clobbering std descriptors
9894         * modules/popen-safer: New file.
9895         * lib/popen-safer.c: Likewise.
9896         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
9897         * lib/stdio--.h (popen): Provide override.
9898         * lib/stdio-safer.h (popen_safer): Provide declaration.
9899         * tests/test-popen.c (includes): Partially test this.
9900         * modules/popen-safer-tests: New file, for more tests.
9901         * tests/test-popen-safer.c: Likewise.
9902         * MODULES.html.sh (file stream based Input/Output): Mention it.
9903
9904         tests: test some of the *-safer modules
9905         * modules/fopen-safer (Depends-on): Add fopen.
9906         * modules/fcntl-safer (Depends-on): Add fcntl.
9907         * modules/stdlib-safer (Depends-on): Add stdlib.
9908         (configure.ac): Set indicator.
9909         * modules/unistd-safer (configure.ac): Likewise.
9910         * modules/tmpfile-safer (configure.ac): Likewise.
9911         (Depends-on): Add tmpfile.
9912         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
9913         active.
9914         * tests/test-fopen.c (includes): Test safer versions when they are
9915         in use.
9916         * tests/test-open.c (includes): Likewise.
9917
9918         popen: fix cygwin 1.5 bug when stdin closed
9919         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
9920         * modules/popen: New file.
9921         * modules/popen-tests: Likewise.
9922         * tests/test-popen.c: Likewise.
9923         * m4/popen.m4: Likewise.
9924         * lib/popen.c: Likewise.
9925         * lib/stdio.in.h (popen): New declaration.
9926         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
9927         * modules/stdio (Makefile.am): Likewise.
9928         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
9929
9930 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
9931
9932         maint.mk: give full control over update-copyright exclusions
9933         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
9934         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
9935         (update-copyright): Don't force inclusion of top-level
9936         ChangeLog.  Don't force exclusion of all COPYING files, but make
9937         them the default exclusion instead.
9938
9939 2009-08-16  Bruno Haible  <bruno@clisp.org>
9940
9941         Fix test failures on Solaris 10.
9942         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
9943         tests when Solaris iconv() is used.
9944         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
9945         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
9946         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
9947         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
9948         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
9949
9950 2009-08-16  Bruno Haible  <bruno@clisp.org>
9951
9952         Fix test failures on Solaris 10.
9953         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
9954         'tr' program and pass it as first argument.
9955         * tests/test-pipe-filter-gi1.sh: Likewise.
9956         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
9957         program as first argument.
9958         * tests/test-pipe-filter-gi1.c (main): Likewise.
9959
9960 2009-08-16  Eric Blake  <ebb9@byu.net>
9961
9962         fpurge: fix previous commits
9963         * modules/fpurge (Makefile.am): Make replacement conditional,
9964         partially reverting 2007-04-29 change; missed in previous
9965         attempt.
9966         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
9967         is missing.
9968
9969 2009-08-16  Bruno Haible  <bruno@clisp.org>
9970
9971         Clarify fpurge's effect on the file position.
9972         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
9973         * tests/test-fpurge.c (main): Make a second pass for checking the file
9974         position.
9975
9976 2009-08-16  Bruno Haible  <bruno@clisp.org>
9977
9978         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
9979         declaration of fpurge is missing.
9980         * tests/test-fpurge.c (main): Check that the file has not more contents
9981         than expected. Close the file before removing it.
9982
9983 2009-08-15  Eric Blake  <ebb9@byu.net>
9984
9985         fpurge: don't wrap working cygwin implementation
9986         * lib/fpurge.c (fpurge): Fix comment typo.
9987         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
9988         1.7 to avoid replacement.
9989         * tests/test-fpurge.c (main): Enhance test.
9990
9991 2009-08-15  Eric Blake  <ebb9@byu.net>
9992         and Jim Meyering  <meyering@redhat.com>
9993
9994         test-update-copyright: skip if perl is insufficient
9995         * tests/test-update-copyright.sh: Failure to run maintainer tool
9996         should not cause testsuite failure on cygwin 1.5.
9997
9998 2009-08-14  Eric Blake  <ebb9@byu.net>
9999
10000         doc: mention more functions added in cygwin 1.7.0
10001         * doc/posix-headers/limits.texi (limits.h): Update for recent
10002         cygwin additions.
10003         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
10004         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
10005         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
10006         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
10007         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
10008
10009 2009-08-14  Eric Blake  <ebb9@byu.net>
10010
10011         maint.mk: simplify update-copyright rule
10012         * top/maint.mk (update-copyright-local): Delete, and document how
10013         to do it in cfg.mk instead.
10014         (update-copyright-exclude-regexp): Delete, and document how to do
10015         it in .x-update-copyright instead.
10016         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
10017         exclude ChangeLog.
10018
10019 2009-08-14  Bruno Haible  <bruno@clisp.org>
10020
10021         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
10022
10023 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10024
10025         maint.mk: support update-copyright-env
10026         * top/maint.mk (update-copyright-env): Define place-holder.
10027         (update-copyright): Expand $(update-copyright-env) before
10028         invoking update-copyright.
10029
10030 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10031
10032         update-copyright: implement forced reformatting
10033         * build-aux/update-copyright: Implement and document
10034         UPDATE_COPYRIGHT_FORCE.
10035         * tests/test-update-copyright.sh: Test it.
10036
10037 2009-08-14  Eric Blake  <ebb9@byu.net>
10038         and Bruno Haible  <bruno@clisp.org>
10039
10040         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
10041         * tests/test-locale.c: Revert previous patch related to NULL.
10042         * tests/test-stdio.c: Likewise.
10043         * tests/test-stdlib.c: Likewise.
10044         * tests/test-string.c: Likewise.
10045         * tests/test-unistd.c: Likewise.
10046         * modules/time-tests (Depends-on): Add verify.
10047         * modules/wchar-tests (Depends-on): Likewise.
10048         * tests/test-time.c: Test for NULL compliance.
10049         * tests/test-wchar.c: Likewise.
10050         * modules/locale (Depends-on): Add stddef.
10051         * modules/stdio (Depends-on): Likewise.
10052         * modules/stdlib (Depends-on): Likewise.
10053         * modules/string (Depends-on): Likewise.
10054         * modules/time (Depends-on): Likewise.
10055         * modules/unistd (Depends-on): Likewise.
10056         * modules/wchar (Depends-on): Likewise.
10057         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
10058         * lib/stdlib.in.h (includes): Likewise.
10059         * lib/string.in.h (includes): Likewise.
10060         * lib/time.in.h (includes): Likewise.
10061         * lib/unistd.in.h (includes): Likewise.
10062         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
10063         replaced.
10064         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10065         * m4/stddef_h.m4: New file.
10066         * modules/stddef: Likewise.
10067         * lib/stddef.in.h: Likewise.
10068         * modules/stddef-tests: Likewise.
10069         * tests/test-stddef.c: Likewise.
10070         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
10071         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
10072         * doc/posix-headers/locale.texi (locale.h): Likewise.
10073         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
10074         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
10075         * doc/posix-headers/string.texi (string.h): Likewise.
10076         * doc/posix-headers/time.texi (time.h): Likewise.
10077         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
10078         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
10079
10080 2009-08-14  Eric Blake  <ebb9@byu.net>
10081
10082         doc: improve git diff of texinfo files
10083         * .gitattributes: Add rule for *.texi files, with hint on how to
10084         use it.
10085         Copied from m4, and based on a report by Bruno Haible.
10086
10087 2009-08-14  Bruno Haible  <bruno@clisp.org>
10088
10089         Disable multithread support by default on Cygwin 1.5.x for real.
10090         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
10091
10092 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10093
10094         update-copyright: much ado about intervals
10095         * build-aux/update-copyright: Implement and document
10096         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
10097         of copyright year intervals.
10098         Also, document UPDATE_COPYRIGHT_YEAR.
10099         * tests/test-update-copyright.sh: Test it.
10100
10101         update-copyright: convert 2-digit to 4-digit years
10102         * build-aux/update-copyright: Implement and document.
10103         * tests/test-update-copyright.sh: Update.
10104
10105 2009-08-14  Jim Meyering  <meyering@redhat.com>
10106
10107         test-exclude: avoid coreutils "make check" failure
10108         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
10109         just as in test-argmatch.c.
10110
10111 2009-08-13  Eric Blake  <ebb9@byu.net>
10112
10113         test-dup2: fix bad assumption
10114         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
10115         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
10116
10117         test-version-etc: fix CRLF portability issue
10118         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
10119         recognize \r.
10120         * tests/test-argp-version-etc-1.sh: Likewise.
10121
10122         getopt: update client modules
10123         * modules/argp (Depends-on): Use getopt-gnu.
10124         * modules/git-merge-changelog (Depends-on): Likewise.
10125         * modules/long-options (Depends-on): Likewise.
10126         * modules/xstrtol (Depends-on): Likewise.
10127
10128 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10129
10130         * tests/test-version-etc.sh: Don't fail on different
10131         project/version.  Don't fail on CRLF differences.  Rewrite to use
10132         multiple -e instead of multiple sed forks, suggested by Eric Blake
10133         <ebb9@byu.net>.
10134         * tests/test-argp-version-etc-1.sh: Likewise.
10135
10136 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10137
10138         * tests/test-version-etc.sh: Don't fail on different
10139         project/version.
10140
10141 2009-08-12  Bruno Haible  <bruno@clisp.org>
10142
10143         Tests for modules 'getopt-posix', 'getopt-gnu'.
10144         * modules/getopt-posix-tests: New file.
10145         * tests/test-getopt.c: New file.
10146         * tests/test-getopt.h: New file.
10147         * tests/test-getopt_long.h: New file.
10148
10149         New modules 'getopt-posix', 'getopt-gnu'.
10150         * modules/getopt-gnu: New file, renamed from modules/getopt.
10151         * modules/getopt-posix: New file.
10152         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
10153         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
10154         (gl_GETOPT): Remove macro.
10155         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
10156         Disable the test against BSD systems that declare optreset. Test
10157         against mingw bug. Test against lack of support of optional arguments
10158         on many platforms.
10159         * doc/glibc-headers/getopt.texi: Update module name and list of
10160         relevant platforms.
10161         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
10162         'getopt-gnu' and more portability problems.
10163         * NEWS: Mention the changes.
10164
10165 2009-08-12  Bruno Haible  <bruno@clisp.org>
10166
10167         Ensure that optarg etc. get declared by <unistd.h>.
10168         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
10169         AC_USE_SYSTEM_EXTENSIONS.
10170         * modules/getopt (Depends-on): Add 'extensions'.
10171
10172 2009-08-12  Bruno Haible  <bruno@clisp.org>
10173
10174         Avoid test link errors.
10175         * modules/pipe-filter-ii-tests (Makefile.am): Define
10176         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
10177         * modules/pipe-filter-gi-tests (Makefile.am): Define
10178         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
10179         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10180
10181 2009-08-12  Bruno Haible  <bruno@clisp.org>
10182
10183         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
10184         gl_GETOPT_SUBSTITUTE before.
10185         (gl_GETOPT): Use it.
10186         * m4/argp.m4 (gl_ARGP): Update.
10187         Reported by Sergey Poznyakoff.
10188
10189         * m4/getopt.m4: Reorder macros.
10190         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
10191         (gl_GETOPT_SUBSTITUTE): Remove macro.
10192
10193 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10194
10195         Minor improvement in gitlog-to-changelog
10196
10197         * build-aux/gitlog-to-changelog: New option `--format' makes
10198         output format string configurable.
10199
10200 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10201
10202         Optimize exclude: use hash tables for non-wildcard patterns.
10203
10204         * lib/exclude.c: Include hash.h and mbuiter.h
10205         (struct exclude_pattern, exclude_segment): New data types.
10206         (struct exclude): Rewrite.
10207         (fnmatch_pattern_has_wildcards): New function.
10208         (new_exclude_segment, free_exclude_segment): New functions.
10209         (excluded_file_pattern_p, excluded_file_name_p): New functions.
10210         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
10211         * lib/exclude.h (is_fnmatch_pattern): New prototype.
10212         * modules/exclude: Depend on hash and mbuiter.
10213
10214         * modules/exclude-tests: New file.
10215         * tests/test-exclude.c: New file.
10216         * tests/test-exclude1.sh: New file.
10217         * tests/test-exclude2.sh: New file.
10218         * tests/test-exclude3.sh: New file.
10219         * tests/test-exclude4.sh: New file.
10220         * tests/test-exclude5.sh: New file.
10221         * tests/test-exclude6.sh: New file.
10222         * tests/test-exclude7.sh: New file.
10223
10224 2009-08-12  Bruno Haible  <bruno@clisp.org>
10225
10226         Ensure that getopt() gets declared by <unistd.h>.
10227         * lib/unistd.in.h: Conditionally include getopt.h.
10228         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
10229         Set GNULIB_UNISTD_H_GETOPT.
10230         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10231         GNULIB_UNISTD_H_GETOPT.
10232         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
10233
10234 2009-08-12  Bruno Haible  <bruno@clisp.org>
10235
10236         Clarify logic.
10237         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
10238         gl_replace_getopt instead of GETOPT_H.
10239
10240 2009-08-12  Bruno Haible  <bruno@clisp.org>
10241
10242         * m4/getopt.m4: Add comments.
10243
10244 2009-08-12  Bruno Haible  <bruno@clisp.org>
10245
10246         Disable multithread support by default on Cygwin 1.5.x.
10247         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
10248         set gl_use_threads=no if not specified otherwise.
10249
10250 2009-08-11  Bruno Haible  <bruno@clisp.org>
10251
10252         Avoid compilation error on NetBSD 5.0.
10253         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
10254         * tests/test-stdio.c: Likewise.
10255         * tests/test-stdlib.c: Likewise.
10256         * tests/test-string.c: Likewise.
10257         * tests/test-unistd.c: Likewise.
10258         Reported by Greg Troxel <gdt@ir.bbn.com>
10259         at <https://savannah.gnu.org/support/?106973>.
10260
10261 2009-08-11  Bruno Haible  <bruno@clisp.org>
10262
10263         * modules/dup2-tests (Depends-on): Remove close.
10264
10265         Undo 2009-07-19 commit.
10266         * modules/acl-tests (Depends-on): Remove close.
10267         * modules/binary-io-tests (Depends-on): Likewise.
10268         * modules/closein-tests (Depends-on): Likewise.
10269         * modules/flock-tests (Depends-on): Likewise.
10270         * modules/fsync-tests (Depends-on): Likewise.
10271         * modules/lseek-tests (Depends-on): Likewise.
10272         * modules/pipe-tests (Depends-on): Likewise.
10273         * modules/posix_spawn-tests (Depends-on): Likewise.
10274         * modules/posix_spawnp-tests (Depends-on): Likewise.
10275         * modules/stat-time-tests (Depends-on): Likewise.
10276         * modules/yesno-tests (Depends-on): Likewise.
10277
10278 2009-08-10  Bruno Haible  <bruno@clisp.org>
10279
10280         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
10281
10282 2009-08-10  Bruno Haible  <bruno@clisp.org>
10283
10284         Fix a gcc warning.
10285         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
10286
10287 2009-08-10  Bruno Haible  <bruno@clisp.org>
10288
10289         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
10290         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
10291         not only the first time.
10292         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
10293         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
10294         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
10295         is 1, not only the the first time.
10296
10297 2009-08-10  Bruno Haible  <bruno@clisp.org>
10298
10299         Make it possible to use module 'gethostname' without module 'close'.
10300         * lib/unistd.in.h (close): Evoke a link error only if
10301         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10302         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10303         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10304         * modules/unistd (Makefile.am): Substitute
10305         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10306         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
10307         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10308         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
10309         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10310         * modules/sys_ioctl (Makefile.am): Substitute
10311         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10312         * modules/socket (configure.ac): On native Windows, set
10313         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
10314         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10315         Reported by Sam Steingold <sds@gnu.org>.
10316
10317 2009-08-10  Bruno Haible  <bruno@clisp.org>
10318
10319         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
10320         * modules/ioctl (configure.ac): Likewise.
10321
10322 2009-08-10  Bruno Haible  <bruno@clisp.org>
10323
10324         Avoid collision between gnulib wrapper and libintl wrapper.
10325         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
10326         already defined in intl/printf.c.
10327         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
10328         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
10329
10330 2009-08-09  Bruno Haible  <bruno@clisp.org>
10331
10332         Make <sys/select.h> really self-contained, also on Solaris 10.
10333         * lib/sys_select.in.h: Include <string.h>.
10334         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
10335         Solaris 10 problem.
10336         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
10337         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
10338         Reported by Jim Meyering.
10339
10340 2009-08-09  Bruno Haible  <bruno@clisp.org>
10341
10342         Avoid warnings from 'aclocal' that are due to a use of macro name
10343         AM_XGETTEXT_OPTION that is not defined in automake.
10344         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
10345         automake.
10346         * modules/error (configure.ac): Likewise.
10347         * modules/propername (configure.ac): Likewise.
10348         * modules/vasprintf (configure.ac): Likewise.
10349         * modules/verror (configure.ac): Likewise.
10350         * modules/xprintf (configure.ac): Likewise.
10351         * modules/xvasprintf (configure.ac): Likewise.
10352
10353 2009-08-08  Bruno Haible  <bruno@clisp.org>
10354
10355         Avoid compilation error in C++ mode.
10356         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
10357         Reported by Sam Steingold <sds@gnu.org>.
10358
10359 2009-08-08  Bruno Haible  <bruno@clisp.org>
10360
10361         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
10362         for the various Unix platforms.
10363         * doc/posix-headers/limits.texi: Update platforms list regarding
10364         HOST_NAME_MAX.
10365         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10366
10367 2009-08-07  Jim Meyering  <meyering@redhat.com>
10368
10369         selinux-at: fix typo in a comment
10370         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
10371         Spotted by Paolo Bonzini.
10372
10373         selinux-at: remove redundant m4 code, add documentation
10374         * modules/selinux-at (configure.ac): Remove redundant code.
10375         LIB_SELINUX is already set via the dependent module, selinux-h.
10376         (Include): Add quotes around selinux-at.h.
10377         * lib/selinux-at.h: Add documentation.
10378         Reported by Bruno Haible in
10379         http://marc.info/?l=gnulib-bug&m=124958988300749
10380
10381 2009-08-07  Bruno Haible  <bruno@clisp.org>
10382
10383         Avoid link error on MacOS X 10.3 and 10.4.
10384         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
10385         on non-ELF systems.
10386         * lib/argp-pv.c (argp_program_version): Likewise.
10387         Reported by Simon Josefsson.
10388
10389 2009-08-07  Simon Josefsson  <simon@josefsson.org>
10390
10391         * tests/test-version-etc.sh: Use $EXEEXT.
10392
10393 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
10394
10395         update-copyright: update documentation to point to maint.mk
10396         * build-aux/update-copyright: Here.
10397
10398 2009-08-06  Jim Meyering  <meyering@redhat.com>
10399
10400         maint.mk: support update-copyright-local
10401         * top/maint.mk (update-copyright-local): Define place-holder.
10402         (update-copyright): Depend on $(update-copyright-local).
10403
10404 2009-08-06  Jim Meyering  <meyering@redhat.com>
10405
10406         selinux-at: new module
10407         Initially written for coreutils, this module will soon be
10408         used by findutils, too.
10409         * MODULES.html.sh [Misc]: Add selinux-at.
10410         * lib/selinux-at.h: New file, from coreutils.
10411         * lib/selinux-at.c: Likewise.
10412         * modules/selinux-at: Likewise.
10413         (License): Change from LGPL to GPL, since it depends
10414         on the GPL'd openat module.
10415
10416         doc: update README
10417         * README: Remove references to cogito.
10418         Remove cvs-repo-updating instructions from 2007.
10419         Don't imply that CVS is better if you have limited disk space.
10420
10421 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10422
10423         update-copyright: support C-style comments
10424         * build-aux/update-copyright: Implement and document.
10425         * tests/test-update-copyright.sh: Test.
10426
10427 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10428
10429         update-copyright: support omitted "(C)"
10430         * build-aux/update-copyright: Implement and document.  Also,
10431         allow variable whitespace before "(C)".
10432         * tests/test-update-copyright.sh: Test.
10433
10434 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10435
10436         update-copyright: don't trip on non-FSF copyright statements
10437         * build-aux/update-copyright: Fix so that the first correctly
10438         formatted FSF copyright statement is recognized no matter what
10439         appears before it.  Update documentation.
10440         * tests/test-update-copyright.sh: Test that.
10441
10442 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10443
10444         update-copyright: clean up code a little
10445         * build-aux/update-copyright: Append "_re" to the name of any
10446         variable holding a regular expression.
10447         Replace "old" and "new" with "stmt" in variable names.
10448         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
10449         handled correctly.
10450         Format code more consistently.
10451
10452 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10453
10454         update-copyright-tests: improve portability
10455         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
10456         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
10457
10458 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10459
10460         update-copyright: support @copyright{} and &copy;
10461         * build-aux/update-copyright: Implement and document.
10462         * tests/test-update-copyright.sh: Test.
10463
10464 2009-08-04  Jim Meyering  <meyering@redhat.com>
10465
10466         update-copyright-tests: correctly test EOL=\r\n handling
10467         * tests/test-update-copyright.sh: Put \r at the end of some lines
10468         for the dos-eol tests.  Based on a patch by Joel E. Denny.
10469
10470         maint.mk: make update-copyright exclusion list more configurable
10471         * top/maint.mk (update-copyright): Default to excluding COPYING,
10472         but allow an override, in case someone does want to update that file.
10473
10474         maint.mk: don't update copyright date in COPYING
10475         * top/maint.mk (update-copyright): Exclude COPYING.
10476
10477         maint.mk: add a copyright-updating rule
10478         * top/maint.mk (update-copyright): New rule.
10479         Derived from coreutils/Makefile.am.
10480
10481         update-copyright: rename some variables
10482         * build-aux/update-copyright: Rename a few variables for clarity.
10483         Tweak syntax.  List Joel E. Denny as coauthor.
10484
10485 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10486
10487         update-copyright: fix bug for 2-digit last year and add tests
10488         * build-aux/update-copyright: Fix bug.
10489         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
10490         specified.
10491         * modules/update-copyright-tests: New
10492         * tests/test-update-copyright.sh: New.
10493
10494 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10495
10496         update-copyright: handle leading tabs in line prefix
10497         * build-aux/update-copyright: Count leading tabs as 8 spaces
10498         when computing margin.  This helps with the formatting of
10499         ChangeLogs, for example.
10500         Fix documentation a little.
10501
10502 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10503
10504         update-copyright: support EOL=\r\n
10505         * build-aux/update-copyright: Implement that.
10506
10507 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10508
10509         update-copyright: automatically format copyright statements
10510         * build-aux/update-copyright: Implement that.
10511         Also, be a little more predictable and safer by always failing
10512         when the full copyright format is not perfectly recognized as an
10513         unbroken whole.  Discussed at
10514         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
10515         Rewrite documentation.
10516
10517 2009-08-03  Bruno Haible  <bruno@clisp.org>
10518
10519         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
10520
10521 2009-08-02  Bruno Haible  <bruno@clisp.org>
10522
10523         Tests for module 'uname'.
10524         * modules/uname-tests: New file.
10525         * tests/test-uname.c: New file.
10526
10527         New module 'uname'.
10528         * lib/uname.c: New file.
10529         * m4/uname.m4: New file.
10530         * modules/uname: New file.
10531         * doc/posix-functions/uname.texi: Mention the new module.
10532
10533 2009-08-02  Bruno Haible  <bruno@clisp.org>
10534
10535         Tests for module 'sys_utsname'.
10536         * modules/sys_utsname-tests: New file.
10537         * tests/test-sys_utsname.c: New file.
10538
10539         New module 'sys_utsname'.
10540         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
10541         * m4/sys_utsname_h.m4: New file.
10542         * modules/sys_utsname: New file.
10543         * doc/posix-headers/sys_utsname.texi: Mention the new module.
10544
10545 2009-08-02  Bruno Haible  <bruno@clisp.org>
10546
10547         Implicitly initialize the sockets library.
10548         * lib/gethostname.c: Include sockets.h.
10549         (rpl_gethostname): Invoke gl_sockets_startup.
10550         * lib/socket.c: Include sockets.h.
10551         (rpl_socket): Invoke gl_sockets_startup.
10552         * modules/gethostname (Depends-on): Add sockets.
10553         * modules/socket (Depends-on): Likewise.
10554         * tests/test-poll.c: Don't include sockets.h.
10555         (main): Don't invoke gl_sockets_startup.
10556         * tests/test-select.c: Don't include sockets.h.
10557         (main): Don't invoke gl_sockets_startup.
10558
10559 2009-08-02  Bruno Haible  <bruno@clisp.org>
10560
10561         Allow multiple calls to gl_sockets_startup.
10562         * lib/sockets.c (initialized_sockets_version): New variable.
10563         (gl_sockets_startup): Do nothing if already called for this or a higher
10564         version.
10565         (gl_sockets_cleanup): Reset initialized_sockets_version.
10566
10567 2009-08-03  Simon Josefsson  <simon@josefsson.org>
10568
10569         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
10570         different project/version.
10571
10572 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
10573             Bruno Haible  <bruno@clisp.org>
10574
10575         Tests for module 'pipe-filter-gi'.
10576         * modules/pipe-filter-gi-tests: New file.
10577         * tests/test-pipe-filter-gi1.sh: New file.
10578         * tests/test-pipe-filter-gi1.c: New file.
10579         * tests/test-pipe-filter-gi2.sh: New file.
10580         * tests/test-pipe-filter-gi2-main.c: New file.
10581         * tests/test-pipe-filter-gi2-child.c: New file.
10582
10583         New module 'pipe-filter-gi'.
10584         * lib/pipe-filter-gi.c: New file.
10585         * modules/pipe-filter-gi: New file.
10586
10587 2009-08-02  Bruno Haible  <bruno@clisp.org>
10588             Paolo Bonzini  <bonzini@gnu.org>
10589
10590         Tests for module 'pipe-filter-ii'.
10591         * modules/pipe-filter-ii-tests: New file.
10592         * tests/test-pipe-filter-ii1.sh: New file.
10593         * tests/test-pipe-filter-ii1.c: New file.
10594         * tests/test-pipe-filter-ii2.sh: New file.
10595         * tests/test-pipe-filter-ii2-main.c: New file.
10596         * tests/test-pipe-filter-ii2-child.c: New file.
10597
10598         New module 'pipe-filter-ii'.
10599         * lib/pipe-filter.h: New file.
10600         * lib/pipe-filter-ii.c: New file.
10601         * lib/pipe-filter-aux.h: New file.
10602         * modules/pipe-filter-ii: New file.
10603
10604 2009-08-02  Simon Josefsson  <simon@josefsson.org>
10605
10606         * lib/gc-libgcrypt.c: Change copyright to FSF.
10607         * lib/gc-gnulib.c: Likewise.
10608
10609 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
10610
10611         * lib/gethostname.c: Include limits.h.
10612
10613 2009-08-02  Simon Josefsson  <simon@josefsson.org>
10614             Bruno Haible  <bruno@clisp.org>
10615
10616         Ensure HOST_NAME_MAX as part of the gethostname module.
10617         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
10618         define also HOST_NAME_MAX.
10619         * tests/test-gethostname.c: Include <limits.h>.
10620         (main): Check also HOST_NAME_MAX.
10621         * doc/posix-headers/limits.texi: Document the mingw problem.
10622
10623 2009-08-02  Bruno Haible  <bruno@clisp.org>
10624
10625         * lib/gethostname.c (gethostname): Fix handling of large len argument.
10626         Add comments.
10627
10628 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10629
10630         * lib/gethostname.c: Add Windows wrapper.
10631         * m4/gethostname.m4: Look for gethostname in -lws2_32.
10632         * modules/gethostname: Depend on sys_socket & errno, for also
10633         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
10634         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
10635
10636 2009-07-31  Jim Meyering  <meyering@redhat.com>
10637
10638         getloadavg: fix symbol name in comment
10639         * lib/getloadavg.c: Correct a typo I introduced when adding
10640         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
10641         Matt Kraai spotted the problem.
10642
10643 2009-07-29  Matt Kraai  <mkraai@beckman.com>
10644
10645         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
10646         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
10647         code also if ! defined N_NAME_POINTER.
10648         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
10649         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
10650         but the n_name member is a 12-byte array.
10651
10652 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
10653
10654         update-copyright: generalize comment handling
10655         * build-aux/update-copyright: Handle copyright statements
10656         within more comment styles.
10657         Document usage.
10658         Report any file with an external copyright holder or parse failure.
10659
10660 2009-07-29  Jim Meyering  <meyering@redhat.com>
10661
10662         mktime: correct setting of REPLACE_MKTIME
10663         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
10664
10665         update-copyright: new module
10666         * modules/update-copyright: New file.
10667         * build-aux/update-copyright: New file.
10668         * MODULES.html.sh (maint+release support): Add update-copyright.
10669
10670 2009-07-27  Bruno Haible  <bruno@clisp.org>
10671
10672         Fix compilation error when <ctime> is used and mktime is replaced.
10673         * lib/time.in.h (mktime): New declaration.
10674         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
10675         REPLACE_MKTIME instead of defining mktime in config.h.
10676         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
10677         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
10678         Reported by Ross McFarland <rwmcfa1@neces.com>.
10679
10680 2009-07-27  Bruno Haible  <bruno@clisp.org>
10681
10682         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
10683         Reported by Matt Kraai <mkraai@beckman.com>.
10684
10685 2009-07-25  Jim Meyering  <meyering@redhat.com>
10686
10687         maint.mk: avoid warnings about missing files
10688         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
10689         diagnostic when .prev-version does not exist.
10690         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
10691         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
10692         nonexistent cfg.mk.
10693         Suggestions from Simon Josefsson.
10694
10695 2009-07-25  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
10698         defined as macros. Needed on QNX 6.4.1.
10699         Reported by Matt Kraai <mkraai@beckman.com>.
10700
10701 2009-07-23  Jim Meyering  <meyering@redhat.com>
10702
10703         maint.mk: invoke "make dist" with a working value of XZ_OPT
10704         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
10705
10706 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
10707
10708         Make fseeko.c compile on QNX.
10709         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
10710
10711 2009-07-22  Peter Simons  <simons@cryp.to>
10712
10713         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
10714         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
10715         * lib/md4.h: Likewise.
10716         * lib/md5.h: Likewise.
10717         * lib/sha1.h: Likewise.
10718         * lib/sha256.h: Likewise.
10719         * lib/sha512.h: Likewise.
10720
10721         tests-sha1: don't assign literal string to 'char *' variable
10722         * tests/test-sha1.c (main): Declare locals with "const" to match
10723         attributes of the right hand side.
10724
10725 2009-07-21  Eric Blake  <ebb9@byu.net>
10726
10727         dup2: fix more mingw problems
10728         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
10729         fd to itself.
10730         * doc/posix-functions/dup2.texi (dup2): Document the bug.
10731         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
10732         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
10733         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
10734         care of mingw bugs.
10735
10736 2009-07-21  Jim Meyering  <meyering@redhat.com>
10737
10738         vc-list-files: avoid failure when /bin/sh is dash
10739         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
10740         On some Debian based systems, /bin/sh is a symlink to dash, and running
10741         this command would omit the "/" following each 'tests' prefix:
10742           dash -x build-aux/vc-list-files -C . tests
10743         That is because bash and dash work differently:
10744           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
10745           bash ok
10746           dash odd
10747
10748 2009-07-21  Eric Blake  <ebb9@byu.net>
10749
10750         dup2-tests: test previous patch
10751         * modules/dup2-tests: New file.
10752         * tests/test-dup2.c: Likewise.
10753         * tests/test-open.c (main): Avoid unspecified behavior.
10754         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
10755         test.
10756
10757         dup2: work around mingw and cygwin 1.5 bug
10758         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
10759         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10760         * modules/unistd (Makefile.am): Substitute it.
10761         * lib/unistd.in.h (dup2): Declare the replacement.
10762         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
10763         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
10764         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
10765         * modules/execute (Depends-on): Add dup2.
10766         * modules/fseterr (Depends-on): Likewise.
10767         * modules/pipe (Depends-on): Likewise.
10768         * modules/posix_spawn-internal (Depends-on): Likewise.
10769
10770 2009-07-21  Bruno Haible  <bruno@clisp.org>
10771
10772         * modules/.gitattributes: New file.
10773
10774 2009-07-20  Bruno Haible  <bruno@clisp.org>
10775
10776         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
10777         (main): Use it.
10778
10779 2009-07-20  Eric Blake  <ebb9@byu.net>
10780
10781         test-pipe: make a bit more robust.
10782         * tests/test-pipe.c (myerr): Allow error messages regardless of
10783         what we do to stderr.
10784         (test_pipe): Rearrange to avoid deadlock.
10785         (child_main): Try a larger read, to ensure we avoided deadlock.
10786         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
10787         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
10788         if misused.
10789
10790 2009-07-19  Jim Meyering  <meyering@redhat.com>
10791
10792         fts: avoid false-positive cycle-detection
10793         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
10794         for each new command line argument.
10795
10796 2009-07-19  Bruno Haible  <bruno@clisp.org>
10797
10798         Fix build error on mingw with the modules sys_select and unistd.
10799         * modules/acl-tests (Depends-on): Add close.
10800         * modules/binary-io-tests (Depends-on): Likewise.
10801         * modules/closein-tests (Depends-on): Likewise.
10802         * modules/flock-tests (Depends-on): Likewise.
10803         * modules/fsync-tests (Depends-on): Likewise.
10804         * modules/lseek-tests (Depends-on): Likewise.
10805         * modules/pipe-tests (Depends-on): Likewise.
10806         * modules/posix_spawn-tests (Depends-on): Likewise.
10807         * modules/posix_spawnp-tests (Depends-on): Likewise.
10808         * modules/stat-time-tests (Depends-on): Likewise.
10809         * modules/yesno-tests (Depends-on): Likewise.
10810
10811 2009-07-19  Bruno Haible  <bruno@clisp.org>
10812
10813         Unify conditionals.
10814         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
10815         macros, not at the compiler macros.
10816         * lib/pipe.c: Likewise.
10817         * lib/execute.c: Likewise.
10818         * lib/spawni.c: Likewise.
10819
10820 2009-07-19  Bruno Haible  <bruno@clisp.org>
10821
10822         Fix handling of closed stdin/stdout/stderr on mingw.
10823         * lib/w32spawn.h: Include unistd.h.
10824         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
10825         file descriptor with O_NOINHERIT flag.
10826         (fd_safer_noinherit): New function, based on fd-safer.c.
10827         (dup_safer_noinherit): New function, based on dup-safer.c.
10828         (undup_safer_noinherit): New function.
10829         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
10830         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
10831         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
10832         instead of fd_safer.
10833         * tests/test-pipe.c: Include <windows.h>.
10834         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
10835
10836         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
10837         from main.
10838         (test_pipe): Pass an extra argument for disambiguation.
10839         (main): Invoke parent_main or child_main.
10840
10841         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
10842         consistently.
10843
10844 2009-07-18  Eric Blake  <ebb9@byu.net>
10845
10846         test-pipe: fix mingw build
10847         * tests/test-pipe.c (main): Avoid fcntl on mingw.
10848
10849 2009-07-18  Bruno Haible  <bruno@clisp.org>
10850
10851         * modules/pipe-tests (Makefile.am): Fix typo.
10852
10853 2009-07-18  Eric Blake  <ebb9@byu.net>
10854
10855         error: fix mingw build
10856         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
10857         Reported by Bruno Haible.
10858
10859         error: avoid undefined use of stdout
10860         * lib/error.c (error, error_at_line): Check that fd 1 is open
10861         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
10862         is handling faults and the close_stdout module wants to report the
10863         detection of closed stdout as an error.
10864
10865 2009-07-17  Eric Blake  <ebb9@byu.net>
10866
10867         pipe: be robust in face of closed fds
10868         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
10869         should cause child to misbehave.
10870         * modules/pipe-tests: New module.
10871         * tests/test-pipe.c: New file.
10872         * tests/test-pipe.sh: New file.
10873         Reported by Akim Demaille.
10874
10875 2009-07-14  Bruno Haible  <bruno@clisp.org>
10876
10877         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
10878         Reported by anonymous kc.
10879
10880 2009-07-07  Jim Meyering  <meyering@redhat.com>
10881
10882         maint.mk: don't look for translatable strings in *.m4 or *.mk
10883         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
10884         when searching for translatable strings.
10885
10886 2009-07-05  Jim Meyering  <meyering@redhat.com>
10887
10888         remove superfluous parentheses in STREQ definition
10889         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
10890         * lib/getugroups.c (STREQ): Likewise.
10891         * lib/fnmatch.c (STREQ): Likewise.
10892         Spotted by Bruno Haible.
10893
10894 2009-07-04  Jim Meyering  <meyering@redhat.com>
10895
10896         argv-iter: new module
10897         * MODULES.html.sh: Add argv-iter.
10898         * lib/argv-iter.c, lib/argv-iter.h: New files.
10899         * modules/argv-iter: New file.
10900         * modules/argv-iter-tests: New file.
10901         * tests/test-argv-iter.c: Test it.
10902
10903 2009-07-04  Bruno Haible  <bruno@clisp.org>
10904
10905         Fix assertion.
10906         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
10907         contains more exact copies of a given entry than file2, leave the extra
10908         copies unpaired rather than aborting.
10909         Reported by Eric Blake.
10910
10911 2009-07-02  Bruno Haible  <bruno@clisp.org>
10912
10913         Speedup git-merge-changelog for git cherry-pick.
10914         * lib/git-merge-changelog.c (struct entries_mapping): New type.
10915         (entries_mapping_get): New function, extracted from compute_mapping.
10916         (entries_mapping_reverse_get): New function.
10917         (compute_mapping): Add a 'full' argument. Return the result in a
10918         'struct entries_mapping'.
10919         (main): Update. Access the mappings through entries_mapping_get.
10920         Reported by Eric Blake.
10921
10922 2009-07-02  Bruno Haible  <bruno@clisp.org>
10923
10924         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
10925         best_i.
10926
10927 2009-07-02  Bruno Haible  <bruno@clisp.org>
10928
10929         Speed up approximate search for matching ChangeLog entries.
10930         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
10931         argument. Call fstrcmp_bounded instead of fstrcmp.
10932         (compute_mapping, try_split_merged_entry, main): Update callers.
10933
10934 2009-07-02  Bruno Haible  <bruno@clisp.org>
10935
10936         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
10937
10938 2009-06-30  Bruno Haible  <bruno@clisp.org>
10939
10940         Reduce the number of uc_is_cased calls.
10941         * lib/unicase.h (casing_suffix_context_t): Add
10942         'first_char_except_ignorable' field.
10943         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
10944         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
10945         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
10946         Update initializer.
10947         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
10948         case-ignorable characters.
10949         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
10950         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
10951         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
10952         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
10953         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
10954
10955 2009-06-30  Bruno Haible  <bruno@clisp.org>
10956
10957         Tests for module 'unicase/ignorable'.
10958         * modules/unicase/ignorable-tests: New file.
10959         * tests/unicase/test-ignorable.c: New file, generated by
10960         gen-uni-tables.
10961
10962         Tests for module 'unicase/cased'.
10963         * modules/unicase/cased-tests: New file.
10964         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
10965         * tests/unicase/test-predicate-part1.h: New file, derived from
10966         tests/unictype/test-predicate-part1.h.
10967         * tests/unicase/test-predicate-part2.h: New file, same as
10968         tests/unictype/test-predicate-part2.h.
10969
10970         Fix evaluation of "Before C" condition of FINAL_SIGMA.
10971         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
10972         (output_casing_properties): New function.
10973         (main): Call it.
10974         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
10975         * lib/unicase/cased.c: Include unictype/bitmap.h.
10976         (uc_is_cased): Define through a bitmap lookup.
10977         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
10978         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
10979         (uc_is_case_ignorable): Define through a bitmap lookup.
10980         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
10981         lib/unictype/bitmap.h.
10982         (Depends-on): Add inline. Clean up.
10983         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
10984         lib/unictype/bitmap.h.
10985         (Depends-on): Add inline. Clean up.
10986         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
10987         recognition.
10988         * tests/unicase/test-u16-tolower.c (main): Likewise.
10989         * tests/unicase/test-u32-tolower.c (main): Likewise.
10990
10991 2009-06-30  Bruno Haible  <bruno@clisp.org>
10992
10993         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
10994         * lib/unicase/u16-casemap.c: Likewise.
10995         * lib/unicase/u32-casemap.c: Likewise.
10996
10997 2009-06-29  Bruno Haible  <bruno@clisp.org>
10998
10999         Define u32_casefold as a wrapper around u32_ct_casefold.
11000         * lib/unicase/u32-casefold.c: Update.
11001         * modules/unicase/u32-casefold (Depends-on): Add
11002         unicase/u32-ct-casefold, unicase/empty-prefix-context,
11003         unicase/empty-suffix-context. Clean up.
11004
11005         Define u16_casefold as a wrapper around u16_ct_casefold.
11006         * lib/unicase/u16-casefold.c: Update.
11007         * modules/unicase/u16-casefold (Depends-on): Add
11008         unicase/u16-ct-casefold, unicase/empty-prefix-context,
11009         unicase/empty-suffix-context. Clean up.
11010
11011         Define u8_casefold as a wrapper around u8_ct_casefold.
11012         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
11013         * lib/unicase/u8-casefold.c: Update.
11014         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
11015         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11016
11017         Define u32_totitle as a wrapper around u32_ct_totitle.
11018         * lib/unicase/u32-totitle.c: Update.
11019         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
11020         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11021
11022         Define u16_totitle as a wrapper around u16_ct_totitle.
11023         * lib/unicase/u16-totitle.c: Update.
11024         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
11025         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11026
11027         Define u8_totitle as a wrapper around u8_ct_totitle.
11028         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
11029         functions.
11030         (FUNC): Delegate to U_CT_TOTITLE.
11031         * lib/unicase/u8-totitle.c: Update.
11032         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
11033         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11034
11035         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
11036         invocation.
11037         * modules/unicase/u32-tolower (Depends-on): Add
11038         unicase/empty-prefix-context, unicase/empty-suffix-context.
11039
11040         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
11041         invocation.
11042         * modules/unicase/u16-tolower (Depends-on): Add
11043         unicase/empty-prefix-context, unicase/empty-suffix-context.
11044
11045         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
11046         * modules/unicase/u8-tolower (Depends-on): Add
11047         unicase/empty-prefix-context, unicase/empty-suffix-context.
11048
11049         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
11050         invocation.
11051         * modules/unicase/u32-toupper (Depends-on): Add
11052         unicase/empty-prefix-context, unicase/empty-suffix-context.
11053
11054         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
11055         invocation.
11056         * modules/unicase/u16-toupper (Depends-on): Add
11057         unicase/empty-prefix-context, unicase/empty-suffix-context.
11058
11059         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
11060         * modules/unicase/u8-toupper (Depends-on): Add
11061         unicase/empty-prefix-context, unicase/empty-suffix-context.
11062
11063         New module 'unicase/u32-ct-casefold'.
11064         * lib/unicase/u32-ct-casefold.c: New file.
11065         * modules/unicase/u32-ct-casefold: New file.
11066
11067         New module 'unicase/u16-ct-casefold'.
11068         * lib/unicase/u16-ct-casefold.c: New file.
11069         * modules/unicase/u16-ct-casefold: New file.
11070
11071         New module 'unicase/u8-ct-casefold'.
11072         * lib/unicase/u8-ct-casefold.c: New file.
11073         * lib/unicase/u-ct-casefold.h: New file, derived from
11074         lib/unicase/u-casefold.h.
11075         * modules/unicase/u8-ct-casefold: New file.
11076
11077         New module 'unicase/u32-ct-totitle'.
11078         * lib/unicase/u32-ct-totitle.c: New file.
11079         * modules/unicase/u32-ct-totitle: New file.
11080
11081         New module 'unicase/u16-ct-totitle'.
11082         * lib/unicase/u16-ct-totitle.c: New file.
11083         * modules/unicase/u16-ct-totitle: New file.
11084
11085         New module 'unicase/u8-ct-totitle'.
11086         * lib/unicase/u8-ct-totitle.c: New file.
11087         * lib/unicase/u-ct-totitle.h: New file, derived from
11088         lib/unicase/u-totitle.h.
11089         * modules/unicase/u8-ct-totitle: New file.
11090
11091         New module 'unicase/u32-ct-tolower'.
11092         * lib/unicase/u32-ct-tolower.c: New file.
11093         * modules/unicase/u32-ct-tolower: New file.
11094
11095         New module 'unicase/u16-ct-tolower'.
11096         * lib/unicase/u16-ct-tolower.c: New file.
11097         * modules/unicase/u16-ct-tolower: New file.
11098
11099         New module 'unicase/u8-ct-tolower'.
11100         * lib/unicase/u8-ct-tolower.c: New file.
11101         * modules/unicase/u8-ct-tolower: New file.
11102
11103         New module 'unicase/u32-ct-toupper'.
11104         * lib/unicase/u32-ct-toupper.c: New file.
11105         * modules/unicase/u32-ct-toupper: New file.
11106
11107         New module 'unicase/u16-ct-toupper'.
11108         * lib/unicase/u16-ct-toupper.c: New file.
11109         * modules/unicase/u16-ct-toupper: New file.
11110
11111         New module 'unicase/u8-ct-toupper'.
11112         * lib/unicase/u8-ct-toupper.c: New file.
11113         * modules/unicase/u8-ct-toupper: New file.
11114
11115         Add context arguments to u*_casemap functions.
11116         * lib/unicase/unicasemap.h: Include unicase.h.
11117         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
11118         suffix_context arguments.
11119         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
11120         functions.
11121         (FUNC): Add prefix_context and suffix_context arguments. Use
11122         uc_is_cased and uc_is_case_ignorable.
11123         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
11124         * lib/unicase/u16-casemap.c: Likewise.
11125         * lib/unicase/u32-casemap.c: Likewise.
11126         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
11127         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11128         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
11129         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11130         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
11131         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11132
11133         New module 'unicase/u32-suffix-context'.
11134         * lib/unicase/u32-suffix-context.c: New file.
11135         * modules/unicase/u32-suffix-context: New file.
11136
11137         New module 'unicase/u16-suffix-context'.
11138         * lib/unicase/u16-suffix-context.c: New file.
11139         * modules/unicase/u16-suffix-context: New file.
11140
11141         New module 'unicase/u8-suffix-context'.
11142         * lib/unicase/u8-suffix-context.c: New file.
11143         * lib/unicase/u-suffix-context.h: New file.
11144         * modules/unicase/u8-suffix-context: New file.
11145
11146         New module 'unicase/empty-suffix-context'.
11147         * lib/unicase/empty-suffix-context.c: New file.
11148         * modules/unicase/empty-suffix-context: New file.
11149
11150         New module 'unicase/u32-prefix-context'.
11151         * lib/unicase/u32-prefix-context.c: New file.
11152         * modules/unicase/u32-prefix-context: New file.
11153
11154         New module 'unicase/u16-prefix-context'.
11155         * lib/unicase/u16-prefix-context.c: New file.
11156         * modules/unicase/u16-prefix-context: New file.
11157
11158         New module 'unicase/u8-prefix-context'.
11159         * lib/unicase/u8-prefix-context.c: New file.
11160         * lib/unicase/u-prefix-context.h: New file.
11161         * lib/unicase/context.h: New file.
11162         * modules/unicase/u8-prefix-context: New file.
11163
11164         New module 'unicase/empty-prefix-context'.
11165         * lib/unicase/empty-prefix-context.c: New file.
11166         * modules/unicase/empty-prefix-context: New file.
11167
11168         New module 'unicase/ignorable'.
11169         * lib/unicase/ignorable.c: New file.
11170         * modules/unicase/ignorable: New file.
11171
11172         New module 'unicase/cased'.
11173         * lib/unicase/caseprop.h: New file.
11174         * lib/unicase/cased.c: New file.
11175         * modules/unicase/cased: New file.
11176
11177         New functions for case mapping of substrings.
11178         * lib/unicase.h (casing_prefix_context_t): New type.
11179         (unicase_empty_prefix_context): New variable.
11180         (u8_casing_prefix_context, u16_casing_prefix_context,
11181         u32_casing_prefix_context, u8_casing_prefixes_context,
11182         u16_casing_prefixes_context, u32_casing_prefixes_context): New
11183         declarations.
11184         (casing_suffix_context_t): New type.
11185         (unicase_empty_suffix_context): New variable.
11186         (u8_casing_suffix_context, u16_casing_suffix_context,
11187         u32_casing_suffix_context, u8_casing_suffixes_context,
11188         u16_casing_suffixes_context, u32_casing_suffixes_context,
11189         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
11190         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
11191         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
11192         declarations.
11193
11194 2009-06-28  Jim Meyering  <meyering@redhat.com>
11195
11196         boostrap: indent only with spaces
11197         * build-aux/bootstrap: Indent only with spaces, never TABs.
11198
11199         bootstrap: split long lines
11200         * build-aux/bootstrap: Keep line length < 80.
11201
11202         bootstrap: sync from coreutils
11203         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
11204         just as autoreconf does.  Verify a list of prerequisite
11205         package-name,version-number pairs if defined in bootstrap.conf.
11206         Refer to README-prereq, if prerequisites are not satisfied.
11207
11208 2009-06-27  Eric Blake  <ebb9@byu.net>
11209
11210         tests: add test for bogus NULL definition
11211         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
11212         * tests/test-stdlib.c: Likewise.
11213         * tests/test-string.c: Likewise.
11214         * tests/test-locale.c: Likewise.
11215         * tests/test-unistd.c: Likewise.
11216         * modules/stdio-tests (Depends-on): Add verify.
11217         * modules/stdlib-tests (Depends-on): Likewise.
11218         * modules/string-tests (Depends-on): Likewise.
11219         * modules/locale-tests (Depends-on): Likewise.
11220         * modules/unistd-tests (Depends-on): Likewise.
11221
11222 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
11223
11224         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
11225         self-explaining comment.
11226         * m4/selinux-selinux-h: Update serial.
11227         (gl_LIBSELINUX): New macro, adding a warning for missing development
11228         packages to code extracted from...
11229         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
11230         Add warning for missing development packages here, too.
11231
11232 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
11233
11234         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
11235
11236 2009-06-25  Eric Blake  <ebb9@byu.net>
11237
11238         version-etc: fix regression
11239         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
11240         gcc.
11241         (version_etc): Use it, to catch bugs with trailing NULL.
11242         * lib/version-etc.c (version_etc_arn): Delete unused argument.
11243         (version_etc_va): Fix logic bug.
11244         * modules/version-etc-tests: Add test.
11245         * tests/test-version-etc.c: New file.
11246         * tests/test-version-etc.sh: Likewise.
11247
11248 2009-06-25  Sam Steingold  <sds@gnu.org>
11249
11250         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
11251         mbtowc declaration.
11252
11253 2009-06-25  Eric Blake  <ebb9@byu.net>
11254
11255         fpurge: migrate into <stdio.h>
11256         * lib/fpurge.h: Delete...
11257         * lib/stdio.in.h (fpurge): ...and declare here, instead.
11258         * lib/fpurge.c (fpurge): Change declaring header.
11259         * modules/fpurge (Files): Drop deleted file.
11260         (Depends-on): Add stdio.
11261         (configure.ac): Set witness.
11262         * modules/stdio (Makefile.am): Support fpurge macros.
11263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11264         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
11265         * lib/fflush.c: Update client.
11266         * tests/test-fpurge.c: Likewise.
11267         * NEWS: Mention the change.
11268
11269 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11270
11271         * lib/argp-version-etc.c (program_authors): Add const
11272         qualifier.
11273         * lib/version-etc.c: Fix typos in the comments.
11274         * modules/argp-version-etc: Depends on version-etc.
11275
11276 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11277
11278         argp-version-etc: new module.
11279
11280         * lib/argp-version-etc.c: New file.
11281         * lib/argp-version-etc.h: New file.
11282         * modules/argp-version-etc: New file.
11283         * modules/argp-version-etc-tests: New file.
11284         * tests/test-argp-version-etc.c: New test.
11285         * tests/test-argp-version-etc-1.sh: New test.
11286
11287 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11288
11289         Provide additional interfaces and documentation for version-etc
11290         module.
11291
11292         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
11293         interfaces.
11294         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
11295         prototypes.
11296
11297 2009-06-24  Bruno Haible  <bruno@clisp.org>
11298
11299         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
11300         HAVE_LIB${NAME} macro.
11301         Reported by Sam Steingold <sds@gnu.org>.
11302
11303 2009-06-23  Simon Josefsson  <simon@josefsson.org>
11304
11305         * modules/hash-tests (test_hash_LDADD): Link to libintl when
11306         needed.
11307
11308 2009-06-21  Bruno Haible  <bruno@clisp.org>
11309
11310         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
11311         work.
11312         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
11313         together with LIB${NAME}, LTLIB${NAME}.
11314         Reported by Sam Steingold <sds@gnu.org>.
11315
11316 2009-06-20  Jim Meyering  <meyering@redhat.com>
11317
11318         tests: make sc_require_test_exit_idiom more generic
11319         * top/maint.mk (Exit_witness_file): New overridable variable.
11320         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
11321         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
11322
11323 2009-06-19  Jim Meyering  <meyering@redhat.com>
11324
11325         hash: reverse order of src/dst parameters in an internal interface
11326         * lib/hash.c (transfer_entries): Reverse order of parameters to
11327         put DST before SRC.  Adjust callers.
11328
11329         tests: test-hash: avoid wholesale duplication
11330         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
11331         Instead, use a loop and add a single conditional.
11332
11333         tests: test-hash: allow seed selection via a command line argument
11334         * tests/test-hash.c (get_seed): New function.
11335         (main): Use it.
11336
11337 2009-06-19  Eric Blake  <ebb9@byu.net>
11338
11339         hash: avoid memory leak on allocation failure
11340         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
11341         failure.  Factor repeated algorithm...
11342         (transfer_entries): ...into new helper routine.
11343         (hash_delete): React to hash_rehash return value.
11344
11345         hash: reduce memory pressure in hash_rehash no-op case
11346         * lib/hash.c (next_prime): Avoid overflow.
11347         (hash_initialize): Factor bucket size computation...
11348         (compute_bucket_size): ...into new helper function.
11349         (hash_rehash): Use new function and open coding to reduce memory
11350         pressure, and avoid a memory leak in USE_OBSTACK code.
11351         Reported by Jim Meyering.
11352
11353 2009-06-18  Eric Blake  <ebb9@byu.net>
11354
11355         hash: make rotation more obvious
11356         * modules/hash (Depends-on): Add bitrotate and stdint.
11357         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
11358         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
11359         (SIZE_MAX): Rely on headers for definition.
11360         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
11361         (raw_hasher): Use rotr_sz.
11362         Suggested by Jim Meyering.
11363
11364         hash: fix memory leak in last patch
11365         * lib/hash.c (hash_rehash): Avoid memory leak.
11366
11367         hash: avoid no-op rehashing
11368         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
11369
11370         hash: provide default callback functions
11371         * lib/hash.c (raw_hasher, raw_comparator): New functions.
11372         (hash_initialize): Use them as defaults.
11373         * tests/test-hash.c (main): Test this.
11374
11375         hash: minor optimization
11376         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
11377         when possible.
11378         (hash_initialize): Document this promise.
11379         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
11380         * tests/test-hash.c (hash_compare_strings): Test this.
11381
11382 2009-06-18  Bruno Haible  <bruno@clisp.org>
11383
11384         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
11385         going to be replaced anyway.
11386
11387 2009-06-18  Bruno Haible  <bruno@clisp.org>
11388
11389         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
11390         in one place.
11391         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
11392         be replaced anyway.
11393
11394 2009-06-18  Eric Blake  <ebb9@byu.net>
11395
11396         hash: check for resize before insertion
11397         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
11398         threshold before insertion, so that a pathological hash_rehash
11399         that fills every bucket can still trigger another rehash.
11400
11401 2009-06-18  Jim Meyering  <meyering@redhat.com>
11402
11403         hash-tests: add a loop around the small tests
11404         * tests/test-hash.c (main): Repeat small tests with selected
11405         small initial table sizes.
11406
11407 2009-06-17  Eric Blake  <ebb9@byu.net>
11408
11409         hash: minor cleanups
11410         * lib/hash.h (hash_entry): Make opaque, by moving...
11411         * lib/hash.c (hash_entry): ...here.
11412         (hash_insert): Clarify restrictions on what can be inserted.
11413         (hash_get_next): Clarify when it is safe to remove an element
11414         during traversal.
11415         (check_tuning): Skip verification when tuning is known safe.
11416         (hash_initialize): Clarify restrictions on tuning.
11417
11418 2009-06-17  Jim Meyering  <jim@meyering.net>
11419         and Eric Blake  <ebb9@byu.net>
11420
11421         hash-tests: new module
11422         * modules/hash-tests: New file.
11423         * tests/test-hash.c: New file.
11424
11425 2009-06-17  Eric Blake  <ebb9@byu.net>
11426
11427         strstr-simple: document new module
11428         * MODULES.html.sh: Document new module.
11429
11430         strstr, strcasestr: replace on platforms with broken memchr
11431         * modules/strstr: Split into...
11432         * modules/strstr-simple: ...new module that does not care about
11433         performance, but does care about glibc bug.
11434         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
11435         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
11436         if platform memchr is broken, per Debian bug 521737.
11437         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
11438         memchr.
11439         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
11440         * doc/posix-functions/strstr.texi (strstr): Document the fix.
11441         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11442         * modules/mountlist (Depends-on): Add strstr-simple.
11443         * modules/gen-uni-tables (Depends-on): Likewise.
11444         * modules/argz (Depends-on): Add strstr.
11445
11446 2009-06-17  Bruno Haible  <bruno@clisp.org>
11447
11448         * modules/posix_spawn-internal (Depends-on): Add errno.
11449
11450 2009-06-17  Bruno Haible  <bruno@clisp.org>
11451
11452         Define missing ESTALE on Interix 3.5.
11453         * lib/errno.in.h (ESTALE): Assign a value if missing.
11454         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
11455         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
11456         missing.
11457         * doc/posix-headers/errno.texi: Mention the Interix bug.
11458         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
11459
11460 2009-06-15  Eric Blake  <ebb9@byu.net>
11461
11462         memchr, memchr2: add valgrind exception
11463         * lib/memchr.valgrind: New file.
11464         * lib/memchr2.valgrind: New file.
11465         * modules/memchr (Files): Distribute valgrind file.
11466         * modules/memchr2 (Files): Likewise.
11467
11468         docs: memchr is no longer obsolete
11469         * MODULES.html.sh: Move memchr from obsolete to string.h section.
11470         * lib/string.in.h (memchr): Simplify logic.
11471
11472 2009-06-14  Jim Meyering  <meyering@redhat.com>
11473
11474         link-follow: fix the "checking..." message to not mention trailing slash
11475         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
11476         never considered trailing slashes.
11477
11478 2009-06-14  Bruno Haible  <bruno@clisp.org>
11479
11480         * m4/memchr.m4: Mention also the bug on IA-64.
11481         * doc/posix-functions/memchr.texi: Likewise.
11482
11483 2009-06-12  Eric Blake  <ebb9@byu.net>
11484
11485         memchr: detect broken x86_64 and alpha implementations
11486         * modules/memchr-tests (Depends-on): Move mmap detection...
11487         * modules/memchr (Depends-on): ...here.
11488         (configure.ac): Set indicator.
11489         * lib/string.in.h (memchr): Declare replacement.
11490         * modules/string (Makefile.am): Trigger replacement.
11491         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
11492         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
11493         bugs.
11494         * doc/posix-functions/memchr.texi (memchr): Document the bug.
11495         * modules/getpagesize (License): Relax license.
11496
11497 2009-06-11  Bruno Haible  <bruno@clisp.org>
11498
11499         * lib/idpriv.h: Add more references.
11500
11501 2009-06-08  Bruno Haible  <bruno@clisp.org>
11502
11503         Tests for module 'idpriv-droptemp'.
11504         * modules/idpriv-droptemp-tests: New file.
11505         * tests/test-idpriv-droptemp.sh: New file.
11506         * tests/test-idpriv-droptemp.su.sh: New file.
11507         * tests/test-idpriv-droptemp.c: New file.
11508
11509         New module 'idpriv-droptemp'.
11510         * lib/idpriv-droptemp.c: New file.
11511         * modules/idpriv-droptemp: New file.
11512
11513 2009-06-08  Bruno Haible  <bruno@clisp.org>
11514
11515         Tests for module 'idpriv-drop'.
11516         * modules/idpriv-drop-tests: New file.
11517         * tests/test-idpriv-drop.sh: New file.
11518         * tests/test-idpriv-drop.su.sh: New file.
11519         * tests/test-idpriv-drop.c: New file.
11520
11521         New module 'idpriv-drop'.
11522         * lib/idpriv.h: New file.
11523         * lib-idpriv-drop.c: New file.
11524         * m4/idpriv.m4: New file.
11525         * modules/idpriv-drop: New file.
11526
11527 2009-06-08  Bruno Haible  <bruno@clisp.org>
11528
11529         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
11530         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11531         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11532         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11533         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11534         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11535         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11536
11537 2009-06-08  Eric Blake  <ebb9@byu.net>
11538
11539         test-strstr: use memory fence, when possible
11540         * tests/test-strstr.c (main): Use memory fence, in order to be
11541         more likely to trigger Debian bug 521737.
11542         * modules/strstr-tests (Files): Pull in additional files.
11543
11544         memchr: no longer obsolete, for wider field testing
11545         * modules/memchr (Status, Notice): Delete, this module is no
11546         longer obsolete.
11547         * modules/vasnprintf (Depends-on): Add memchr.
11548
11549 2009-06-07  Jim Meyering  <meyering@redhat.com>
11550
11551         hash: declare some functions with the warn_unused_result attribute
11552         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
11553
11554 2009-06-07  Bruno Haible  <bruno@clisp.org>
11555
11556         * tests/test-alignof.c: Don't test int64_t if it does not exist.
11557         Reported by Eric Blake.
11558
11559 2009-06-06  Eric Blake  <ebb9@byu.net>
11560
11561         test-alignof: fix typo with long double
11562         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
11563         compiler error.
11564
11565 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
11566
11567         Escape non-texinfo { and }s.
11568         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
11569         markup error.
11570
11571 2009-06-04  Jim Meyering  <meyering@redhat.com>
11572
11573         gitlog-to-changelog: don't infloop on an empty commit log
11574         * build-aux/gitlog-to-changelog: Warn about an empty log message.
11575         Reported by Boris Petersen <transacid@centerim.org>.
11576
11577 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
11578
11579         version-etc: extend for packagers
11580         Add three new configure options, intended for packagers:
11581           --with-packager="packager name"
11582           --with-packager-version="packager-specific version"
11583           --with-packager-bug-reports="packager bug reporting"
11584         An example with coreutils:
11585           $ ./configure \
11586             --with-packager=Gentoo \
11587             --with-packager-bug-report=http://bugs.gentoo.org/ \
11588             --with-packager-version="patchset 1.6"
11589           $ ./src/ls --version | head -n2
11590           ls (GNU coreutils) 7.1-dirty
11591           Packaged by Gentoo (patchset 1.6)
11592         Note that the bug reporting info via --help doesn't show up because
11593         coreutils uses its own custom emit_bug_reporting_address() implementation
11594         in src/system.h.  If it didn't, it'd look like:
11595           $ ./src/ls --help | tail -n4
11596           Report bugs to <bug-coreutils@gnu.org>.
11597           Report Gentoo bugs to <http://bugs.gentoo.org/>.
11598           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
11599           General help using GNU software: <http://www.gnu.org/gethelp/>.
11600         * lib/version-etc.c: Print new information, if provided.
11601         * m4/version-etc.m4: New file.
11602         * modules/version-etc (Files): Add m4/version-etc.m4.
11603         (configure.ac): Add gl_VERSION_ETC.
11604
11605 2009-05-31  Bruno Haible  <bruno@clisp.org>
11606
11607         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
11608         and 'int64_t'.
11609         * modules/alignof-tests (Dependencies): Add stdint.
11610         Reported by Eric Blake.
11611
11612 2009-05-31  Bruno Haible  <bruno@clisp.org>
11613
11614         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
11615         restriction due to compiler bugs.
11616         Reported by Eric Blake.
11617
11618 2009-05-31  Simon Josefsson  <simon@josefsson.org>
11619             Bruno Haible  <bruno@clisp.org>
11620
11621         Fix test-alignof failure.
11622         * lib/alignof.h (alignof_slot): New macro.
11623         (alignof_type): New macro, with the same semantics as the previous
11624         'alignof'.
11625         (alignof): Alias to alignof_slot.
11626         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
11627         check that the results are usable as constant expressions.
11628
11629 2009-05-31  Bruno Haible  <bruno@clisp.org>
11630
11631         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
11632         * tests/test-memchr.c (main): Check that memchr does not read past the
11633         first occurrence of the byte.
11634         * tests/test-strstr.c (main): Update comment.
11635         Suggested by Eric Blake.
11636
11637 2009-05-30  Bruno Haible  <bruno@clisp.org>
11638
11639         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
11640         detail how to use dumpbin.
11641         Reported by David Byron <dbyron@dbyron.com>.
11642
11643 2009-06-02  Simon Josefsson  <simon@josefsson.org>
11644
11645         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
11646
11647 2009-06-02  Simon Josefsson  <simon@josefsson.org>
11648
11649         * m4/manywarnings.m4: Add GCC 4.4 warnings.
11650
11651 2009-05-28  Bruno Haible  <bruno@clisp.org>
11652
11653         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
11654         build-aux/ files.
11655
11656 2009-05-28  Simon Josefsson  <simon@josefsson.org>
11657
11658         * gnulib-tool (func_import): Transform license on build-aux/ files too.
11659
11660 2009-05-27  Simon Josefsson  <simon@josefsson.org>
11661
11662         * gnulib-tool (sed_transform_main_lib_file)
11663         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
11664         regexps.
11665
11666 2009-05-26  Simon Josefsson  <simon@josefsson.org>
11667
11668         * tests/test-strstr.c: Add another self-test.
11669         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
11670         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
11671
11672 2009-05-23  Bruno Haible  <bruno@clisp.org>
11673
11674         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
11675         change.
11676
11677 2009-05-21  Bruno Haible  <bruno@clisp.org>
11678
11679         Simplify use of mode_t varargs.
11680         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
11681         uses 'mode_t' or 'int'.
11682         * lib/openat.c (openat): Likewise.
11683         * lib/open-safer.c (open_safer): Likewise.
11684         * m4/mode_t.m4: New file.
11685         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
11686         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
11687         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
11688         * modules/open (Files): Add m4/mode_t.m4.
11689         * modules/openat (Files): Likewise.
11690         * modules/fcntl-safer (Files): Likewise.
11691         Suggested by Eric Blake.
11692
11693 2009-05-21  Pádraig Brady  <P@draigbrady.com>
11694
11695         * doc/glibc-functions/fallocate.texi: New file.
11696         * doc/gnulib.texi: Include it.
11697
11698 2009-05-21  Eric Blake  <ebb9@byu.net>
11699             Bruno Haible  <bruno@clisp.org>
11700
11701         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
11702         invocations.
11703         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11704
11705 2009-05-21  Eric Blake  <ebb9@byu.net>
11706             Bruno Haible  <bruno@clisp.org>
11707
11708         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
11709         include_next. Fix of 2008-11-20 commit.
11710         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
11711         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
11712         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
11713         NEXT_MATH_H.
11714         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
11715         instead of NEXT_MATH_H.
11716
11717 2009-05-21  Bruno Haible  <bruno@clisp.org>
11718
11719         Avoid redefinition warnings for SIZE_MAX.
11720         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
11721         Reported by Simon Josefsson.
11722
11723 2009-05-21  Bruno Haible  <bruno@clisp.org>
11724
11725         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
11726         AC_CACHE_VAL.
11727
11728 2009-05-20  Bruno Haible  <bruno@clisp.org>
11729
11730         Make zeroptr.h work on mingw.
11731         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
11732         mprotect.
11733         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
11734         * modules/memchr2-tests (configure.ac): Likewise.
11735         * modules/memcmp-tests (configure.ac): Likewise.
11736         * modules/memmem-tests (configure.ac): Likewise.
11737         * modules/memrchr-tests (configure.ac): Likewise.
11738         Reported by Simon Josefsson.
11739
11740 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11741
11742         * tests/test-glob.c: Include string.h for strcmp prototype.
11743
11744 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11745
11746         * modules/getdelim (Depends-on): Add explicit stdint, although it
11747         was implicitly already pulled in via realloc-posix.
11748         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
11749
11750 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11751
11752         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
11753         G. Christensen" <tgc@jupiterrise.com>.
11754         * m4/sys_socket_h.m4: Check for sa_family_t.
11755         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
11756         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
11757         * tests/test-sys_socket.c: Check that sa_family_t works.
11758
11759 2009-05-18  Eric Blake  <ebb9@byu.net>
11760
11761         maint.mk: allow gnulib_dir in VPATH build
11762         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
11763
11764 2009-05-15  Jim Meyering  <meyering@redhat.com>
11765
11766         maint.mk: Give gnulib_dir a default definition.
11767         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
11768         Thus, most packages no longer need to specify this variable in cfg.mk
11769
11770 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
11771
11772         rename.m4: fix typos that would make non-mingw cross-configure fail
11773         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
11774
11775 2009-05-13  Eric Blake  <ebb9@byu.net>
11776
11777         mmap-anon: avoid out-of-order autoconf expansion
11778         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
11779         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
11780         * modules/memchr-tests (Depends-on): Add extensions.
11781         * modules/memchr2-tests (Depends-on): Add extensions.
11782         * modules/memcmp-tests (Depends-on): Add extensions.
11783         * modules/memmem-tests (Depends-on): Add extensions.
11784         * modules/memrchr-tests (Depends-on): Add extensions.
11785
11786 2009-05-13  Bruno Haible  <bruno@clisp.org>
11787
11788         Make some tests ISO C 99 compliant.
11789         * tests/zerosize-ptr.h: New file.
11790         * tests/test-memchr.c: Include zerosize-ptr.h.
11791         (main): Use a zero-size object pointer instead of NULL.
11792         * tests/test-memchr2.c: Include zerosize-ptr.h.
11793         (main): Use a zero-size object pointer instead of NULL.
11794         * tests/test-memcmp.c: Include zerosize-ptr.h.
11795         (main): Use a zero-size object pointer instead of NULL.
11796         * tests/test-memmem.c: Include zerosize-ptr.h.
11797         (main): Use a zero-size object pointer instead of NULL.
11798         * tests/test-memrchr.c: Include zerosize-ptr.h.
11799         (main): Use a zero-size object pointer instead of NULL.
11800         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
11801         m4/mmap-anon.m4.
11802         (Depends-on): Add getpagesize.
11803         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11804         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
11805         m4/mmap-anon.m4.
11806         (Depends-on): Add getpagesize.
11807         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11808         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
11809         m4/mmap-anon.m4.
11810         (Depends-on): Add getpagesize.
11811         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11812         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
11813         m4/mmap-anon.m4.
11814         (Depends-on): Add getpagesize.
11815         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11816         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
11817         m4/mmap-anon.m4.
11818         (Depends-on): Add getpagesize.
11819         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11820
11821 2009-05-12  Bruno Haible  <bruno@clisp.org>
11822
11823         Tests for module 'alignof'.
11824         * modules/alignof-tests: New file.
11825         * tests/test-alignof.c: New file.
11826
11827 2009-05-12  Bruno Haible  <bruno@clisp.org>
11828
11829         Fix alignof macro.
11830         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
11831         vendor compilers that are always correct.
11832
11833 2009-05-12  Bruno Haible  <bruno@clisp.org>
11834
11835         Make the MAP_ANONYMOUS detection work on HP-UX 11.
11836         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
11837         not whether its fully works.
11838
11839 2009-05-12  Bruno Haible  <bruno@clisp.org>
11840
11841         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
11842
11843 2009-05-12  Jim Meyering  <meyering@redhat.com>
11844
11845         * top/maint.mk: Adjust backslash alignment.
11846
11847 2009-05-11  Simon Josefsson  <simon@josefsson.org>
11848
11849         * top/maint.mk: Make $(srcdir)/build-aux configurable.
11850
11851 2009-05-11  Eric Blake  <ebb9@byu.net>
11852
11853         argp: avoid undefined behavior
11854         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
11855         macros.
11856
11857 2009-05-08  Simon Josefsson  <simon@josefsson.org>
11858
11859         * tests/test-vc-list-files-git.sh: Do git config of user.email and
11860         user.name to prevent git commit from complaining.
11861
11862 2009-05-10  Bruno Haible  <bruno@clisp.org>
11863
11864         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
11865         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
11866         it rewrites every file name only once.
11867         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
11868
11869 2009-05-08  Bruno Haible  <bruno@clisp.org>
11870
11871         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
11872         instead of 'max'.
11873
11874 2009-05-08  Simon Josefsson  <simon@josefsson.org>
11875
11876         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
11877         sockaddr_storage test.
11878
11879 2009-05-07  Simon Josefsson  <simon@josefsson.org>
11880
11881         * modules/sys_socket (Makefile.am): Substitute
11882         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
11883         * m4/sys_socket_h.m4: Check for sockaddr_storage.
11884         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
11885         * tests/test-sys_socket.c: Check sockaddr_storage.
11886
11887 2009-05-08  Bruno Haible  <bruno@clisp.org>
11888
11889         New module 'alignof'.
11890         * lib/alignof.h: New file.
11891         * modules/alignof: New file.
11892
11893 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11894             Bruno Haible  <bruno@clisp.org>
11895
11896         Fix test-file-has-acl on FreeBSD.
11897         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
11898         mask is implicitly added.
11899         * tests/test-file-has-acl.c: Include <signal.h>.
11900         (main): Terminate the test after 5 seconds.
11901         * modules/acl-tests (configure.ac): Check for alarm function.
11902
11903 2009-05-04  Bruno Haible  <bruno@clisp.org>
11904
11905         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
11906         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
11907         * modules/errno (configure.ac): Drop AC_REQUIRE.
11908         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
11909         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
11910
11911 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11912
11913         * modules/glob-tests: New module.
11914         * tests/test-glob.c: Add.
11915
11916 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11917
11918         * modules/fnmatch-tests: New module.
11919         * tests/test-fnmatch.c: Add.
11920
11921 2009-05-04  Eric Blake  <ebb9@byu.net>
11922
11923         maint: make the new no-submodule-changes rule VPATH-safe
11924         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
11925
11926 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11927             Bruno Haible  <bruno@clisp.org>
11928
11929         acl: Fix infinite loop on FreeBSD.
11930         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
11931         of return value from acl_get_entry.
11932         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
11933         Likewise.
11934
11935 2009-05-03  Bruno Haible  <bruno@clisp.org>
11936
11937         * lib/acl-internal.h (acl_entries): Clarify return value.
11938         * lib/acl_entries.c (acl_entries): Likewise.
11939
11940 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11941
11942         Bug fix in acl module.
11943         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
11944
11945 2009-05-03  Bruno Haible  <bruno@clisp.org>
11946
11947         Create gperf-generated file in the source dir, not in the build dir.
11948         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
11949         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
11950         * modules/unicase/locale-language (unicase/locale-languages.h):
11951         Likewise.
11952         * modules/unicase/special-casing (unicase/special-casing-table.h):
11953         Likewise.
11954         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
11955         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
11956         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
11957         Reported by Ralf Wildenhues.
11958
11959 2009-05-03  Bruno Haible  <bruno@clisp.org>
11960
11961         * modules/fnmatch (Description, configure.ac): Taken from
11962         fnmatch-posix.
11963         * modules/fnmatch-posix: Turn into a symbolic reference to the
11964         'fnmatch' module, and deprecate.
11965         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
11966
11967 2009-05-03  Bruno Haible  <bruno@clisp.org>
11968
11969         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
11970         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
11971         Reported by Ralf Wildenhues.
11972
11973 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11974
11975         * m4/fnmatch.m4: Fix fnmatch re-define.
11976
11977 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11978
11979         priv-set: new module and tests; adapt write-any-file
11980         * lib/priv-set.c: New file.
11981         * lib/priv-set.h: New file.
11982         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
11983         * lib/write-any-file.c: Simplify by using priv-set module.
11984         * m4/priv-set.m4: New file.
11985         * modules/priv-set: New file.
11986         * modules/unlinkdir: Add dependency on priv-set module.
11987         * modules/write-any-file: Likewise.
11988
11989         Tests for module 'priv-set'.
11990         * modules/priv-set-tests: New file.
11991         * tests/test-priv-set.c: New file.
11992
11993 2009-05-03  Jim Meyering  <meyering@redhat.com>
11994             Bruno Haible  <bruno@clisp.org>
11995
11996         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
11997         use the converted UTF-8 variant of the name instead.
11998
11999 2009-05-03  Jim Meyering  <meyering@redhat.com>
12000
12001         tests: tighten some getdate tests
12002         * tests/test-getdate.c (main): Tighten tests: require equality,
12003         not just greater than.  Set TZ envvar to UTC0.
12004
12005 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
12006
12007         getdate: correctly interpret "next monday" when run on a Monday
12008         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
12009         that e.g., "next tues" (when run on a tuesday) results in a date
12010         that is one week in the future, and not today's date.
12011         I.e., add a week when the wday is the same as the current one.
12012         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
12013         and earlier by Martin Bernreuther and Jan Minář.
12014         * tests/test-getdate.c (main): Check that "next DAY" is always in
12015         the future and that "last DAY" is always in the past.
12016
12017 2009-05-02  Jim Meyering  <meyering@redhat.com>
12018
12019         build: ensure that a release build fails when a submodule is unclean
12020         * top/maint.mk (no-submodule-changes): New rule.
12021         (alpha beta major): Depend on it.
12022
12023 2009-05-02  Bruno Haible  <bruno@clisp.org>
12024
12025         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
12026         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
12027         shell variable gl_fnmatch_required to detect which variant is
12028         requested.
12029         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
12030         gl_FUNC_FNMATCH_POSIX.
12031         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
12032         exclude fnmatch-posix.
12033
12034 2009-05-02  Bruno Haible  <bruno@clisp.org>
12035
12036         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
12037         * modules/mbsrtowcs (License): Change to LGPLv2+.
12038         * modules/strnlen1 (License): Likewise.
12039         Reported by Simon Josefsson.
12040
12041 2009-05-02  Bruno Haible  <bruno@clisp.org>
12042
12043         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
12044         "cross".
12045         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
12046         gnulib-tool was called with option --source-base=lib.
12047
12048 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12049
12050         Use automake *-local hooks without commands, for extensibility.
12051         * modules/localcharset (Makefile.am): Rename install-exec-local
12052         rule to install-exec-localcharset, and make it a prerequisite of
12053         install-exec-local.  Likewise, rename the uninstall-local rule to
12054         uninstall-localcharset, and make it a prerequisite of the former.
12055
12056 2009-05-01  Bruno Haible  <bruno@clisp.org>
12057
12058         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
12059         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12060         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
12061         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
12062         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
12063         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12064         m4/locale-zh.m4, m4/codeset.m4.
12065
12066         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12067         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
12068         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12069         m4/locale-zh.m4.
12070
12071         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
12072         REPLACE_WCRTOMB if mbstate_t must be replaced.
12073         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
12074         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
12075
12076 2009-05-01  Bruno Haible  <bruno@clisp.org>
12077
12078         Avoid compiler warnings when redefining macros defined by <libintl.h>.
12079         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
12080         dngettext, dcngettext, textdomain, bindtextdomain,
12081         bind_textdomain_codeset): Undefine before redefining.
12082
12083 2009-04-30  Bruno Haible  <bruno@clisp.org>
12084
12085         Fix bug introduced on 2009-04-25.
12086         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
12087         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
12088         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
12089         is defined.
12090         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
12091         is defined.
12092         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
12093         is defined.
12094         Reported by Elbert_Pol <elbert.pol@gmail.com>.
12095
12096 2009-04-28  Bruno Haible  <bruno@clisp.org>
12097
12098         Comment tweaks.
12099         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
12100         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
12101         * lib/unicase.h (u*_casexfrm): Likewise.
12102         Reported by Paolo Bonzini.
12103
12104 2009-04-28  Bruno Haible  <bruno@clisp.org>
12105
12106         Fix a compilation error.
12107         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
12108         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12109         Reported by Jim Meyering.
12110
12111 2009-04-27  Bruno Haible  <bruno@clisp.org>
12112
12113         New module 'libunistring'.
12114         * modules/libunistring: New file.
12115         * m4/libunistring.m4: New file.
12116         * MODULES.html.sh (Unicode string functions): Add it.
12117
12118 2009-04-27  Eric Blake  <ebb9@byu.net>
12119
12120         maint.mk: allow package-specific header to provide <config.h>
12121         * top/maint.mk (sc_require_config_h): New variable.
12122         (sc_require_config_h, sc_require_config_h_first): Use it.
12123
12124 2009-04-27  Simon Josefsson  <simon@josefsson.org>
12125
12126         * top/maint.mk (sc_avoid_if_before_free): Except
12127         useless-if-before-free script.
12128
12129 2009-04-27  Eric Blake  <ebb9@byu.net>
12130
12131         maintainer-makefile: depend on all required helper scripts
12132         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
12133         useless-if-before-free.
12134         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
12135         version, rather than assuming gnulib checkout is available.
12136         Reported by Simen Josefsson.
12137
12138 2009-04-26  Bruno Haible  <bruno@clisp.org>
12139
12140         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
12141         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
12142         "../" or "..".
12143
12144 2009-04-26  Bruno Haible  <bruno@clisp.org>
12145
12146         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
12147         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
12148         AC_LIB_HAVE_LINKFLAGS.
12149
12150 2009-04-26  Bruno Haible  <bruno@clisp.org>
12151
12152         Simplify calling convention of u*_conv_from_encoding.
12153         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
12154         u32_conv_from_encoding): Expect a resultbuf argument and return the
12155         result directly as a pointer.
12156         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
12157         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
12158         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
12159         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
12160         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
12161         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12162         Update.
12163         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
12164         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
12165         * lib/vasnprintf.c (VASNPRINTF): Update.
12166         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
12167         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
12168         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
12169         * NEWS: Mention the change.
12170
12171 2009-04-26  Bruno Haible  <bruno@clisp.org>
12172
12173         Simplify calling convention of u*_conv_to_encoding.
12174         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12175         u32_conv_to_encoding): Expect a resultbuf argument and return the
12176         result directly as a pointer.
12177         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12178         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
12179         freeing scaled_offsets if mem_iconveha failed.
12180         * lib/unicase/u-casexfrm.h (FUNC): Update.
12181         * lib/uninorm/u-normxfrm.h (FUNC): Update.
12182         * lib/vasnprintf.c (VASNPRINTF): Update.
12183         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
12184         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
12185         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
12186         * NEWS: Mention the change.
12187
12188 2009-04-26  Bruno Haible  <bruno@clisp.org>
12189
12190         Avoid test failures on AIX and OSF/1.
12191         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
12192         malloc(0).
12193         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12194         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12195         Likewise.
12196         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
12197         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
12198         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
12199         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
12200         * doc/posix-functions/malloc.texi: Document the portability problem
12201         related to malloc(0).
12202
12203 2009-04-26  Bruno Haible  <bruno@clisp.org>
12204
12205         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
12206         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
12207         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
12208
12209 2009-04-25  Bruno Haible  <bruno@clisp.org>
12210
12211         Avoid link error when creating a namespace clean library.
12212         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
12213         as macro with arguments if already defined as an alias.
12214         * lib/signbitf.c (gl_signbitf): Don't undefine.
12215         * lib/signbitd.c (gl_signbitd): Don't undefine.
12216         * lib/signbitl.c (gl_signbitl): Don't undefine.
12217
12218 2009-04-25  Jim Meyering  <meyering@redhat.com>
12219
12220         vc-list-files: fix another quoting bug
12221         * build-aux/vc-list-files: Avoid sed backslash expansion
12222         of pathological directory names.
12223
12224 2009-04-25  Eric Blake  <ebb9@byu.net>
12225
12226         vc-list-files: fix shell quoting error
12227         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
12228         timestamp.
12229
12230 2009-04-25  Jim Meyering  <meyering@redhat.com>
12231
12232         vc-list-files: restore lost functionality with subdir argument
12233         * build-aux/vc-list-files: When given a non-"." sub-directory
12234         argument, substitute the $dir/ prefix back onto each resulting name.
12235         Otherwise, coreutils' root_tests check would fail.
12236
12237 2009-04-24  Eric Blake  <ebb9@byu.net>
12238
12239         vc-list-files: ignore git symlinks
12240         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
12241         than ls-files, to ignore git symlinks.
12242
12243         maint.mk: import improvements from m4
12244         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
12245         (move_if_change): Delete unused macro.
12246         (news-date-check, vc-diff-check): Support VPATH builds.
12247         (announcement): Likewise.  Split --bootstrap-tools list...
12248         (boostrap-tools): ...into separate list, which can be overridden
12249         in cfg.mk.
12250         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
12251         requiring dependency on useless-if-before-free module.
12252         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
12253         Support VPATH builds.
12254
12255 2009-04-24  Jim Meyering  <meyering@redhat.com>
12256
12257         maint.mk: remove coreutils-specific rules and variables
12258         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
12259         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
12260         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
12261
12262         maint.mk: remove obsolete rule
12263         * top/maint.mk (rel-check): Remove rule.
12264         (WGET, WGETFLAGS): Remove now-unused variables.
12265
12266 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12267
12268         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
12269         consistency.
12270
12271         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
12272         '$(PATH_SEPARATOR)' instead of ':'.
12273
12274 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12275
12276         * lib/getopt1.c (main): Use 'const' for static array.
12277
12278 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12279
12280         * top/maint.mk: Sync with coreutils.
12281         * NEWS: Explain incompatibilities.
12282
12283 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12284             Bruno Haible  <bruno@clisp.org>
12285
12286         Fix cross-compilation results.
12287         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
12288         statement, as third argument of AC_TRY_RUN.
12289         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
12290         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
12291         Likewise.
12292         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
12293         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
12294         Likewise.
12295         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
12296         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
12297         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
12298
12299 2009-04-20  Bruno Haible  <bruno@clisp.org>
12300
12301         Avoid test failure on mingw.
12302         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
12303
12304 2009-04-20  Bruno Haible  <bruno@clisp.org>
12305
12306         Avoid compilation error on mingw.
12307         * modules/localename-tests (Depends-on): Add locale.
12308
12309 2009-04-19  Bruno Haible  <bruno@clisp.org>
12310
12311         Support for building a shared library on Windows platforms.
12312         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
12313         (main): Test the presence of UNINORM_NFC here.
12314         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
12315         (main): Test the presence of UNINORM_NFD here.
12316         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
12317         (main): Test the presence of UNINORM_NFKC here.
12318         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
12319         (main): Test the presence of UNINORM_NFKD here.
12320
12321 2009-04-19  Bruno Haible  <bruno@clisp.org>
12322
12323         Avoid a compiler warning.
12324         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
12325         Change type of variable 'sequence'.
12326
12327 2009-04-19  Bruno Haible  <bruno@clisp.org>
12328
12329         * modules/configmake (Makefile.am): When the contents of configmake.h
12330         does not change, arrange to preserve its modification time.
12331
12332 2009-04-17  Simon Josefsson  <simon@josefsson.org>
12333
12334         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
12335         gettext domain.
12336
12337 2009-04-16  Jim Meyering  <meyering@redhat.com>
12338
12339         useless-if-before-free: improve conversion code
12340         * build-aux/useless-if-before-free: Adjust code-in-comment to match
12341         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
12342
12343 2009-04-14  Bruno Haible  <bruno@clisp.org>
12344
12345         * modules/fcntl (Depends-on): Add extensions.
12346         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
12347
12348 2009-04-12  Ben Pfaff  <blp@gnu.org>
12349
12350         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
12351         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
12352
12353 2009-03-20  Ben Pfaff  <blp@gnu.org>
12354
12355         Make rename replace existing destinations on Windows.
12356         * m4/rename.m4: Add test for Mingw.
12357         * lib/rename.c: Add rename replacement that uses MoveFileEx with
12358         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
12359         * doc/posix-functions/rename.texi: Document.
12360
12361 2009-04-10  Bruno Haible  <bruno@clisp.org>
12362
12363         New include file "iconveh.h".
12364         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
12365         * lib/striconveh.h: Include it.
12366         (enum iconv_ilseq_handler): Remove definition.
12367         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
12368         striconveh.h.
12369         * lib/striconveha.c: Include striconveh.h.
12370         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
12371         * modules/striconveh (Files): Add lib/iconveh.h.
12372         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
12373         lib/striconveh.h.
12374
12375 2009-04-10  Bruno Haible  <bruno@clisp.org>
12376
12377         * lib/uniconv.h: Update comment.
12378
12379 2009-04-10  Bruno Haible  <bruno@clisp.org>
12380
12381         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
12382         always.
12383         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12384         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12385         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12386         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
12387         "unistring-notinline.h", so that the function gets defined always.
12388         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12389         * lib/unistr/u8-uctomb.c: Likewise.
12390         * lib/unistr/u16-mbtouc.c: Likewise.
12391         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12392         * lib/unistr/u16-uctomb.c: Likewise.
12393         * lib/unistr/u32-mbtouc.c: Likewise.
12394         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12395         * lib/unistr/u32-uctomb.c: Likewise.
12396
12397 2009-04-10  Bruno Haible  <bruno@clisp.org>
12398
12399         Mark 'utime' obsolete.
12400         * modules/utime (Status, Notice): New sections.
12401         Suggested by Jim Meyering.
12402
12403         Fix cross-compile guess for utime test.
12404         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
12405         autoconf.
12406         * doc/posix-functions/utime.texi: Give more precisions.
12407         Reported by Jan <ipif@ymail.com>.
12408
12409 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
12410
12411         filevercmp: correct today's change
12412         * lib/filevercmp.c: Also handle coreutils' test inputs.
12413         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
12414
12415         Fix regression in 'filevercmp' module. Thanks Sven Joachim
12416         for reporting it.
12417         * lib/filevercmp.c: Special handle for "", "." and "..".
12418         * tests/test-filevercmp.c: Enlarge the set suite.
12419
12420 2009-04-07  Jim Meyering  <meyering@redhat.com>
12421
12422         useless-if-before-free: show how to remove braced useless free, too
12423         * build-aux/useless-if-before-free: still only in a comment, though.
12424
12425 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
12426
12427         maint.mk: import changes to syntax-check macros from coreutils
12428         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
12429         Use them in the relevant macros.
12430
12431 2009-04-06  Bruno Haible  <bruno@clisp.org>
12432
12433         Fix unportable use of bit-fields.
12434         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
12435         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
12436         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
12437
12438 2009-04-06  Bruno Haible  <bruno@clisp.org>
12439
12440         Avoid test failures on AIX and OSF/1.
12441         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
12442         that malloc(0) = NULL.
12443         * tests/unicase/test-u8-tolower.c (check): Likewise.
12444         * tests/unicase/test-u8-totitle.c (check): Likewise.
12445         * tests/unicase/test-u8-toupper.c (check): Likewise.
12446         * tests/unicase/test-u16-casefold.c (check): Likewise.
12447         * tests/unicase/test-u16-tolower.c (check): Likewise.
12448         * tests/unicase/test-u16-totitle.c (check): Likewise.
12449         * tests/unicase/test-u16-toupper.c (check): Likewise.
12450         * tests/unicase/test-u32-casefold.c (check): Likewise.
12451         * tests/unicase/test-u32-tolower.c (check): Likewise.
12452         * tests/unicase/test-u32-totitle.c (check): Likewise.
12453         * tests/unicase/test-u32-toupper.c (check): Likewise.
12454         * tests/uninorm/test-u8-nfc.c (check): Likewise.
12455         * tests/uninorm/test-u8-nfd.c (check): Likewise.
12456         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
12457         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
12458         * tests/uninorm/test-u16-nfc.c (check): Likewise.
12459         * tests/uninorm/test-u16-nfd.c (check): Likewise.
12460         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
12461         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
12462         * tests/uninorm/test-u32-nfc.c (check): Likewise.
12463         * tests/uninorm/test-u32-nfd.c (check): Likewise.
12464         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
12465         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
12466
12467 2009-04-05  Bruno Haible  <bruno@clisp.org>
12468
12469         Work around an autoconf limitation.
12470         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
12471         comment line if it would be longer than 3 KB.
12472
12473 2009-04-05  Bruno Haible  <bruno@clisp.org>
12474
12475         Avoid test failure with libiconv-1.13.
12476         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
12477         of the expected test results.
12478
12479 2009-04-05  Bruno Haible  <bruno@clisp.org>
12480
12481         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
12482         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
12483         that it should be installed.
12484
12485 2009-04-05  Bruno Haible  <bruno@clisp.org>
12486
12487         * gnulib-tool: New option --copy-file.
12488         (func_usage): Document it.
12489         (func_dest_tmpfilename): Moved out of func_import.
12490         (func_add_file, func_update_file): New functions, extracted from
12491         func_import.
12492         (func_import): Update.
12493
12494 2009-04-05  Karl Berry  <karl@gnu.org>
12495
12496         * README: prominently mention gnulib-tool.
12497         Rearrange sections so getting the code is near the top.
12498
12499 2009-04-05  Bruno Haible  <bruno@clisp.org>
12500
12501         * lib/unicase.h: Mention u*_cmp2.
12502         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
12503         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
12504         * lib/unicase/ulc-casecmp.c: Likewise.
12505         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
12506         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
12507         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
12508         unistr/u8-cmp.
12509         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
12510         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
12511         unistr/u16-cmp.
12512         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
12513         unistr/u32-cmp.
12514
12515         * lib/uninorm.h: Mention u*_cmp2.
12516         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
12517         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
12518         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
12519         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
12520         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
12521         unistr/u8-cmp.
12522         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
12523         unistr/u16-cmp.
12524         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
12525         unistr/u32-cmp.
12526
12527         New module 'unistr/u32-cmp2'.
12528         * lib/unistr/u32-cmp2.c: New file.
12529         * modules/unistr/u32-cmp2: New file.
12530
12531         New module 'unistr/u16-cmp2'.
12532         * lib/unistr/u16-cmp2.c: New file.
12533         * modules/unistr/u16-cmp2: New file.
12534
12535         New module 'unistr/u8-cmp2'.
12536         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
12537         * lib/unistr/u8-cmp2.c: New file.
12538         * lib/unistr/u-cmp2.h: New file.
12539         * modules/unistr/u8-cmp2: New file.
12540
12541 2009-04-05  Bruno Haible  <bruno@clisp.org>
12542
12543         * lib/unictype.h (uc_property_is_valid): New macro.
12544         * tests/unictype/test-pr_byname.c (main): Use it.
12545
12546         * lib/unistr.h: Doc fixes.
12547         * lib/uniconv.h: Doc fixes.
12548         * lib/unictype.h: Doc fixes.
12549
12550 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         Port coreutils 7.2 to Solaris 8.
12553
12554         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
12555         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
12556         for Solaris 8.  This is a bit of a hack, as it means it's the
12557         caller's responsibility to add -lnsl if needed, but most likely it
12558         won't be needed since only getaddrinfo uses this and getaddrinfo
12559         isn't needed on Solaris 8.
12560
12561         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
12562         problem to Solaris 8 encountered with coreutils 7.2, which
12563         resulted in a message "fnmatch.c:292: warning: passing argument 4
12564         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
12565         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
12566
12567 2009-04-03  Simon Josefsson  <simon@josefsson.org>
12568
12569         * m4/ld-version-script.m4: Add FIXME comment.
12570
12571 2009-04-02  Simon Josefsson  <simon@josefsson.org>
12572
12573         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
12574         SOVERSION variable.
12575
12576 2009-04-02  Bruno Haible  <bruno@clisp.org>
12577
12578         * Makefile (info, html, dvi, pdf): Combine the rules.
12579         Suggested by Jim Meyering.
12580
12581 2009-04-01  Bruno Haible  <bruno@clisp.org>
12582
12583         * Makefile (info, html, dvi, pdf): New targets.
12584         Reported by Reuben Thomas <rrt@sc3d.org>.
12585
12586 2009-04-01  Bruno Haible  <bruno@clisp.org>
12587
12588         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
12589         can be put into PATH.
12590         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
12591
12592 2009-04-01  Bruno Haible  <bruno@clisp.org>
12593
12594         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
12595
12596 2009-04-01  Bruno Haible  <bruno@clisp.org>
12597
12598         Rename module 'visibility'.
12599         * modules/lib-symbol-visibility: Renamed from modules/visibility.
12600         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
12601         * doc/gnulib.texi: Update.
12602         * MODULES.html.sh (Misc): Update.
12603         * NEWS: Mention the change.
12604
12605 2009-04-01  Simon Josefsson  <simon@josefsson.org>
12606
12607         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
12608         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
12609         Eric Blake <ebb9@byu.net> for review.
12610         * MODULES.html.sh: Add lib-msvc-compat.
12611         * doc/gnulib.texi: Link to new section.
12612         * m4/ld-output-def.m4: New file.
12613         * doc/ld-output-def.texi: New file.
12614
12615 2009-04-01  Simon Josefsson  <simon@josefsson.org>
12616
12617         Rename ld-version-script to lib-symbol-versions.  Suggested by
12618         Bruno Haible <bruno@clisp.org>.
12619         * modules/ld-version-script: Renamed to lib-symbol-versions.
12620         * doc/ld-version-script.texi: Fix module name.
12621         * MODULES.html.sh: Add lib-symbol-versions.
12622
12623 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12624
12625         * modules/u64-tests: New file.
12626         * tests/test-u64.c: New file.
12627
12628 2009-03-04  Simon Josefsson  <simon@josefsson.org>
12629
12630         * MODULES.html.sh: Mention u64.
12631         * modules/u64: New module.
12632         * modules/crypto/sha512: Depend on u64 module instead of providing
12633         u64.h.
12634
12635 2009-03-27  Eric Blake  <ebb9@byu.net>
12636
12637         test-strerror: make debugging EAI_SYSTEM easier
12638         * modules/getaddrinfo-tests (Depends-on): Add strerror.
12639         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
12640         failure was EAI_SYSTEM.
12641
12642 2009-03-25  Bruno Haible  <bruno@clisp.org>
12643
12644         Fix a problem with --enable-relocatable on Solaris 7.
12645         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
12646         since 2008-02-24.
12647
12648 2009-03-25  Eric Blake  <ebb9@byu.net>
12649
12650         test-sockets: avoid gcc warning
12651         * tests/test-sockets.c (main): Silence compiler warning.
12652
12653 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12654
12655         New modules nproc, pthread, contributed by Glen Lenker.
12656
12657         * MODULES.html.sh: Add pthread, nproc.
12658         * lib/nproc.c: New file.
12659         * lib/nproc.h: New file.
12660         * lib/pthread.in.h: New file.
12661         * m4/pthread.m4: New file.
12662         * modules/nproc: New file.
12663         * modules/pthread: New file.
12664
12665 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12666
12667         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
12668         New variable.
12669
12670 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
12671
12672         filevercmp: handle simple~ and numbered.~3~ backup suffixes
12673         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
12674         * tests/test-filevercmp.c: Add tests for backup suffixes.
12675
12676 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12677
12678         * modules/stdlib (Depends-on): Add stdint, needed when defining
12679         struct random_data on, for example, HP-UX 10.20.  Reported by
12680         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12681
12682 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12683
12684         * lib/readline.c (readline): Call fflush on stdout after printing
12685         prompt.
12686
12687 2009-03-20  Bruno Haible  <bruno@clisp.org>
12688
12689         Remove dependency from 'close' module to -lws2_32 on native Windows.
12690         * lib/close-hook.h: New file.
12691         * lib/close-hook.c: New file.
12692         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
12693         w32sock.h.
12694         (_gl_close_fd_maybe_socket): Remove function.
12695         (rpl_close): Invoke execute_all_close_hooks instead of
12696         _gl_close_fd_maybe_socket.
12697         * lib/sockets.c: Include close-hook.h, w32sock.h.
12698         (close_fd_maybe_socket): New function, essentially from lib/close.c.
12699         (close_sockets_hook): New variable.
12700         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
12701         (gl_sockets_cleanup): Unregister it.
12702         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
12703         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
12704         * modules/close-hook: New file.
12705         * modules/close (Files): Remove lib/w32sock.h.
12706         (Depends-on): Add close-hook.
12707         (Link): Remove section.
12708         * modules/sockets (Files): Add lib/w32sock.h.
12709         (Depends-on): Add close-hook.
12710         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
12711         invocation.
12712         * NEWS: Mention that LIB_CLOSE is gone.
12713
12714 2009-03-23  Eric Blake  <ebb9@byu.net>
12715
12716         signal-tests: test previous patch
12717         * tests/test-signal.c: New file.
12718         * modules/signal-tests: Likewise.
12719
12720         signal.h: always support 'volatile sig_atomic_t'
12721         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
12722         (gl_SIGNAL_H_DEFAULTS): Add a default.
12723         * modules/signal (Makefile.am): Substitute if needed.
12724         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
12725         users can blindly add volatile.
12726         * doc/posix-headers/signal.texi (signal.h): Document it.
12727         Reported by Matthew Woehlke.
12728
12729 2009-03-23  Jim Meyering  <meyering@redhat.com>
12730
12731         pathmax: PATH_MAX: use pathconf only when available
12732         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
12733         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
12734         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
12735         This avoids a link failure in a PSP cross-compilation environment
12736         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
12737
12738         * lib/vasnprintf.c (divide): Fix typo in comment.
12739
12740 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12741
12742         * gnulib-tool (func_filter_filelist): Fix comment.
12743
12744 2009-03-20  Bruno Haible  <bruno@clisp.org>
12745
12746         Make sockets.h self-contained.
12747         * lib/sockets.c: Include sockets.h first.
12748         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
12749
12750 2009-03-19  Eric Blake  <ebb9@byu.net>
12751
12752         doc: mention more functions added in cygwin 1.7.0
12753         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
12754         addition.
12755         * doc/posix-functions/log2f.texi: Likewise.
12756
12757 2009-03-19  Jim Meyering  <meyering@redhat.com>
12758
12759         fsusage: avoid syntax error due to statement-before-declaration
12760         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
12761         after all declarations.  Reported by Matthew Woehlke in
12762         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
12763
12764 2009-03-18  Eric Blake  <ebb9@byu.net>
12765
12766         build-aux/compile: sync from automake
12767         * build-aux/compile: New file, from automake.
12768         * config/srclist.txt: Mention build-aux/compile.
12769
12770 2009-03-17  Bruno Haible  <bruno@clisp.org>
12771
12772         * lib/git-merge-changelog.c: Fix typo in comment.
12773         Reported by Reuben Thomas <rrt@sc3d.org>.
12774
12775 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
12776
12777         * m4/regex.m4: update and improve help for
12778         --without-included-regex.
12779
12780 2009-03-17  Simon Josefsson  <simon@josefsson.org>
12781
12782         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
12783         failure on missing include files.
12784
12785 2009-03-17  Eric Blake  <ebb9@byu.net>
12786
12787         doc: mention more functions added in cygwin 1.7.0
12788         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
12789         addition.
12790         * doc/posix-functions/fwscanf.texi: Likewise.
12791         * doc/posix-functions/swprintf.texi: Likewise.
12792         * doc/posix-functions/swscanf.texi: Likewise.
12793         * doc/posix-functions/vfwprintf.texi: Likewise.
12794         * doc/posix-functions/vfwscanf.texi: Likewise.
12795         * doc/posix-functions/vswprintf.texi: Likewise.
12796         * doc/posix-functions/vswscanf.texi: Likewise.
12797         * doc/posix-functions/vwprintf.texi: Likewise.
12798         * doc/posix-functions/vwscanf.texi: Likewise.
12799         * doc/posix-functions/wcscasecmp.texi: Likewise.
12800         * doc/posix-functions/wcsdup.texi: Likewise.
12801         * doc/posix-functions/wcsftime.texi: Likewise.
12802         * doc/posix-functions/wcsncasecmp.texi: Likewise.
12803         * doc/posix-functions/wprintf.texi: Likewise.
12804         * doc/posix-functions/wscanf.texi: Likewise.
12805         * doc/glibc-functions/gethostbyname2.texi: Likewise.
12806
12807 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12808
12809         maint.mk: really add $(AM_MAKEFLAGS)
12810         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
12811         was inadvertently omitted in the last commit.
12812         Spotted by Bruno Haible.
12813
12814         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
12815         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
12816         $(AM_MAKEFLAGS)' rather than plain `make'.
12817
12818         gnulib-tool: execute $MAKE not make
12819         * gnulib-tool: Default $MAKE to 'make'.
12820         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
12821         than make.  Initialize $MAKE in the do-autobuild script.
12822
12823         gnulib-tool: use $MAKE not make in generated files
12824         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
12825         make, in generated files.  Initialize $MAKE in the do-autobuild
12826         script.
12827
12828         * top/GNUmakefile (_have-git-version-gen): Fix typo.
12829
12830         GNUmakefile: disable parallelism only for multiple, recursive targets
12831         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
12832         additions in the Makefile.
12833         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
12834         by Automake.
12835         (.NOTPARALLEL): Only disable parallel builds if multiple targets
12836         are listed on the command line and at least one of them is
12837         listed in $(ALL_RECURSIVE_TARGETS).
12838
12839 2009-03-14  Bruno Haible  <bruno@clisp.org>
12840
12841         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
12842         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
12843         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
12844         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
12845         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
12846         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
12847         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
12848         unistr/u8-uctomb.
12849         * modules/unistr/u8-strchr (Depends-on): Likewise.
12850         * modules/unistr/u8-strrchr (Depends-on): Likewise.
12851         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
12852         unistr/u16-uctomb.
12853         * modules/unistr/u16-strchr (Depends-on): Likewise.
12854         * modules/unistr/u16-strrchr (Depends-on): Likewise.
12855
12856 2009-03-12  Bruno Haible  <bruno@clisp.org>
12857
12858         Work around select() bug on Interix 3.5.
12859         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
12860         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
12861         * m4/select.m4: New file.
12862         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
12863         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
12864         * modules/select (Files): Add m4/select.m4.
12865         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
12866         * modules/nanosleep (Depends-on): Add select.
12867         * modules/poll (Depends-on): Likewise.
12868         * doc/posix-functions/select.texi: Mention the Interix bug.
12869         Reported by Markus Duft <mduft@gentoo.org>.
12870
12871         * lib/select.c: Renamed from lib/winsock-select.c.
12872         * modules/select (Files): Add lib/select.c, remove
12873         lib/winsock-select.c.
12874         (configure.ac): Update.
12875
12876 2009-03-12  Jim Meyering  <meyering@redhat.com>
12877
12878         avoid gcc warnings about unused macro definitions
12879         * lib/readtokens.c (STREQ): Remove unused definition.
12880         * lib/xmalloc.c (SIZE_MAX): Likewise.
12881         * lib/openat-die.c (N_): Likewise.
12882         * lib/mountlist.c (SIZE_MAX): Remove definition.
12883         Instead, include <stdint.h>.
12884         * lib/readutmp.c: Likewise.
12885         * modules/readutmp (Depends-on): Add stdint.
12886         * modules/mountlist (Depends-on): Add stdint.
12887         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
12888
12889 2009-03-10  Bruno Haible  <bruno@clisp.org>
12890
12891         Tests for module 'mbmemcasecoll'.
12892         * modules/mbmemcasecoll-tests: New file.
12893         * tests/test-mbmemcasecoll1.sh: New file.
12894         * tests/test-mbmemcasecoll2.sh: New file.
12895         * tests/test-mbmemcasecoll3.sh: New file.
12896         * tests/test-mbmemcasecoll.c: New file.
12897
12898         New module 'mbmemcasecoll'.
12899         * lib/mbmemcasecoll.h: New file.
12900         * lib/mbmemcasecoll.c: New file.
12901         * modules/mbmemcasecoll: New file.
12902
12903         * tests/test-mbmemcasecmp.h: New file, extracted from
12904         tests/test-mbmemcasecmp.c.
12905         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
12906         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
12907         (main): Update.
12908         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
12909
12910 2009-03-09  Bruno Haible  <bruno@clisp.org>
12911
12912         Tests for module 'mbmemcasecmp'.
12913         * modules/mbmemcasecmp-tests: New file.
12914         * tests/test-mbmemcasecmp1.sh: New file.
12915         * tests/test-mbmemcasecmp2.sh: New file.
12916         * tests/test-mbmemcasecmp3.sh: New file.
12917         * tests/test-mbmemcasecmp.c: New file.
12918
12919         New module 'mbmemcasecmp'.
12920         * lib/mbmemcasecmp.h: New file.
12921         * lib/mbmemcasecmp.c: New file.
12922         * modules/mbmemcasecmp: New file.
12923
12924 2009-03-09  Bruno Haible  <bruno@clisp.org>
12925
12926         Tests for module 'unicase/ulc-casecoll'.
12927         * modules/unicase/ulc-casecoll-tests: New file.
12928         * tests/unicase/test-ulc-casecoll1.sh: New file.
12929         * tests/unicase/test-ulc-casecoll2.sh: New file.
12930         * tests/unicase/test-ulc-casecoll.c: New file.
12931
12932         New module 'unicase/ulc-casecoll'.
12933         * lib/unicase.h (ulc_casecoll): New declaration.
12934         * lib/unicase/ulc-casecoll.c: New file.
12935         * modules/unicase/ulc-casecoll: New file.
12936
12937         New module 'unicase/ulc-casexfrm'.
12938         * lib/unicase.h (ulc_casexfrm): New declaration.
12939         * lib/unicase/ulc-casexfrm.c: New file.
12940         * modules/unicase/ulc-casexfrm: New file.
12941
12942 2009-03-09  Bruno Haible  <bruno@clisp.org>
12943
12944         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
12945         invocations.
12946
12947         * m4/mbscasecmp.m4: Remove file.
12948         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
12949         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
12950
12951         * m4/mbscasestr.m4: Remove file.
12952         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
12953         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
12954
12955         * m4/mbschr.m4: Remove file.
12956         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
12957         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
12958
12959         * m4/mbscspn.m4: Remove file.
12960         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
12961         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
12962
12963         * m4/mbslen.m4: Remove file.
12964         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
12965         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
12966
12967         * m4/mbsncasecmp.m4: Remove file.
12968         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
12969         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
12970
12971         * m4/mbsnlen.m4: Remove file.
12972         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
12973         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
12974
12975         * m4/mbspbrk.m4: Remove file.
12976         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
12977         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
12978
12979         * m4/mbspcasecmp.m4: Remove file.
12980         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
12981         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
12982
12983         * m4/mbsrchr.m4: Remove file.
12984         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
12985         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
12986
12987         * m4/mbssep.m4: Remove file.
12988         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
12989         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
12990
12991         * m4/mbsspn.m4: Remove file.
12992         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
12993         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
12994
12995         * m4/mbsstr.m4: Remove file.
12996         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
12997         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
12998
12999         * m4/mbstok_r.m4: Remove file.
13000         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
13001         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
13002
13003         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
13004
13005         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
13006         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
13007
13008         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
13009
13010 2009-03-08  Bruno Haible  <bruno@clisp.org>
13011
13012         Tests for module 'unicase/ulc-casecmp'.
13013         * modules/unicase/ulc-casecmp-tests: New file.
13014         * tests/unicase/test-ulc-casecmp1.sh: New file.
13015         * tests/unicase/test-ulc-casecmp2.sh: New file.
13016         * tests/unicase/test-ulc-casecmp.c: New file.
13017
13018         New module 'unicase/ulc-casecmp'.
13019         * lib/unicase.h (ulc_casecmp): New declaration.
13020         * lib/unicase/ulc-casecmp.c: New file.
13021         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
13022         'const SRC_UNIT *'.
13023         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
13024         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
13025         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
13026         * modules/unicase/ulc-casecmp: New file.
13027
13028         Tests for module 'unicase/u32-is-cased'.
13029         * modules/unicase/u32-is-cased-tests: New file.
13030         * tests/unicase/test-u32-is-cased.c: New file.
13031
13032         Tests for module 'unicase/u16-is-cased'.
13033         * modules/unicase/u16-is-cased-tests: New file.
13034         * tests/unicase/test-u16-is-cased.c: New file.
13035
13036         Tests for module 'unicase/u8-is-cased'.
13037         * modules/unicase/u8-is-cased-tests: New file.
13038         * tests/unicase/test-u8-is-cased.c: New file.
13039         * tests/unicase/test-is-cased.h: New file.
13040
13041         New module 'unicase/u32-is-cased'.
13042         * lib/unicase/u32-is-cased.c: New file.
13043         * modules/unicase/u32-is-cased: New file.
13044
13045         New module 'unicase/u16-is-cased'.
13046         * lib/unicase/u16-is-cased.c: New file.
13047         * modules/unicase/u16-is-cased: New file.
13048
13049         New module 'unicase/u8-is-cased'.
13050         * lib/unicase/u8-is-cased.c: New file.
13051         * lib/unicase/u-is-cased.h: New file.
13052         * modules/unicase/u8-is-cased: New file.
13053
13054         Tests for module 'unicase/u32-is-casefolded'.
13055         * modules/unicase/u32-is-casefolded-tests: New file.
13056         * tests/unicase/test-u32-is-casefolded.c: New file.
13057
13058         Tests for module 'unicase/u16-is-casefolded'.
13059         * modules/unicase/u16-is-casefolded-tests: New file.
13060         * tests/unicase/test-u16-is-casefolded.c: New file.
13061
13062         Tests for module 'unicase/u8-is-casefolded'.
13063         * modules/unicase/u8-is-casefolded-tests: New file.
13064         * tests/unicase/test-u8-is-casefolded.c: New file.
13065         * tests/unicase/test-is-casefolded.h: New file.
13066
13067         New module 'unicase/u32-is-casefolded'.
13068         * lib/unicase/u32-is-casefolded.c: New file.
13069         * modules/unicase/u32-is-casefolded: New file.
13070
13071         New module 'unicase/u16-is-casefolded'.
13072         * lib/unicase/u16-is-casefolded.c: New file.
13073         * modules/unicase/u16-is-casefolded: New file.
13074
13075         New module 'unicase/u8-is-casefolded'.
13076         * lib/unicase/u8-is-casefolded.c: New file.
13077         * modules/unicase/u8-is-casefolded: New file.
13078
13079         Tests for module 'unicase/u32-is-titlecase'.
13080         * modules/unicase/u32-is-titlecase-tests: New file.
13081         * tests/unicase/test-u32-is-titlecase.c: New file.
13082
13083         Tests for module 'unicase/u16-is-titlecase'.
13084         * modules/unicase/u16-is-titlecase-tests: New file.
13085         * tests/unicase/test-u16-is-titlecase.c: New file.
13086
13087         Tests for module 'unicase/u8-is-titlecase'.
13088         * modules/unicase/u8-is-titlecase-tests: New file.
13089         * tests/unicase/test-u8-is-titlecase.c: New file.
13090         * tests/unicase/test-is-titlecase.h: New file.
13091
13092         New module 'unicase/u32-is-titlecase'.
13093         * lib/unicase/u32-is-titlecase.c: New file.
13094         * modules/unicase/u32-is-titlecase: New file.
13095
13096         New module 'unicase/u16-is-titlecase'.
13097         * lib/unicase/u16-is-titlecase.c: New file.
13098         * modules/unicase/u16-is-titlecase: New file.
13099
13100         New module 'unicase/u8-is-titlecase'.
13101         * lib/unicase/u8-is-titlecase.c: New file.
13102         * modules/unicase/u8-is-titlecase: New file.
13103
13104         Tests for module 'unicase/u32-is-lowercase'.
13105         * modules/unicase/u32-is-lowercase-tests: New file.
13106         * tests/unicase/test-u32-is-lowercase.c: New file.
13107
13108         Tests for module 'unicase/u16-is-lowercase'.
13109         * modules/unicase/u16-is-lowercase-tests: New file.
13110         * tests/unicase/test-u16-is-lowercase.c: New file.
13111
13112         Tests for module 'unicase/u8-is-lowercase'.
13113         * modules/unicase/u8-is-lowercase-tests: New file.
13114         * tests/unicase/test-u8-is-lowercase.c: New file.
13115         * tests/unicase/test-is-lowercase.h: New file.
13116
13117         New module 'unicase/u32-is-lowercase'.
13118         * lib/unicase/u32-is-lowercase.c: New file.
13119         * modules/unicase/u32-is-lowercase: New file.
13120
13121         New module 'unicase/u16-is-lowercase'.
13122         * lib/unicase/u16-is-lowercase.c: New file.
13123         * modules/unicase/u16-is-lowercase: New file.
13124
13125         New module 'unicase/u8-is-lowercase'.
13126         * lib/unicase/u8-is-lowercase.c: New file.
13127         * modules/unicase/u8-is-lowercase: New file.
13128
13129         Tests for module 'unicase/u32-is-uppercase'.
13130         * modules/unicase/u32-is-uppercase-tests: New file.
13131         * tests/unicase/test-u32-is-uppercase.c: New file.
13132
13133         Tests for module 'unicase/u16-is-uppercase'.
13134         * modules/unicase/u16-is-uppercase-tests: New file.
13135         * tests/unicase/test-u16-is-uppercase.c: New file.
13136
13137         Tests for module 'unicase/u8-is-uppercase'.
13138         * modules/unicase/u8-is-uppercase-tests: New file.
13139         * tests/unicase/test-u8-is-uppercase.c: New file.
13140         * tests/unicase/test-is-uppercase.h: New file.
13141
13142         New module 'unicase/u32-is-uppercase'.
13143         * lib/unicase/u32-is-uppercase.c: New file.
13144         * modules/unicase/u32-is-uppercase: New file.
13145
13146         New module 'unicase/u16-is-uppercase'.
13147         * lib/unicase/u16-is-uppercase.c: New file.
13148         * modules/unicase/u16-is-uppercase: New file.
13149
13150         New module 'unicase/u8-is-uppercase'.
13151         * lib/unicase/u8-is-uppercase.c: New file.
13152         * modules/unicase/u8-is-uppercase: New file.
13153
13154         New module 'unicase/u32-is-invariant'.
13155         * lib/unicase/u32-is-invariant.c: New file.
13156         * modules/unicase/u32-is-invariant: New file.
13157
13158         New module 'unicase/u16-is-invariant'.
13159         * lib/unicase/u16-is-invariant.c: New file.
13160         * modules/unicase/u16-is-invariant: New file.
13161
13162         New module 'unicase/u8-is-invariant'.
13163         * lib/unicase/u8-is-invariant.c: New file.
13164         * lib/unicase/invariant.h: New file.
13165         * lib/unicase/u-is-invariant.h: New file.
13166         * modules/unicase/u8-is-invariant: New file.
13167
13168         Tests for module 'unicase/u32-casecoll'.
13169         * modules/unicase/u32-casecoll-tests: New file.
13170         * tests/unicase/test-u32-casecoll.c: New file.
13171
13172         Tests for module 'unicase/u16-casecoll'.
13173         * modules/unicase/u16-casecoll-tests: New file.
13174         * tests/unicase/test-u16-casecoll.c: New file.
13175
13176         Tests for module 'unicase/u8-casecoll'.
13177         * modules/unicase/u8-casecoll-tests: New file.
13178         * tests/unicase/test-u8-casecoll.c: New file.
13179
13180         New module 'unicase/u32-casecoll'.
13181         * lib/unicase/u32-casecoll.c: New file.
13182         * modules/unicase/u32-casecoll: New file.
13183
13184         New module 'unicase/u16-casecoll'.
13185         * lib/unicase/u16-casecoll.c: New file.
13186         * modules/unicase/u16-casecoll: New file.
13187
13188         New module 'unicase/u8-casecoll'.
13189         * lib/unicase/u8-casecoll.c: New file.
13190         * lib/unicase/u-casecoll.h: New file.
13191         * modules/unicase/u8-casecoll: New file.
13192
13193         New module 'unicase/u32-casexfrm'.
13194         * lib/unicase/u32-casexfrm.c: New file.
13195         * modules/unicase/u32-casexfrm: New file.
13196
13197         New module 'unicase/u16-casexfrm'.
13198         * lib/unicase/u16-casexfrm.c: New file.
13199         * modules/unicase/u16-casexfrm: New file.
13200
13201         New module 'unicase/u8-casexfrm'.
13202         * lib/unicase/u8-casexfrm.c: New file.
13203         * lib/unicase/u-casexfrm.h: New file.
13204         * modules/unicase/u8-casexfrm: New file.
13205
13206         Tests for module 'unicase/u32-casecmp'.
13207         * modules/unicase/u32-casecmp-tests: New file.
13208         * tests/unicase/test-u32-casecmp.c: New file.
13209
13210         Tests for module 'unicase/u16-casecmp'.
13211         * modules/unicase/u16-casecmp-tests: New file.
13212         * tests/unicase/test-u16-casecmp.c: New file.
13213
13214         Tests for module 'unicase/u8-casecmp'.
13215         * modules/unicase/u8-casecmp-tests: New file.
13216         * tests/unicase/test-u8-casecmp.c: New file.
13217         * tests/unicase/test-casecmp.h: New file.
13218
13219         New module 'unicase/u32-casecmp'.
13220         * lib/unicase/u32-casecmp.c: New file.
13221         * modules/unicase/u32-casecmp: New file.
13222
13223         New module 'unicase/u16-casecmp'.
13224         * lib/unicase/u16-casecmp.c: New file.
13225         * modules/unicase/u16-casecmp: New file.
13226
13227         New module 'unicase/u8-casecmp'.
13228         * lib/unicase/u8-casecmp.c: New file.
13229         * lib/unicase/u-casecmp.h: New file.
13230         * modules/unicase/u8-casecmp: New file.
13231
13232         Tests for module 'unicase/u32-casefold'.
13233         * modules/unicase/u32-casefold-tests: New file.
13234         * tests/unicase/test-u32-casefold.c: New file.
13235
13236         Tests for module 'unicase/u16-casefold'.
13237         * modules/unicase/u16-casefold-tests: New file.
13238         * tests/unicase/test-u16-casefold.c: New file.
13239
13240         Tests for module 'unicase/u8-casefold'.
13241         * modules/unicase/u8-casefold-tests: New file.
13242         * tests/unicase/test-u8-casefold.c: New file.
13243
13244         New module 'unicase/u32-casefold'.
13245         * lib/unicase/u32-casefold.c: New file.
13246         * modules/unicase/u32-casefold: New file.
13247
13248         New module 'unicase/u16-casefold'.
13249         * lib/unicase/u16-casefold.c: New file.
13250         * modules/unicase/u16-casefold: New file.
13251
13252         New module 'unicase/u8-casefold'.
13253         * lib/unicase/u8-casefold.c: New file.
13254         * lib/unicase/u-casefold.h: New file.
13255         * modules/unicase/u8-casefold: New file.
13256
13257         New module 'unicase/tocasefold'.
13258         * lib/unicase/casefold.h: New file.
13259         * lib/unicase/tocasefold.c: New file.
13260         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
13261         * modules/unicase/tocasefold: New file.
13262
13263         Tests for module 'unicase/u32-totitle'.
13264         * modules/unicase/u32-totitle-tests: New file.
13265         * tests/unicase/test-u32-totitle.c: New file.
13266
13267         Tests for module 'unicase/u16-totitle'.
13268         * modules/unicase/u16-totitle-tests: New file.
13269         * tests/unicase/test-u16-totitle.c: New file.
13270
13271         Tests for module 'unicase/u8-totitle'.
13272         * modules/unicase/u8-totitle-tests: New file.
13273         * tests/unicase/test-u8-totitle.c: New file.
13274
13275         New module 'unicase/u32-totitle'.
13276         * lib/unicase/u32-totitle.c: New file.
13277         * modules/unicase/u32-totitle: New file.
13278
13279         New module 'unicase/u16-totitle'.
13280         * lib/unicase/u16-totitle.c: New file.
13281         * modules/unicase/u16-totitle: New file.
13282
13283         New module 'unicase/u8-totitle'.
13284         * lib/unicase/u8-totitle.c: New file.
13285         * lib/unicase/u-totitle.h: New file.
13286         * modules/unicase/u8-totitle: New file.
13287
13288         Tests for module 'unicase/u32-tolower'.
13289         * modules/unicase/u32-tolower-tests: New file.
13290         * tests/unicase/test-u32-tolower.c: New file.
13291
13292         Tests for module 'unicase/u16-tolower'.
13293         * modules/unicase/u16-tolower-tests: New file.
13294         * tests/unicase/test-u16-tolower.c: New file.
13295
13296         Tests for module 'unicase/u8-tolower'.
13297         * modules/unicase/u8-tolower-tests: New file.
13298         * tests/unicase/test-u8-tolower.c: New file.
13299
13300         New module 'unicase/u32-tolower'.
13301         * lib/unicase/u32-tolower.c: New file.
13302         * modules/unicase/u32-tolower: New file.
13303
13304         New module 'unicase/u16-tolower'.
13305         * lib/unicase/u16-tolower.c: New file.
13306         * modules/unicase/u16-tolower: New file.
13307
13308         New module 'unicase/u8-tolower'.
13309         * lib/unicase/u8-tolower.c: New file.
13310         * modules/unicase/u8-tolower: New file.
13311
13312         Tests for module 'unicase/u32-toupper'.
13313         * modules/unicase/u32-toupper-tests: New file.
13314         * tests/unicase/test-u32-toupper.c: New file.
13315
13316         Tests for module 'unicase/u16-toupper'.
13317         * modules/unicase/u16-toupper-tests: New file.
13318         * tests/unicase/test-u16-toupper.c: New file.
13319
13320         Tests for module 'unicase/u8-toupper'.
13321         * modules/unicase/u8-toupper-tests: New file.
13322         * tests/unicase/test-u8-toupper.c: New file.
13323
13324         New module 'unicase/u32-toupper'.
13325         * lib/unicase/u32-toupper.c: New file.
13326         * modules/unicase/u32-toupper: New file.
13327
13328         New module 'unicase/u16-toupper'.
13329         * lib/unicase/u16-toupper.c: New file.
13330         * modules/unicase/u16-toupper: New file.
13331
13332         New module 'unicase/u8-toupper'.
13333         * lib/unicase/u8-toupper.c: New file.
13334         * modules/unicase/u8-toupper: New file.
13335
13336         New module 'unicase/u32-casemap'.
13337         * lib/unicase/u32-casemap.c: New file.
13338         * modules/unicase/u32-casemap: New file.
13339
13340         New module 'unicase/u16-casemap'.
13341         * lib/unicase/u16-casemap.c: New file.
13342         * modules/unicase/u16-casemap: New file.
13343
13344         New module 'unicase/u8-casemap'.
13345         * lib/unicase/unicasemap.h: New file.
13346         * lib/unicase/u8-casemap.c: New file.
13347         * lib/unicase/u-casemap.h: New file.
13348         * modules/unicase/u8-casemap: New file.
13349
13350         New module 'unicase/special-casing'.
13351         * lib/unicase/special-casing.h: New file.
13352         * lib/unicase/special-casing.c: New file.
13353         * lib/unicase/special-casing-table.gperf: New file, generated by
13354         gen-uni-tables.c.
13355         * modules/unicase/special-casing: New file.
13356
13357         Tests for module 'unicase/locale-language'.
13358         * modules/unicase/locale-language-tests: New file.
13359         * tests/unicase/test-locale-language.sh: New file.
13360         * tests/unicase/test-locale-language.c: New file.
13361
13362         New module 'unicase/locale-language'.
13363         * lib/unicase/locale-language.c: New file.
13364         * lib/unicase/locale-languages.gperf: New file.
13365         * modules/unicase/locale-language: New file.
13366
13367         Generate more tables for case conversion and case folding.
13368         * lib/gen-uni-tables.c (SCC_*): New enum items.
13369         (struct special_casing_rule): New type.
13370         (casing_rules, num_casing_rules, allocated_casing_rules): New
13371         variables.
13372         (add_casing_rule, fill_casing_rules): New functions.
13373         (struct casefold_rule): New type.
13374         (casefolding_rules, num_casefolding_rules,
13375         allocated_casefolding_rules): New variables.
13376         (fill_casefolding_rules): New function.
13377         (unicode_casefold): New variable.
13378         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
13379         sort_casing_rules, output_casing_rules): New functions.
13380         (main): Accept to more arguments: SpecialCasing.txt and
13381         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
13382         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
13383         Output mapping for casefolding.
13384
13385         * lib/unicase.h: Include stdbool.h, uninorm.h.
13386         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
13387         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
13388         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
13389         arguments.
13390         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
13391         resultp arguments.
13392         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
13393         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
13394         resultp arguments.
13395         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
13396         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
13397         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
13398         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
13399         declarations.
13400         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
13401
13402 2009-03-08  Bruno Haible  <bruno@clisp.org>
13403
13404         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13405         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
13406         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
13407         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13408
13409 2009-03-07  Bruno Haible  <bruno@clisp.org>
13410
13411         Adjust u*_normcmp, u*_normcoll API.
13412         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13413         u16_normcoll, u32_normcoll): Change failure conventions.
13414         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
13415         errno and return -1.
13416         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13417
13418 2009-03-07  Bruno Haible  <bruno@clisp.org>
13419
13420         Tests for module 'uninorm/u32-normcoll'.
13421         * modules/uninorm/u32-normcoll-tests: New file.
13422         * tests/uninorm/test-u32-normcoll.c: New file.
13423
13424         Tests for module 'uninorm/u16-normcoll'.
13425         * modules/uninorm/u16-normcoll-tests: New file.
13426         * tests/uninorm/test-u16-normcoll.c: New file.
13427
13428         Tests for module 'uninorm/u8-normcoll'.
13429         * modules/uninorm/u8-normcoll-tests: New file.
13430         * tests/uninorm/test-u8-normcoll.c: New file.
13431
13432 2009-03-07  Bruno Haible  <bruno@clisp.org>
13433
13434         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
13435         tests/uninorm/test-u32-normcmp.c.
13436         * tests/uninorm/test-u32-normcmp.c: Include it.
13437         (test_nonascii): New function, extracted from main. Add some more
13438         tests.
13439         (main): Invoke test_ascii and test_nonascii.
13440         * modules/uninorm/u32-normcmp-tests (Files): Add
13441         tests/uninorm/test-u32-normcmp.h.
13442         (Depends-on): Remove uninorm/u32-normcmp.
13443
13444         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
13445         tests/uninorm/test-u16-normcmp.c.
13446         * tests/uninorm/test-u16-normcmp.c: Include it.
13447         (test_nonascii): New function, extracted from main. Add some more
13448         tests.
13449         (main): Invoke test_ascii and test_nonascii.
13450         * modules/uninorm/u16-normcmp-tests (Files): Add
13451         tests/uninorm/test-u16-normcmp.h.
13452         (Depends-on): Remove uninorm/u16-normcmp.
13453
13454         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
13455         tests/uninorm/test-u8-normcmp.c.
13456         * tests/uninorm/test-u8-normcmp.c: Include it.
13457         (test_nonascii): New function, extracted from main. Add some more
13458         tests.
13459         (main): Invoke test_ascii and test_nonascii.
13460         * modules/uninorm/u8-normcmp-tests (Files): Add
13461         tests/uninorm/test-u8-normcmp.h.
13462         (Depends-on): Remove uninorm/u8-normcmp.
13463
13464 2009-03-07  Bruno Haible  <bruno@clisp.org>
13465
13466         New module 'uninorm/u32-normcoll'.
13467         * lib/uninorm/u32-normcoll.c: New file.
13468         * modules/uninorm/u32-normcoll: New file.
13469
13470         New module 'uninorm/u16-normcoll'.
13471         * lib/uninorm/u16-normcoll.c: New file.
13472         * modules/uninorm/u16-normcoll: New file.
13473
13474         New module 'uninorm/u8-normcoll'.
13475         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
13476         declarations.
13477         * lib/uninorm/u8-normcoll.c: New file.
13478         * lib/uninorm/u-normcoll.h: New file.
13479         * modules/uninorm/u8-normcoll: New file.
13480
13481         New module 'uninorm/u32-normxfrm'.
13482         * lib/uninorm/u32-normxfrm.c: New file.
13483         * modules/uninorm/u32-normxfrm: New file.
13484
13485         New module 'uninorm/u16-normxfrm'.
13486         * lib/uninorm/u16-normxfrm.c: New file.
13487         * modules/uninorm/u16-normxfrm: New file.
13488
13489         New module 'uninorm/u8-normxfrm'.
13490         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
13491         declarations.
13492         * lib/uninorm/u8-normxfrm.c: New file.
13493         * lib/uninorm/u-normxfrm.h: New file.
13494         * modules/uninorm/u8-normxfrm: New file.
13495
13496 2009-03-07  Bruno Haible  <bruno@clisp.org>
13497
13498         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
13499         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
13500         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
13501
13502 2009-03-07  Bruno Haible  <bruno@clisp.org>
13503
13504         New module 'memxfrm'.
13505         * lib/memxfrm.h: New file.
13506         * lib/memxfrm.c: New file.
13507         * modules/memxfrm: New file.
13508
13509 2009-03-07  Bruno Haible  <bruno@clisp.org>
13510
13511         New module 'memcmp2'.
13512         * lib/memcmp2.h: New file.
13513         * lib/memcmp2.c: New file.
13514         * modules/memcmp2: New file.
13515
13516 2009-03-07  Bruno Haible  <bruno@clisp.org>
13517
13518         Tests for module 'uninorm/decomposing-form'.
13519         * modules/uninorm/decomposing-form-tests: New file.
13520         * tests/uninorm/test-decomposing-form.c: New file.
13521
13522         New module 'uninorm/decomposing-form'.
13523         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
13524         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
13525         Add 'decomposing_variant' field.
13526         * lib/uninorm/decomposing-form.c: New file.
13527         * lib/uninorm/nfc.c (uninorm_nfc): Update.
13528         * lib/uninorm/nfd.c (uninorm_nfd): Update.
13529         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
13530         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
13531         * modules/uninorm/decomposing-form: New file.
13532         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
13533         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
13534
13535 2009-03-07  Bruno Haible  <bruno@clisp.org>
13536
13537         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
13538         strings.
13539
13540 2009-03-06  Bruno Haible  <bruno@clisp.org>
13541
13542         Tests for module 'uninorm/u32-normcmp'.
13543         * tests/uninorm/test-u32-normcmp.c: New file.
13544         * modules/uninorm/u32-normcmp-tests: New file.
13545
13546         Tests for module 'uninorm/u16-normcmp'.
13547         * tests/uninorm/test-u16-normcmp.c: New file.
13548         * modules/uninorm/u16-normcmp-tests: New file.
13549
13550         Tests for module 'uninorm/u8-normcmp'.
13551         * tests/uninorm/test-u8-normcmp.c: New file.
13552         * modules/uninorm/u8-normcmp-tests: New file.
13553
13554         New module 'uninorm/u32-normcmp'.
13555         * lib/uninorm/u32-normcmp.c: New file.
13556         * modules/uninorm/u32-normcmp: New file.
13557
13558         New module 'uninorm/u16-normcmp'.
13559         * lib/uninorm/u16-normcmp.c: New file.
13560         * modules/uninorm/u16-normcmp: New file.
13561
13562         New module 'uninorm/u8-normcmp'.
13563         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
13564         declarations.
13565         * lib/uninorm/u8-normcmp.c: New file.
13566         * lib/uninorm/u-normcmp.h: New file.
13567         * modules/uninorm/u8-normcmp: New file.
13568
13569 2009-03-06  Bruno Haible  <bruno@clisp.org>
13570
13571         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
13572         Reported by Eric Blake.
13573
13574 2009-03-06  Eric Blake  <ebb9@byu.net>
13575             Bruno Haible  <bruno@clisp.org>
13576
13577         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
13578         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
13579         condition.
13580         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
13581         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
13582         condition.
13583         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
13584
13585 2009-03-06  Eric Blake  <ebb9@byu.net>
13586
13587         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
13588         to avoid compiler warnings.
13589         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
13590
13591 2009-03-05  Bruno Haible  <bruno@clisp.org>
13592
13593         * tests/test-ftell.c (main): Disable test beyond end of file on
13594         FreeMiNT.
13595         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
13596
13597 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
13598
13599         * lib/filevercmp.c: Move hidden files up in ordering.
13600         * tests/test-filevercmp.c: Add tests for hidden files.
13601
13602 2009-03-04  Bruno Haible  <bruno@clisp.org>
13603
13604         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
13605         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
13606         AM_CFLAGS.
13607         Reported by Simon Josefsson.
13608
13609 2009-03-03  Bruno Haible  <bruno@clisp.org>
13610
13611         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
13612         Reported by Simon Josefsson.
13613
13614         * doc/ld-version-script.texi: Update node reference.
13615
13616 2009-03-03  Bruno Haible  <bruno@clisp.org>
13617
13618         * modules/visibility (License): Change to 'unlimited'.
13619         Suggested by Simon Josefsson.
13620
13621 2009-03-03  Jim Meyering  <meyering@redhat.com>
13622
13623         unlinkdir: cannot_unlink_dir may modify process state
13624         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
13625         it's neither thread-safe nor appropriate for use in a library.
13626
13627 2009-03-03  Eric Blake  <ebb9@byu.net>
13628
13629         test-closein: silence test under Darwin
13630         * tests/test-closein.sh: Ignore stderr from cat, since we don't
13631         care if it dies from EPIPE or EBADF.
13632
13633 2009-03-03  Bruno Haible  <bruno@clisp.org>
13634
13635         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
13636         earlier.
13637         * doc/visibility.texi: Fix @node and @section.
13638
13639 2009-03-03  Simon Josefsson  <simon@josefsson.org>
13640
13641         * doc/gnulib.texi: Link to sections for ld version script and
13642         visibility.
13643         * doc/visibility.texi: Add @node and @section.
13644         * modules/ld-version-script: New module.
13645         * m4/ld-version-script.m4: New file.
13646         * doc/ld-version-script.texi: New file.
13647
13648 2009-03-02  David Lutterkort  <lutter@redhat.com>
13649
13650         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
13651         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13652
13653 2009-03-02  Bruno Haible  <bruno@clisp.org>
13654
13655         * doc/visibility.texi: Mention libtool's -export-symbols option.
13656
13657 2009-03-02  Jim Meyering  <meyering@redhat.com>
13658
13659         announce-gen: new option: --no-print-checksums
13660         * build-aux/announce-gen (usage): Describe it.
13661         (print_checksums): Print a newline here, not in the [*] footnote.
13662         (main): Honor it.
13663
13664 2009-03-01  Bruno Haible  <bruno@clisp.org>
13665
13666         Use socklen_t in the native Windows replacements prototypes.
13667         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
13668         instead of 'int'.
13669         * lib/getsockopt.c (rpl_getsockopt): Likewise.
13670         * lib/setsockopt.c (rpl_setsockopt): Likewise.
13671         * modules/getsockopt (Depends-on): Add socklen.
13672         * modules/setsockopt (Depends-on): Add socklen.
13673
13674 2009-03-01  Bruno Haible  <bruno@clisp.org>
13675
13676         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
13677         least 4.2.
13678
13679 2009-03-01  Eric Blake  <ebb9@byu.net>
13680             Bruno Haible  <bruno@clisp.org>
13681
13682         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
13683         error messages.
13684         * lib/wait-process.c (wait_subprocess): Omit error message about
13685         deadly signal sent to the child of termsigp != NULL.
13686
13687 2009-03-01  Eric Blake  <ebb9@byu.net>
13688
13689         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
13690
13691 2009-03-01  Bruno Haible  <bruno@clisp.org>
13692
13693         Avoid a gcc warning.
13694         * tests/test-sched.c (b): Make global.
13695         Reported by Eric Blake.
13696
13697 2009-01-19  Martin Lambers  <marlam@marlam.de>
13698
13699         Provide POSIX semantics for socket timeout options on W32.
13700         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
13701         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
13702         * modules/setsockopt: Depend on sys_time module for struct timeval.
13703         * modules/getsockopt: Depend on sys_time module for struct timeval.
13704
13705 2009-03-01  Simon Josefsson  <simon@josefsson.org>
13706
13707         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
13708         __USE_GNU, for consistency with netdb.in.h.
13709         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13710
13711 2009-03-01  Bruno Haible  <bruno@clisp.org>
13712
13713         More support for FreeMiNT.
13714         * lib/fseeko.c (rpl_fseeko): Complete last commit.
13715         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13716
13717 2009-03-01  Bruno Haible  <bruno@clisp.org>
13718
13719         More support for FreeMiNT.
13720         * lib/fpurge.c (fpurge): Correct last commit.
13721         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13722
13723 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13724
13725         Fix unportable awk script in vc-list-files.
13726         * build-aux/vc-list-files: In the replacement awk script, use
13727         substr with a second argument of 1, not zero.
13728         Report by Simon Josefsson.
13729
13730 2009-02-28  Bruno Haible  <bruno@clisp.org>
13731
13732         More support for FreeMiNT.
13733         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
13734         to FreeMiNT today.
13735         * lib/fwriting.c (fwriting): Likewise.
13736         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
13737
13738 2009-02-28  Bruno Haible  <bruno@clisp.org>
13739
13740         * tests/test-freadseek.c (main): Disable test beyond end of file on
13741         FreeMiNT.
13742         * tests/test-ftello.c (main): Likewise.
13743         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
13744
13745 2009-02-28  Bruno Haible  <bruno@clisp.org>
13746
13747         Add tentative support for FreeMiNT.
13748         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
13749         * lib/fpurge.c (fpurge): Likewise.
13750         * lib/freadable.c (freadable): Likewise.
13751         * lib/freading.c (freading): Likewise.
13752         * lib/freadptr.c (freadptr): Likewise.
13753         * lib/freadseek.c (freadptrinc): Likewise.
13754         * lib/fseeko.c (rpl_fseeko): Likewise.
13755         * lib/fseterr.c (fseterr): Likewise.
13756         * lib/fwritable.c (fwritable): Likewise.
13757         * lib/fwriting.c (fwriting): Likewise.
13758         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
13759         Hourihane.
13760         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13761
13762 2009-02-28  Bruno Haible  <bruno@clisp.org>
13763
13764         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
13765         SIGCHLD.
13766         Reported by Jim Meyering.
13767
13768 2009-02-28  Bruno Haible  <bruno@clisp.org>
13769
13770         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
13771         Mention the results of these tests on various platforms.
13772         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
13773         order.
13774         * doc/posix-functions/printf.texi: Likewise.
13775         * doc/posix-functions/snprintf.texi: Likewise.
13776         * doc/posix-functions/sprintf.texi: Likewise.
13777         * doc/posix-functions/vfprintf.texi: Likewise.
13778         * doc/posix-functions/vprintf.texi: Likewise.
13779         * doc/posix-functions/vsnprintf.texi: Likewise.
13780         * doc/posix-functions/vsprintf.texi: Likewise.
13781         * doc/glibc-functions/obstack_printf.texi: Likewise.
13782         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
13783
13784 2009-02-28  Bruno Haible  <bruno@clisp.org>
13785
13786         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
13787         Reported by Loïc Minier <lool@dooz.org>.
13788
13789 2009-02-27  Bruno Haible  <bruno@clisp.org>
13790
13791         * gnulib-tool (func_import): Make the sed expression used to create the
13792         sed script for updating the .gitignore file POSIX compliant.
13793         Reported by Eric Blake.
13794
13795 2009-02-27  Bruno Haible  <bruno@clisp.org>
13796
13797         * gnulib-tool (sed): Don't alias as "sed --posix".
13798         Reported by Eric Blake.
13799
13800 2009-02-27  Bruno Haible  <bruno@clisp.org>
13801
13802         Avoid test link errors.
13803         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
13804         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
13805         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
13806         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
13807         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13808
13809 2009-02-27  Bruno Haible  <bruno@clisp.org>
13810
13811         Avoid spurious "(cached)" in configure output.
13812         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
13813         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
13814         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13815         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13816         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13817         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
13818         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13819         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
13820         Reported by Eric Blake.
13821
13822 2009-02-27  Eric Blake  <ebb9@byu.net>
13823
13824         printf: fix regression in previous patch
13825         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
13826
13827 2009-02-27  Bruno Haible  <bruno@clisp.org>
13828
13829         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
13830         value.
13831         * lib/stdint.in.h: Likewise.
13832         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
13833
13834 2009-02-27  Eric Blake  <ebb9@byu.net>
13835
13836         doc: mention more functions added in cygwin 1.7.0
13837         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
13838         addition.
13839         * doc/posix-functions/open_wmemstream.texi: Likewise.
13840         * doc/posix-functions/wcsnlen.texi: Likewise.
13841         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13842         * doc/posix-functions/wcstod.texi: Likewise.
13843         * doc/posix-functions/wcstof.texi: Likewise.
13844         * doc/posix-functions/wcstoimax.texi: Likewise.
13845         * doc/posix-functions/wcstok.texi: Likewise.
13846         * doc/posix-functions/wcstoumax.texi: Likewise.
13847
13848         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
13849         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
13850         * doc/posix-functions/fprintf.texi: Update.
13851         * doc/posix-functions/printf.texi: Update.
13852         * doc/posix-functions/snprintf.texi: Update.
13853         * doc/posix-functions/sprintf.texi: Update.
13854         * doc/posix-functions/vfprintf.texi: Update.
13855         * doc/posix-functions/vprintf.texi: Update.
13856         * doc/posix-functions/vsnprintf.texi: Update.
13857         * doc/posix-functions/vsprintf.texi: Update.
13858         * doc/glibc-functions/obstack_printf.texi: Update.
13859         * doc/glibc-functions/obstack_vprintf.texi: Update.
13860
13861 2009-02-26  Eric Blake  <ebb9@byu.net>
13862
13863         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
13864         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
13865         compilation bug by using runtime conversion.
13866         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
13867         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
13868         * modules/ceill-tests (Files): Use nan.h.
13869         * modules/floorl-tests (Files): Likewise.
13870         * modules/frexpl-tests (Files): Likewise.
13871         * modules/isnanl-tests (Files): Likewise.
13872         * modules/ldexpl-tests (Files): Likewise.
13873         * modules/roundl-tests (Files): Likewise.
13874         * modules/truncl-tests (Files): Likewise.
13875         * tests/test-ceill.c (main): Use a working NaN.
13876         * tests/test-floorl.c (main): Likewise.
13877         * tests/test-frexpl.c (main): Likewise.
13878         * tests/test-isnan.c (test_long_double): Likewise.
13879         * tests/test-isnanl.h (main): Likewise.
13880         * tests/test-ldexpl.h (main): Likewise.
13881         * tests/test-roundl.h (main): Likewise.
13882         * tests/test-truncl.h (main): Likewise.
13883         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
13884
13885 2009-02-26  Eric Blake  <ebb9@byu.net>
13886             Bruno Haible  <bruno@clisp.org>
13887
13888         Work around a *printf bug with %ls on Solaris.
13889         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
13890         precision is specified, sprintf stops converting the wide string
13891         argument when the number of bytes that have been produced by this
13892         conversion equals or exceeds the precision.
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         stdlib: favor compiler check of random.h
13907         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
13908         to avoid an ObjC random.h installed by Swarm.
13909
13910 2009-02-26  Bruno Haible  <bruno@clisp.org>
13911
13912         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
13913         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
13914         Reported by Gary V. Vaughan <gary@gnu.org>.
13915
13916 2009-02-26  Bruno Haible  <bruno@clisp.org>
13917
13918         Fix *printf behaviour regarding the %ls directive.
13919         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
13920         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
13921         NEED_PRINTF_DIRECTIVE_LS.
13922         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
13923         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13924         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13925         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
13926         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
13927         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
13928         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
13929         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13930         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13931         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13932         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13933         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
13934         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13935         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13936         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13937         * doc/posix-functions/fprintf.texi: Update.
13938         * doc/posix-functions/printf.texi: Update.
13939         * doc/posix-functions/snprintf.texi: Update.
13940         * doc/posix-functions/sprintf.texi: Update.
13941         * doc/posix-functions/vfprintf.texi: Update.
13942         * doc/posix-functions/vprintf.texi: Update.
13943         * doc/posix-functions/vsnprintf.texi: Update.
13944         * doc/posix-functions/vsprintf.texi: Update.
13945         * doc/glibc-functions/obstack_printf.texi: Update.
13946         * doc/glibc-functions/obstack_vprintf.texi: Update.
13947         Reported by Eric Blake.
13948
13949 2009-02-25  Bruno Haible  <bruno@clisp.org>
13950
13951         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
13952         with known value.
13953         Reported by Gary V. Vaughan <gary@gnu.org>.
13954
13955 2009-02-25  Bruno Haible  <bruno@clisp.org>
13956
13957         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
13958         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
13959         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
13960         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
13961         Reported by Gary V. Vaughan <gary@gnu.org>.
13962
13963 2009-02-25  Bruno Haible  <bruno@clisp.org>
13964
13965         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
13966         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
13967         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
13968         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
13969         Reported by Gary V. Vaughan <gary@gnu.org>.
13970
13971 2009-02-25  Eric Blake  <ebb9@byu.net>
13972
13973         tests: skip fseek/ftell tests if ungetc is broken
13974         * m4/ungetc.m4: New file.
13975         * modules/fseek-tests: Split test, so ungetc dependency is
13976         separate from rest of test.
13977         * modules/fseeko-tests: Likewise.
13978         * modules/ftell-tests: Likewise.
13979         * modules/ftello-tests: Likewise.
13980         * tests/test-fseek.c (main): Isolate ungetc dependency.
13981         * tests/test-fseeko.c (main): Likewise.
13982         * tests/test-ftell.c (main): Likewise.
13983         * tests/test-ftello.c (main): Likewise.
13984         * tests/test-fseek2.sh: New file.
13985         * tests/test-fseeko2.sh: Likewise.
13986         * tests/test-ftell2.sh: Likewise.
13987         * tests/test-ftello2.sh: Likewise.
13988
13989 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
13990
13991         test-getaddrinfo: fix usage of skip return code 77
13992         * tests/test-gettaddrinfo.c: Return skip code 77 only
13993         for first occurance of skip (4x77 is not 77)
13994
13995 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
13996
13997         strtod: avoid C99 decl-after-statement
13998         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
13999
14000 2009-02-24  Eric Blake  <ebb9@byu.net>
14001
14002         strtod: detect HP-UX 11.31 bug
14003         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
14004         Reported by Gary V. Vaughan.
14005
14006 2009-02-23  Bruno Haible  <bruno@clisp.org>
14007
14008         Fix invalid read past end of memory block.
14009         * lib/vasnprintf.c (DCHAR_SET): Define.
14010         (local_wcslen): Define only when needed.
14011         (local_strnlen, local_wcsnlen): New functions.
14012         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
14013         directives that involve a conversion ourselves.
14014         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
14015         wcsnlen, mbrtowc, wcrtomb.
14016         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
14017         * tests/test-vasprintf-posix.c (test_function): Likewise.
14018         * tests/test-snprintf-posix.h (test_function): Likewise.
14019         * tests/test-sprintf-posix.h (test_function): Likewise.
14020         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14021
14022 2009-02-22  Bruno Haible  <bruno@clisp.org>
14023
14024         Implement new clarified decomposition of Hangul syllables.
14025         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
14026         of type LTV, return only a pairwise decomposition.
14027         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
14028         Likewise.
14029         * tests/uninorm/test-decomposition.c (main): Updated expected result.
14030         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
14031         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
14032
14033 2009-02-22  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
14036         zero-length results and shrink excess allocated memory.
14037         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
14038         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
14039         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
14040         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
14041         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
14042         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
14043         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
14044         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
14045         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
14046         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
14047         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
14048         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
14049
14050 2009-02-21  Bruno Haible  <bruno@clisp.org>
14051
14052         * doc/gnulib.texi: Include safe-alloc.texi earlier.
14053         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
14054         spaces after a period. Put a space between a macro name and its
14055         argument list. Trivial rewordings.
14056         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
14057         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
14058         (main): Return 0 explicitly.
14059
14060 2009-02-21  Bruno Haible  <bruno@clisp.org>
14061
14062         Tests for module 'uninorm/filter'.
14063         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
14064         * modules/uninorm/filter-tests: New file.
14065
14066         New module 'uninorm/filter'.
14067         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
14068         uninorm_filter_flush, uninorm_filter_free): New declarations.
14069         * lib/uninorm/uninorm-filter.c: New file.
14070         * modules/uninorm/filter: New file.
14071
14072 2009-02-21  Bruno Haible  <bruno@clisp.org>
14073
14074         Tests for module 'uninorm/nfkc'.
14075         * tests/uninorm/test-nfkc.c: New file.
14076         * tests/uninorm/test-u8-nfkc.c: New file.
14077         * tests/uninorm/test-u16-nfkc.c: New file.
14078         * tests/uninorm/test-u32-nfkc.c: New file.
14079         * tests/uninorm/test-u32-nfkc-big.sh: New file.
14080         * tests/uninorm/test-u32-nfkc-big.c: New file.
14081         * modules/uninorm/nfkc-tests: New file.
14082
14083         New module 'uninorm/nfkc'.
14084         * lib/uninorm/nfkc.c: New file.
14085         * modules/uninorm/nfkc: New file.
14086
14087         Tests for module 'uninorm/nfkd'.
14088         * tests/uninorm/test-nfkd.c: New file.
14089         * tests/uninorm/test-u8-nfkd.c: New file.
14090         * tests/uninorm/test-u16-nfkd.c: New file.
14091         * tests/uninorm/test-u32-nfkd.c: New file.
14092         * tests/uninorm/test-u32-nfkd-big.sh: New file.
14093         * tests/uninorm/test-u32-nfkd-big.c: New file.
14094         * modules/uninorm/nfkd-tests: New file.
14095
14096         New module 'uninorm/nfkd'.
14097         * lib/uninorm/nfkd.c: New file.
14098         * modules/uninorm/nfkd: New file.
14099
14100         Tests for module 'uninorm/nfc'.
14101         * tests/uninorm/test-nfc.c: New file.
14102         * tests/uninorm/test-u8-nfc.c: New file.
14103         * tests/uninorm/test-u16-nfc.c: New file.
14104         * tests/uninorm/test-u32-nfc.c: New file.
14105         * tests/uninorm/test-u32-nfc-big.sh: New file.
14106         * tests/uninorm/test-u32-nfc-big.c: New file.
14107         * modules/uninorm/nfc-tests: New file.
14108
14109         New module 'uninorm/nfc'.
14110         * lib/uninorm/nfc.c: New file.
14111         * modules/uninorm/nfc: New file.
14112
14113         Tests for module 'uninorm/nfd'.
14114         * tests/uninorm/test-nfd.c: New file.
14115         * tests/uninorm/test-u8-nfd.c: New file.
14116         * tests/uninorm/test-u16-nfd.c: New file.
14117         * tests/uninorm/test-u32-nfd.c: New file.
14118         * tests/uninorm/test-u32-nfd-big.sh: New file.
14119         * tests/uninorm/test-u32-nfd-big.c: New file.
14120         * tests/uninorm/test-u32-normalize-big.h: New file.
14121         * tests/uninorm/test-u32-normalize-big.c: New file.
14122         * tests/uninorm/NormalizationTest.txt: New file, created from
14123         Unicode 5.1.0 NormalizationTest.txt.
14124         * modules/uninorm/nfd-tests: New file.
14125
14126         New module 'uninorm/nfd'.
14127         * lib/uninorm/nfd.c: New file.
14128         * modules/uninorm/nfd: New file.
14129
14130         New module 'uninorm/u32-normalize'.
14131         * lib/uninorm/u32-normalize.c: New file.
14132         * modules/uninorm/u32-normalize: New file.
14133
14134         New module 'uninorm/u16-normalize'.
14135         * lib/uninorm/u16-normalize.c: New file.
14136         * modules/uninorm/u16-normalize: New file.
14137
14138         New module 'uninorm/u8-normalize'.
14139         * lib/uninorm/u8-normalize.c: New file.
14140         * lib/uninorm/normalize-internal.h: New file.
14141         * lib/uninorm/u-normalize-internal.h: New file.
14142         * modules/uninorm/u8-normalize: New file.
14143
14144         New module 'uninorm/decompose-internal'.
14145         * lib/uninorm/decompose-internal.c: New file.
14146         * modules/uninorm/decompose-internal: New file.
14147
14148         Tests for module 'uninorm/composition'.
14149         * tests/uninorm/test-composition.c: New file.
14150         * modules/uninorm/composition-tests: New file.
14151
14152         New module 'uninorm/composition'.
14153         * lib/uninorm/composition.c: New file.
14154         * lib/uninorm/composition-table.gperf: New file, generated by
14155         gen-uni-tables.
14156         * modules/uninorm/composition: New file.
14157
14158         Tests for module 'uninorm/compat-decomposition'.
14159         * tests/uninorm/test-compat-decomposition.c: New file.
14160         * modules/uninorm/compat-decomposition-tests: New file.
14161
14162         New module 'uninorm/compat-decomposition'.
14163         * lib/uninorm/decompose-internal.h: New file.
14164         * lib/uninorm/compat-decomposition.c: New file.
14165         * modules/uninorm/compat-decomposition: New file.
14166
14167         Tests for module 'uninorm/canonical-decomposition'.
14168         * tests/uninorm/test-canonical-decomposition.c: New file.
14169         * modules/uninorm/canonical-decomposition-tests: New file.
14170
14171         New module 'uninorm/canonical-decomposition'.
14172         * lib/uninorm/canonical-decomposition.c: New file.
14173         * modules/uninorm/canonical-decomposition: New file.
14174
14175         Tests for module 'uninorm/decomposition'.
14176         * tests/uninorm/test-decomposition.c: New file.
14177         * modules/uninorm/decomposition-tests: New file.
14178
14179         New module 'uninorm/decomposition'.
14180         * lib/uninorm/decomposition.c: New file.
14181         * modules/uninorm/decomposition: New file.
14182
14183         New module 'uninorm/decomposition-table'.
14184         * lib/uninorm/decomposition-table.h: New file.
14185         * lib/uninorm/decomposition-table.c: New file.
14186         * lib/uninorm/decomposition-table1.h: New file, generated by
14187         gen-uni-tables.
14188         * lib/uninorm/decomposition-table2.h: New file, generated by
14189         gen-uni-tables.
14190         * modules/uninorm/decomposition-table: New file.
14191
14192         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
14193         (UC_DECOMP_*): New enumeration items.
14194         (get_decomposition): New function.
14195         (struct decomp_table): New type.
14196         (output_decomposition, output_decomposition_tables): New functions.
14197         (unicode_composition_exclusions): New variable.
14198         (fill_composition_exclusions, debug_output_composition_tables): New
14199         functions.
14200         (main): Accept one more argument. Invoke fill_composition_exclusions.
14201         Output decomposition and composition tables.
14202
14203         New module 'uninorm/base'.
14204         * lib/uninorm.h: New file.
14205         * lib/unictype.h: Update comment.
14206         * modules/uninorm/base: New file.
14207
14208 2009-02-21  David Lutterkort  <lutter@redhat.com>
14209
14210         Tests for module 'safe-alloc'.
14211         * tests/test-safe-alloc.c: New file.
14212         * modules/safe-alloc-tests: New file.
14213
14214         New module 'safe-alloc'.
14215         * lib/safe-alloc.h: New file.
14216         * lib/safe-alloc.c: New file.
14217         * m4/safe-alloc.m4: New file.
14218         * modules/safe-alloc: New file.
14219         * doc/safe-alloc.texi: New file.
14220         * doc/gnulib.texi: Include it.
14221         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
14222         safe-alloc.
14223
14224 2009-02-18  Bruno Haible  <bruno@clisp.org>
14225
14226         Fix link error on non-glibc systems.
14227         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
14228         variable.
14229         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14230
14231 2009-02-18  Jim Meyering  <meyering@redhat.com>
14232
14233         fts: avoid used-uninitialized error due to recent change
14234         * lib/fts.c (fts_read): Guard uses of the new member,
14235         parent->fts_n_dirs_remaining, since it's not relevant for
14236         the parent of a directory specified on the command-line.
14237
14238 2009-02-17  James Youngman  <jay@gnu.org>
14239             Bruno Haible  <bruno@clisp.org>
14240
14241         * m4/include_next.m4: Reformulate comment.
14242
14243 2009-02-16  Jim Meyering  <meyering@redhat.com>
14244
14245         fts: add #if guards so that the fts_lgpl module still builds
14246         * lib/fts.c: Guard just-added hash-table-using parts with
14247         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
14248         Reported by Simon Josefsson.
14249
14250 2009-02-15  Bruno Haible  <bruno@clisp.org>
14251
14252         * modules/array-mergesort-tests: New file.
14253         * tests/test-array-mergesort.c: New file.
14254
14255         New module 'array-mergesort'.
14256         * modules/array-mergesort: New file.
14257         * lib/array-mergesort.h: New file.
14258
14259 2009-02-15  Bruno Haible  <bruno@clisp.org>
14260
14261         Fix 2009-02-07 commit.
14262         * lib/gen-uni-tables.c (output_predicate, output_category,
14263         output_combclass, output_bidi_category, output_decimal_digit,
14264         output_digit, output_numeric, output_mirror, output_scripts,
14265         output_ident_category, output_simple_mapping): Fix format directives.
14266         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
14267
14268 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
14269
14270         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
14271         fixes are available from IBM.
14272
14273 2009-02-13  Jim Meyering  <meyering@redhat.com>
14274
14275         fts: arrange not to stat non-directories in more cases
14276         This makes GNU find (when it doesn't need to stat each file)
14277         *much* more efficient at traversing reiserfs file systems.
14278         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
14279         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
14280         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
14281         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
14282         (leaf_optimization_applies): New function.
14283         (LCO_hash, LCO_compare): New helper functions.
14284         (link_count_optimize_ok): New function.
14285         (fts_stat): Initialize new member (if dir).
14286         (fts_read): Decrement parent's fts_n_dirs_remaining count if
14287         we've just stat'ed a directory.  Skip the stat call when possible.
14288         ---
14289         Note this AFS-related exchange:
14290         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
14291         and note find's pioctl call in find/fstype.c.
14292         But that is necessary only if you want to enable the
14293         optimization for AFS, and for now, I don't.
14294
14295         fts: move a function definition "up" (no semantic change)
14296         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
14297         "up" to precede upcoming use of a related function.
14298
14299 2009-02-11  Jim Meyering  <meyering@redhat.com>
14300
14301         fts: correct internal computation of nlinks (optimization-related)
14302         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
14303         whether the current entry is a directory, so don't test it.
14304
14305 2009-02-10  Bruno Haible  <bruno@clisp.org>
14306
14307         Tests for module 'uniwbrk/ulc-wordbreaks'.
14308         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
14309         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
14310         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
14311
14312         Tests for module 'uniwbrk/u32-wordbreaks'.
14313         * modules/uniwbrk/u32-wordbreaks-tests: New file.
14314         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
14315
14316         Tests for module 'uniwbrk/u16-wordbreaks'.
14317         * modules/uniwbrk/u16-wordbreaks-tests: New file.
14318         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
14319
14320         Tests for module 'uniwbrk/u8-wordbreaks'.
14321         * modules/uniwbrk/u8-wordbreaks-tests: New file.
14322         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
14323
14324 2009-02-10  Bruno Haible  <bruno@clisp.org>
14325
14326         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
14327         property.
14328         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
14329         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
14330         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
14331
14332 2009-02-10  Simon Josefsson  <simon@josefsson.org>
14333
14334         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
14335         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
14336
14337 2009-02-10  Bruno Haible  <bruno@clisp.org>
14338
14339         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
14340         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
14341         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
14342         * lib/unilbrk/u8-possible-linebreaks.c: Update.
14343         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
14344         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
14345
14346 2009-02-09  Simon Josefsson  <simon@josefsson.org>
14347
14348         * lib/sockets.h (gl_fd_to_handle): New function.
14349
14350         * tests/test-sockets.c: Call gl_fd_to_handle.
14351
14352 2009-02-09  Bruno Haible  <bruno@clisp.org>
14353
14354         * doc/havelib.texi: Document the conventions on bi-arch systems.
14355
14356 2009-02-08  Bruno Haible  <bruno@clisp.org>
14357
14358         Document the AC_LIB_LINKFLAGS macro.
14359         * doc/havelib.texi: New file, mostly written on 2005-05-24.
14360         * doc/gnulib.texi: Include it.
14361
14362 2009-02-08  Bruno Haible  <bruno@clisp.org>
14363
14364         Fix wrong order of sections, compared to TOC.
14365         * doc/gnulib.texi: Include relocatable-maint.texi after the
14366         "Regular expressions" node, not before.
14367
14368 2009-02-08  Bruno Haible  <bruno@clisp.org>
14369
14370         Tests for module 'unicase/totitle'.
14371         * modules/unicase/totitle-tests: New file.
14372
14373         Tests for module 'unicase/tolower'.
14374         * modules/unicase/tolower-tests: New file.
14375
14376         Tests for module 'unicase/toupper'.
14377         * modules/unicase/toupper-tests: New file.
14378         * tests/unicase/test-mapping-part1.h: New file.
14379         * tests/unicase/test-mapping-part2.h: New file.
14380
14381         New module 'unicase/totitle'.
14382         * modules/unicase/totitle: New file.
14383         * lib/unicase/totitle.c: New file.
14384
14385         New module 'unicase/tolower'.
14386         * modules/unicase/tolower: New file.
14387         * lib/unicase/tolower.c: New file.
14388
14389         New module 'unicase/toupper'.
14390         * modules/unicase/toupper: New file.
14391         * lib/unicase/toupper.c: New file.
14392         * lib/unicase/simple-mapping.h: New file.
14393
14394         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
14395         (mapping_table): New structure.
14396         (output_simple_mapping): New function.
14397         (main): Invoke output_simple_mapping_test and output_simple_mapping.
14398         * modules/gen-uni-tables (Description): Update.
14399         * lib/unicase/toupper.h: New file, automatically generated by
14400         gen-uni-tables.
14401         * lib/unicase/tolower.h: New file, automatically generated by
14402         gen-uni-tables.
14403         * lib/unicase/totitle.h: New file, automatically generated by
14404         gen-uni-tables.
14405         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
14406         gen-uni-tables.
14407         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
14408         gen-uni-tables.
14409         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
14410         gen-uni-tables.
14411
14412         New module 'unicase/base'.
14413         * modules/unicase/base: New file.
14414         * lib/unicase.h: New file.
14415
14416 2009-02-08  Bruno Haible  <bruno@clisp.org>
14417
14418         New module 'uniwbrk/ulc-wordbreaks'.
14419         * modules/uniwbrk/ulc-wordbreaks: New file.
14420         * lib/uniwbrk/ulc-wordbreaks.c: New file.
14421
14422         New module 'uniwbrk/u32-wordbreaks'.
14423         * modules/uniwbrk/u32-wordbreaks: New file.
14424         * lib/uniwbrk/u32-wordbreaks.c: New file.
14425
14426         New module 'uniwbrk/u16-wordbreaks'.
14427         * modules/uniwbrk/u16-wordbreaks: New file.
14428         * lib/uniwbrk/u16-wordbreaks.c: New file.
14429
14430         New module 'uniwbrk/u8-wordbreaks'.
14431         * modules/uniwbrk/u8-wordbreaks: New file.
14432         * lib/uniwbrk/u8-wordbreaks.c: New file.
14433         * lib/uniwbrk/u-wordbreaks.h: New file.
14434
14435         New module 'uniwbrk/table'.
14436         * modules/uniwbrk/table: New file.
14437         * lib/uniwbrk/wbrktable.h: New file.
14438         * lib/uniwbrk/wbrktable.c: New file.
14439
14440         New module 'uniwbrk/wordbreak-property'.
14441         * modules/uniwbrk/wordbreak-property: New file.
14442         * lib/uniwbrk/wordbreak-property.c: New file.
14443
14444         * lib/gen-uni-tables.c (WBP_*): New enum items.
14445         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
14446         (unicode_org_wbp): New variable.
14447         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
14448         New functions.
14449         (wbp_table): New structure.
14450         (output_wbp, output_wbrk_tables): New functions.
14451         (main): Accept additional argument. Invoke fill_org_wbp,
14452         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
14453         output_wbrk_tables.
14454         * modules/gen-uni-tables (Description): Update.
14455         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
14456         gen-uni-tables.
14457
14458         New module 'uniwbrk/base'.
14459         * modules/uniwbrk/base: New file.
14460         * lib/uniwbrk.h: New file.
14461
14462 2009-02-08  Bruno Haible  <bruno@clisp.org>
14463
14464         Update to Unicode 5.1.0.
14465         * lib/gen-uni-tables.c (is_property_alphabetic): Include
14466         U+2185..U+2188.
14467         (is_property_default_ignorable_code_point): Don't include characters
14468         of category Cc or Cs and not-a-characters.
14469         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
14470         U+0D79, U+109E, U+109F, U+A60C.
14471         * lib/unictype/bidi_of.h: Regenerated.
14472         * lib/unictype/blocks.h: Regenerated.
14473         * lib/unictype/categ_C.h: Regenerated.
14474         * lib/unictype/categ_Cf.h: Regenerated.
14475         * lib/unictype/categ_Cn.h: Regenerated.
14476         * lib/unictype/categ_L.h: Regenerated.
14477         * lib/unictype/categ_Ll.h: Regenerated.
14478         * lib/unictype/categ_Lm.h: Regenerated.
14479         * lib/unictype/categ_Lo.h: Regenerated.
14480         * lib/unictype/categ_Lu.h: Regenerated.
14481         * lib/unictype/categ_M.h: Regenerated.
14482         * lib/unictype/categ_Mc.h: Regenerated.
14483         * lib/unictype/categ_Me.h: Regenerated.
14484         * lib/unictype/categ_Mn.h: Regenerated.
14485         * lib/unictype/categ_N.h: Regenerated.
14486         * lib/unictype/categ_Nd.h: Regenerated.
14487         * lib/unictype/categ_Nl.h: Regenerated.
14488         * lib/unictype/categ_No.h: Regenerated.
14489         * lib/unictype/categ_P.h: Regenerated.
14490         * lib/unictype/categ_Pd.h: Regenerated.
14491         * lib/unictype/categ_Pe.h: Regenerated.
14492         * lib/unictype/categ_Pf.h: Regenerated.
14493         * lib/unictype/categ_Pi.h: Regenerated.
14494         * lib/unictype/categ_Po.h: Regenerated.
14495         * lib/unictype/categ_Ps.h: Regenerated.
14496         * lib/unictype/categ_S.h: Regenerated.
14497         * lib/unictype/categ_Sk.h: Regenerated.
14498         * lib/unictype/categ_Sm.h: Regenerated.
14499         * lib/unictype/categ_So.h: Regenerated.
14500         * lib/unictype/categ_of.h: Regenerated.
14501         * lib/unictype/combining.h: Regenerated.
14502         * lib/unictype/ctype_alnum.h: Regenerated.
14503         * lib/unictype/ctype_alpha.h: Regenerated.
14504         * lib/unictype/ctype_graph.h: Regenerated.
14505         * lib/unictype/ctype_lower.h: Regenerated.
14506         * lib/unictype/ctype_print.h: Regenerated.
14507         * lib/unictype/ctype_punct.h: Regenerated.
14508         * lib/unictype/ctype_upper.h: Regenerated.
14509         * lib/unictype/decdigit.h: Regenerated.
14510         * lib/unictype/digit.h: Regenerated.
14511         * lib/unictype/mirror.h: Regenerated.
14512         * lib/unictype/numeric.h: Regenerated.
14513         * lib/unictype/pr_alphabetic.h: Regenerated.
14514         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
14515         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
14516         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
14517         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
14518         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
14519         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
14520         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
14521         * lib/unictype/pr_combining.h: Regenerated.
14522         * lib/unictype/pr_dash.h: Regenerated.
14523         * lib/unictype/pr_decimal_digit.h: Regenerated.
14524         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
14525         * lib/unictype/pr_deprecated.h: Regenerated.
14526         * lib/unictype/pr_diacritic.h: Regenerated.
14527         * lib/unictype/pr_extender.h: Regenerated.
14528         * lib/unictype/pr_format_control.h: Regenerated.
14529         * lib/unictype/pr_grapheme_base.h: Regenerated.
14530         * lib/unictype/pr_grapheme_extend.h: Regenerated.
14531         * lib/unictype/pr_grapheme_link.h: Regenerated.
14532         * lib/unictype/pr_id_continue.h: Regenerated.
14533         * lib/unictype/pr_id_start.h: Regenerated.
14534         * lib/unictype/pr_ideographic.h: Regenerated.
14535         * lib/unictype/pr_ignorable_control.h: Regenerated.
14536         * lib/unictype/pr_lowercase.h: Regenerated.
14537         * lib/unictype/pr_math.h: Regenerated.
14538         * lib/unictype/pr_numeric.h: Regenerated.
14539         * lib/unictype/pr_other_alphabetic.h: Regenerated.
14540         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
14541         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
14542         * lib/unictype/pr_other_id_continue.h: Regenerated.
14543         * lib/unictype/pr_other_lowercase.h: Regenerated.
14544         * lib/unictype/pr_other_math.h: Regenerated.
14545         * lib/unictype/pr_punctuation.h: Regenerated.
14546         * lib/unictype/pr_sentence_terminal.h: Regenerated.
14547         * lib/unictype/pr_soft_dotted.h: Regenerated.
14548         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
14549         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
14550         * lib/unictype/pr_unified_ideograph.h: Regenerated.
14551         * lib/unictype/pr_uppercase.h: Regenerated.
14552         * lib/unictype/pr_xid_continue.h: Regenerated.
14553         * lib/unictype/pr_xid_start.h: Regenerated.
14554         * lib/unictype/pr_zero_width.h: Regenerated.
14555         * lib/unictype/scripts.h: Regenerated.
14556         * lib/unictype/scripts_byname.gperf: Regenerated.
14557         * lib/unictype/sy_java_ident.h: Regenerated.
14558         * lib/unilbrk/lbrkprop1.h: Regenerated.
14559         * lib/unilbrk/lbrkprop2.h: Regenerated.
14560         * tests/unictype/test-categ_C.c: Regenerated.
14561         * tests/unictype/test-categ_Cf.c: Regenerated.
14562         * tests/unictype/test-categ_Cn.c: Regenerated.
14563         * tests/unictype/test-categ_L.c: Regenerated.
14564         * tests/unictype/test-categ_Ll.c: Regenerated.
14565         * tests/unictype/test-categ_Lm.c: Regenerated.
14566         * tests/unictype/test-categ_Lo.c: Regenerated.
14567         * tests/unictype/test-categ_Lu.c: Regenerated.
14568         * tests/unictype/test-categ_M.c: Regenerated.
14569         * tests/unictype/test-categ_Mc.c: Regenerated.
14570         * tests/unictype/test-categ_Me.c: Regenerated.
14571         * tests/unictype/test-categ_Mn.c: Regenerated.
14572         * tests/unictype/test-categ_N.c: Regenerated.
14573         * tests/unictype/test-categ_Nd.c: Regenerated.
14574         * tests/unictype/test-categ_Nl.c: Regenerated.
14575         * tests/unictype/test-categ_No.c: Regenerated.
14576         * tests/unictype/test-categ_P.c: Regenerated.
14577         * tests/unictype/test-categ_Pd.c: Regenerated.
14578         * tests/unictype/test-categ_Pe.c: Regenerated.
14579         * tests/unictype/test-categ_Pf.c: Regenerated.
14580         * tests/unictype/test-categ_Pi.c: Regenerated.
14581         * tests/unictype/test-categ_Po.c: Regenerated.
14582         * tests/unictype/test-categ_Ps.c: Regenerated.
14583         * tests/unictype/test-categ_S.c: Regenerated.
14584         * tests/unictype/test-categ_Sk.c: Regenerated.
14585         * tests/unictype/test-categ_Sm.c: Regenerated.
14586         * tests/unictype/test-categ_So.c: Regenerated.
14587         * tests/unictype/test-ctype_alnum.c: Regenerated.
14588         * tests/unictype/test-ctype_alpha.c: Regenerated.
14589         * tests/unictype/test-ctype_graph.c: Regenerated.
14590         * tests/unictype/test-ctype_lower.c: Regenerated.
14591         * tests/unictype/test-ctype_print.c: Regenerated.
14592         * tests/unictype/test-ctype_punct.c: Regenerated.
14593         * tests/unictype/test-ctype_upper.c: Regenerated.
14594         * tests/unictype/test-decdigit.h: Regenerated.
14595         * tests/unictype/test-digit.h: Regenerated.
14596         * tests/unictype/test-numeric.h: Regenerated.
14597         * tests/unictype/test-pr_alphabetic.c: Regenerated.
14598         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
14599         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
14600         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
14601         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
14602         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
14603         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
14604         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
14605         * tests/unictype/test-pr_combining.c: Regenerated.
14606         * tests/unictype/test-pr_dash.c: Regenerated.
14607         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
14608         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
14609         * tests/unictype/test-pr_deprecated.c: Regenerated.
14610         * tests/unictype/test-pr_diacritic.c: Regenerated.
14611         * tests/unictype/test-pr_extender.c: Regenerated.
14612         * tests/unictype/test-pr_format_control.c: Regenerated.
14613         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
14614         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
14615         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
14616         * tests/unictype/test-pr_id_continue.c: Regenerated.
14617         * tests/unictype/test-pr_id_start.c: Regenerated.
14618         * tests/unictype/test-pr_ideographic.c: Regenerated.
14619         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
14620         * tests/unictype/test-pr_lowercase.c: Regenerated.
14621         * tests/unictype/test-pr_math.c: Regenerated.
14622         * tests/unictype/test-pr_numeric.c: Regenerated.
14623         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
14624         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
14625         Regenerated.
14626         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
14627         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
14628         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
14629         * tests/unictype/test-pr_other_math.c: Regenerated.
14630         * tests/unictype/test-pr_punctuation.c: Regenerated.
14631         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
14632         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
14633         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
14634         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
14635         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
14636         * tests/unictype/test-pr_uppercase.c: Regenerated.
14637         * tests/unictype/test-pr_xid_continue.c: Regenerated.
14638         * tests/unictype/test-pr_xid_start.c: Regenerated.
14639         * tests/unictype/test-pr_zero_width.c: Regenerated.
14640
14641         Update to Unicode 5.1.0.
14642         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
14643         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
14644         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
14645         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
14646         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
14647         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
14648         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
14649         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
14650         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
14651         (nonspacing_table_ind): Update.
14652         * tests/uniwidth/test-uc_width2.sh: Update expected result.
14653
14654         Update to Unicode 5.1.0.
14655         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
14656         code transform.
14657         * lib/uniname/uniname.c (unicode_character_name,
14658         unicode_name_character): Add the range 0x1Fxxx to the code transform.
14659         * lib/uniname/uninames.h: Regenerated.
14660         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
14661
14662 2009-02-07  Bruno Haible  <bruno@clisp.org>
14663
14664         Merge gen-ctype and gen-lbrk into a single program.
14665         * lib/gen-uni-tables.c: New file, incorporating
14666         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
14667         Add directory prefixes to the names of the generated files.
14668         * lib/unictype/gen-ctype.c: Remove file.
14669         * lib/unilbrk/gen-lbrk.c: Remove file.
14670         * modules/gen-uni-tables: New file.
14671         * modules/unictype/gen-ctype: Remove file.
14672         * modules/unilbrk/gen-lbrk: Remove file.
14673
14674 2009-02-07  Bruno Haible  <bruno@clisp.org>
14675
14676         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
14677
14678         New module 'unistr/u32-strcoll'.
14679         * modules/unistr/u32-strcoll: New file.
14680         * lib/unistr/u32-strcoll.c: New file.
14681
14682         New module 'unistr/u16-strcoll'.
14683         * modules/unistr/u16-strcoll: New file.
14684         * lib/unistr/u16-strcoll.c: New file.
14685
14686         New module 'unistr/u8-strcoll'.
14687         * modules/unistr/u8-strcoll: New file.
14688         * lib/unistr/u8-strcoll.c: New file.
14689         * lib/unistr/u-strcoll.h: New file.
14690
14691 2009-02-07  Bruno Haible  <bruno@clisp.org>
14692
14693         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
14694         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
14695         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
14696         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
14697         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
14698         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
14699
14700 2009-02-07  Bruno Haible  <bruno@clisp.org>
14701
14702         Make 64-bit clean.
14703         * lib/unictype/gen-ctype.c (output_predicate, output_category,
14704         output_combclass, output_bidi_category, output_decimal_digit,
14705         output_digit, output_numeric, output_mirror, output_scripts,
14706         output_ident_category): Use proper width specifier in format strings.
14707
14708 2009-02-07  Bruno Haible  <bruno@clisp.org>
14709
14710         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
14711         failure behaviour.
14712
14713 2009-02-07  Jim Meyering  <meyering@redhat.com>
14714
14715         regex: avoid compilation failure with upcoming gcc-4.4
14716         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
14717         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
14718         "... error: integer overflow in preprocessor expression".
14719
14720 2009-02-05  Ben Pfaff  <blp@gnu.org>
14721
14722         Fix link errors on Windows when close module is used.
14723         * modules/close: Add $(LIB_CLOSE) to Link section.
14724         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
14725         $(LIB_CLOSE) on Windows.
14726
14727 2009-02-05  Jim Meyering  <meyering@redhat.com>
14728
14729         still avoid unused-parameter warnings, but do it cleanly
14730         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
14731         (get_fs_usage): Cast to void instead.
14732         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
14733         (dev_from_mount_options, read_file_system_list): Cast to void.
14734         Prompted by Bruno Haible.
14735
14736 2009-02-04  Jim Meyering  <meyering@redhat.com>
14737
14738         fsusage.c: correct copyright year
14739         * lib/fsusage.c: Reflect year in which the change is pushed into
14740
14741         avoid misc. warnings
14742         * lib/fsusage.c (UNUSED_PARAM): Define.
14743         (get_fs_usage): Mark parameter "disk" as unused.
14744         * lib/getugroups.c (getgrent): Use "void" in prototype.
14745         * lib/mountlist.c: Mark unused parameters.
14746         (read_file_system_list): Declare a local with "const".
14747         * lib/nanosleep.c (getnow): Declare static.
14748         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
14749
14750         dirfd: set errno upon failure
14751         * lib/dirfd.c: Include <errno.h>.
14752         Set errno to ENOTSUP when returning -1.
14753         * modules/dirfd (Depends-on): Add errno.
14754         Suggested by John Kodis <kodis@comcast.net>.
14755
14756 2009-02-01  Bruno Haible  <bruno@clisp.org>
14757
14758         Don't assume sizeof (long) >= sizeof (void *).
14759         * lib/memcmp.c: Include stdint.h.
14760         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
14761         srcp2 to 'const byte *'.
14762         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
14763         types to uintptr_t.
14764         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
14765         * modules/memcmp (Depends-on): Add stdint.
14766         Reported by Ozkan Sezer <sezeroz@gmail.com>.
14767
14768 2009-01-30  Eric Blake  <ebb9@byu.net>
14769
14770         fix more require-before-expand issues
14771         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
14772         expand, AC_PROG_AWK.
14773         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
14774
14775 2009-01-28  Eric Blake  <ebb9@byu.net>
14776
14777         version-etc: use consistent URL formatting
14778         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
14779         Improve formatting.  Use fputs for string without %.
14780
14781 2009-01-28  Jim Meyering  <meyering@redhat.com>
14782
14783         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
14784         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
14785         "underquoted definition of NAME" from autoconf-2.59.
14786
14787 2009-01-28  Bruno Haible  <bruno@clisp.org>
14788
14789         * doc/gnulib.texi: Add "Obsolete modules" to index.
14790
14791 2009-01-28  Jim Meyering  <meyering@redhat.com>
14792
14793         useless-if-before-free: recognize more variants
14794         * build-aux/useless-if-before-free: Also recognize e.g.,
14795         if (NULL != p) free (p);
14796
14797 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
14798
14799         test-getaddrinfo: skip (don't fail) this test when there's no network
14800         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
14801         on the presumption that it means you lack network access.
14802
14803 2009-01-26  Jim Meyering  <meyering@redhat.com>
14804
14805         fflush: avoid warnings on modern systems
14806         * lib/fflush.c (rpl_fflush): Move declarations of locals,
14807         pos and result, into scopes where they're used.
14808
14809 2009-01-26  Eric Blake  <ebb9@byu.net>
14810
14811         Silence warning reintroduced by recent extensions patch.
14812         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
14813         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
14814         autoconf.
14815
14816         Backport improved autoconf semantics of AC_DEFUN_ONCE.
14817         * m4/00gnulib.m4: New file.
14818         * gnulib-tool (func_get_filelist): Always use it.
14819         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
14820         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
14821
14822 2009-01-25  Bruno Haible  <bruno@clisp.org>
14823
14824         Make test-quotearg work on MacOS X and AIX.
14825         * tests/test-quotearg.sh: New file.
14826         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
14827         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
14828         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
14829         include <libintl.h>.
14830         (fake_locale): Remove variable.
14831         (gettext, dgettext, dcgettext): Remove functions.
14832         (main): Instead of setting a fake locale, set a real locale. Call
14833         textdomain and bindtextdomain.
14834         * modules/quotearg-tests (Files): Add the new files.
14835         (Depends-on): Add gettext, setenv, unsetenv.
14836         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
14837         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
14838         Augment TESTS_ENVIRONMENT.
14839
14840 2009-01-25  Bruno Haible  <bruno@clisp.org>
14841
14842         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
14843         fr_FR.ISO8859-1 locale on MacOS X.
14844         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
14845         ja_JP.eucJP locale on MacOS X.
14846         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
14847         zh_CN.GB18030 locale on MacOS X.
14848
14849 2009-01-25  Bruno Haible  <bruno@clisp.org>
14850
14851         Avoid link errors on MacOS X 10.3.
14852         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
14853         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14854
14855 2009-01-25  Bruno Haible  <bruno@clisp.org>
14856
14857         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
14858         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
14859         * modules/pipe (Files): Remove m4/posix_spawn.m4.
14860         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
14861         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
14862         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
14863         posix_spawnattr_init, posix_spawnattr_setsigmask,
14864         posix_spawnattr_setflags, posix_spawnattr_destroy.
14865
14866         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
14867         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
14868         * modules/execute (Files): Remove m4/posix_spawn.m4.
14869         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
14870         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
14871         posix_spawnattr_init, posix_spawnattr_setsigmask,
14872         posix_spawnattr_setflags, posix_spawnattr_destroy.
14873
14874 2009-01-25  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/glthread/threadlib.c: Include <stdlib.h>.
14877
14878 2009-01-25  Bruno Haible  <bruno@clisp.org>
14879
14880         * lib/glthread/threadlib.c (dummy): New declaration.
14881
14882 2009-01-25  Bruno Haible  <bruno@clisp.org>
14883
14884         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
14885         multibyte characters also for the GB18030 encoding. Don't crash when
14886         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
14887
14888 2009-01-25  Bruno Haible  <bruno@clisp.org>
14889
14890         Avoid redefining 'struct random_data' on OSF/1 5.1.
14891         * lib/stdlib.in.h: Include <random.h> if it exists.
14892         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
14893         HAVE_RANDOM_H. Include <random.h> when testing whether
14894         'struct random_data' exists.
14895         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
14896
14897 2009-01-25  Bruno Haible  <bruno@clisp.org>
14898
14899         Don't install charset.alias on MacOS X >= 10.3.
14900         * lib/localcharset.c (DARWIN7): New macro.
14901         (get_charset_aliases): Hardcode the result for Darwin7.
14902         * modules/localcharset (install-exec-local): Don't install
14903         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
14904
14905 2009-01-25  Bruno Haible  <bruno@clisp.org>
14906
14907         Don't install charset.alias on mingw and Cygwin.
14908         * modules/localcharset (install-exec-local): Don't install
14909         charset.alias on mingw and Cygwin, if the file does not yet exist.
14910         The result for these platforms is hardcoded in localcharset.c.
14911
14912 2009-01-25  Bruno Haible  <bruno@clisp.org>
14913
14914         Make it possible again to use AC_GNU_SOURCE together with gnulib.
14915         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
14916         before requiring AC_USE_SYSTEM_EXTENSIONS.
14917
14918 2009-01-25  Jim Meyering  <meyering@redhat.com>
14919
14920         c-strtod: avoid warnings
14921         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
14922         "assignment discards qualifiers from pointer target type" warnings.
14923
14924 2009-01-24  Bruno Haible  <bruno@clisp.org>
14925
14926         Add support for non-UTF-8 locales on MacOS X.
14927         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
14928         canonical encodings. For Darwin 7 and newer, don't map traditional
14929         encodings to UTF-8.
14930         Reported by Vincent Lefevre <vincent@vinc17.org>
14931         at <http://savannah.gnu.org/bugs/?25235>.
14932
14933 2009-01-24  Bruno Haible  <bruno@clisp.org>
14934
14935         * doc/gnulib.texi (Obsolete modules): New section.
14936         Reported by Mike Frysinger <vapier@gentoo.org>.
14937
14938 2009-01-24  Bruno Haible  <bruno@clisp.org>
14939
14940         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
14941         (%.dvi): New rule.
14942
14943 2009-01-24  Bruno Haible  <bruno@clisp.org>
14944
14945         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
14946         Reported by Eric Blake.
14947
14948 2009-01-24  Bruno Haible  <bruno@clisp.org>
14949
14950         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
14951         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
14952         Reported by Gary V. Vaughan <gary@gnu.org>.
14953
14954 2009-01-24  Bruno Haible  <bruno@clisp.org>
14955
14956         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
14957
14958 2009-01-23  Bruno Haible  <bruno@clisp.org>
14959
14960         Make c-strtod, c-strtold usable in libraries.
14961         * lib/c-strtod.c: Include string.h instead of xalloc.h.
14962         (C_STRTOD): Call strdup instead of xstrdup.
14963         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
14964         * modules/c-strtold (Depends-on): Likewise.
14965         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
14966         * NEWS: Mention the change.
14967         Reported by Michael Gold <mgold@ncf.ca>.
14968
14969 2009-01-23  Jim Meyering  <meyering@redhat.com>
14970
14971         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
14972         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
14973         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
14974
14975 2009-01-23  Simon Josefsson  <simon@josefsson.org>
14976
14977         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
14978         GNU CoreUtils.
14979         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
14980         * modules/version-etc (Description): Update.
14981
14982 2009-01-22  Bruno Haible  <bruno@clisp.org>
14983
14984         Cache the C locale object.
14985         * lib/c-strtod.c (c_locale_cache): New variable.
14986         (c_locale): New function.
14987         (C_STRTOD): Use it, and don't call freelocale.
14988         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
14989         Suggested by Paolo Bonzini.
14990
14991 2009-01-21  Bruno Haible  <bruno@clisp.org>
14992
14993         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
14994         conditions other than overflow.
14995
14996 2009-01-21  Bruno Haible  <bruno@clisp.org>
14997
14998         * lib/c-strtod.c: Include errno.h.
14999         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
15000         value from STRTOD_L and STRTOD.
15001
15002 2009-01-21  Bruno Haible  <bruno@clisp.org>
15003         and Jim Meyering  <meyering@redhat.com>
15004
15005         nanosleep: skip configure test (fail it) for apple universal builds
15006         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
15007         universal builds, assume that nanosleep does not work.
15008         * modules/nanosleep (Depends-on): Add multiarch.
15009
15010         mktime: skip configure test (fail it) for apple universal builds
15011         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
15012         universal builds, assume that mktime does not work.
15013         * modules/mktime (Depends-on): Add multiarch.
15014
15015 2009-01-21  Eric Blake  <ebb9@byu.net>
15016
15017         multiarch: avoid expand-before-require warning
15018         * modules/multiarch (configure.ac): Require, rather than expand,
15019         gl_MULTIARCH.
15020         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
15021         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
15022         enforce that all clients require it.  Partial reversion of
15023         2008-12-29 patch.
15024
15025         error: avoid expand-before-require warning
15026         * modules/errno (configure.ac): Require, rather than expand,
15027         gl_HEADER_ERRNO_H.
15028         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
15029         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
15030         enforce that all clients require it.
15031
15032         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
15033         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
15034         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
15035         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
15036
15037 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
15038
15039         Revert:
15040         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15041
15042         regex: do not depend on obsolete modules.
15043         * modules/regex: Remove memcmp and memmove.
15044
15045 2009-01-20  Bruno Haible  <bruno@clisp.org>
15046
15047         Make the 'link' module link on Windows NT 4.
15048         * lib/link.c (_WIN32_WINNT): Don't define.
15049         (CreateHardLinkFuncType): New type.
15050         (CreateHardLinkFunc, initialized): New variables.
15051         (initialize): New function.
15052         (link): Invoke CreateHardLink indirectly through the function pointer.
15053
15054 2009-01-20  Bruno Haible  <bruno@clisp.org>
15055
15056         Fix compilation failure on mingw.
15057         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
15058
15059 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
15060
15061         * doc/c-strtod.texi: Mention a couple of restrictions.
15062
15063 2009-01-20  Jim Meyering  <meyering@redhat.com>
15064
15065         gettimeofday: move more declarations out of functions
15066         * lib/gettimeofday.c: Move extern declarations of tzset and
15067         gmtime out of containing functions.  Prompted by Bruno Haible.
15068
15069 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15070
15071         regex: do not depend on obsolete modules.
15072         * modules/regex: Remove memcmp and memmove.
15073
15074 2009-01-19  Bruno Haible  <bruno@clisp.org>
15075
15076         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15077         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
15078         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15079         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
15080         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
15081
15082 2009-01-19  Bruno Haible  <bruno@clisp.org>
15083
15084         * tests/test-link.c: Include <errno.h>.
15085         (main): Exit with code 77 when a hard link cannot be created due to
15086         the file system.
15087         * tests/test-link.sh: Skip test when a hard link cannot be created due
15088         to the file system.
15089         Suggested by Eric Blake.
15090
15091 2009-01-19  Martin Lambers  <marlam@marlam.de>
15092
15093         * modules/link-tests: New file.
15094         * tests/test-link.sh: New file.
15095         * tests/test-link.c: New file.
15096
15097 2009-01-19  Eric Blake  <ebb9@byu.net>
15098
15099         doc: mention another function added in cygwin 1.7.0
15100         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
15101         Another new function in cygwin 1.7.
15102
15103 2009-01-19  Bruno Haible  <bruno@clisp.org>
15104
15105         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15106         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
15107         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
15108         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15109         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
15110         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
15111         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
15112         * m4/md4.m4 (gl_MD4): Likewise.
15113         * m4/md5.m4 (gl_MD5): Likewise.
15114         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
15115         * m4/sha1.m4 (gl_SHA1): Likewise.
15116         * m4/sha256.m4 (gl_SHA256): Likewise.
15117         * m4/sha512.m4 (gl_SHA512): Likewise.
15118
15119 2009-01-19  Bruno Haible  <bruno@clisp.org>
15120
15121         * modules/uniname/uniname-tests (Depends-on): Add progname.
15122         * tests/uniname/test-uninames.c: Include progname.h.
15123         (main): Call set_program_name.
15124
15125         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
15126         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
15127         (main): Call set_program_name.
15128
15129         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
15130         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
15131         (main): Call set_program_name.
15132
15133         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
15134         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
15135         (main): Call set_program_name.
15136
15137         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
15138         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
15139         (main): Call set_program_name.
15140
15141         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
15142         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
15143         (main): Call set_program_name.
15144
15145         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
15146         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
15147         (main): Call set_program_name.
15148
15149         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
15150         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
15151         (main): Call set_program_name.
15152
15153         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
15154         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
15155         (main): Call set_program_name.
15156
15157 2009-01-19  Eric Blake  <ebb9@byu.net>
15158
15159         test-unistd: test previous patch
15160         * tests/test-unistd.c: Test *_FILENO macros.
15161
15162         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
15163         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15164         Guarantee a definition.
15165         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
15166         * modules/unistd-safer (Depends-on): Add dependency on unistd.
15167         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
15168         * lib/dup-safer.c (STDERR_FILENO): Likewise.
15169         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15170         Likewise.
15171         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
15172         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
15173         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15174         Likewise.
15175         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
15176         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
15177         (STDERR_FILENO): Likewise.
15178         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
15179         (STDERR_FILENO): Likewise.
15180         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
15181         (STDERR_FILENO): Likewise.
15182         Reported by Elbert Pol.
15183
15184 2009-01-19  Eric Blake  <ebb9@byu.net>
15185
15186         doc: mention more functions added in cygwin 1.7.0
15187         * doc/posix-functions/abort.texi (abort): Update wording related
15188         to cygwin.
15189         * doc/posix-functions/daylight.texi (daylight): Likewise.
15190         * doc/posix-functions/optarg.texi (optarg): Likewise.
15191         * doc/posix-functions/optarg.texi (opterr): Likewise.
15192         * doc/posix-functions/optarg.texi (optind): Likewise.
15193         * doc/posix-functions/optarg.texi (optopt): Likewise.
15194         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
15195         worked in 1.5.x, and was withdrawn in 1.7.
15196         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
15197         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
15198         cygwin versions.
15199         * doc/posix-functions/perror.texi (perror): Likewise.
15200         * doc/posix-functions/printf.texi (printf): Likewise.
15201         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
15202         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
15203         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
15204         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
15205         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
15206         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
15207         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15208         Likewise.
15209         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15210         Likewise.
15211         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
15212         this function.
15213         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
15214         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
15215         Likewise.
15216         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
15217         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
15218         * doc/posix-functions/confstr.texi (confstr): Likewise.
15219         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
15220         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
15221         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
15222         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
15223         * doc/posix-functions/fputws.texi (fputws): Likewise.
15224         * doc/posix-functions/fwide.texi (fwide): Likewise.
15225         * doc/posix-functions/getwc.texi (getwc): Likewise.
15226         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
15227         * doc/posix-functions/putwc.texi (putwc): Likewise.
15228         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
15229         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
15230         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
15231         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
15232         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
15233         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
15234         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
15235         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
15236         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
15237         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
15238         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
15239
15240 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15241
15242         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
15243         * lib/ioctl.c: Include <sys/ioctl.h>.
15244
15245 2009-01-19  Simon Josefsson  <simon@josefsson.org>
15246
15247         * modules/getdate-tests (Depends-on): Add progname.
15248         * tests/test-getdate.c: Use progname module, to avoid link errors
15249         on non-glibc systems.
15250
15251 2009-01-18  Simon Josefsson  <simon@josefsson.org>
15252
15253         * modules/filenamecat-tests (Depends-on): Add progname.
15254         * modules/fstrcmp-tests (Depends-on): Likewise.
15255
15256         * tests/test-filenamecat.c: Use progname module, to avoid link
15257         errors on non-glibc systems.
15258         * tests/test-fstrcmp.c: Likewise.
15259
15260 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15261
15262         gettimeofday: avoid warning: nested extern declaration of 'localtime'
15263         * lib/gettimeofday.c: Move extern declaration out of function.
15264
15265 2009-01-18  Bruno Haible  <bruno@clisp.org>
15266
15267         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
15268         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
15269         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
15270
15271 2009-01-18  Bruno Haible  <bruno@clisp.org>
15272
15273         * lib/strftime.c (MEMPCPY): Remove unused macro.
15274         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
15275
15276 2009-01-18  Martin Lambers  <marlam@marlam.de>
15277
15278         New module 'link'.
15279         * lib/unistd.in.h (link): New declaration.
15280         * lib/link.c: New file.
15281         * m4/link.m4: New file.
15282         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
15283         HAVE_LINK.
15284         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
15285         * modules/link: New file.
15286         * doc/posix-functions/link.texi: Mention the new module.
15287
15288 2009-01-18  Bruno Haible  <bruno@clisp.org>
15289
15290         * tests/test-avltree_list.c (main): Call set_program_name.
15291         * tests/test-avltree_oset.c (main): Likewise.
15292         * tests/test-obstack-printf.c: Include progname.h.
15293         (main): Call set_program_name.
15294         * tests/test-quotearg.c: Include progname.h.
15295         (main): Call set_program_name.
15296         * tests/test-xmemdup0.c: Include progname.h.
15297         (main): Call set_program_name.
15298
15299 2009-01-18  Bruno Haible  <bruno@clisp.org>
15300
15301         New module 'alphasort'.
15302         * lib/dirent.in.h (alphasort): New declaration.
15303         * lib/alphasort.c: New file, from glibc with modifications.
15304         * m4/alphasort.m4: New file.
15305         * modules/alphasort: New file.
15306         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
15307         HAVE_ALPHASORT.
15308         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
15309         HAVE_ALPHASORT.
15310         * doc/posix-functions/alphasort.texi: Mention the new module and the
15311         portability problems.
15312
15313 2009-01-18  Bruno Haible  <bruno@clisp.org>
15314
15315         New module 'scandir'.
15316         * lib/dirent.in.h (scandir): New declaration.
15317         * lib/scandir.c: New file, from glibc with modifications.
15318         * m4/scandir.m4: New file.
15319         * modules/scandir: New file.
15320         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
15321         HAVE_SCANDIR.
15322         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
15323         HAVE_SCANDIR.
15324         * doc/posix-functions/scandir.texi: Mention the new module and the
15325         portability problems.
15326
15327 2009-01-17  Bruno Haible  <bruno@clisp.org>
15328
15329         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
15330         Update documentation.
15331         (func_remove_suffix): Escape all dots in the suffix. Update
15332         documentation.
15333         (func_filter_filelist): Update documentation.
15334         Reported by Ralf Wildenhues.
15335
15336 2009-01-17  Bruno Haible  <bruno@clisp.org>
15337
15338         * modules/dprintf-posix-tests: New file.
15339         * tests/test-dprintf-posix.sh: New file.
15340         * tests/test-dprintf-posix.c: New file.
15341
15342         New modules 'dprintf', 'dprintf-posix'.
15343         * lib/stdio.in.h (dprintf): New declaration.
15344         * lib/dprintf.c: New file.
15345         * m4/dprintf.m4: New file.
15346         * m4/dprintf-posix.m4: New file.
15347         * modules/dprintf: New file.
15348         * modules/dprintf-posix: New file.
15349         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
15350         HAVE_DPRINTF, REPLACE_DPRINTF.
15351         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
15352         HAVE_DPRINTF, REPLACE_DPRINTF.
15353         * doc/posix-functions/dprintf.texi: Mention the new modules.
15354
15355 2009-01-17  Bruno Haible  <bruno@clisp.org>
15356
15357         * modules/vdprintf-posix-tests: New file.
15358         * tests/test-vdprintf-posix.sh: New file.
15359         * tests/test-vdprintf-posix.c: New file.
15360
15361         New modules 'vdprintf', 'vdprintf-posix'.
15362         * lib/stdio.in.h (vdprintf): New declaration.
15363         * lib/vdprintf.c: New file.
15364         * m4/vdprintf.m4: New file.
15365         * m4/vdprintf-posix.m4: New file.
15366         * modules/vdprintf: New file.
15367         * modules/vdprintf-posix: New file.
15368         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
15369         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15370         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
15371         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15372         * doc/posix-functions/vdprintf.texi: Mention the new modules.
15373
15374 2009-01-17  Bruno Haible  <bruno@clisp.org>
15375
15376         Fix replacement of fopen on mingw.
15377         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
15378         mingw.
15379
15380 2009-01-17  Bruno Haible  <bruno@clisp.org>
15381
15382         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
15383         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
15384
15385 2009-01-17  Bruno Haible  <bruno@clisp.org>
15386
15387         Avoid test-fflush2.sh failure on mingw.
15388         * tests/test-fflush2.c: Include binary-io.h.
15389         (main): Put standard input into binary mode.
15390         * modules/fflush-tests (Depends-on): Add binary-io.
15391
15392 2009-01-17  Bruno Haible  <bruno@clisp.org>
15393
15394         * lib/wchar.in.h: In another particular situation, include only the
15395         system's <wchar.h> file.
15396         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
15397         Reported by Albert Chin-A-Young <china@thewrittenword.com>
15398         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
15399
15400 2009-01-17  Bruno Haible  <bruno@clisp.org>
15401
15402         Support for stripping executables in --enable-relocatable.
15403         * build-aux/install-reloc: Expect one more argument, or an environment
15404         variable RELOC_STRIP_PROG. If set, strip the destination program and
15405         its wrapper.
15406         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
15407         RELOC_STRIP_PROG.
15408         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
15409         to set RELOCATABLE_STRIP.
15410         * NEWS: Mention the new Makefile requirement.
15411
15412 2009-01-17  Bruno Haible  <bruno@clisp.org>
15413
15414         * build-aux/install-reloc: Remove debugging information left over by
15415         C compiler on MacOS X.
15416
15417 2009-01-17  Bruno Haible  <bruno@clisp.org>
15418
15419         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
15420         * lib/progreloc.c (find_executable): Fix type of pointer passed to
15421         _NSGetExecutablePath.
15422
15423 2009-01-16  Jim Meyering  <meyering@redhat.com>
15424
15425         strerror: avoid warnings about discarding "const"
15426         * lib/strerror.c (rpl_strerror): Instead of returning a const
15427         string from each and every "case", use a variable, and add a single
15428         cast after the switch.
15429
15430 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
15431
15432         * lib/arpa_inet.in.h: Add extern "C" block for C++.
15433
15434 2009-01-16  Bruno Haible  <bruno@clisp.org>
15435
15436         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
15437         array initializer syntax that also works in C++ mode.
15438         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15439
15440 2009-01-16  Jim Meyering  <meyering@redhat.com>
15441
15442         poll: suppress a warning
15443         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
15444         to ignore "...unsigned expression < 0 is always false" warnings.
15445
15446 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
15447
15448         poll: remove declarations of unused variables
15449         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
15450         sockbuf and optlen.
15451
15452 2009-01-15  Bruno Haible  <bruno@clisp.org>
15453
15454         Make fflush-after-ungetc POSIX compliant on BSD systems.
15455         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
15456         (clear_ungetc_buffer): Implement also for other systems.
15457         (rpl_fflush): On glibc systems, invoke
15458         clear_ungetc_buffer_preserving_position. Otherwise, invoke
15459         clear_ungetc_buffer after fetching the stream's position, not before.
15460
15461 2009-01-15  Bruno Haible  <bruno@clisp.org>
15462
15463         Make fflush-after-ungetc POSIX compliant on glibc systems.
15464         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
15465         after ungetc.
15466         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
15467         (rpl_fflush): On glibc systems, simply call the system's fflush
15468         function after clearing the ungetc buffer.
15469         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
15470         Instead, lseek only to the end of file, then use the system's fseeko
15471         for the rest. On glibc systems, reset the EOF indicator bit.
15472
15473 2009-01-15  Jim Meyering  <meyering@redhat.com>
15474
15475         openmp.m4: revert quote-adding change, for portability to older autoconf
15476         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
15477         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
15478         Simon Josefsson noticed the problem when using autoconf-2.61.
15479
15480 2009-01-15  Bruno Haible  <bruno@clisp.org>
15481
15482         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
15483         * tests/test-fflush2.c (ASSERT): Always fail.
15484         (main): Add two tests for fflush() after ungetc(), taking into account
15485         the Austin Group's clarification.
15486         Suggested by Eric Blake.
15487
15488 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
15489
15490         mktime.m4: remove K&R-style function prototypes
15491         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
15492         for the Sun C++ compiler.
15493
15494 2009-01-14  Bruno Haible  <bruno@clisp.org>
15495
15496         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
15497         while including <wchar.h>.
15498         * lib/wchar.in.h: In two particular situations on HP-UX, include only
15499         the system's <wchar.h> file.
15500         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15501
15502 2009-01-14  Bruno Haible  <bruno@clisp.org>
15503
15504         * m4/csharp.m4: Don't mention gettext on the serial number line.
15505         * m4/csharpexec.m4: Likewise.
15506         * m4/eaccess.m4: Likewise.
15507         * m4/javaexec.m4: Likewise.
15508         * m4/sig_atomic_t.m4: Likewise.
15509         * m4/tmpdir.m4: Likewise.
15510         * m4/intldir.m4: Bump gettext version.
15511         * m4/lib-ld.m4: Likewise.
15512
15513 2009-01-14  Bruno Haible  <bruno@clisp.org>
15514
15515         * lib/progname.c (set_program_name): Add more comments.
15516         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
15517
15518 2009-01-14  Simon Josefsson  <simon@josefsson.org>
15519
15520         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
15521         were sys/stat.h does not define it.
15522
15523 2009-01-14  Jim Meyering  <meyering@redhat.com>
15524
15525         many *.m4 files: improve m4 quoting
15526         99% of this change was performed by running the following commands:
15527         git ls-files | grep '\.m4$' | xargs perl -pi \
15528           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
15529           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
15530           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
15531           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
15532         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
15533         The remainder were to add Copyright dates, increment serial numbers,
15534         undo some changes in comments, exclude m4/intl.m4, and add quotes
15535         around the "1" in ",1" where the unusual spacing prohibited the
15536         above regexps from doing the job.  For more details, see
15537         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
15538         * m4/acl.m4: Modified.
15539         * m4/afs.m4: Likewise.
15540         * m4/alloca.m4: Likewise.
15541         * m4/argp.m4: Likewise.
15542         * m4/argz.m4: Likewise.
15543         * m4/atexit.m4: Likewise.
15544         * m4/bison-i18n.m4: Likewise.
15545         * m4/bison.m4: Likewise.
15546         * m4/byteswap.m4: Likewise.
15547         * m4/c-stack.m4: Likewise.
15548         * m4/c-strtod.m4: Likewise.
15549         * m4/calloc.m4: Likewise.
15550         * m4/canonicalize-lgpl.m4: Likewise.
15551         * m4/chown.m4: Likewise.
15552         * m4/clock_time.m4: Likewise.
15553         * m4/codeset.m4: Likewise.
15554         * m4/copy-file.m4: Likewise.
15555         * m4/csharp.m4: Likewise.
15556         * m4/csharpcomp.m4: Likewise.
15557         * m4/csharpexec.m4: Likewise.
15558         * m4/d-ino.m4: Likewise.
15559         * m4/d-type.m4: Likewise.
15560         * m4/dirfd.m4: Likewise.
15561         * m4/double-slash-root.m4: Likewise.
15562         * m4/eaccess.m4: Likewise.
15563         * m4/eealloc.m4: Likewise.
15564         * m4/environ.m4: Likewise.
15565         * m4/errno_h.m4: Likewise.
15566         * m4/euidaccess.m4: Likewise.
15567         * m4/execute.m4: Likewise.
15568         * m4/fatal-signal.m4: Likewise.
15569         * m4/fchdir.m4: Likewise.
15570         * m4/fcntl_h.m4: Likewise.
15571         * m4/fileblocks.m4: Likewise.
15572         * m4/filenamecat.m4: Likewise.
15573         * m4/findprog.m4: Likewise.
15574         * m4/flexmember.m4: Likewise.
15575         * m4/fnmatch.m4: Likewise.
15576         * m4/fopen.m4: Likewise.
15577         * m4/fpending.m4: Likewise.
15578         * m4/fprintf-posix.m4: Likewise.
15579         * m4/free.m4: Likewise.
15580         * m4/frexp.m4: Likewise.
15581         * m4/frexpl.m4: Likewise.
15582         * m4/fsusage.m4: Likewise.
15583         * m4/ftruncate.m4: Likewise.
15584         * m4/gc-camellia.m4: Likewise.
15585         * m4/gc-random.m4: Likewise.
15586         * m4/gc.m4: Likewise.
15587         * m4/getaddrinfo.m4: Likewise.
15588         * m4/getcwd-abort-bug.m4: Likewise.
15589         * m4/getcwd-path-max.m4: Likewise.
15590         * m4/getdate.m4: Likewise.
15591         * m4/getdomainname.m4: Likewise.
15592         * m4/getgroups.m4: Likewise.
15593         * m4/gethostname.m4: Likewise.
15594         * m4/gethrxtime.m4: Likewise.
15595         * m4/getline.m4: Likewise.
15596         * m4/getloadavg.m4: Likewise.
15597         * m4/getndelim2.m4: Likewise.
15598         * m4/getpass.m4: Likewise.
15599         * m4/gettext.m4: Likewise.
15600         * m4/gettime.m4: Likewise.
15601         * m4/gettimeofday.m4: Likewise.
15602         * m4/gnulib-common.m4: Likewise.
15603         * m4/group-member.m4: Likewise.
15604         * m4/host-os.m4: Likewise.
15605         * m4/iconv.m4: Likewise.
15606         * m4/iconv_open.m4: Likewise.
15607         * m4/inet_ntop.m4: Likewise.
15608         * m4/inet_pton.m4: Likewise.
15609         * m4/inline.m4: Likewise.
15610         * m4/intldir.m4: Likewise.
15611         * m4/intlmacosx.m4: Likewise.
15612         * m4/intmax.m4: Likewise.
15613         * m4/intmax_t.m4: Likewise.
15614         * m4/inttypes.m4: Likewise.
15615         * m4/inttypes_h.m4: Likewise.
15616         * m4/inttypes-pri.m4: Likewise.
15617         * m4/isapipe.m4: Likewise.
15618         * m4/isnand.m4: Likewise.
15619         * m4/isnanf.m4: Likewise.
15620         * m4/isnanl.m4: Likewise.
15621         * m4/javacomp.m4: Likewise.
15622         * m4/javaexec.m4: Likewise.
15623         * m4/jm-winsz1.m4: Likewise.
15624         * m4/jm-winsz2.m4: Likewise.
15625         * m4/lchown.m4: Likewise.
15626         * m4/lcmessage.m4: Likewise.
15627         * m4/ldexpl.m4: Likewise.
15628         * m4/lib-ld.m4: Likewise.
15629         * m4/lib-link.m4: Likewise.
15630         * m4/libsigsegv.m4: Likewise.
15631         * m4/link-follow.m4: Likewise.
15632         * m4/localcharset.m4: Likewise.
15633         * m4/locale-fr.m4: Likewise.
15634         * m4/locale-ja.m4: Likewise.
15635         * m4/locale-tr.m4: Likewise.
15636         * m4/locale-zh.m4: Likewise.
15637         * m4/lock.m4: Likewise.
15638         * m4/longlong.m4: Likewise.
15639         * m4/ls-mntd-fs.m4: Likewise.
15640         * m4/lstat.m4: Likewise.
15641         * m4/malloc.m4: Likewise.
15642         * m4/mathl.m4: Likewise.
15643         * m4/mbrtowc.m4: Likewise.
15644         * m4/mbstate_t.m4: Likewise.
15645         * m4/mbswidth.m4: Likewise.
15646         * m4/memchr.m4: Likewise.
15647         * m4/memcmp.m4: Likewise.
15648         * m4/memcpy.m4: Likewise.
15649         * m4/memmem.m4: Likewise.
15650         * m4/memmove.m4: Likewise.
15651         * m4/mempcpy.m4: Likewise.
15652         * m4/memrchr.m4: Likewise.
15653         * m4/memset.m4: Likewise.
15654         * m4/minmax.m4: Likewise.
15655         * m4/mkdir-slash.m4: Likewise.
15656         * m4/mkdtemp.m4: Likewise.
15657         * m4/mktime.m4: Likewise.
15658         * m4/mmap-anon.m4: Likewise.
15659         * m4/mountlist.m4: Likewise.
15660         * m4/nanosleep.m4: Likewise.
15661         * m4/nls.m4: Likewise.
15662         * m4/nocrash.m4: Likewise.
15663         * m4/open.m4: Likewise.
15664         * m4/openat.m4: Likewise.
15665         * m4/openmp.m4: Likewise.
15666         * m4/pathmax.m4: Likewise.
15667         * m4/perl.m4: Likewise.
15668         * m4/physmem.m4: Likewise.
15669         * m4/pipe.m4: Likewise.
15670         * m4/po.m4: Likewise.
15671         * m4/poll.m4: Likewise.
15672         * m4/posixtm.m4: Likewise.
15673         * m4/posixver.m4: Likewise.
15674         * m4/printf-frexp.m4: Likewise.
15675         * m4/printf-frexpl.m4: Likewise.
15676         * m4/printf-posix.m4: Likewise.
15677         * m4/printf-posix-rpl.m4: Likewise.
15678         * m4/printf.m4: Likewise.
15679         * m4/progtest.m4: Likewise.
15680         * m4/putenv.m4: Likewise.
15681         * m4/readline.m4: Likewise.
15682         * m4/readlink.m4: Likewise.
15683         * m4/readutmp.m4: Likewise.
15684         * m4/realloc.m4: Likewise.
15685         * m4/regex.m4: Likewise.
15686         * m4/relocatable.m4: Likewise.
15687         * m4/relocatable-lib.m4: Likewise.
15688         * m4/rename-dest-slash.m4: Likewise.
15689         * m4/rename.m4: Likewise.
15690         * m4/rmdir-errno.m4: Likewise.
15691         * m4/rmdir.m4: Likewise.
15692         * m4/roundf.m4: Likewise.
15693         * m4/roundl.m4: Likewise.
15694         * m4/rpmatch.m4: Likewise.
15695         * m4/save-cwd.m4: Likewise.
15696         * m4/selinux-selinux-h.m4: Likewise.
15697         * m4/setenv.m4: Likewise.
15698         * m4/settime.m4: Likewise.
15699         * m4/sig2str.m4: Likewise.
15700         * m4/sig_atomic_t.m4: Likewise.
15701         * m4/signalblocking.m4: Likewise.
15702         * m4/signbit.m4: Likewise.
15703         * m4/sigpipe.m4: Likewise.
15704         * m4/sockets.m4: Likewise.
15705         * m4/sockpfaf.m4: Likewise.
15706         * m4/st_dm_mode.m4: Likewise.
15707         * m4/stat-time.m4: Likewise.
15708         * m4/stdbool.m4: Likewise.
15709         * m4/stdint.m4: Likewise.
15710         * m4/stdint_h.m4: Likewise.
15711         * m4/stpcpy.m4: Likewise.
15712         * m4/stpncpy.m4: Likewise.
15713         * m4/strcase.m4: Likewise.
15714         * m4/strchrnul.m4: Likewise.
15715         * m4/strcspn.m4: Likewise.
15716         * m4/strdup.m4: Likewise.
15717         * m4/strftime.m4: Likewise.
15718         * m4/strndup.m4: Likewise.
15719         * m4/strnlen.m4: Likewise.
15720         * m4/strpbrk.m4: Likewise.
15721         * m4/strptime.m4: Likewise.
15722         * m4/strsep.m4: Likewise.
15723         * m4/strtod.m4: Likewise.
15724         * m4/strtoimax.m4: Likewise.
15725         * m4/strtok_r.m4: Likewise.
15726         * m4/strtol.m4: Likewise.
15727         * m4/strtoll.m4: Likewise.
15728         * m4/strtoul.m4: Likewise.
15729         * m4/strtoull.m4: Likewise.
15730         * m4/strtoumax.m4: Likewise.
15731         * m4/strverscmp.m4: Likewise.
15732         * m4/threadlib.m4: Likewise.
15733         * m4/timegm.m4: Likewise.
15734         * m4/tm_gmtoff.m4: Likewise.
15735         * m4/tmpdir.m4: Likewise.
15736         * m4/tmpfile.m4: Likewise.
15737         * m4/tzset.m4: Likewise.
15738         * m4/uintmax_t.m4: Likewise.
15739         * m4/unlinkdir.m4: Likewise.
15740         * m4/unlocked-io.m4: Likewise.
15741         * m4/uptime.m4: Likewise.
15742         * m4/userspec.m4: Likewise.
15743         * m4/utimbuf.m4: Likewise.
15744         * m4/utime.m4: Likewise.
15745         * m4/utimes-null.m4: Likewise.
15746         * m4/utimes.m4: Likewise.
15747         * m4/vararrays.m4: Likewise.
15748         * m4/vasnprintf.m4: Likewise.
15749         * m4/vfprintf-posix.m4: Likewise.
15750         * m4/vprintf-posix.m4: Likewise.
15751         * m4/wait-process.m4: Likewise.
15752         * m4/wchar_t.m4: Likewise.
15753         * m4/wint_t.m4: Likewise.
15754         * m4/write-any-file.m4: Likewise.
15755         * m4/yield.m4: Likewise.
15756
15757 2009-01-13  Bruno Haible  <bruno@clisp.org>
15758
15759         Avoid test-copy-file.sh failures when ACL support insufficient.
15760         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
15761         TESTS_ENVIRONMENT.
15762         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
15763         Reported by Jim Meyering.
15764
15765 2009-01-13  Bruno Haible  <bruno@clisp.org>
15766
15767         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
15768         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
15769         * modules/unistdio/u8-printf-parse (Files): Likewise.
15770         * modules/unistdio/u32-printf-parse (Files): Likewise.
15771         * modules/unistdio/ulc-printf-parse (Files): Likewise.
15772
15773 2009-01-13  Simon Josefsson  <simon@josefsson.org>
15774
15775         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
15776         and m4/inttypes_h.m4 too.
15777
15778 2009-01-12  Eric Blake  <ebb9@byu.net>
15779
15780         tests: IRIX 6.2 cc can't compile -0.0 into .data
15781         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
15782         rather than at compile-time.
15783         * tests/test-floorl.c (minus_zero): Likewise.
15784         * tests/test-frexpl.c (minus_zero): Likewise.
15785         * tests/test-isnan.c (minus_zerol): Likewise.
15786         * tests/test-isnanl.h (minus_zero): Likewise.
15787         * tests/test-ldexpl.c (minus_zero): Likewise.
15788         * tests/test-roundl.c (minus_zero): Likewise.
15789         * tests/test-signbit.c (minus_zerol): Likewise.
15790         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
15791         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
15792         * tests/test-truncl.c (minus_zero): Likewise.
15793         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
15794         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
15795         Reported by Tom G. Christensen and Nelson H. F. Beebe.
15796
15797 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15798
15799         regex: fix glibc bug 9697
15800         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
15801         handling.
15802
15803 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15804
15805         regex: fix glibc bug 697
15806         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
15807         being NULL also if there are no backreferences.
15808
15809 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15810
15811         regex: merge glibc changes
15812         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
15813         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
15814         re_string_skip_chars, re_string_reconstruct): Likewise.
15815         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
15816
15817 2009-01-07  Jim Meyering  <meyering@redhat.com>
15818
15819         poll: filter through cppi
15820         * lib/poll.c: Indent cpp directives to reflect nesting.
15821
15822 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
15823
15824         poll: don't return uninitialized
15825         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
15826
15827 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
15828
15829         avoid compile failure on AIX 6.1
15830         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
15831         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
15832
15833 2009-01-04  Jim Meyering  <meyering@redhat.com>
15834
15835         remove duplicate inclusion of <stdio.h>
15836         * tests/test-fprintf-posix.c: Likewise.
15837         * tests/test-printf-posix.c: Likewise.
15838         * tests/test-snprintf-posix.c: Likewise.
15839         * tests/test-sprintf-posix.c: Likewise.
15840         * tests/test-vasprintf-posix.c: Likewise.
15841         * tests/test-vfprintf-posix.c: Likewise.
15842         * tests/test-vprintf-posix.c: Likewise.
15843         * tests/test-vsnprintf-posix.c: Likewise.
15844         * tests/test-vsprintf-posix.c: Likewise.
15845
15846 2009-01-03  Jim Meyering  <meyering@redhat.com>
15847
15848         gnulib-tool: fix sed-based filtering
15849         * gnulib-tool (func_filter_filelist): Remove extra backslash
15850         in sed_fff_filter definition.
15851
15852 2009-01-02  Jim Meyering  <meyering@redhat.com>
15853
15854         strftime: avoid compilation failure on Solaris 2.6
15855         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
15856         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
15857         Don't #define mbrlen or mbsinit, since now they're guaranteed to
15858         be available.  Reported by Tom G. Christensen.  Details in
15859         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
15860
15861 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15862             Bruno Haible  <bruno@clisp.org>
15863
15864         Speed up gnulib-tool by doing more string processing through shell
15865         built-ins.
15866         * gnulib-tool (fast_func_append): New variable.
15867         (func_remove_prefix, func_remove_suffix): New functions.
15868         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
15869         (func_filter_filelist): New function.
15870         (func_get_dependencies): Use func_remove_suffix instead of sed.
15871         (func_get_automake_snippet): Use func_filter_filelist instead of a
15872         subshell and sed invocation.
15873
15874 2009-01-01  Bruno Haible  <bruno@clisp.org>
15875
15876         Fix a security bug.
15877         * gnulib-tool (func_import, import, update): Don't allow the characters
15878         '"', '$', '`', '\' in macro arguments that become part of commands that
15879         are evaluated.
15880
15881 2009-01-01  Bruno Haible  <bruno@clisp.org>
15882
15883         * gnulib-tool (func_reset_sigpipe): Add more comments.
15884
15885 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15886
15887         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
15888         func_emit_tests_Makefile_am, func_import): Abort loops early if we
15889         already know the answer.
15890
15891 2009-01-01  Jim Meyering  <meyering@redhat.com>
15892
15893         * lib/version-etc.c (version_etc_va): Update copyright year.
15894
15895 2008-12-30  Bruno Haible  <bruno@clisp.org>
15896
15897         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
15898         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
15899         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
15900
15901 2008-12-29  Eric Blake  <ebb9@byu.net>
15902
15903         multiarch: avoid autoconf AC_REQUIRE bug
15904         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
15905         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
15906         2.63 and older.
15907         Reported by Bruno Haible, and analyzed in
15908         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
15909
15910 2008-12-29  Bruno Haible  <bruno@clisp.org>
15911
15912         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
15913         files in subdirectories correctly.
15914         Reported by Ralf Wildenhues.
15915
15916 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15917
15918         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
15919         rather than 'join FILE -', for Solaris join.
15920
15921 2008-12-29  Bruno Haible  <bruno@clisp.org>
15922
15923         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
15924         quoting.
15925         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
15926         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
15927         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
15928         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
15929         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
15930         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
15931         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
15932         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
15933         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
15934         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
15935         * m4/nls.m4 (AM_NLS): Likewise.
15936         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
15937         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
15938         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
15939         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
15940         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
15941         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
15942         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
15943         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
15944         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
15945         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15946         * m4/xsize.m4 (gl_XSIZE): Likewise.
15947         Suggested by Jim Meyering.
15948
15949 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15950
15951         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
15952         * lib/parse-duration.c: use a switch instead of cascading if's.
15953
15954 2008-12-29  Eric Blake  <ebb9@byu.net>
15955
15956         wchar.h: supply WEOF on Irix 5.3
15957         * lib/wchar.in.h (wint_t): Also supply WEOF.
15958         * lib/wctype.in.h (wint_t): Likewise.
15959         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
15960         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
15961         Reported by Tom G. Christensen.
15962
15963 2008-12-26  Bruno Haible  <bruno@clisp.org>
15964
15965         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
15966         i486, i586, i686.
15967
15968 2008-12-26  Bruno Haible  <bruno@clisp.org>
15969
15970         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
15971
15972 2008-12-26  Bruno Haible  <bruno@clisp.org>
15973
15974         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
15975         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
15976         not __STDC_CONSTANT_MACROS.
15977         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
15978
15979 2008-12-25  Bruno Haible  <bruno@clisp.org>
15980
15981         Add support for universal builds to vasnprintf.
15982         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
15983         universal builds, guess no.
15984         * modules/vasnprintf-posix (Depends-on): Add multiarch.
15985         * modules/vasprintf-posix (Depends-on): Likewise.
15986         * modules/fprintf-posix (Depends-on): Likewise.
15987         * modules/vfprintf-posix (Depends-on): Likewise.
15988         * modules/snprintf-posix (Depends-on): Likewise.
15989         * modules/vsnprintf-posix (Depends-on): Likewise.
15990         * modules/sprintf-posix (Depends-on): Likewise.
15991         * modules/vsprintf-posix (Depends-on): Likewise.
15992         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
15993         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
15994         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
15995         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
15996         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
15997         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
15998         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
15999
16000         Add support for universal builds to <inttypes.h>.
16001         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
16002         _SCNu64_PREFIX): In Apple
16003         universal builds, define directly, using _LP64.
16004         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
16005         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
16006         * modules/inttypes (Depends-on): Add multiarch.
16007         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16008
16009         Add support for universal builds to <stdint.h>.
16010         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
16011         universal builds, define directly, using _LP64.
16012         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
16013         Apple universal builds, don't test for the size and suffix of ptrdiff_t
16014         and size_t.
16015         * modules/stdint (Depends-on): Add multiarch.
16016         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16017
16018         New module 'multiarch'.
16019         * modules/multiarch: New file.
16020         * m4/multiarch.m4: New file.
16021
16022 2008-12-25  Bruno Haible  <bruno@clisp.org>
16023
16024         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
16025
16026 2008-12-25  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/btowc (License): Relicense under LGPLv2+.
16029         * modules/mbsinit (License): Likewise.
16030         * modules/mbrtowc (License): Likewise.
16031         * modules/wcrtomb (License): Likewise.
16032         * modules/streq (License): Likewise.
16033         Reported by David Lutterkort <lutter@redhat.com>.
16034
16035 2008-12-23  Bruno Haible  <bruno@clisp.org>
16036
16037         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
16038
16039 2008-12-23  Bruno Haible  <bruno@clisp.org>
16040
16041         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
16042         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
16043         GETADDRINFO_LIB, not in LIBS.
16044         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
16045         * modules/canon-host (Link): Likewise.
16046         * NEWS: Mention the change.
16047         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
16048         GETADDRINFO_LIB.
16049
16050 2008-12-22  Bruno Haible  <bruno@clisp.org>
16051
16052         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
16053         * doc/posix-functions/iswalpha_l.texi: Likewise.
16054         * doc/posix-functions/iswblank_l.texi: Likewise.
16055         * doc/posix-functions/iswcntrl_l.texi: Likewise.
16056         * doc/posix-functions/iswctype_l.texi: Likewise.
16057         * doc/posix-functions/iswdigit_l.texi: Likewise.
16058         * doc/posix-functions/iswgraph_l.texi: Likewise.
16059         * doc/posix-functions/iswlower_l.texi: Likewise.
16060         * doc/posix-functions/iswprint_l.texi: Likewise.
16061         * doc/posix-functions/iswpunct_l.texi: Likewise.
16062         * doc/posix-functions/iswspace_l.texi: Likewise.
16063         * doc/posix-functions/iswupper_l.texi: Likewise.
16064         * doc/posix-functions/iswxdigit_l.texi: Likewise.
16065         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
16066         * doc/posix-functions/open_wmemstream.texi: Likewise.
16067         * doc/posix-functions/swscanf.texi: Likewise.
16068         * doc/posix-functions/towctrans_l.texi: Likewise.
16069         * doc/posix-functions/towlower.texi: Likewise.
16070         * doc/posix-functions/towlower_l.texi: Likewise.
16071         * doc/posix-functions/towupper.texi: Likewise.
16072         * doc/posix-functions/towupper_l.texi: Likewise.
16073         * doc/posix-functions/vfwprintf.texi: Likewise.
16074         * doc/posix-functions/vfwscanf.texi: Likewise.
16075         * doc/posix-functions/vswscanf.texi: Likewise.
16076         * doc/posix-functions/vwprintf.texi: Likewise.
16077         * doc/posix-functions/vwscanf.texi: Likewise.
16078         * doc/posix-functions/wcpcpy.texi: Likewise.
16079         * doc/posix-functions/wcpncpy.texi: Likewise.
16080         * doc/posix-functions/wcscasecmp.texi: Likewise.
16081         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
16082         * doc/posix-functions/wcscoll_l.texi: Likewise.
16083         * doc/posix-functions/wcsdup.texi: Likewise.
16084         * doc/posix-functions/wcsncasecmp.texi: Likewise.
16085         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
16086         * doc/posix-functions/wcsnlen.texi: Likewise.
16087         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16088         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
16089         * doc/posix-functions/wctrans_l.texi: Likewise.
16090         * doc/posix-functions/wctype_l.texi: Likewise.
16091         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
16092         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
16093         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
16094         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
16095         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
16096         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
16097         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
16098         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
16099         * doc/glibc-functions/wcschrnul.texi: Likewise.
16100         * doc/glibc-functions/wcsftime_l.texi: Likewise.
16101         * doc/glibc-functions/wcstod_l.texi: Likewise.
16102         * doc/glibc-functions/wcstof_l.texi: Likewise.
16103         * doc/glibc-functions/wcstol_l.texi: Likewise.
16104         * doc/glibc-functions/wcstold_l.texi: Likewise.
16105         * doc/glibc-functions/wcstoll_l.texi: Likewise.
16106         * doc/glibc-functions/wcstoq.texi: Likewise.
16107         * doc/glibc-functions/wcstoul_l.texi: Likewise.
16108         * doc/glibc-functions/wcstoull_l.texi: Likewise.
16109         * doc/glibc-functions/wcstouq.texi: Likewise.
16110         * doc/glibc-functions/wmempcpy.texi: Likewise.
16111
16112 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
16113             Eric Blake  <ebb9@byu.net>
16114             Paolo Bonzini  <bonzini@gnu.org>
16115             Bruno Haible  <bruno@clisp.org>
16116
16117         Make c-stack work on Haiku.
16118         * lib/c-stack.c (SA_ONSTACK): Define fallback.
16119         (c_stack_action): Use SA_ONSTACK flag.
16120
16121 2008-12-22  Bruno Haible  <bruno@clisp.org>
16122
16123         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
16124
16125 2008-12-22  Bruno Haible  <bruno@clisp.org>
16126
16127         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
16128         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
16129         being overridden.
16130         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
16131         New macros.
16132         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
16133         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
16134         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
16135         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
16136
16137 2008-12-22  Bruno Haible  <bruno@clisp.org>
16138
16139         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
16140         from test code.
16141
16142 2008-12-22  Eric Blake  <ebb9@byu.net>
16143
16144         Avoid gcc warnings on cygwin.
16145         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
16146         Avoid unused variable.
16147         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
16148         Likewise.
16149
16150 2008-12-22  Bruno Haible  <bruno@clisp.org>
16151
16152         Remove HAVE_MBRTOWC conditionals.
16153         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
16154         (mbscasecmp): Assume mbrtowc function.
16155         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
16156         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
16157         * lib/mbschr.c: Include mbuiter.h unconditionally.
16158         (mbschr): Assume mbrtowc function.
16159         * lib/mbscspn.c: Include mbuiter.h unconditionally.
16160         (mbscspn): Assume mbrtowc function.
16161         * lib/mbslen.c: Include mbuiter.h unconditionally.
16162         (mbslen): Assume mbrtowc function.
16163         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
16164         (mbsncasecmp): Assume mbrtowc function.
16165         * lib/mbsnlen.c: Include mbiter.h unconditionally.
16166         (mbsnlen): Assume mbrtowc function.
16167         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
16168         (mbspbrk): Assume mbrtowc function.
16169         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
16170         (mbspcasecmp): Assume mbrtowc function.
16171         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
16172         (mbsrchr): Assume mbrtowc function.
16173         * lib/mbssep.c: Include mbuiter.h unconditionally.
16174         (mbssep): Assume mbrtowc function.
16175         * lib/mbsspn.c: Include mbuiter.h unconditionally.
16176         (mbsspn): Assume mbrtowc function.
16177         * lib/mbsstr.c: Include mbuiter.h unconditionally.
16178         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
16179         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
16180         (mbstok_r): Assume mbrtowc function.
16181         * lib/propername.c: Include mbuiter.h unconditionally.
16182         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
16183         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
16184         (trim2): Assume mbrtowc function.
16185         * lib/mbswidth.c (mbsinit): Remove fallback definition.
16186         (mbsnwidth): Assume mbrtowc function.
16187         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
16188         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
16189         fallback definitions.
16190         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
16191
16192 2008-12-22  Bruno Haible  <bruno@clisp.org>
16193
16194         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
16195
16196 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
16197
16198         * modules/regex: Request emulations for the mb*/wc* functions we need.
16199         * m4/regex.m4: Don't look for those functions here.
16200         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
16201
16202 2008-12-22  Bruno Haible  <bruno@clisp.org>
16203
16204         * modules/fnmatch (Depends-on): Remove duplicated dependency.
16205
16206 2008-12-21  Bruno Haible  <bruno@clisp.org>
16207
16208         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
16209         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
16210         (Include): Remove conditionalization.
16211         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
16212         (Include): Remove conditionalization.
16213         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
16214         (Include): Remove conditionalization.
16215         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
16216         * m4/mbfile.m4 (gl_MBFILE): Likewise.
16217         * NEWS: Mention the change.
16218         Reported by Alan Hourihane <alanh@fairlite.co.uk>
16219         via Sergey Poznyakoff <gray@gnu.org.ua>.
16220
16221 2008-12-21  Bruno Haible  <bruno@clisp.org>
16222
16223         * MODULES.html.sh (Extended multibyte and wide character utilities
16224         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
16225         wcrtomb, wcsrtombs.
16226         (Support for systems lacking POSIX:2008): Add accept, bind, close,
16227         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
16228         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
16229         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
16230
16231 2008-12-21  Bruno Haible  <bruno@clisp.org>
16232
16233         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
16234
16235 2008-12-21  Bruno Haible  <bruno@clisp.org>
16236
16237         * modules/wcsnrtombs-tests: New file.
16238         * tests/test-wcsnrtombs1.sh: New file.
16239         * tests/test-wcsnrtombs2.sh: New file.
16240         * tests/test-wcsnrtombs3.sh: New file.
16241         * tests/test-wcsnrtombs4.sh: New file.
16242         * tests/test-wcsnrtombs.c: New file.
16243
16244         New module 'wcsnrtombs'.
16245         * lib/wchar.in.h (wcsnrtombs): New declaration.
16246         * lib/wcsnrtombs.c: New file.
16247         * lib/wcsrtombs-state.c: New file.
16248         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
16249         (internal_state): Remove variable.
16250         * m4/wcsnrtombs.m4: New file.
16251         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
16252         compilation units.
16253         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
16254         HAVE_WCSNRTOMBS.
16255         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
16256         HAVE_WCSNRTOMBS.
16257         * modules/wcsnrtombs: New file.
16258         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
16259         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
16260
16261 2008-12-21  Bruno Haible  <bruno@clisp.org>
16262
16263         * modules/wcsrtombs-tests: New file.
16264         * tests/test-wcsrtombs1.sh: New file.
16265         * tests/test-wcsrtombs2.sh: New file.
16266         * tests/test-wcsrtombs3.sh: New file.
16267         * tests/test-wcsrtombs4.sh: New file.
16268         * tests/test-wcsrtombs.c: New file.
16269
16270         New module 'wcsrtombs'.
16271         * lib/wchar.in.h (wcsrtombs): New declaration.
16272         * lib/wcsrtombs.c: New file.
16273         * m4/wcsrtombs.m4: New file.
16274         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
16275         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16276         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
16277         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16278         * modules/wcsrtombs: New file.
16279         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
16280         bugs.
16281
16282 2008-12-21  Bruno Haible  <bruno@clisp.org>
16283
16284         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
16285         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
16286         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
16287         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
16288         if not correct.
16289         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
16290         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
16291         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16292         m4/locale-zh.m4, m4/codeset.m4.
16293         * doc/posix-functions/wcrtomb.texi: Document the bug.
16294
16295 2008-12-21  Bruno Haible  <bruno@clisp.org>
16296
16297         Work around a btowc() bug on IRIX 6.5.
16298         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
16299         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
16300         REPLACE_WTOBC if not.
16301         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
16302         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
16303         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
16304
16305 2008-12-21  Bruno Haible  <bruno@clisp.org>
16306
16307         * modules/wcrtomb-tests: New file.
16308         * tests/test-wcrtomb.sh: New file.
16309         * tests/test-wcrtomb.c: New file.
16310
16311         New module 'wcrtomb'.
16312         * lib/wchar.in.h (wcrtomb): New declaration.
16313         * lib/wcrtomb.c: New file.
16314         * m4/wcrtomb.m4: New file.
16315         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
16316         HAVE_WCRTOMB.
16317         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
16318         HAVE_WCRTOMB.
16319         * modules/wcrtomb: New file.
16320         * doc/posix-functions/wcrtomb.texi: Mention the new module.
16321
16322 2008-12-21  Bruno Haible  <bruno@clisp.org>
16323
16324         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
16325         * modules/mbsrtowcs (Files): Likewise.
16326         * modules/wctob (Files): Likewise.
16327         * modules/c-strcase-tests (Files): Likewise.
16328         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
16329         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
16330         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
16331         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
16332         * modules/vasnprintf-posix-tests (Files): Likewise.
16333
16334 2008-12-21  William Pursell  <bill.pursell@gmail.com>
16335
16336         gitlog-to-changelog: pass all command-line arguments to git-log
16337         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
16338         it is sometimes convenient to filter the commits in various ways.
16339         gitlog-to-changelog only allows --since to specify a start date,
16340         but git-log itself supports many other filtering mechanisms.
16341         At the moment, I want to filter by branch name.  Rather than
16342         adding a --branch option to gitlog-to-changelog, it seems more
16343         flexible to simply pass all options directly to git-log and let
16344         git do the work.  Notice that this effectively makes --since a
16345         redundant option for gitlog-to-changelog, but removing it would
16346         require current usage to change since calls would then require
16347         an additional '--'.
16348
16349 2008-12-21  Bruno Haible  <bruno@clisp.org>
16350
16351         * modules/mbsnrtowcs-tests: New file.
16352         * tests/test-mbsnrtowcs1.sh: New file.
16353         * tests/test-mbsnrtowcs2.sh: New file.
16354         * tests/test-mbsnrtowcs3.sh: New file.
16355         * tests/test-mbsnrtowcs4.sh: New file.
16356         * tests/test-mbsnrtowcs.c: New file.
16357
16358         New module 'mbsnrtowcs'.
16359         * lib/wchar.in.h (mbsnrtowcs): New declaration.
16360         * lib/mbsnrtowcs.c: New file.
16361         * lib/mbsrtowcs-state.c: New file.
16362         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
16363         (internal_state): Remove variable.
16364         * m4/mbsnrtowcs.m4: New file.
16365         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
16366         compilation units.
16367         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
16368         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16369         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
16370         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16371         * modules/mbsnrtowcs: New file.
16372         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
16373         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
16374         portability problem.
16375
16376 2008-12-21  Bruno Haible  <bruno@clisp.org>
16377
16378         Work around mbsrtowcs bug.
16379         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
16380         (gl_FUNC_MBSRTOWCS): Invoke it.
16381         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16382         m4/locale-zh.m4.
16383         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
16384
16385 2008-12-21  Bruno Haible  <bruno@clisp.org>
16386
16387         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
16388
16389 2008-12-21  Bruno Haible  <bruno@clisp.org>
16390
16391         Update doc for AIX.
16392         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
16393         16-bit wchar_t type.
16394         * doc/posix-functions/btowc.texi: Likewise.
16395         * doc/posix-functions/fgetwc.texi: Likewise.
16396         * doc/posix-functions/fgetws.texi: Likewise.
16397         * doc/posix-functions/fputwc.texi: Likewise.
16398         * doc/posix-functions/fputws.texi: Likewise.
16399         * doc/posix-functions/fwide.texi: Likewise.
16400         * doc/posix-functions/fwprintf.texi: Likewise.
16401         * doc/posix-functions/fwscanf.texi: Likewise.
16402         * doc/posix-functions/getwchar.texi: Likewise.
16403         * doc/posix-functions/getwc.texi: Likewise.
16404         * doc/posix-functions/iswalnum.texi: Likewise.
16405         * doc/posix-functions/iswalpha.texi: Likewise.
16406         * doc/posix-functions/iswblank.texi: Likewise.
16407         * doc/posix-functions/iswcntrl.texi: Likewise.
16408         * doc/posix-functions/iswctype.texi: Likewise.
16409         * doc/posix-functions/iswdigit.texi: Likewise.
16410         * doc/posix-functions/iswgraph.texi: Likewise.
16411         * doc/posix-functions/iswlower.texi: Likewise.
16412         * doc/posix-functions/iswprint.texi: Likewise.
16413         * doc/posix-functions/iswpunct.texi: Likewise.
16414         * doc/posix-functions/iswspace.texi: Likewise.
16415         * doc/posix-functions/iswupper.texi: Likewise.
16416         * doc/posix-functions/iswxdigit.texi: Likewise.
16417         * doc/posix-functions/mbrtowc.texi: Likewise.
16418         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16419         * doc/posix-functions/mbstowcs.texi: Likewise.
16420         * doc/posix-functions/mbtowc.texi: Likewise.
16421         * doc/posix-functions/putwchar.texi: Likewise.
16422         * doc/posix-functions/putwc.texi: Likewise.
16423         * doc/posix-functions/swprintf.texi: Likewise.
16424         * doc/posix-functions/tolower.texi: Likewise.
16425         * doc/posix-functions/toupper.texi: Likewise.
16426         * doc/posix-functions/towctrans.texi: Likewise.
16427         * doc/posix-functions/ungetwc.texi: Likewise.
16428         * doc/posix-functions/vswprintf.texi: Likewise.
16429         * doc/posix-functions/wcrtomb.texi: Likewise.
16430         * doc/posix-functions/wcscat.texi: Likewise.
16431         * doc/posix-functions/wcschr.texi: Likewise.
16432         * doc/posix-functions/wcscmp.texi: Likewise.
16433         * doc/posix-functions/wcscoll.texi: Likewise.
16434         * doc/posix-functions/wcscpy.texi: Likewise.
16435         * doc/posix-functions/wcscspn.texi: Likewise.
16436         * doc/posix-functions/wcsftime.texi: Likewise.
16437         * doc/posix-functions/wcslen.texi: Likewise.
16438         * doc/posix-functions/wcsncat.texi: Likewise.
16439         * doc/posix-functions/wcsncmp.texi: Likewise.
16440         * doc/posix-functions/wcsncpy.texi: Likewise.
16441         * doc/posix-functions/wcspbrk.texi: Likewise.
16442         * doc/posix-functions/wcsrchr.texi: Likewise.
16443         * doc/posix-functions/wcsrtombs.texi: Likewise.
16444         * doc/posix-functions/wcsspn.texi: Likewise.
16445         * doc/posix-functions/wcsstr.texi: Likewise.
16446         * doc/posix-functions/wcstod.texi: Likewise.
16447         * doc/posix-functions/wcstof.texi: Likewise.
16448         * doc/posix-functions/wcstoimax.texi: Likewise.
16449         * doc/posix-functions/wcstok.texi: Likewise.
16450         * doc/posix-functions/wcstold.texi: Likewise.
16451         * doc/posix-functions/wcstoll.texi: Likewise.
16452         * doc/posix-functions/wcstol.texi: Likewise.
16453         * doc/posix-functions/wcstombs.texi: Likewise.
16454         * doc/posix-functions/wcstoull.texi: Likewise.
16455         * doc/posix-functions/wcstoul.texi: Likewise.
16456         * doc/posix-functions/wcstoumax.texi: Likewise.
16457         * doc/posix-functions/wcswidth.texi: Likewise.
16458         * doc/posix-functions/wcsxfrm.texi: Likewise.
16459         * doc/posix-functions/wctob.texi: Likewise.
16460         * doc/posix-functions/wctomb.texi: Likewise.
16461         * doc/posix-functions/wctrans.texi: Likewise.
16462         * doc/posix-functions/wctype.texi: Likewise.
16463         * doc/posix-functions/wcwidth.texi: Likewise.
16464         * doc/posix-functions/wmemchr.texi: Likewise.
16465         * doc/posix-functions/wmemcmp.texi: Likewise.
16466         * doc/posix-functions/wmemcpy.texi: Likewise.
16467         * doc/posix-functions/wmemmove.texi: Likewise.
16468         * doc/posix-functions/wmemset.texi: Likewise.
16469         * doc/posix-functions/wprintf.texi: Likewise.
16470         * doc/posix-functions/wscanf.texi: Likewise.
16471
16472 2008-12-21  Bruno Haible  <bruno@clisp.org>
16473
16474         Update doc for HP-UX 11.11.
16475         * doc/posix-functions/btowc.texi: Clarify that the function is missing
16476         in HP-UX version 11.00, not in all versions of HP-UX 11.
16477         * doc/posix-functions/fwide.texi: Likewise.
16478         * doc/posix-functions/fwprintf.texi: Likewise.
16479         * doc/posix-functions/fwscanf.texi: Likewise.
16480         * doc/posix-functions/inet_ntop.texi: Likewise.
16481         * doc/posix-functions/inet_pton.texi: Likewise.
16482         * doc/posix-functions/mbrlen.texi: Likewise.
16483         * doc/posix-functions/mbrtowc.texi: Likewise.
16484         * doc/posix-functions/mbsinit.texi: Likewise.
16485         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16486         * doc/posix-functions/swprintf.texi: Likewise.
16487         * doc/posix-functions/swscanf.texi: Likewise.
16488         * doc/posix-functions/towctrans.texi: Likewise.
16489         * doc/posix-functions/vfwprintf.texi: Likewise.
16490         * doc/posix-functions/vswprintf.texi: Likewise.
16491         * doc/posix-functions/vwprintf.texi: Likewise.
16492         * doc/posix-functions/wcrtomb.texi: Likewise.
16493         * doc/posix-functions/wcsrtombs.texi: Likewise.
16494         * doc/posix-functions/wcsstr.texi: Likewise.
16495         * doc/posix-functions/wctob.texi: Likewise.
16496         * doc/posix-functions/wctrans.texi: Likewise.
16497         * doc/posix-functions/wmemchr.texi: Likewise.
16498         * doc/posix-functions/wmemcmp.texi: Likewise.
16499         * doc/posix-functions/wmemcpy.texi: Likewise.
16500         * doc/posix-functions/wmemmove.texi: Likewise.
16501         * doc/posix-functions/wmemset.texi: Likewise.
16502         * doc/posix-functions/wprintf.texi: Likewise.
16503         * doc/posix-functions/wscanf.texi: Likewise.
16504
16505 2008-12-21  Bruno Haible  <bruno@clisp.org>
16506
16507         Work around a portability problem.
16508         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
16509         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
16510
16511 2008-12-20  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
16514         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
16515         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
16516         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
16517         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
16518
16519         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
16520         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
16521         set.
16522         (GNULIB_defined_mbstate_t): New macro.
16523         (mbsinit): Redefine if REPLACE_MBSINIT is set.
16524         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
16525         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
16526         reuses the system's mbrtowc function but works around the bugs.
16527         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
16528         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
16529         macros.
16530         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
16531         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
16532         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
16533         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
16534         REPLACE_MBSINIT if mbsinit needs to be overridden.
16535         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
16536         REPLACE_MBSINIT, REPLACE_MBRTOWC.
16537         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
16538         REPLACE_MBSINIT, REPLACE_MBRTOWC.
16539         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16540         m4/locale-zh.m4.
16541         (Depends): Add mbsinit.
16542         * modules/mbsinit (Depends): Add mbrtowc.
16543         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
16544
16545 2008-12-20  Bruno Haible  <bruno@clisp.org>
16546
16547         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
16548         so that there are no conversion errors on AIX.
16549         * tests/test-mbsrtowcs.c (main): LIkewise.
16550
16551 2008-12-20  Bruno Haible  <bruno@clisp.org>
16552
16553         Work around wctob bug on Solaris <= 9.
16554         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
16555         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
16556         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
16557         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
16558         * modules/wctob (Files): Add m4/locale-fr.m4.
16559         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
16560
16561 2008-12-20  Bruno Haible  <bruno@clisp.org>
16562
16563         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
16564         /dev/null.
16565         * tests/test-select-in.sh: Likewise.
16566         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16567
16568 2008-12-20  Bruno Haible  <bruno@clisp.org>
16569
16570         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
16571         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
16572         Cygwin 1.5.x.
16573
16574 2008-12-20  Bruno Haible  <bruno@clisp.org>
16575
16576         Ensure mbstate_t is defined on HP-UX 11.11.
16577         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
16578         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
16579         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
16580         AC_USE_SYSTEM_EXTENSIONS.
16581         * modules/fnmatch (Depends-on): Add extensions.
16582         * modules/mbrlen (Depends-on): Likewise.
16583         * modules/mbrtowc (Depends-on): Likewise.
16584         * modules/mbsinit (Depends-on): Likewise.
16585         * modules/mbsrtowcs (Depends-on): Likewise.
16586         * modules/mbswidth (Depends-on): Likewise.
16587         * modules/quotearg (Depends-on): Likewise.
16588         * modules/strftime (Depends-on): Likewise.
16589
16590 2008-12-20  Bruno Haible  <bruno@clisp.org>
16591
16592         Ensure wctob is declared on IRIX 6.5.
16593         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
16594         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
16595         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
16596         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
16597         of HAVE_WCTOB.
16598         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
16599         HAVE_WCTOB.
16600         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
16601
16602 2008-12-19  Bruno Haible  <bruno@clisp.org>
16603
16604         * modules/mbsrtowcs-tests: New file.
16605         * tests/test-mbsrtowcs1.sh: New file.
16606         * tests/test-mbsrtowcs2.sh: New file.
16607         * tests/test-mbsrtowcs3.sh: New file.
16608         * tests/test-mbsrtowcs4.sh: New file.
16609         * tests/test-mbsrtowcs.c: New file.
16610
16611         New module 'mbsrtowcs'.
16612         * lib/wchar.in.h (mbsrtowcs): New declaration.
16613         * lib/mbsrtowcs.c: New file.
16614         * m4/mbsrtowcs.m4: New file.
16615         * modules/mbsrtowcs: New file.
16616         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
16617         HAVE_MBSRTOWCS.
16618         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
16619         HAVE_MBSRTOWCS.
16620         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
16621
16622 2008-12-19  Bruno Haible  <bruno@clisp.org>
16623
16624         New module 'mbrlen'.
16625         * lib/wchar.in.h (mbrlen): New declaration.
16626         * lib/mbrlen.c: New file.
16627         * m4/mbrlen.m4: New file.
16628         * modules/mbrlen: New file.
16629         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
16630         HAVE_MBRLEN.
16631         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
16632         HAVE_MBRLEN.
16633         * doc/posix-functions/mbrlen.texi: Document the new module.
16634
16635 2008-12-19  Bruno Haible  <bruno@clisp.org>
16636
16637         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
16638         * modules/mbrtowc (Depends-on): Add verify.
16639         Suggested by Paul Eggert.
16640
16641 2008-12-18  Bruno Haible  <bruno@clisp.org>
16642
16643         * modules/mbsinit-tests: New file.
16644         * tests/test-mbsinit.sh: New file.
16645         * tests/test-mbsinit.c: New file.
16646
16647 2008-12-18  Bruno Haible  <bruno@clisp.org>
16648
16649         * modules/mbrtowc-tests: New file.
16650         * tests/test-mbrtowc1.sh: New file.
16651         * tests/test-mbrtowc2.sh: New file.
16652         * tests/test-mbrtowc3.sh: New file.
16653         * tests/test-mbrtowc4.sh: New file.
16654         * tests/test-mbrtowc.c: New file.
16655
16656         New module 'mbrtowc'.
16657         * lib/wchar.in.h (mbstate_t): Override when the system does not have
16658         mbsinit and mbrtowc.
16659         (mbrtowc): New declaration.
16660         * lib/mbrtowc.c: New file.
16661         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
16662         * modules/mbrtowc: New file.
16663         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
16664         HAVE_MBRTOWC.
16665         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
16666         HAVE_MBRTOWC.
16667         * doc/posix-functions/mbrtowc.texi: Document the new module.
16668
16669 2008-12-18  Bruno Haible  <bruno@clisp.org>
16670
16671         New module 'wctob'.
16672         * lib/wchar.in.h (wctob): New declaration.
16673         * lib/wctob.c: New file.
16674         * m4/wctob.m4: New file.
16675         * modules/wctob: New file.
16676         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
16677         HAVE_WCTOB.
16678         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
16679         * doc/posix-functions/wctob.texi: Document the new module.
16680
16681 2008-12-18  Bruno Haible  <bruno@clisp.org>
16682
16683         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
16684         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
16685
16686 2008-12-18  Simon Josefsson  <simon@josefsson.org>
16687
16688         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
16689         G. Christensen" <tgc@jupiterrise.com>.
16690
16691         * lib/flock.c: Need to include errno.h.  Reported by "Tom
16692         G. Christensen" <tgc@jupiterrise.com>.
16693
16694         * lib/flock.c: Need to include string.h.  Reported by "Tom
16695         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
16696         <ebb9@byu.net>.
16697
16698 2008-12-18  Bruno Haible  <bruno@clisp.org>
16699
16700         * m4/locale-ja.m4: New file, from GNU gettext.
16701
16702 2008-12-17  Bruno Haible  <bruno@clisp.org>
16703
16704         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
16705         Suggested by Eric Blake.
16706
16707 2008-12-17  Bruno Haible  <bruno@clisp.org>
16708
16709         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
16710
16711 2008-12-17  Bruno Haible  <bruno@clisp.org>
16712
16713         * lib/mbsinit.c: Include verify.h. Verify an assumption.
16714         * modules/mbsinit (Depends-on): Add verify.
16715         Suggested by Paul Eggert.
16716
16717 2008-12-17  Bruno Haible  <bruno@clisp.org>
16718
16719         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
16720         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
16721         gl_FUNC_MBRTOWC.
16722         * m4/mbiter.m4 (gl_MBITER): LIkewise.
16723         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
16724         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
16725         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
16726         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
16727         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
16728         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
16729         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
16730         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
16731         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
16732         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
16733         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
16734         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
16735         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
16736         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
16737         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16738         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
16739         * modules/trim (configure.ac): Likewise.
16740
16741 2008-12-17  Bruno Haible  <bruno@clisp.org>
16742
16743         * modules/btowc-tests: New file.
16744         * tests/test-btowc1.sh: New file.
16745         * tests/test-btowc2.sh: New file.
16746         * tests/test-btowc.c: New file.
16747
16748         New module 'btowc'.
16749         * lib/wchar.in.h (btowc): New declaration.
16750         * lib/btowc.c: New file.
16751         * m4/btowc.m4: New file.
16752         * modules/btowc: New file.
16753         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
16754         HAVE_BTOWC.
16755         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
16756         * doc/posix-functions/btowc.texi: Document the new module.
16757
16758 2008-12-17  Bruno Haible  <bruno@clisp.org>
16759
16760         New module 'mbsinit'.
16761         * lib/wchar.in.h (mbsinit): New declaration.
16762         * lib/mbsinit.c: New file.
16763         * m4/mbsinit.m4: New file.
16764         * modules/mbsinit: New file.
16765         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
16766         HAVE_MBSINIT.
16767         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
16768         HAVE_MBSINIT.
16769         * doc/posix-functions/mbsinit.texi: Document the new module.
16770
16771 2008-12-16  Bruno Haible  <bruno@clisp.org>
16772
16773         * lib/unistd.in.h: Add comment.
16774         * tests/test-environ.c: Don't include <stdlib.h>.
16775
16776 2008-12-16  Bruno Haible  <bruno@clisp.org>
16777
16778         * lib/parse-duration.h (parse_duration): Document return value
16779         convention.
16780         * lib/parse-duration.c: Include specification header first. Add
16781         comments.
16782         (_): Remove macro.
16783         (parse_year_month_day, parse_hour_minute_second): Move side effects
16784         outside of strchr call.
16785         (parse_non_iso8601): Move side effects outside of isspace call.
16786         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
16787         call.
16788
16789 2008-12-16  Bruno Haible  <bruno@clisp.org>
16790
16791         * tests/test-parse-duration.sh: Produce no output when the test
16792         succeeds.
16793
16794 2008-12-16  Bruno Haible  <bruno@clisp.org>
16795
16796         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
16797         expressions.
16798
16799 2008-12-15  Bruno Haible  <bruno@clisp.org>
16800
16801         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
16802         * doc/glibc-functions/flistxattr.texi: Likewise.
16803         * doc/glibc-functions/fopencookie.texi: Likewise.
16804         * doc/glibc-functions/fremovexattr.texi: Likewise.
16805         * doc/glibc-functions/fsetxattr.texi: Likewise.
16806         * doc/glibc-functions/getxattr.texi: Likewise.
16807         * doc/glibc-functions/lgetxattr.texi: Likewise.
16808         * doc/glibc-functions/listxattr.texi: Likewise.
16809         * doc/glibc-functions/llistxattr.texi: Likewise.
16810         * doc/glibc-functions/lremovexattr.texi: Likewise.
16811         * doc/glibc-functions/lsetxattr.texi: Likewise.
16812         * doc/glibc-functions/removexattr.texi: Likewise.
16813         * doc/glibc-functions/setxattr.texi: Likewise.
16814         * doc/posix-functions/open_memstream.texi: Likewise.
16815
16816 2008-12-15  Eric Blake  <ebb9@byu.net>
16817
16818         Update doc for cygwin 1.7.
16819         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
16820         functions.
16821         * doc/posix-functions/fchmodat.texi: Likewise.
16822         * doc/posix-functions/fchownat.texi: Likewise.
16823         * doc/posix-functions/fdopendir.texi: Likewise.
16824         * doc/posix-functions/fmemopen.texi: Likewise.
16825         * doc/posix-functions/freeaddrinfo.texi: Likewise.
16826         * doc/posix-functions/fstatat.texi: Likewise.
16827         * doc/posix-functions/futimens.texi: Likewise.
16828         * doc/posix-functions/gai_strerror.texi: Likewise.
16829         * doc/posix-functions/getaddrinfo.texi: Likewise.
16830         * doc/posix-functions/getnameinfo.texi: Likewise.
16831         * doc/posix-functions/if_freenameindex.texi: Likewise.
16832         * doc/posix-functions/if_indextoname.texi: Likewise.
16833         * doc/posix-functions/if_nameindex.texi: Likewise.
16834         * doc/posix-functions/if_nametoindex.texi: Likewise.
16835         * doc/posix-functions/insque.texi: Likewise.
16836         * doc/posix-functions/linkat.texi: Likewise.
16837         * doc/posix-functions/llrint.texi: Likewise.
16838         * doc/posix-functions/llrintf.texi: Likewise.
16839         * doc/posix-functions/llrintl.texi: Likewise.
16840         * doc/posix-functions/lockf.texi: Likewise.
16841         * doc/posix-functions/lrintl.texi: Likewise.
16842         * doc/posix-functions/mkdirat.texi: Likewise.
16843         * doc/posix-functions/mkfifoat.texi: Likewise.
16844         * doc/posix-functions/mknodat.texi: Likewise.
16845         * doc/posix-functions/mq_close.texi: Likewise.
16846         * doc/posix-functions/mq_getattr.texi: Likewise.
16847         * doc/posix-functions/mq_notify.texi: Likewise.
16848         * doc/posix-functions/mq_open.texi: Likewise.
16849         * doc/posix-functions/mq_receive.texi: Likewise.
16850         * doc/posix-functions/mq_send.texi: Likewise.
16851         * doc/posix-functions/mq_setattr.texi: Likewise.
16852         * doc/posix-functions/mq_timedreceive.texi: Likewise.
16853         * doc/posix-functions/mq_timedsend.texi: Likewise.
16854         * doc/posix-functions/mq_unlink.texi: Likewise.
16855         * doc/posix-functions/open_memstream.texi: Likewise.
16856         * doc/posix-functions/openat.texi: Likewise.
16857         * doc/posix-functions/posix_fadvise.texi: Likewise.
16858         * doc/posix-functions/posix_fallocate.texi: Likewise.
16859         * doc/posix-functions/posix_madvise.texi: Likewise.
16860         * doc/posix-functions/posix_memalign.texi: Likewise.
16861         * doc/posix-functions/posix_openpt.texi: Likewise.
16862         * doc/posix-functions/readlinkat.texi: Likewise.
16863         * doc/posix-functions/remque.texi: Likewise.
16864         * doc/posix-functions/renameat.texi: Likewise.
16865         * doc/posix-functions/rintl.texi: Likewise.
16866         * doc/posix-functions/sem_unlink.texi: Likewise.
16867         * doc/posix-functions/shm_open.texi: Likewise.
16868         * doc/posix-functions/shm_unlink.texi: Likewise.
16869         * doc/posix-functions/signgam.texi: Likewise.
16870         * doc/posix-functions/sigset.texi: Likewise.
16871         * doc/posix-functions/stpcpy.texi: Likewise.
16872         * doc/posix-functions/stpncpy.texi: Likewise.
16873         * doc/posix-functions/strerror.texi: Likewise.
16874         * doc/posix-functions/strtod.texi: Likewise.
16875         * doc/posix-functions/symlinkat.texi: Likewise.
16876         * doc/posix-functions/unlinkat.texi: Likewise.
16877         * doc/posix-functions/utimensat.texi: Likewise.
16878         * doc/glibc-functions/bindresvport.texi: Likewise.
16879         * doc/glibc-functions/dn_expand.texi: Likewise.
16880         * doc/glibc-functions/exp10.texi: Likewise.
16881         * doc/glibc-functions/exp10f.texi: Likewise.
16882         * doc/glibc-functions/fgetxattr.texi: Likewise.
16883         * doc/glibc-functions/flistxattr.texi: Likewise.
16884         * doc/glibc-functions/fopencookie.texi: Likewise.
16885         * doc/glibc-functions/freeifaddrs.texi: Likewise.
16886         * doc/glibc-functions/fremovexattr.texi: Likewise.
16887         * doc/glibc-functions/fsetxattr.texi: Likewise.
16888         * doc/glibc-functions/getifaddrs.texi: Likewise.
16889         * doc/glibc-functions/getxattr.texi: Likewise.
16890         * doc/glibc-functions/lgetxattr.texi: Likewise.
16891         * doc/glibc-functions/listxattr.texi: Likewise.
16892         * doc/glibc-functions/llistxattr.texi: Likewise.
16893         * doc/glibc-functions/lremovexattr.texi: Likewise.
16894         * doc/glibc-functions/lsetxattr.texi: Likewise.
16895         * doc/glibc-functions/pow10.texi: Likewise.
16896         * doc/glibc-functions/pow10f.texi: Likewise.
16897         * doc/glibc-functions/rcmd_af.texi: Likewise.
16898         * doc/glibc-functions/removexattr.texi: Likewise.
16899         * doc/glibc-functions/res_init.texi: Likewise.
16900         * doc/glibc-functions/res_mkquery.texi: Likewise.
16901         * doc/glibc-functions/res_query.texi: Likewise.
16902         * doc/glibc-functions/res_querydomain.texi: Likewise.
16903         * doc/glibc-functions/res_send.texi: Likewise.
16904         * doc/glibc-functions/rresvport_af.texi: Likewise.
16905         * doc/glibc-functions/setxattr.texi: Likewise.
16906         * doc/glibc-functions/strcasestr.texi: Likewise.
16907
16908 2008-12-15  Bruno Haible  <bruno@clisp.org>
16909
16910         Fix compilation error on OSF/1 4.0.
16911         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
16912         <sys/time.h>, simply delegate to the system header.
16913         Reported by Daniel Richard G. <oss@teragram.com>.
16914
16915 2008-12-15  Bruno Haible  <bruno@clisp.org>
16916
16917         * doc/posix-functions/openat.texi: Mention the 'openat' module.
16918         * doc/posix-functions/fchmodat.texi: Likewise.
16919         * doc/posix-functions/fchownat.texi: Likewise.
16920         * doc/posix-functions/fdopendir.texi: Likewise.
16921         * doc/posix-functions/fstatat.texi: Likewise.
16922         * doc/posix-functions/mkdirat.texi: Likewise.
16923         * doc/posix-functions/unlinkat.texi: Likewise.
16924
16925 2008-12-14  Bruno Haible  <bruno@clisp.org>
16926
16927         Update doc for POSIX:2008.
16928         * doc/posix-functions/faccessat.texi: New file.
16929         * doc/posix-functions/fchmodat.texi: New file.
16930         * doc/posix-functions/fchownat.texi: New file.
16931         * doc/posix-functions/fdopendir.texi: New file.
16932         * doc/posix-functions/fstatat.texi: New file.
16933         * doc/posix-functions/futimens.texi: New file.
16934         * doc/posix-functions/linkat.texi: New file.
16935         * doc/posix-functions/mkdirat.texi: New file.
16936         * doc/posix-functions/mkfifoat.texi: New file.
16937         * doc/posix-functions/mknodat.texi: New file.
16938         * doc/posix-functions/open_wmemstream.texi: New file.
16939         * doc/posix-functions/openat.texi: New file.
16940         * doc/posix-functions/psiginfo.texi: New file.
16941         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
16942         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
16943         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
16944         * doc/posix-functions/readlinkat.texi: New file.
16945         * doc/posix-functions/renameat.texi: New file.
16946         * doc/posix-functions/strerror_l.texi: New file.
16947         * doc/posix-functions/symlinkat.texi: New file.
16948         * doc/posix-functions/unlinkat.texi: New file.
16949         * doc/posix-functions/utimensat.texi: New file.
16950         * doc/gnulib.texi (Function Substitutes): Add these subsections.
16951
16952 2008-12-14  Bruno Haible  <bruno@clisp.org>
16953
16954         Update doc for POSIX:2008.
16955         * doc/posix-functions/alphasort.texi: Renamed from
16956         doc/glibc-functions/alphasort.texi.
16957         * doc/posix-functions/dirfd.texi: Renamed from
16958         doc/glibc-functions/dirfd.texi.
16959         * doc/posix-functions/dprintf.texi: Renamed from
16960         doc/glibc-functions/dprintf.texi.
16961         * doc/posix-functions/duplocale.texi: Renamed from
16962         doc/glibc-functions/duplocale.texi.
16963         * doc/posix-functions/fexecve.texi: Renamed from
16964         doc/glibc-functions/fexecve.texi.
16965         * doc/posix-functions/fmemopen.texi: Renamed from
16966         doc/glibc-functions/fmemopen.texi.
16967         * doc/posix-functions/freelocale.texi: Renamed from
16968         doc/glibc-functions/freelocale.texi.
16969         * doc/posix-functions/getdate_err.texi: Renamed from
16970         doc/glibc-functions/getdate_err.texi.
16971         * doc/posix-functions/isalnum_l.texi: Renamed from
16972         doc/glibc-functions/isalnum_l.texi.
16973         * doc/posix-functions/isalpha_l.texi: Renamed from
16974         doc/glibc-functions/isalpha_l.texi.
16975         * doc/posix-functions/isblank_l.texi: Renamed from
16976         doc/glibc-functions/isblank_l.texi.
16977         * doc/posix-functions/iscntrl_l.texi: Renamed from
16978         doc/glibc-functions/iscntrl_l.texi.
16979         * doc/posix-functions/isdigit_l.texi: Renamed from
16980         doc/glibc-functions/isdigit_l.texi.
16981         * doc/posix-functions/isgraph_l.texi: Renamed from
16982         doc/glibc-functions/isgraph_l.texi.
16983         * doc/posix-functions/islower_l.texi: Renamed from
16984         doc/glibc-functions/islower_l.texi.
16985         * doc/posix-functions/isprint_l.texi: Renamed from
16986         doc/glibc-functions/isprint_l.texi.
16987         * doc/posix-functions/ispunct_l.texi: Renamed from
16988         doc/glibc-functions/ispunct_l.texi.
16989         * doc/posix-functions/isspace_l.texi: Renamed from
16990         doc/glibc-functions/isspace_l.texi.
16991         * doc/posix-functions/isupper_l.texi: Renamed from
16992         doc/glibc-functions/isupper_l.texi.
16993         * doc/posix-functions/iswalnum_l.texi: Renamed from
16994         doc/glibc-functions/iswalnum_l.texi.
16995         * doc/posix-functions/iswalpha_l.texi: Renamed from
16996         doc/glibc-functions/iswalpha_l.texi.
16997         * doc/posix-functions/iswblank_l.texi: Renamed from
16998         doc/glibc-functions/iswblank_l.texi.
16999         * doc/posix-functions/iswcntrl_l.texi: Renamed from
17000         doc/glibc-functions/iswcntrl_l.texi.
17001         * doc/posix-functions/iswctype_l.texi: Renamed from
17002         doc/glibc-functions/iswctype_l.texi.
17003         * doc/posix-functions/iswdigit_l.texi: Renamed from
17004         doc/glibc-functions/iswdigit_l.texi.
17005         * doc/posix-functions/iswgraph_l.texi: Renamed from
17006         doc/glibc-functions/iswgraph_l.texi.
17007         * doc/posix-functions/iswlower_l.texi: Renamed from
17008         doc/glibc-functions/iswlower_l.texi.
17009         * doc/posix-functions/iswprint_l.texi: Renamed from
17010         doc/glibc-functions/iswprint_l.texi.
17011         * doc/posix-functions/iswpunct_l.texi: Renamed from
17012         doc/glibc-functions/iswpunct_l.texi.
17013         * doc/posix-functions/iswspace_l.texi: Renamed from
17014         doc/glibc-functions/iswspace_l.texi.
17015         * doc/posix-functions/iswupper_l.texi: Renamed from
17016         doc/glibc-functions/iswupper_l.texi.
17017         * doc/posix-functions/iswxdigit_l.texi: Renamed from
17018         doc/glibc-functions/iswxdigit_l.texi.
17019         * doc/posix-functions/isxdigit_l.texi: Renamed from
17020         doc/glibc-functions/isxdigit_l.texi.
17021         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
17022         doc/glibc-functions/mbsnrtowcs.texi.
17023         * doc/posix-functions/mkdtemp.texi: Renamed from
17024         doc/glibc-functions/mkdtemp.texi.
17025         * doc/posix-functions/newlocale.texi: Renamed from
17026         doc/glibc-functions/newlocale.texi.
17027         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
17028         doc/glibc-functions/nl_langinfo_l.texi.
17029         * doc/posix-functions/open_memstream.texi: Renamed from
17030         doc/glibc-functions/open_memstream.texi.
17031         * doc/posix-functions/opterr.texi: Renamed from
17032         doc/glibc-functions/opterr.texi.
17033         * doc/posix-functions/optind.texi: Renamed from
17034         doc/glibc-functions/optind.texi.
17035         * doc/posix-functions/optopt.texi: Renamed from
17036         doc/glibc-functions/optopt.texi.
17037         * doc/posix-functions/psignal.texi: Renamed from
17038         doc/glibc-functions/psignal.texi.
17039         * doc/posix-functions/scandir.texi: Renamed from
17040         doc/glibc-functions/scandir.texi.
17041         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
17042         doc/glibc-functions/sched_get_priority_min.texi.
17043         * doc/posix-functions/signgam.texi: Renamed from
17044         doc/glibc-functions/signgam.texi.
17045         * doc/posix-functions/stpcpy.texi: Renamed from
17046         doc/glibc-functions/stpcpy.texi.
17047         * doc/posix-functions/stpncpy.texi: Renamed from
17048         doc/glibc-functions/stpncpy.texi.
17049         * doc/posix-functions/strcasecmp_l.texi: Renamed from
17050         doc/glibc-functions/strcasecmp_l.texi.
17051         * doc/posix-functions/strcoll_l.texi: Renamed from
17052         doc/glibc-functions/strcoll_l.texi.
17053         * doc/posix-functions/strfmon_l.texi: Renamed from
17054         doc/glibc-functions/strfmon_l.texi.
17055         * doc/posix-functions/strftime_l.texi: Renamed from
17056         doc/glibc-functions/strftime_l.texi.
17057         * doc/posix-functions/strncasecmp_l.texi: Renamed from
17058         doc/glibc-functions/strncasecmp_l.texi.
17059         * doc/posix-functions/strndup.texi: Renamed from
17060         doc/glibc-functions/strndup.texi.
17061         * doc/posix-functions/strnlen.texi: Renamed from
17062         doc/glibc-functions/strnlen.texi.
17063         * doc/posix-functions/strsignal.texi: Renamed from
17064         doc/glibc-functions/strsignal.texi.
17065         * doc/posix-functions/strxfrm_l.texi: Renamed from
17066         doc/glibc-functions/strxfrm_l.texi.
17067         * doc/posix-functions/timer_gettime.texi: Renamed from
17068         doc/glibc-functions/timer_gettime.texi.
17069         * doc/posix-functions/tolower_l.texi: Renamed from
17070         doc/glibc-functions/tolower_l.texi.
17071         * doc/posix-functions/toupper_l.texi: Renamed from
17072         doc/glibc-functions/toupper_l.texi.
17073         * doc/posix-functions/towctrans_l.texi: Renamed from
17074         doc/glibc-functions/towctrans_l.texi.
17075         * doc/posix-functions/towlower_l.texi: Renamed from
17076         doc/glibc-functions/towlower_l.texi.
17077         * doc/posix-functions/towupper_l.texi: Renamed from
17078         doc/glibc-functions/towupper_l.texi.
17079         * doc/posix-functions/uselocale.texi: Renamed from
17080         doc/glibc-functions/uselocale.texi.
17081         * doc/posix-functions/vdprintf.texi: Renamed from
17082         doc/glibc-functions/vdprintf.texi.
17083         * doc/posix-functions/wcpcpy.texi:
17084         Renamed from doc/glibc-functions/wcpcpy.texi.
17085         * doc/posix-functions/wcpncpy.texi: Renamed from
17086         doc/glibc-functions/wcpncpy.texi.
17087         * doc/posix-functions/wcscasecmp.texi: Renamed from
17088         doc/glibc-functions/wcscasecmp.texi.
17089         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
17090         doc/glibc-functions/wcscasecmp_l.texi.
17091         * doc/posix-functions/wcscoll_l.texi: Renamed from
17092         doc/glibc-functions/wcscoll_l.texi.
17093         * doc/posix-functions/wcsdup.texi: Renamed from
17094         doc/glibc-functions/wcsdup.texi.
17095         * doc/posix-functions/wcsncasecmp.texi: Renamed from
17096         doc/glibc-functions/wcsncasecmp.texi.
17097         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
17098         doc/glibc-functions/wcsncasecmp_l.texi.
17099         * doc/posix-functions/wcsnlen.texi: Renamed from
17100         doc/glibc-functions/wcsnlen.texi.
17101         * doc/posix-functions/wcsnrtombs.texi: Renamed from
17102         doc/glibc-functions/wcsnrtombs.texi.
17103         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
17104         doc/glibc-functions/wcsxfrm_l.texi.
17105         * doc/posix-functions/wctrans_l.texi: Renamed from
17106         doc/glibc-functions/wctrans_l.texi.
17107         * doc/posix-functions/wctype_l.texi: Renamed from
17108         doc/glibc-functions/wctype_l.texi.
17109         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17110         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
17111         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
17112         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
17113         these subsections.
17114         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
17115         Remove sections.
17116
17117 2008-12-14  Bruno Haible  <bruno@clisp.org>
17118
17119         Update doc for POSIX:2008.
17120         * doc/posix-functions/*.texi: Update URL of POSIX specification.
17121
17122 2008-12-14  Bruno Haible  <bruno@clisp.org>
17123
17124         Update doc for POSIX:2008.
17125         * doc/pastposix-functions/bcmp.texi: Renamed from
17126         doc/posix-functions/bcmp.texi.
17127         * doc/pastposix-functions/bcopy.texi: Renamed from
17128         doc/posix-functions/bcopy.texi.
17129         * doc/pastposix-functions/bsd_signal.texi: Renamed from
17130         doc/posix-functions/bsd_signal.texi.
17131         * doc/pastposix-functions/bzero.texi: Renamed from
17132         doc/posix-functions/bzero.texi.
17133         * doc/pastposix-functions/ecvt.texi: Renamed from
17134         doc/posix-functions/ecvt.texi.
17135         * doc/pastposix-functions/fcvt.texi: Renamed from
17136         doc/posix-functions/fcvt.texi.
17137         * doc/pastposix-functions/ftime.texi: Renamed from
17138         doc/posix-functions/ftime.texi.
17139         * doc/pastposix-functions/gcvt.texi: Renamed from
17140         doc/posix-functions/gcvt.texi.
17141         * doc/pastposix-functions/getcontext.texi: Renamed from
17142         doc/posix-functions/getcontext.texi.
17143         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
17144         doc/posix-functions/gethostbyaddr.texi.
17145         * doc/pastposix-functions/gethostbyname.texi: Renamed from
17146         doc/posix-functions/gethostbyname.texi.
17147         * doc/pastposix-functions/getwd.texi: Renamed from
17148         doc/posix-functions/getwd.texi.
17149         * doc/pastposix-functions/h_errno.texi: Renamed from
17150         doc/posix-functions/h_errno.texi.
17151         * doc/pastposix-functions/index.texi: Renamed from
17152         doc/posix-functions/index.texi.
17153         * doc/pastposix-functions/makecontext.texi: Renamed from
17154         doc/posix-functions/makecontext.texi.
17155         * doc/pastposix-functions/mktemp.texi: Renamed from
17156         doc/posix-functions/mktemp.texi.
17157         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
17158         doc/posix-functions/pthread_attr_getstackaddr.texi.
17159         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
17160         doc/posix-functions/pthread_attr_setstackaddr.texi.
17161         * doc/pastposix-functions/rindex.texi: Renamed from
17162         doc/posix-functions/rindex.texi.
17163         * doc/pastposix-functions/scalb.texi: Renamed from
17164         doc/posix-functions/scalb.texi.
17165         * doc/pastposix-functions/setcontext.texi: Renamed from
17166         doc/posix-functions/setcontext.texi.
17167         * doc/pastposix-functions/swapcontext.texi: Renamed from
17168         doc/posix-functions/swapcontext.texi.
17169         * doc/pastposix-functions/ualarm.texi: Renamed from
17170         doc/posix-functions/ualarm.texi.
17171         * doc/pastposix-functions/usleep.texi: Renamed from
17172         doc/posix-functions/usleep.texi.
17173         * doc/pastposix-functions/vfork.texi: Renamed from
17174         doc/posix-functions/vfork.texi.
17175         * doc/pastposix-functions/wcswcs.texi: Renamed from
17176         doc/posix-functions/wcswcs.texi.
17177         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
17178         (Function Substitutes): Update.
17179
17180 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17181
17182         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
17183         m4/strerror.m4.
17184
17185 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17186             Bruno Haible  <bruno@clisp.org>
17187
17188         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
17189
17190 2008-12-13  Bruno Haible  <bruno@clisp.org>
17191
17192         * modules/strtoull (Depends-on): Remove unistd.
17193
17194 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17195
17196         * modules/strtoull (Depends-on): Add stdlib.
17197
17198 2008-12-11  Simon Josefsson  <simon@josefsson.org>
17199
17200         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
17201
17202 2008-12-10  Jim Meyering  <meyering@redhat.com>
17203
17204         gl_ASSERT: don't say assertions are disabled when they're not
17205         * m4/assert.m4 (gl_ASSERT): Do not make configure report
17206         "checking whether to enable assertions... no", when they are in
17207         fact enabled.  This is solely a bug in the output of configure.
17208         In spite of saying "no", NDEBUG was not defined in that case.
17209         Also, as noted by Eric Blake, leave assertions enabled upon
17210         --enable-assert=INVALID.
17211
17212 2008-12-10  Bruno Haible  <bruno@clisp.org>
17213
17214         Change MODULES.html to refer to POSIX:2008 where possible.
17215         * MODULES.html.sh (POSIX2008_URL): New variable.
17216         (posix_headers): Remove sys/timeb, ucontext.
17217         (posix2001_headers): New variable.
17218         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
17219         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
17220         index, makecontext, mktemp, pthread_attr_getstackaddr,
17221         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
17222         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
17223         (posix2001_functions): New variable.
17224         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
17225         otherwise.
17226
17227 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17228
17229         add missing include to parse-duration.c
17230         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
17231         * modules/parse-duration (Depends-on): Add xalloc.
17232
17233         fix sed script reading maint.mk
17234         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
17235         (syntax-check-rules): Use it.
17236
17237 2008-12-09  Bruno Haible  <bruno@clisp.org>
17238
17239         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
17240         MacOS X 10.4/PowerPC.
17241         Reported by Simon Josefsson.
17242
17243 2008-12-08  Jim Meyering  <meyering@redhat.com>
17244
17245         work around mingw's lack of some S_IF definitions
17246         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
17247         Reported by Simon Josefsson.
17248
17249 2008-12-08  Bruno Haible  <bruno@clisp.org>
17250
17251         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
17252         applied to variables. Needed on MacOS X 10.4/PowerPC.
17253         Reported by Simon Josefsson.
17254
17255 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
17256         and Eric Blake  <ebb9@byu.net>
17257
17258         assert: honor --enable-assert
17259         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
17260         order to honor --enable-assert, rather than treating it as a
17261         synonym for --disable-assert.
17262
17263 2008-12-08  Jim Meyering  <meyering@redhat.com>
17264
17265         * lib/posixtm.c: Remove now-useless declaration of mktime.
17266
17267         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
17268
17269 2008-12-07  Bruno Haible  <bruno@clisp.org>
17270
17271         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
17272         test_once): Mark functions as static.
17273         * tests/test-tls.c (test_tls): Likewise.
17274
17275 2008-12-07  Bruno Haible  <bruno@clisp.org>
17276
17277         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
17278         iconv_register_autodetect.
17279
17280 2008-12-07  Jim Meyering  <meyering@redhat.com>
17281
17282         posixtm.c: avoid a warning
17283         * lib/posixtm.c (posixtime): Don't initialize tm0.
17284         It's no longer needed to placate gcc4's -Wuninitialized,
17285         and the attempt to placate would elicit a new warning.
17286
17287         unicodeio.c: mark unused parameters
17288         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17289         (fallback_failure_callback): Likewise.
17290
17291 2008-12-07  Bruno Haible  <bruno@clisp.org>
17292
17293         * gnulib-tool (func_create_testdir): When building the tests
17294         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
17295         Reported by Simon Josefsson.
17296
17297 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17298
17299         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
17300
17301 2008-12-06  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
17304         Suggested by Eric Blake.
17305
17306 2008-12-06  Bruno Haible  <bruno@clisp.org>
17307
17308         Fix a c-stack test failure on MacOS X.
17309         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
17310         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
17311         handler for SIGBUS as well.
17312         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
17313         install a signal handler for SIGBUS as well.
17314         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
17315
17316 2008-12-06  Bruno Haible  <bruno@clisp.org>
17317
17318         Advocacy documentation.
17319         * doc/gnulib-intro.texi (Benefits): New section.
17320         * doc/gnulib.texi: Update.
17321
17322 2008-12-06  Bruno Haible  <bruno@clisp.org>
17323
17324         Document the 'manywarnings' module.
17325         * doc/manywarnings.texi: New file.
17326         * doc/gnulib.texi: Include it.
17327
17328 2008-12-05  Eric Blake  <ebb9@byu.net>
17329
17330         tests: silence some gcc warnings
17331         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
17332         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
17333         type mismatches.
17334
17335 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17336             Bruno Haible  <bruno@clisp.org>
17337
17338         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
17339
17340 2008-11-29  Jim Meyering  <meyering@redhat.com>
17341
17342         unicodeio.c: mark unused parameters
17343         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17344         (fallback_failure_callback): Likewise.
17345
17346         fts: fix a thinko
17347         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
17348         (set_stat_type): Return S_IF*-valued "type" directly.
17349         Prompted by James Youngman's spotting a related bug.
17350         Confirmed by further testing through find.
17351
17352         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
17353         * lib/fts.c (D_TYPE): Define.
17354         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
17355         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
17356         (s_ifmt_shift_bits): New function.
17357         (set_stat_type): New function.
17358         (fts_build): When not calling fts_stat, call set_stat_type
17359         to propagate dirent.d_type info to fts_read caller.
17360         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
17361         fts_statp->st_mode type information may be valid.
17362
17363 2008-11-28  Simon Josefsson  <simon@josefsson.org>
17364
17365         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
17366         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
17367         <sds@gnu.org>.
17368
17369 2008-11-20  Bruno Haible  <bruno@clisp.org>
17370
17371         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
17372         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
17373         INCLUDE_NEXT.
17374         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
17375         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
17376         * modules/math (Makefile.am): Substitute
17377         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
17378         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17379
17380 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
17381             Bruno Haible  <bruno@clisp.org>
17382
17383         * lib/stdint.in.h: Define all type macros so that their expansion is
17384         a single typedef'ed token. Fixes a compilation failure in Boost which
17385         does "using ::int8_t;".
17386
17387 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17388
17389         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
17390         gl_MANYWARN_ALL_GCC.
17391         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
17392         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
17393         * modules/manywarnings: New file.
17394         * MODULES.html.sh: Mention manywarnings module.
17395
17396 2008-11-18  Bruno Haible  <bruno@clisp.org>
17397
17398         * doc/gnulib-tool.texi (Unit tests): New section.
17399
17400 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17401
17402         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
17403         paths like 'lib/po/foo.po'.
17404
17405 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17406
17407         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
17408         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
17409
17410 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17411
17412         * m4/warnings.m4: Use CPPFLAGS to really check whether the
17413         parameter works.
17414
17415 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17416
17417         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
17418
17419 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17420
17421         * modules/parse-duration-tests: New file.
17422         * tests/test-parse-duration.sh: New file.
17423         * tests/test-parse-duration.c: New file.
17424
17425         New module 'parse-duration'.
17426         * lib/parse-duration.h: New file.
17427         * lib/parse-duration.c: New file.
17428         * modules/parse-duration: New file.
17429
17430 2008-11-17  Bruno Haible  <bruno@clisp.org>
17431
17432         * tests/test-select-out.sh: Comment out the first pipe test.
17433         Reported by Simon Josefsson.
17434
17435 2008-11-17  Bruno Haible  <bruno@clisp.org>
17436
17437         * modules/getaddrinfo (Depends-on): Add servent, hostent.
17438         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
17439         gl_HOSTENT.
17440
17441 2008-11-17  Bruno Haible  <bruno@clisp.org>
17442
17443         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
17444         -lnetwork and -lnet. Needed for Haiku and BeOS.
17445
17446 2008-11-16  Bruno Haible  <bruno@clisp.org>
17447
17448         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
17449
17450 2008-11-16  Bruno Haible  <bruno@clisp.org>
17451
17452         Avoid test failure on Haiku.
17453         * tests/test-fsync.c: Include <errno.h>.
17454         (main): Don't require that fsync (0) fails.
17455
17456 2008-11-15  Bruno Haible  <bruno@clisp.org>
17457
17458         New module 'hostent'.
17459         * modules/hostent: New file.
17460         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
17461
17462 2008-11-15  Bruno Haible  <bruno@clisp.org>
17463
17464         New module 'servent'.
17465         * modules/servent: New file.
17466         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
17467
17468 2008-11-15  Bruno Haible  <bruno@clisp.org>
17469
17470         Avoid generating same test program with two different rules.
17471         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
17472         test-frexp to test-frexp-nolibm.
17473         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
17474         test-frexpl to test-frexpl-nolibm.
17475
17476 2008-11-15  Bruno Haible  <bruno@clisp.org>
17477
17478         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
17479         $(FREXPL_LIBM).
17480
17481 2008-11-15  Bruno Haible  <bruno@clisp.org>
17482
17483         * lib/netdb.in.h: Activate the definitions also when the system's
17484         <netdb.h> has 'struct addrinfo'.
17485         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
17486         EAI_OVERFLOW or AI_NUMERICSERV.
17487         * doc/posix-headers/netdb.texi: Document the problem.
17488
17489 2008-11-15  Bruno Haible  <bruno@clisp.org>
17490
17491         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
17492
17493         Make the 'sched' module work on platforms where <sched.h> exists but
17494         is incomplete (such as Haiku).
17495         * lib/sched.in.h; Include the system's <sched.h> if it exists.
17496         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
17497         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
17498         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
17499         HAVE_STRUCT_SCHED_PARAM.
17500         * modules/sched (Depends-on): Add include_next.
17501         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
17502         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
17503         * doc/posix-headers/sched.texi: Document the issue.
17504
17505 2008-11-13  Jim Meyering  <meyering@redhat.com>
17506
17507         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
17508         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
17509         test would fail due to the difference in the Report bugs to ...
17510         line.  The expected address is empty, "<>", while the actual
17511         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
17512
17513 2008-11-12  Bruno Haible  <bruno@clisp.org>
17514
17515         lstat: don't compile lstat.c on systems lacking lstat
17516         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
17517         which don't have lstat; this is handled by lib/sys_stat.in.h already.
17518         Reported by Daniel P. Berrange via Jim Meyering.
17519
17520 2008-11-12  Jim Meyering  <meyering@redhat.com>
17521
17522         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
17523
17524 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17525
17526         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
17527         instead.
17528
17529 2008-11-12  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/unicodeio.c: Include unistr.h.
17532         (utf8_wctomb): Remove function.
17533         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
17534
17535 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17536
17537         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
17538         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
17539         <bruno@clisp.org>.
17540         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
17541
17542 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17543
17544         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
17545         * doc/gnulib.texi: Add section for warnings.
17546
17547 2008-11-11  Bruno Haible  <bruno@clisp.org>
17548
17549         * lib/sockets.h: Add a comment.
17550
17551 2008-11-11  Karl Berry  <karl@gnu.org>
17552
17553         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
17554
17555 2008-11-11  Eric Blake  <ebb9@byu.net>
17556
17557         fdl.texi: avoid git symlinks
17558         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
17559
17560 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17561
17562         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
17563
17564 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17565
17566         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
17567         (gl_WARN_ADD): Substitute $2 if literal.
17568
17569 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17570
17571         * m4/warning.m4: Remove.
17572
17573 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17574
17575         * m4/warnings.m4: Almost complete rewrite. :-)
17576
17577 2008-11-10  Simon Josefsson  <simon@josefsson.org>
17578
17579         * modules/warnings: New module.
17580         * m4/warnings.m4: New file.
17581         * MODULES.html.sh: Mention warnings module.
17582         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
17583         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17584
17585 2008-11-10  Eric Blake  <ebb9@byu.net>
17586
17587         fdl.texi: make a symlink to the latest version
17588         * doc/standards.texi: Revert today's earlier change.
17589         * doc/fdl-1.2.texi: Rename from old fdl.texi...
17590         * doc/fdl.texi: ...and replace this with a symlink to the newer
17591         fdl-1.3.texi.
17592
17593 2008-11-10  Bruno Haible  <bruno@clisp.org>
17594
17595         * tests/test-select-fd.c (main): Accept the result file name as fourth
17596         argument.
17597         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
17598         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
17599
17600 2008-11-10  Bruno Haible  <bruno@clisp.org>
17601
17602         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
17603         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
17604         as autoconf-substituted macros.
17605         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
17606         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
17607         gl_NETDB_H_DEFAULTS. Set these variables.
17608         * modules/netdb (Makefile.am): Substitute these variables.
17609
17610 2008-11-10  Eric Blake  <ebb9@byu.net>
17611
17612         standards.texi: include correct file for FDL 1.3
17613         * doc/standards.texi (GNU Free Documentation License): Change
17614         include file to pull in FDL 1.3, not 1.2.
17615
17616         fdl.texi: revert accidental change to license
17617         * doc/fdl.texi: This is FDL 1.2, not 1.3.
17618
17619 2008-11-10  Bruno Haible  <bruno@clisp.org>
17620
17621         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
17622         cross-compiling guesses also when the native compile gives no result.
17623
17624 2008-11-10  Bruno Haible  <bruno@clisp.org>
17625
17626         * lib/spawni.c (__spawni): Force variable into the stack.
17627
17628 2008-11-10  Bruno Haible  <bruno@clisp.org>
17629
17630         Add support for Haiku.
17631         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
17632         glibc and BeOS, but also on Haiku.
17633         * lib/fpurge.c (fpurge): Likewise.
17634         * lib/freadable.c (freadable): Likewise.
17635         * lib/freadahead.c (freadahead): Likewise.
17636         * lib/freading.c (freading): Likewise.
17637         * lib/freadptr.c (freadptr): Likewise.
17638         * lib/freadseek.c (freadptrinc): Likewise.
17639         * lib/fseeko.c (rpl_fseeko): Likewise.
17640         * lib/fseterr.c (fseterr): Likewise.
17641         * lib/fwritable.c (fwritable): Likewise.
17642         * lib/fwriting.c (fwriting): Likewise.
17643         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
17644
17645 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
17646
17647         * lib/config.charset: Treat Haiku like BeOS.
17648
17649 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
17650
17651         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
17652         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
17653
17654 2008-11-08  Bruno Haible  <bruno@clisp.org>
17655
17656         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
17657         AC_CACHE_CHECK.
17658
17659 2008-11-08  Bruno Haible  <bruno@clisp.org>
17660
17661         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
17662
17663 2008-11-08  Bruno Haible  <bruno@clisp.org>
17664
17665         * tests/test-select-fd.c: New file.
17666         * tests/test-select-in.sh: New file.
17667         * tests/test-select-out.sh: New file.
17668         * tests/test-select-stdin.c: New file.
17669         * modules/select-tests (Files): Add the new files.
17670         (Depends-on): Add gettimeofday.
17671         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
17672         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
17673         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
17674
17675 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
17676             Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
17679
17680 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
17681
17682         * build-aux/pmccabe2html: Added support for C++ source files.
17683
17684 2008-11-05  Ben Pfaff  <blp@gnu.org>
17685
17686         Fix lib/close.c build on Windows.
17687         * modules/close (Files): Add lib/w32sock.h.
17688
17689 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
17690
17691         Accept Bison's NEWS format.
17692         * build-aux/announce-gen (print_news_deltas): Tweak
17693         $re_prefix.
17694
17695 2008-11-04  Bruno Haible  <bruno@clisp.org>
17696
17697         * modules/random_r (Maintainer): Add glibc.
17698
17699 2008-11-04  Simon Josefsson  <simon@josefsson.org>
17700
17701         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
17702         by karl@freefriends.org (Karl Berry).
17703         * doc/alloca.texi: Likewise.
17704         * doc/c-ctype.texi: Likewise.
17705         * doc/c-strcase.texi: Likewise.
17706         * doc/c-strcaseeq.texi: Likewise.
17707         * doc/c-strcasestr.texi: Likewise.
17708         * doc/c-strstr.texi: Likewise.
17709         * doc/c-strtod.texi: Likewise.
17710         * doc/c-strtold.texi: Likewise.
17711         * doc/ctime.texi: Likewise.
17712         * doc/error.texi: Likewise.
17713         * doc/fdl.texi: Likewise.
17714         * doc/gcd.texi: Likewise.
17715         * doc/getdate.texi: Likewise.
17716         * doc/gnulib-intro.texi: Likewise.
17717         * doc/gnulib-tool.texi: Likewise.
17718         * doc/gnulib.texi: Likewise.
17719         * doc/inet_ntoa.texi: Likewise.
17720         * doc/maintain.texi: Likewise.
17721         * doc/make-stds.texi: Likewise.
17722         * doc/quote.texi: Likewise.
17723         * doc/regexprops-generic.texi: Likewise.
17724         * doc/standards.texi: Likewise.
17725         * doc/verify.texi: Likewise.
17726         * doc/visibility.texi: Likewise.
17727         * doc/gnulib.texi (GNU Free Documentation License): Include
17728         fdl-1.3.texi instead of fdl.texi.
17729
17730 2008-11-04  Simon Josefsson  <simon@josefsson.org>
17731
17732         * doc/fdl-1.3.texi: New file, from
17733         <http://www.gnu.org/licenses/fdl-1.3.texi>.
17734         * modules/fdl-1.3: Add.
17735         * MODULES.html.sh: Add fdl-1.3.
17736
17737 2008-11-03  Bruno Haible  <bruno@clisp.org>
17738
17739         Make determination of absolute name of header file work with AIX xlc.
17740         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
17741         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
17742         preprocessing.
17743         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
17744         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17745
17746 2008-11-03  Simon Josefsson  <simon@josefsson.org>
17747
17748         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
17749         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
17750         <ludo@gnu.org>.
17751
17752 2008-11-02  Bruno Haible  <bruno@clisp.org>
17753
17754         Mark 'strpbrk' obsolete.
17755         * modules/strpbrk (Status, Notice): New sections.
17756         * modules/strtok_r (Depends-on): Add strpbrk.
17757
17758 2008-11-02  Bruno Haible  <bruno@clisp.org>
17759
17760         Mark 'strdup' obsolete.
17761         * modules/strdup (Status, Notice): New sections.
17762         * modules/findprog (Depends-on): Add strdup.
17763         * modules/getaddrinfo (Depends-on): Likewise.
17764         * modules/localename (Depends-on): Likewise.
17765         * modules/relocatable-lib (Depends-on): Likewise.
17766         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
17767         * modules/relocatable-prog (Depends-on): Likewise.
17768         * modules/trim (Depends-on): Likewise.
17769         * modules/unictype/gen-ctype (Depends-on): Likewise.
17770         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
17771
17772 2008-11-02  Bruno Haible  <bruno@clisp.org>
17773
17774         Mark 'strcspn' obsolete.
17775         * modules/strcspn (Status, Notice): New sections.
17776
17777 2008-11-02  Bruno Haible  <bruno@clisp.org>
17778
17779         Mark 'rmdir' obsolete.
17780         * modules/rmdir (Status, Notice): New sections.
17781         * modules/clean-temp (Depends-on): Add rmdir.
17782         * modules/openat (Depends-on): Likewise.
17783
17784 2008-11-02  Bruno Haible  <bruno@clisp.org>
17785
17786         Mark 'raise' obsolete.
17787         * modules/raise (Status, Notice): New sections.
17788         (Include): Specify <signal.h>.
17789         * modules/stdio (Depends-on): Add raise.
17790         * modules/write (Depends-on): Likewise.
17791
17792 2008-11-02  Bruno Haible  <bruno@clisp.org>
17793
17794         Mark 'memset' obsolete.
17795         * modules/memset (Status, Notice): New sections.
17796
17797 2008-11-02  Bruno Haible  <bruno@clisp.org>
17798
17799         Mark 'memmove' obsolete.
17800         * modules/memmove (Status, Notice): New sections.
17801         * modules/argp (Depends-on): Add memmove.
17802         * modules/argz (Depends-on): Likewise.
17803         * modules/canonicalize (Depends-on): Likewise.
17804         * modules/canonicalize-lgpl (Depends-on): Likewise.
17805         * modules/fts (Depends-on): Likewise.
17806         * modules/getcwd (Depends-on): Likewise.
17807         * modules/human (Depends-on): Likewise.
17808         * modules/regex (Depends-on): Likewise.
17809         * modules/striconveh (Depends-on): Likewise.
17810         * modules/trim (Depends-on): Likewise.
17811         * modules/unistr/u8-move (Depends-on): Likewise.
17812         * modules/unistr/u16-move (Depends-on): Likewise.
17813         * modules/unistr/u32-move (Depends-on): Likewise.
17814
17815 2008-11-02  Bruno Haible  <bruno@clisp.org>
17816
17817         Mark 'memcpy' obsolete.
17818         * modules/memcpy (Status, Notice): New sections.
17819
17820 2008-11-02  Bruno Haible  <bruno@clisp.org>
17821
17822         Mark 'memcmp' obsolete.
17823         * modules/memcmp (Status, Notice): New sections.
17824         * modules/argmatch (Depends-on): Add memchr.
17825         * modules/backupfile (Depends-on): Likewise.
17826         * modules/c-strcasestr (Depends-on): Likewise.
17827         * modules/crypto/des (Depends-on): Likewise.
17828         * modules/csharpcomp (Depends-on): Likewise.
17829         * modules/fnmatch (Depends-on): Likewise.
17830         * modules/git-merge-changelog (Depends-on): Likewise.
17831         * modules/isnand (Depends-on): Likewise.
17832         * modules/isnand-nolibm (Depends-on): Likewise.
17833         * modules/isnanf (Depends-on): Likewise.
17834         * modules/isnanf-nolibm (Depends-on): Likewise.
17835         * modules/isnanl (Depends-on): Likewise.
17836         * modules/isnanl-nolibm (Depends-on): Likewise.
17837         * modules/mbchar (Depends-on): Likewise.
17838         * modules/memcoll (Depends-on): Likewise.
17839         * modules/quotearg (Depends-on): Likewise.
17840         * modules/regex (Depends-on): Likewise.
17841         * modules/relocatable-prog (Depends-on): Likewise.
17842         * modules/same (Depends-on): Likewise.
17843         * modules/signbit (Depends-on): Likewise.
17844         * modules/strcasestr-simple (Depends-on): Likewise.
17845         * modules/unictype/gen-ctype (Depends-on): Likewise.
17846         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
17847         * modules/uniname/uniname (Depends-on): Likewise.
17848         * modules/unistr/u8-cmp (Depends-on): Likewise.
17849
17850 2008-11-02  Bruno Haible  <bruno@clisp.org>
17851
17852         Mark 'memchr' obsolete.
17853         * modules/memchr (Status, Notice): New sections.
17854         * modules/argp (Depends-on): Add memchr.
17855         * modules/base64 (Depends-on): Likewise.
17856         * modules/c-strcasestr (Depends-on): Likewise.
17857         * modules/chdir-long (Depends-on): Likewise.
17858         * modules/fnmatch (Depends-on): Likewise.
17859         * modules/getsubopt (Depends-on): Likewise.
17860         * modules/git-merge-changelog (Depends-on): Likewise.
17861         * modules/glob (Depends-on): Likewise.
17862         * modules/strcasestr-simple (Depends-on): Likewise.
17863         * modules/strnlen (Depends-on): Likewise.
17864
17865 2008-11-02  Bruno Haible  <bruno@clisp.org>
17866
17867         Mark 'atexit' obsolete.
17868         * modules/atexit (Status, Notice): New sections.
17869         * modules/chdir-long (Depends-on): Add atexit.
17870         * modules/wait-process (Depends-on): Likewise.
17871
17872 2008-11-02  Bruno Haible  <bruno@clisp.org>
17873
17874         * gnulib-tool: New option --with-obsolete.
17875         (func_usage): Document it.
17876         (func_modules_transitive_closure): Drop obsolete dependencies if
17877         incobsolete is not true.
17878         (func_import): Read and save the incobsolete variable to the cache.
17879
17880 2008-11-02  Bruno Haible  <bruno@clisp.org>
17881
17882         * modules/TEMPLATE-EXTENDED: New field 'Status'.
17883         * gnulib-tool: New option --extract-status.
17884         (func_usage): Document it.
17885         (sed_extract_prog): Recognize it.
17886         (func_get_status): New function.
17887
17888 2008-10-30  Simon Josefsson  <simon@josefsson.org>
17889
17890         * modules/sockets (License): Change from LGPL to LGPLv2+.
17891
17892 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17893
17894         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
17895
17896 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17897
17898         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17899         Mention times and sys_times.
17900         * modules/sys_times, modules/sys_times-tests: New modules.
17901         * modules/times, modules/times-tests: Likewise
17902         * m4/sys_times_h.m4: New file.
17903         * lib/sys_times.in.h: Likewise
17904         * lib/times.c: Likewise.
17905         * tests/test-sys_times.c: Likewise.
17906         * tests/test-times.c: Likewise.
17907         * doc/posix-headers/sys_times.texi: Update.
17908         * doc/posix-functions/times.texi: Update.
17909
17910 2008-10-28  Jim Meyering  <meyering@redhat.com>
17911
17912         * modules/tempname (Depends-on): Add lstat.
17913
17914         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
17915
17916 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17917
17918         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
17919         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
17920         using idiom used elsewhere in gnulib.
17921
17922 2008-10-27  Jim Meyering  <meyering@redhat.com>
17923
17924         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
17925
17926 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17927
17928         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
17929         TESTS_ENVIRONMENT, for shell scripts that needs to call built
17930         programs.
17931         * tests/test-argp-2.sh: Use $EXEEXT when needed.
17932
17933 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17934
17935         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
17936
17937 2008-10-27  Bruno Haible  <bruno@clisp.org>
17938
17939         * tests/test-lstat.c: Include <stdio.h>.
17940
17941 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17942
17943         * modules/lstat-tests: New module.
17944         * tests/test-lstat.c: New file.
17945
17946 2008-10-26  Jim Meyering  <meyering@redhat.com>
17947
17948         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
17949
17950 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17951             Bruno Haible  <bruno@clisp.org>
17952
17953         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
17954         * modules/configmake (Include): Add a note that the include must come
17955         after all system headers.
17956         * lib/javaversion.c: Include configmake.h after all other includes.
17957
17958 2008-10-26  Bruno Haible  <bruno@clisp.org>
17959
17960         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
17961         HAVE_STRUCT_RANDOM_DATA to 1.
17962         (gl_STDLIB_H): Simplify.
17963
17964 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17965
17966         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
17967         substitute HAVE_STRUCT_RANDOM_DATA.
17968         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
17969         random_data.
17970         * modules/stdlib (Makefile.am): Substitute
17971         HAVE_STRUCT_RANDOM_DATA.
17972
17973 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17974
17975         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
17976         * doc/gnulib-intro.texi (Copyright): Likewise.
17977
17978 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17979
17980         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
17981         findings.
17982
17983 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
17984             Bruno Haible  <bruno@clisp.org>
17985
17986         * lib/unistd.in.h: Include <winsock2.h>.
17987         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
17988         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
17989         Provide dummy declarations.
17990         (gethostname): Override.
17991         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
17992         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
17993         gl_PREREQ_SYS_H_WINSOCK2.
17994         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
17995         * doc/posix-functions/gethostname.texi: More details.
17996
17997 2008-10-25  Bruno Haible  <bruno@clisp.org>
17998
17999         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18000         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
18001         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
18002
18003         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
18004         here ...
18005         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
18006         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
18007         gl_UNISTD_H_DEFAULTS.
18008
18009 2008-10-25  Eric Blake  <ebb9@byu.net>
18010
18011         signbit: avoid spurious compiler failure
18012         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
18013         declarations inside function.
18014
18015 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18016             Bruno Haible  <bruno@clisp.org>
18017
18018         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
18019         * modules/random_r (Depends-on): Add stdint.
18020
18021 2008-10-24  Bruno Haible  <bruno@clisp.org>
18022
18023         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
18024         Eggert.
18025         * modules/strerror (License): Likewise.
18026
18027 2008-10-24  Jim Meyering  <meyering@redhat.com>
18028
18029         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
18030         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
18031
18032 2008-10-24  Eric Blake  <ebb9@byu.net>
18033
18034         getgroups: fix compilation when getgroups is available
18035         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
18036         but with <config.h> override of getgroups disabled.
18037
18038 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18039
18040         * doc/gnulib.texi (Header files): Add note about C++ problems.
18041         Explained by Bruno Haible <bruno@clisp.org>.
18042
18043 2008-10-23  Bruno Haible  <bruno@clisp.org>
18044
18045         Define a dummy SA_NODEFER macro on Interix.
18046         * lib/signal.in.h (SA_NODEFER): Define fallback.
18047         Reported by Aleksey Cheusov <cheusov@tut.by> via
18048         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
18049
18050 2008-10-23  Bruno Haible  <bruno@clisp.org>
18051
18052         * modules/freadahead (License): Change to LGPLv2+.
18053         Suggested by Simon Josefsson.
18054
18055 2008-10-23  Jim Meyering  <meyering@redhat.com>
18056
18057         random_r: new module
18058         * modules/random_r: New file.
18059         * m4/random_r.m4: New file.
18060         * lib/random_r.c: New file, from glibc.
18061         * modules/random_r-tests: New file.
18062         * tests/test-random_r.c: New file.
18063         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
18064          Declare.
18065         (RAND_MAX): Define.
18066         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
18067         * modules/stdlib: Substitute them, too.
18068         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
18069         * doc/glibc-functions/initstate_r.texi: Mention the new module.
18070         * doc/glibc-functions/random_r.texi: Likewise.
18071         * doc/glibc-functions/setstate_r.texi: Likewise.
18072         * doc/glibc-functions/srandom_r.texi: Likewise.
18073         * config/srclist.txt: Mention it.
18074
18075 2008-10-23  David Lutterkort  <lutter@redhat.com>
18076
18077         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
18078         link requirement
18079
18080 2008-10-23  Jim Meyering  <meyering@redhat.com>
18081
18082         selinux-h: mark parameters of stub functions as intentionally unused
18083         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
18084         * lib/se-context.in.h: Likewise.
18085
18086 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18087
18088         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
18089
18090 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18091
18092         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
18093
18094 2008-10-22  Eric Blake  <ebb9@byu.net>
18095
18096         glthread/thread: avoid compiler warning
18097         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
18098         Add unreachable abort to silence compiler.
18099
18100 2008-10-22  Eric Blake  <ebb9@byu.net>
18101
18102         netdb: also supply struct addrinfo for cygwin 1.5.x
18103         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
18104         older cygwin.
18105         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
18106         cygwin.
18107         * doc/posix-headers/netdb.texi (netdb.h): Document this.
18108
18109 2008-10-22  Bruno Haible  <bruno@clisp.org>
18110
18111         * users.txt: Update entry about pspp.
18112
18113 2008-10-21  Bruno Haible  <bruno@clisp.org>
18114
18115         Simplification.
18116         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
18117         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
18118
18119         Simplification.
18120         * lib/ioctl.c (ioctl): Don't undefine.
18121         * lib/socket.c (socket): Don't undefine.
18122
18123         Remove unused module indicator macros.
18124         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
18125         GNULIB_$1 as a C macro.
18126
18127         * doc/posix-functions/close.texi: Undo last change.
18128         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
18129         Windows platforms.
18130
18131 2008-10-21  Bruno Haible  <bruno@clisp.org>
18132
18133         Add gethostname() declaration to <unistd.h>.
18134         * lib/unistd.in.h (gethostname): New declaration.
18135         * lib/gethostname.c: Include <unistd.h>.
18136         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
18137         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
18138         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
18139         and HAVE_GETHOSTNAME.
18140         * modules/gethostname (Depends-on): Add unistd.
18141         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18142         (Include): Specify <unistd.h>.
18143         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
18144         HAVE_GETHOSTNAME.
18145         * tests/test-gethostname.c: Include <unistd.h> first.
18146
18147 2008-10-21  Bruno Haible  <bruno@clisp.org>
18148
18149         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
18150         * modules/select-tests (Depends-on): Likewise.
18151         Reported by Simon Josefsson.
18152
18153 2008-10-21  Simon Josefsson  <simon@josefsson.org>
18154
18155         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
18156         * lib/accept.c: New file, based on winsock.c.
18157         * lib/bind.c: New file, based on winsock.c.
18158         * lib/connect.c: New file, based on winsock.c.
18159         * lib/getpeername.c: New file, based on winsock.c.
18160         * lib/getsockname.c: New file, based on winsock.c.
18161         * lib/getsockopt.c: New file, based on winsock.c.
18162         * lib/ioctl.c: New file, based on winsock.c.
18163         * lib/listen.c: New file, based on winsock.c.
18164         * lib/recv.c: New file, based on winsock.c.
18165         * lib/recvfrom.c: New file, based on winsock.c.
18166         * lib/send.c: New file, based on winsock.c.
18167         * lib/sendto.c: New file, based on winsock.c.
18168         * lib/setsockopt.c: New file, based on winsock.c.
18169         * lib/shutdown.c: New file, based on winsock.c.
18170         * lib/socket.c: New file, based on winsock.c.
18171         * lib/w32sock.h: New file, based on winsock.c.
18172         * lib/winsock.c: Remove file.
18173         * modules/accept: Likewise.
18174         * modules/bind: Likewise.
18175         * modules/connect: Likewise.
18176         * modules/getpeername: Likewise.
18177         * modules/getsockname: Likewise.
18178         * modules/getsockopt: Likewise.
18179         * modules/ioctl: Likewise.
18180         * modules/listen: Likewise.
18181         * modules/recv: Likewise.
18182         * modules/recvfrom: Likewise.
18183         * modules/send: Likewise.
18184         * modules/sendto: Likewise.
18185         * modules/setsockopt: Likewise.
18186         * modules/shutdown: Likewise.
18187         * modules/socket: Use socket.c instead of winsock.c.
18188         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
18189         * doc/posix-functions/accept.texi: Doc fix.
18190         * doc/posix-functions/bind.texi: Doc fix.
18191         * doc/posix-functions/close.texi: Doc fix.
18192         * doc/posix-functions/connect.texi: Doc fix.
18193         * doc/posix-functions/getpeername.texi: Doc fix.
18194         * doc/posix-functions/getsockname.texi: Doc fix.
18195         * doc/posix-functions/getsockopt.texi: Doc fix.
18196         * doc/posix-functions/ioctl.texi: Doc fix.
18197         * doc/posix-functions/listen.texi: Doc fix.
18198         * doc/posix-functions/recv.texi: Doc fix.
18199         * doc/posix-functions/recvfrom.texi: Doc fix.
18200         * doc/posix-functions/send.texi: Doc fix.
18201         * doc/posix-functions/sendto.texi: Doc fix.
18202         * doc/posix-functions/setsockopt.texi: Doc fix.
18203         * doc/posix-functions/shutdown.texi: Doc fix.
18204         * doc/posix-functions/socket.texi: Doc fix.
18205
18206 2008-10-20  Bruno Haible  <bruno@clisp.org>
18207
18208         Take into account the role of SIGABRT_COMPAT on Windows 2008.
18209         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
18210         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
18211         as an alias for SIGABRT.
18212         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
18213         (sigaction): Map it to SIGABRT.
18214         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
18215
18216 2008-10-20  Bruno Haible  <bruno@clisp.org>
18217
18218         * lib/fts.c: Don't include lstat.h.
18219         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
18220
18221         Move the lstat() declaration to <sys/stat.h>.
18222         * lib/lstat.h: Remove file.
18223         * lib/sys_stat.in.h: Add special invocation convention.
18224         (lstat): New declaration.
18225         * lib/lstat.c (orig_lstat): New function.
18226         (rpl_lstat): Use orig_lstat instead of lstat.
18227         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
18228         AC_C_INLINE. Set REPLACE_LSTAT.
18229         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
18230         and REPLACE_LSTAT.
18231         * modules/lstat (Files): Remove lib/lstat.h.
18232         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18233         (Include): Specify <sys/stat.h> instead of lstat.h.
18234         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
18235         REPLACE_LSTAT.
18236         * NEWS: Mention the change.
18237
18238 2008-10-20  Bruno Haible  <bruno@clisp.org>
18239
18240         * modules/posix_spawn-tests: New file.
18241         * tests/test-posix_spawn3.c: New file.
18242
18243 2008-10-20  Bruno Haible  <bruno@clisp.org>
18244
18245         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
18246         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18247         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
18248         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18249         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
18250
18251 2008-10-20  Bruno Haible  <bruno@clisp.org>
18252
18253         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
18254         of posix_spawn on AIX 5.3.
18255
18256 2008-10-20  Bruno Haible  <bruno@clisp.org>
18257
18258         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
18259
18260 2008-10-20  Bruno Haible  <bruno@clisp.org>
18261
18262         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
18263         of AC_LANG_PROGRAM.
18264
18265 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18266
18267         * lib/netdb.in.h: Don't define GNU specific constants until they
18268         are supported or needed.  Reported by Bruno Haible
18269         <bruno@clisp.org>.
18270
18271 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18272
18273         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
18274
18275 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18276
18277         * lib/getaddrinfo.h: Remove file.
18278         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
18279         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
18280         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
18281         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
18282         * modules/netdb: Substitute GNULIB_GETADDRINFO.
18283         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
18284         * tests/test-getaddrinfo.c: Likewise.
18285         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
18286         * NEWS: Mention change.
18287
18288 2008-10-19  Bruno Haible  <bruno@clisp.org>
18289
18290         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
18291
18292 2008-10-19  Bruno Haible  <bruno@clisp.org>
18293
18294         * lib/wait-process.c: Include simply <sys/wait.h>.
18295         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
18296         WIFSTOPPED): Remove fallback definitions.
18297         * modules/wait-process (Depends-on): Add sys_wait.
18298
18299         New module 'sys_wait'.
18300         * modules/sys_wait: New file.
18301         * lib/sys_wait.in.h: New file, partially copied from
18302         lib/wait-process.c.
18303         * m4/sys_wait_h.m4: New file.
18304         * doc/posix-headers/sys_wait.texi: Mention the new module.
18305
18306 2008-10-19  Bruno Haible  <bruno@clisp.org>
18307
18308         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
18309
18310 2008-10-19  Bruno Haible  <bruno@clisp.org>
18311
18312         Assume that waitpid() fills an 'int' status, not a 'union wait'.
18313         * lib/wait-process.c (WAIT_T): Remove type.
18314         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
18315         (wait_subprocess): Update.
18316
18317 2008-10-19  Bruno Haible  <bruno@clisp.org>
18318
18319         New module 'atoll'.
18320         * modules/atoll: New file.
18321         * lib/stdlib.in.h (atoll): New declaration.
18322         * lib/atoll.c: New file, from glibc with modifications.
18323         * m4/atoll.m4: New file.
18324         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
18325         HAVE_ATOLL.
18326         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
18327         * doc/posix-functions/atoll.texi: Mention the new module.
18328
18329 2008-10-19  Bruno Haible  <bruno@clisp.org>
18330
18331         Add strtoull() declaration to <stdlib.h>.
18332         * lib/stdlib.in.h (strtoull): New declaration.
18333         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18334         Set HAVE_STRTOULL.
18335         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
18336         HAVE_STRTOULL.
18337         * modules/strtoull (Depends-on): Add stdlib.
18338         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18339         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
18340         HAVE_STRTOULL.
18341
18342 2008-10-19  Bruno Haible  <bruno@clisp.org>
18343
18344         Add strtoll() declaration to <stdlib.h>.
18345         * lib/stdlib.in.h (strtoll): New declaration.
18346         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18347         Set HAVE_STRTOLL.
18348         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
18349         HAVE_STRTOLL.
18350         * modules/strtoll (Depends-on): Add stdlib.
18351         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18352         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
18353
18354 2008-10-19  Bruno Haible  <bruno@clisp.org>
18355
18356         * modules/bcopy (Depends-on): Add strings.
18357         (Include): Specify <strings.h>.
18358
18359 2008-10-19  Bruno Haible  <bruno@clisp.org>
18360
18361         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
18362
18363 2008-10-19  Bruno Haible  <bruno@clisp.org>
18364
18365         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
18366         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
18367         mingw.
18368
18369 2008-10-19  Bruno Haible  <bruno@clisp.org>
18370
18371         * lib/atanl.c: Don't include isnanl.h.
18372         * lib/cosl.c: Likewise.
18373         * lib/ldexpl.c: Likewise.
18374         * lib/logl.c: Likewise.
18375         * lib/sinl.c: Likewise.
18376         * lib/sqrtl.c: Likewise.
18377         * lib/tanl.c: Likewise.
18378
18379         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
18380         * lib/isnanf.h: Remove file.
18381         * lib/isnand.h: Remove file.
18382         * lib/isnanl.h: Remove file.
18383         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
18384         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
18385         macros.
18386         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
18387         HAVE_ISNANF, don't define it as a C macro.
18388         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
18389         HAVE_ISNAND, don't define it as a C macro.
18390         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
18391         HAVE_ISNANL, don't define it as a C macro.
18392         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
18393         HAVE_ISNAN[FDL].
18394         * modules/isnanf (Files): Remove lib/isnanf.h.
18395         (Depends-on): Add math.
18396         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18397         (Include): Specify <math.h> instead of isnanf.h.
18398         * modules/isnand (Files): Remove lib/isnand.h.
18399         (Depends-on): Add math.
18400         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18401         (Include): Specify <math.h> instead of isnand.h.
18402         * modules/isnanl (Files): Remove lib/isnanl.h.
18403         (Depends-on): Add math.
18404         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18405         (Include): Specify <math.h> instead of isnanl.h.
18406         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
18407         HAVE_ISNAN[FDL].
18408         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
18409         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
18410         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
18411         * NEWS: Mention the change.
18412
18413 2008-10-18  Bruno Haible  <bruno@clisp.org>
18414
18415         Add getusershell(), setusershell(), endusershell() declarations to
18416         <unistd.h>.
18417         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
18418         declarations.
18419         * lib/getusershell.c: Include unistd.h.
18420         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
18421         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18422         HAVE_GETUSERSHELL.
18423         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
18424         and HAVE_GETUSERSHELL.
18425         * modules/getusershell (Depends-on): Add unistd, extensions.
18426         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18427         (Include): Specify <unistd.h>.
18428         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
18429         HAVE_GETUSERSHELL.
18430
18431 2008-10-18  Bruno Haible  <bruno@clisp.org>
18432
18433         Add a getloadavg() declaration to <stdlib.h>.
18434         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
18435         getloadavg declaration.
18436         (getloadavg): New declaration.
18437         * lib/getloadavg.c: Include <stdlib.h> first.
18438         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
18439         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
18440         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
18441         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
18442         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18443         * modules/getloadavg (Depends-on): Add stdlib, extensions.
18444         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18445         (Include): Specify <stdlib.h>.
18446         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
18447         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18448
18449 2008-10-18  Bruno Haible  <bruno@clisp.org>
18450
18451         * lib/dirchownmod.c: Don't include lchmod.h.
18452
18453         Move the lchmod() declaration to <sys/stat.h>.
18454         * lib/lchmod.h: Remove file.
18455         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
18456         (lchmod): New declaration, moved here from lib/lchown.h.
18457         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
18458         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
18459         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
18460         and HAVE_LCHMOD.
18461         * modules/lchmod (Files): Remove lib/lchmod.h.
18462         (Depends-on): Add sys_stat, extensions.
18463         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18464         (Include): Specify <sys/stat.h> instead of lchmod.h.
18465         * modules/sys_stat (Depends-on): Add link-warning.
18466         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
18467         definition of GL_LINK_WARNING.
18468         * NEWS: Mention the change.
18469
18470 2008-10-18  Bruno Haible  <bruno@clisp.org>
18471
18472         * lib/fchdir.c: Don't include dirfd.h.
18473         * lib/fts.c: Likewise.
18474         * lib/getcwd.c: Likewise.
18475         * lib/glob.c: Likewise.
18476
18477         Move the dirfd() declaration to <dirent.h>.
18478         * lib/dirfd.h: Remove file.
18479         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
18480         (dirfd): New declaration.
18481         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
18482         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
18483         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
18484         HAVE_DECL_DIRFD.
18485         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
18486         HAVE_DECL_DIRFD.
18487         * modules/dirfd (Files): Remove lib/dirfd.h.
18488         (Depends-on): Add dirent, extensions.
18489         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
18490         (Include): Specify <dirent.h> instead of dirfd.h.
18491         * modules/dirent (Depends-on): Add link-warning.
18492         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
18493         definition of GL_LINK_WARNING.
18494         * NEWS: Mention the change.
18495
18496 2008-10-18  Bruno Haible  <bruno@clisp.org>
18497
18498         Move the euidaccess() declaration to <unistd.h>.
18499         * lib/euidaccess.h: Remove file.
18500         * lib/unistd.in.h (euidaccess): New declaration.
18501         * lib/euidaccess.c: Don't include euidaccess.h.
18502         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
18503         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
18504         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
18505         and HAVE_EUIDACCESS.
18506         * modules/euidaccess (Files): Remove lib/euidaccess.h.
18507         (Depends-on): Add unistd.
18508         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18509         (Include): Specify <unistd.h> instead of euidaccess.h.
18510         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
18511         HAVE_EUIDACCESS.
18512         * NEWS: Mention the change.
18513
18514 2008-10-18  Bruno Haible  <bruno@clisp.org>
18515
18516         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
18517
18518         Move the getdomainname() declaration to <unistd.h>.
18519         * lib/getdomainname.h: Remove file.
18520         * lib/unistd.in.h (getdomainname): New declaration.
18521         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
18522         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
18523         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18524         HAVE_GETDOMAINNAME.
18525         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18526         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
18527         * modules/getdomainname (Files): Remove lib/getdomainname.h.
18528         (Depends-on): Add unistd, extensions.
18529         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18530         (Includes): Specify <unistd.h> instead of getdomainname.h.
18531         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
18532         HAVE_GETDOMAINNAME.
18533         * NEWS: Mention the change.
18534
18535 2008-10-18  Bruno Haible  <bruno@clisp.org>
18536
18537         * modules/dirent: New file.
18538         * m4/dirent_h.m4: New file.
18539         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
18540         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
18541         * modules/fchdir (Files): Remove lib/dirent.in.h.
18542         (Depends-on): Add dirent.
18543         (Makefile.am): Move rules to modules/dirent.
18544         * doc/posix-headers/dirent.texi: Mention the new module.
18545
18546 2008-10-18  Bruno Haible  <bruno@clisp.org>
18547
18548         Avoid -Wunused-parameter warnings in public gnulib header files.
18549         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
18550         macro.
18551         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
18552
18553 2008-10-18  Bruno Haible  <bruno@clisp.org>
18554
18555         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
18556         * doc/glibc-functions/error.texi: Mention the module 'error'.
18557         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
18558         * doc/glibc-functions/getdomainname.texi: Mention the module
18559         'getdomainname'.
18560         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
18561         * doc/glibc-functions/getpagesize.texi: Mention the module
18562         'getpagesize'.
18563         * doc/glibc-functions/getusershell.texi: Mention the module
18564         'getusershell'.
18565         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
18566         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
18567         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
18568         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
18569         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
18570         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
18571         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
18572         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
18573         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
18574         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
18575         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
18576         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
18577         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
18578         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
18579
18580 2008-10-17  Bruno Haible  <bruno@clisp.org>
18581
18582         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
18583         HP-UX and IRIX, use -0.0L.
18584         * tests/test-ceill.c (minus_zero): Likewise.
18585         * tests/test-floorl.c (minus_zero): Likewise.
18586         * tests/test-frexpl.c (minus_zero): Likewise.
18587         * tests/test-isnan.c (minus_zerol): Likewise.
18588         * tests/test-isnanl.h (minus_zero): Likewise.
18589         * tests/test-ldexpl.c (minus_zero): Likewise.
18590         * tests/test-roundl.c (minus_zero): Likewise.
18591         * tests/test-signbit.c (minus_zerol): Likewise.
18592         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18593         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18594         * tests/test-truncl.c (minus_zero): Likewise.
18595         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18596         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18597         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
18598         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18599
18600 2008-10-17  Bruno Haible  <bruno@clisp.org>
18601
18602         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
18603         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
18604         that it gets activated only for gcc >= 3.0.
18605         * lib/dirent.in.h: Likewise.
18606         * lib/errno.in.h: Likewise.
18607         * lib/fcntl.in.h: Likewise.
18608         * lib/float.in.h: Likewise.
18609         * lib/iconv.in.h: Likewise.
18610         * lib/inttypes.in.h: Likewise.
18611         * lib/locale.in.h: Likewise.
18612         * lib/math.in.h: Likewise.
18613         * lib/netdb.in.h: Likewise.
18614         * lib/netinet_in.in.h: Likewise.
18615         * lib/search.in.h: Likewise.
18616         * lib/signal.in.h: Likewise.
18617         * lib/spawn.in.h: Likewise.
18618         * lib/stdarg.in.h: Likewise.
18619         * lib/stdint.in.h: Likewise.
18620         * lib/stdio.in.h: Likewise.
18621         * lib/stdlib.in.h: Likewise.
18622         * lib/string.in.h: Likewise.
18623         * lib/strings.in.h: Likewise.
18624         * lib/sys_file.in.h: Likewise.
18625         * lib/sys_ioctl.in.h: Likewise.
18626         * lib/sys_select.in.h: Likewise.
18627         * lib/sys_socket.in.h: Likewise.
18628         * lib/sys_stat.in.h: Likewise.
18629         * lib/sys_time.in.h: Likewise.
18630         * lib/sysexits.in.h: Likewise.
18631         * lib/time.in.h: Likewise.
18632         * lib/unistd.in.h: Likewise.
18633         * lib/wchar.in.h: Likewise.
18634         * lib/wctype.in.h: Likewise.
18635         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18636
18637 2008-10-17  Jim Meyering  <meyering@redhat.com>
18638
18639         ignore-value: don't depend on inline module
18640         * modules/ignore-value (Depends-on): Remove 'inline'.
18641         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
18642         Suggestion from Bruno Haible.
18643
18644 2008-10-17  Bruno Haible  <bruno@clisp.org>
18645
18646         New implementation of condition variables for Win32.
18647         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
18648         (gl_linked_waitqueue_t): New type.
18649         (gl_cond_t): Use it.
18650         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
18651         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
18652         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
18653         (glthread_cond_init_func, glthread_cond_wait_func,
18654         glthread_cond_timedwait_func, glthread_cond_signal_func,
18655         glthread_cond_broadcast_func, glthread_cond_destroy_func):
18656         Reimplemented on the basis of gl_linked_waitqueue_t.
18657         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
18658         gl_waitqueue_t.
18659         (gl_rwlock_t): Update.
18660         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
18661
18662 2008-10-17  Simon Josefsson  <simon@josefsson.org>
18663
18664         * modules/recvfrom (Depends-on): Add dependency on getpeername.
18665         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18666
18667 2008-10-17  Jim Meyering  <meyering@redhat.com>
18668
18669         ignore-value: new module
18670         * modules/ignore-value: New file.
18671         * lib/ignore-value.h: New file.
18672         * MODULES.html.sh (Compiler warning management): New section,
18673         just for this module.  More to come.
18674
18675 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18676
18677         open-safer.c: avoid 'signed and unsigned in conditional...' warning
18678         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
18679         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
18680
18681 2008-10-16  Jim Meyering  <meyering@redhat.com>
18682
18683         openat-die.c: avoid 'no previous prototype' warning
18684         * lib/openat-die.c: Include "openat.h".
18685         Reported by Reuben Thomas <rrt@sc3d.org>.
18686
18687 2008-10-16  Simon Josefsson  <simon@josefsson.org>
18688
18689         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
18690         * lib/netdb.in.h: Fix typo.
18691         Reported by Bruno Haible  <bruno@clisp.org>
18692
18693         * lib/netdb.in.h: Include sys/socket.h for platforms without
18694         netdb.h, to get structures like hostent on MinGW.
18695         * modules/netdb (Depends-on): Add sys_socket.
18696
18697 2008-10-15  Simon Josefsson  <simon@josefsson.org>
18698
18699         * modules/netdb, modules/netdb-tests: New file.
18700         * m4/netdb_h.m4: New file.
18701         * lib/netdb.in.h: Add, currently just an empty file pending
18702         definitions.
18703         * tests/test-netdb.c: New file.
18704         * doc/posix-headers/netdb.texi: Mention that we replace it if
18705         needed.
18706         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18707         netdb.
18708
18709 2008-10-15  Simon Josefsson  <simon@josefsson.org>
18710
18711         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
18712         with code.
18713
18714 2008-10-13  Bruno Haible  <bruno@clisp.org>
18715
18716         * lib/glthread/cond.c (glthread_cond_wait_func,
18717         glthread_cond_timedwait_func): Add a comment.
18718
18719 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18720
18721         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
18722         * tests/test-select.c: Likewise,
18723
18724 2008-10-13  Bruno Haible  <bruno@clisp.org>
18725
18726         * lib/glthread/cond.c (glthread_cond_wait_func,
18727         glthread_cond_timedwait_func): Fix variable name.
18728         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18729
18730 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
18731
18732         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
18733         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
18734         struct sockaddr.sa_len.
18735         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
18736
18737 2008-10-13  Simon Josefsson  <simon@josefsson.org>
18738
18739         * build-aux/pmccabe2html: Add css and css_url parameters.
18740
18741 2008-10-12  Bruno Haible  <bruno@clisp.org>
18742
18743         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
18744         calling aclx_get.
18745         Reported by Rainer Tammer <tammer@tammer.net>.
18746
18747 2008-10-12  Bruno Haible  <bruno@clisp.org>
18748
18749         Use msvcrt aware primitives for creation/termination of Win32 threads.
18750         * lib/glthread/thread.c: Include <process.h>.
18751         (glthread_create_func): Use _beginthreadex instead of CreateThread.
18752         (wrapper_func): Update signature.
18753         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
18754
18755 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18756             Bruno Haible  <bruno@clisp.org>
18757
18758         Provide a Win32 implementation of the 'cond' module.
18759         * lib/glthread/cond.h [USE_WIN32]: New implementation.
18760         * lib/glthread/cond.c (glthread_cond_init_func,
18761         glthread_cond_wait_func, glthread_cond_timedwait_func,
18762         glthread_cond_signal_func, glthread_cond_broadcast_func,
18763         glthread_cond_destroy_func) [USE_WIN32]: New functions.
18764         * modules/cond (Dependencies): Add gettimeofday.
18765
18766 2008-10-11  Bruno Haible  <bruno@clisp.org>
18767
18768         Make sleep work on older versions of mingw.
18769         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
18770         only whether it exists.
18771         * doc/posix-functions/sleep.texi: Mention the problem with older
18772         versions of mingw.
18773
18774 2008-10-11  Bruno Haible  <bruno@clisp.org>
18775
18776         New module 'shutdown'.
18777         * modules/shutdown: New file.
18778         * lib/sys_socket.in.h (shutdown): New declaration.
18779         * lib/winsock.c (shutdown): New function.
18780         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
18781         GNULIB_SHUTDOWN.
18782         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
18783         * doc/posix-functions/shutdown.texi: Document the new module.
18784
18785 2008-10-11  Jim Meyering  <meyering@redhat.com>
18786
18787         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
18788
18789 2008-10-11  Bruno Haible  <bruno@clisp.org>
18790
18791         New module 'fclose'.
18792         * modules/fclose: New file.
18793         * lib/stdio.in.h (fclose): New declaration.
18794         * lib/fclose.c: New file.
18795         * m4/fclose.m4: New file.
18796         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
18797         REPLACE_FCLOSE.
18798         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
18799         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
18800         REPLACE_FCLOSE.
18801         * modules/close (Depends-on): fclose.
18802         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
18803
18804 2008-10-11  Bruno Haible  <bruno@clisp.org>
18805
18806         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
18807         set errno and don't call _close.
18808
18809 2008-10-10  Bruno Haible  <bruno@clisp.org>
18810
18811         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
18812         ACL, not afterwards. Fixes test failure on Cygwin.
18813
18814 2008-10-09  Ben Pfaff  <blp@gnu.org>
18815
18816         * build-aux/announce-gen: Fix gnulib version related part of usage
18817         message.  Die with a useful error message if no tarballs are
18818         found.
18819
18820 2008-10-10  Jim Meyering  <meyering@redhat.com>
18821
18822         bootstrap: use git's --depth=N option only if it's supported
18823         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
18824         recognize the --depth option.  Reported by Pádraig Brady.
18825
18826 2008-10-09  Bruno Haible  <bruno@clisp.org>
18827
18828         New module 'ioctl'.
18829         * modules/ioctl: New file.
18830         * lib/sys_socket.in.h (ioctl): Remove declaration.
18831         * lib/winsock.c: Include <sys/ioctl.h>.
18832         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
18833         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18834         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
18835         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
18836         * doc/posix-functions/ioctl.texi: Mention the new module.
18837
18838 2008-10-09  Bruno Haible  <bruno@clisp.org>
18839
18840         New module 'sys_ioctl'.
18841         * lib/sys_ioctl.in.h: New file.
18842         * m4/sys_ioctl_h.m4: New file.
18843         * modules/sys_ioctl: New file.
18844         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
18845
18846 2008-10-09  Bruno Haible  <bruno@clisp.org>
18847
18848         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
18849         * lib/winsock.c: Include <stdarg.h>.
18850         (rpl_ioctl): Change to second argument 'int' and then varargs.
18851
18852 2008-10-09  Bruno Haible  <bruno@clisp.org>
18853
18854         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
18855         when the sys_socket module is present and the system has <winsock2.h>.
18856
18857 2008-10-09  Bruno Haible  <bruno@clisp.org>
18858
18859         * doc/posix-functions/close.texi: Mention module 'close' instead of
18860         module 'sys_socket'.
18861
18862 2008-10-09  Bruno Haible  <bruno@clisp.org>
18863
18864         * doc/glibc-headers/sys_ioctl.texi: New file.
18865         * doc/gnulib.texi: Include it.
18866
18867 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18868             Bruno Haible  <bruno@clisp.org>
18869
18870         Combine the two replacements of 'close'.
18871         * lib/sys_socket.in.h (close): Define to a reminder to include
18872         <unistd.h>.
18873         (_gl_close_fd_maybe_socket): New declaration.
18874         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
18875         * lib/winsock.c (close): Remove undefinition.
18876         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
18877         needed for the gnulib module 'close'.
18878         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
18879         define to an error symbol or to a warning, if suitable.
18880         * lib/close.c: Include <sys/socket.h>.
18881         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
18882         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
18883         UNISTD_H_HAVE_WINSOCK2_H.
18884         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
18885         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18886         UNISTD_H_HAVE_WINSOCK2_H.
18887         * modules/sys_socket (Files): Add m4/unistd_h.m4.
18888         (configure.ac): Set a module indicator.
18889         (Makefile.am): Substitute GNULIB_CLOSE.
18890         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
18891         * modules/poll-tests (Depends-on): Add close.
18892         * modules/select-tests (Depends-on): Likewise.
18893
18894 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18895             Bruno Haible  <bruno@clisp.org>
18896
18897         New module 'close'.
18898         * modules/close: New file.
18899         * lib/unistd.in.h (close): Move declaration out of the
18900         FCHDIR_REPLACEMENT scope.
18901         (_gl_unregister_fd): New declaration.
18902         * lib/close.c: New file.
18903         * lib/fchdir.c (rpl_close): Remove function.
18904         * m4/close.m4: New file.
18905         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
18906         close.
18907         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
18908         REPLACE_CLOSE.
18909         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
18910         REPLACE_CLOSE.
18911         * modules/fchdir (Depends-on): Add close.
18912
18913 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18914             Bruno Haible  <bruno@clisp.org>
18915
18916         * lib/fcntl.in.h (open): Simplify conditionals.
18917         (_gl_register_fd): New declaration.
18918         * lib/fchdir.c (rpl_open): Remove function.
18919         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
18920         also.
18921         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
18922         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
18923         open.
18924
18925 2008-10-09  Jim Meyering  <meyering@redhat.com>
18926
18927         GNUmakefile: use the more name-space-friendly "_version"
18928         * top/GNUmakefile (_dummy): Update.
18929         (_version): Rename from "version".
18930
18931 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18932             Bruno Haible  <bruno@clisp.org>
18933
18934         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
18935         rpl_close.
18936         (_gl_register_fd): New function, extracted from rpl_open.
18937         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
18938         (rpl_open, rpl_opendir): Use _gl_register_fd.
18939
18940 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18941
18942         Fix organization of 'open' replacement.
18943         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
18944         (gl_FUNC_OPEN): Use it.
18945         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
18946
18947 2008-10-08  Bruno Haible  <bruno@clisp.org>
18948
18949         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
18950
18951 2008-10-08  Simon Josefsson  <simon@josefsson.org>
18952
18953         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
18954         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
18955         listen).
18956
18957 2008-10-08  Eric Blake  <ebb9@byu.net>
18958
18959         GNUmakefile: add 'make version' target
18960         * top/GNUmakefile (_curr-ver): Split version update rules...
18961         (version): ...into a target.
18962
18963 2008-10-07  Bruno Haible  <bruno@clisp.org>
18964
18965         Use a more portable replacement expression for -0.0L.
18966         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
18967         instead of -0.0L. Fix m4 quotation.
18968
18969         * tests/test-signbit.c: Include <float.h>.
18970         (minus_zero): New variable.
18971         (test_signbitl): Use minus_zero instead of -zero.
18972         * modules/signbit-tests (Depends-on): Add float.
18973
18974         * tests/test-ceill.c: Include <float.h>.
18975         (zero): Remove variable.
18976         (minus_zero): New variable.
18977         (main): Use minus_zero instead of -zero.
18978         * modules/ceill-tests (Depends-on): Add float.
18979
18980         * tests/test-floorl.c: Include <float.h>.
18981         (zero): Remove variable.
18982         (minus_zero): New variable.
18983         (main): Use minus_zero instead of -zero.
18984         * modules/floorl-tests (Depends-on): Add float.
18985
18986         * tests/test-roundl.c: Include <float.h>.
18987         (zero): Remove variable.
18988         (minus_zero): New variable.
18989         (main): Use minus_zero instead of -zero.
18990         * modules/roundl-tests (Depends-on): Add float.
18991
18992         * tests/test-truncl.c: Include <float.h>.
18993         (zero): Remove variable.
18994         (minus_zero): New variable.
18995         (main): Use minus_zero instead of -zero.
18996         * modules/truncl-tests (Depends-on): Add float.
18997
18998         * tests/test-frexpl.c (zero): Remove variable.
18999         (minus_zero): New variable.
19000         (main): Use minus_zero instead of -zero.
19001         * modules/frexpl-tests (Depends-on): Add float.
19002
19003         * tests/test-isnan.c (zerol): Remove variable.
19004         (minus_zerol): New variable.
19005         (test_long_double): Use minus_zerol instead of -zerol.
19006         * modules/isnan-tests (Depends-on): Add float.
19007
19008         * tests/test-isnanl.h (zero): Remove variable.
19009         (minus_zero): New variable.
19010         (main): Use minus_zero instead of -zero.
19011         * modules/isnanl-nolibm-tests (Depends-on): Add float.
19012         * modules/isnanl-tests (Depends-on): Add float.
19013
19014         * tests/test-ldexpl.c (zero): Remove variable.
19015         (minus_zero): New variable.
19016         (main): Use minus_zero instead of -zero.
19017         * modules/ldexpl-tests (Depends-on): Add float.
19018
19019         * tests/test-snprintf-posix.h (zerol): Remove variable.
19020         (minus_zerol): New variable.
19021         (test_function): Use minus_zerol instead of -zerol.
19022         * modules/snprintf-posix-tests (Depends-on): Add float.
19023         * modules/vsnprintf-posix-tests (Depends-on): Add float.
19024
19025         * tests/test-sprintf-posix.h (zerol): Remove variable.
19026         (minus_zerol): New variable.
19027         (test_function): Use minus_zerol instead of -zerol.
19028         * modules/sprintf-posix-tests (Depends-on): Add float.
19029         * modules/vsprintf-posix-tests (Depends-on): Add float.
19030
19031         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
19032         (minus_zerol): New variable.
19033         (test_function): Use minus_zerol instead of -zerol.
19034         * modules/vasnprintf-posix-tests (Depends-on): Add float.
19035
19036         * tests/test-vasprintf-posix.c (zerol): Remove variable.
19037         (minus_zerol): New variable.
19038         (test_function): Use minus_zerol instead of -zerol.
19039         * modules/vasprintf-posix-tests (Depends-on): Add float.
19040
19041 2008-10-07  Simon Josefsson  <simon@josefsson.org>
19042
19043         * MODULES.html.sh (Support for building documentation): Mention
19044         pmccabe2html.  Sort entries.
19045
19046         Add pmccabe2html module, from gnupdf.
19047         * build-aux/pmccabe.css: New file.
19048         * build-aux/pmccabe2html: New file.
19049         * m4/pmccabe2html.m4: New file.
19050         * modules/pmccabe2html: New file.
19051
19052 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
19053
19054         flock: new module
19055         * MODULES.html.sh: Add to list of modules.
19056         * lib/flock.c: flock implementation for Windows and Unix systems
19057         which have fcntl.
19058         * doc/glibc-functions/flock.texi: Update documentation.
19059         * lib/sys_file.in.h: <sys/file.h> header file.
19060         * m4/flock.m4: M4 macros.
19061         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
19062         * modules/flock: flock module.
19063         * modules/flock-tests: flock tests module.
19064         * modules/sys_file: sys/file.h module.
19065         * tests/test-flock.c: test suite for flock.
19066
19067 2008-10-06  Jim Meyering  <meyering@redhat.com>
19068
19069         bootstrap: check for LT_INIT more portably still ;-)
19070         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
19071         Spotted by Bruno Haible.
19072
19073 2008-10-06  Eric Blake  <ebb9@byu.net>
19074
19075         test-signbit: avoid tripping Irix cc bug on -0.0L
19076         * tests/test-signbit.c (minus_zerol): Delete, and replace with
19077         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
19078         entire testsuite consistent and avoids an Irix 6.2 bug.
19079
19080 2008-10-05  Bruno Haible  <bruno@clisp.org>
19081             Jim Meyering  <jim@meyering.net>
19082
19083         Add an option for ignoring EPIPE during close_stdout.
19084         * lib/closeout.h: Include <stdbool.h>.
19085         (close_stdout_set_ignore_EPIPE): New declaration.
19086         * lib/closeout.c: Include <stdbool.h>.
19087         (ignore_EPIPE): New variable.
19088         (close_stdout_set_ignore_EPIPE): New function.
19089         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
19090         * lib/close-stream.c (close_stream): Mention the possible EPIPE
19091         failure.
19092         * modules/closeout (Depends-on): Add stdbool.
19093
19094 2008-10-05  Bruno Haible  <bruno@clisp.org>
19095
19096         * modules/accept: New file.
19097         * modules/bind: New file.
19098         * modules/connect: New file.
19099         * modules/getpeername: New file.
19100         * modules/getsockname: New file.
19101         * modules/getsockopt: New file.
19102         * modules/listen: New file.
19103         * modules/recv: New file.
19104         * modules/recvfrom: New file.
19105         * modules/send: New file.
19106         * modules/sendto: New file.
19107         * modules/setsockopt: New file.
19108         * modules/socket: New file.
19109         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
19110         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
19111         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
19112         the particular module is requested. Add a link warning when the
19113         particular module is not requested.
19114         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
19115         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
19116         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
19117         the particular module is requested.
19118         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
19119         gl_SYS_SOCKET_H_DEFAULTS): New macros.
19120         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
19121         * modules/sys_socket (Depends-on): Add link-warning.
19122         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
19123         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
19124         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
19125         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
19126         GL_LINK_WARNING.
19127         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
19128         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
19129         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
19130         * doc/posix-functions/getpeername.texi: Mention the new module
19131         'getpeername'.
19132         * doc/posix-functions/getsockname.texi: Mention the new module
19133         'getsockname'.
19134         * doc/posix-functions/getsockopt.texi: Mention the new module
19135         'getsockopt'.
19136         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
19137         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
19138         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
19139         * doc/posix-functions/send.texi: Mention the new module 'send'.
19140         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
19141         * doc/posix-functions/setsockopt.texi: Mention the new module
19142         'setsockopt'.
19143         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
19144         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
19145         listen, connect, accept.
19146         * modules/select-tests (Depends-on): Likewise.
19147
19148 2008-10-05  Bruno Haible  <bruno@clisp.org>
19149
19150         * lib/winsock.c (strerror): Remove unused #undef.
19151         (rpl_close): Remove unused local variable.
19152
19153         * modules/sys_socket (Depends-on); Add errno.
19154
19155 2008-10-05  Bruno Haible  <bruno@clisp.org>
19156
19157         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
19158         (select): Add a link warning when the 'select' module is not used.
19159         * modules/sys_select (Depends-on): Add link-warning.
19160         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
19161         Suggested by Paolo Bonzini.
19162
19163 2008-10-05  Jim Meyering  <meyering@redhat.com>
19164
19165         bootstrap: check for LT_INIT more portably
19166         * build-aux/bootstrap: Avoid using grep -E, since it's not
19167         portable enough.  Suggestion from Bruno Haible.
19168
19169 2008-10-05  Bruno Haible  <bruno@clisp.org>
19170
19171         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
19172         as being fixed by gnulib.
19173
19174 2008-10-05  Bruno Haible  <bruno@clisp.org>
19175
19176         * modules/select-tests: New file, mostly copied from
19177         modules/sys_select-tests.
19178         * tests/test-select.c: New file, mostly copied from
19179         tests/test-sys_select.c.
19180         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
19181         * modules/sys_select-tests (Depends-on): Remove all dependencies.
19182         (Makefile.am): Remove test_sys_select_LDADD.
19183
19184         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
19185         to an undefined symbol, for an error message.
19186         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
19187         (gl_SYS_SELECT_H_DEFAULTS): New macro.
19188         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
19189         winsock-select.c here.
19190         * modules/sys_select (Files): Remove lib/winsock-select.c.
19191         (Depends-on): Remove alloca.
19192         (Makefile.am): Substitute GNULIB_SELECT.
19193         * modules/select: New file.
19194         * doc/posix-functions/select.texi: Update.
19195
19196 2008-10-05  Bruno Haible  <bruno@clisp.org>
19197
19198         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
19199         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
19200         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
19201         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
19202         getdtablesize.
19203         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
19204         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
19205
19206 2008-10-05  Bruno Haible  <bruno@clisp.org>
19207
19208         * modules/getdtablesize-tests: New file.
19209         * tests/test-getdtablesize.c: New file.
19210
19211         New module 'getdtablesize'.
19212         * lib/unistd.in.h (getdtablesize): New declaration.
19213         * lib/getdtablesize.c: New file.
19214         * m4/getdtablesize.m4: New file.
19215         * modules/getdtablesize: New file.
19216         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19217         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
19218         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
19219         HAVE_GETDTABLESIZE.
19220         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
19221
19222 2008-10-05  Bruno Haible  <bruno@clisp.org>
19223
19224         * modules/sched (Makefile.am): Fix typo.
19225         Reported by Simon Josefsson.
19226
19227 2008-10-05  Jim Meyering  <meyering@redhat.com>
19228
19229         bootstrap: check for LT_INIT, too
19230         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
19231         are deprecated.  Suggestion from Ralf Wildenhues.
19232
19233 2008-10-05  Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
19236         overriding them by ours.
19237         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
19238
19239 2008-10-05  Jim Meyering  <meyering@redhat.com>
19240
19241         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
19242         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
19243         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
19244
19245 2008-10-04  Bruno Haible  <bruno@clisp.org>
19246
19247         * modules/dup2 (License): Change to LGPLv2+.
19248         * modules/sleep (License): Likewise.
19249         * modules/perror (License): Likewise.
19250         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
19251         Blake.
19252         * modules/signal (License): Likewise.
19253         * modules/sigprocmask (License): Likewise.
19254         * modules/raise (License): Change to LGPLv2+, with approval by Jim
19255         Meyering.
19256
19257 2008-10-04  Bruno Haible  <bruno@clisp.org>
19258
19259         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
19260         Reported by Rainer Tammer <tammer@tammer.net>.
19261
19262 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
19263             Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
19266         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
19267         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
19268
19269 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
19270
19271         filevercmp: new module
19272         * lib/filevercmp.h: New function filevercmp comparing version strings.
19273         * lib/filevercmp.c: Implementation of filevercmp function.
19274         * modules/filevercmp: Module metadata.
19275         * tests/test-filevercmp.c: Unit test for new module.
19276         * modules/filevercmp-tests: Unit test metadata.
19277         * MODULES.html.sh: Add filevercmp module.
19278
19279 2008-10-03  Bruno Haible  <bruno@clisp.org>
19280
19281         * lib/c-ctype.h: Add comment.
19282         Reported by Jim Meyering.
19283
19284 2008-10-02  Bruno Haible  <bruno@clisp.org>
19285
19286         * modules/posix_spawn-internal (Depends-on): Add 'open'.
19287
19288 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19289
19290         * build-aux/bootstrap: Allow renaming bootstrap, and change the
19291         name of bootstrap.conf accordingly.
19292
19293 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19294
19295         * build-aux/bootstrap: Install git-merge-changelog configuration
19296         items into .gitconfig if needed.
19297
19298 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19299
19300         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
19301         git repository, and initialize/update it accordingly.
19302
19303 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
19304
19305         * modules/fsync-tests: New file.
19306         * tests/test-fsync.c: New file.
19307
19308         New module 'fsync'.
19309         * lib/fsync.c: New file.
19310         * m4/fsync.m4: New file.
19311         * modules/fsync: New file.
19312         * lib/unistd.in.h (fsync): New declaration.
19313         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
19314         GNULIB_FSYNC and HAVE_FSYNC.
19315         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
19316         * MODULES.html.sh (posix_functions): Add fsync.
19317         * doc/posix-functions/fsync.texi: Mention the new module.
19318
19319 2008-10-02  Jim Meyering  <meyering@redhat.com>
19320
19321         fts.c: sync with similar code from coreutils' remove.c
19322         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
19323         Guard also with "#if defined __linux__", since for now at least,
19324         this code is Linux-kernel-specific.
19325
19326 2008-10-02  Jim Meyering  <meyering@redhat.com>
19327
19328         fts: bug fixes
19329         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
19330         Include <sys/vfs.h>, not <sys/statfs.h>.
19331
19332         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
19333         Include <sys/vfs.h>, not <sys/statfs.h>.
19334
19335 2008-10-01  Bruno Haible  <bruno@clisp.org>
19336
19337         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
19338         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
19339         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
19340         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
19341         * doc/posix-functions/posix_spawnp.texi: Likewise.
19342         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
19343         whether posix_spawn actually works.
19344         * m4/pipe.m4 (gl_PIPE): Likewise.
19345         * modules/execute (Files): Add m4/posix_spawn.m4.
19346         * modules/pipe (Files): Add m4/posix_spawn.m4.
19347         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
19348
19349 2008-10-01  Jim Meyering  <meyering@redhat.com>
19350
19351         remove trailing spaces
19352         * NEWS: Likewise.
19353         * lib/poll.c (poll): Likewise.
19354         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
19355         * lib/winsock.c (rpl_close): Likewise.
19356         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
19357         * modules/yield: Likewise.
19358         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
19359         * tests/test-sys_select.c (connect_to_socket): Likewise.
19360
19361         fts.c: adjust a new interface to be more generally useful
19362         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
19363         (fts_build): Adjust caller.
19364
19365 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19366
19367         * modules/cond-tests: New file.
19368         * tests/test-cond.c: New file.
19369
19370 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19371             Bruno Haible  <bruno@clisp.org>
19372
19373         * modules/cond (Dependencies): Add errno, time.
19374         * lib/glthread/cond.h: Include <time.h>.
19375         (gl_cond_define, gl_cond_define_initialized): Use the same definition
19376         across platforms.
19377
19378 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19379             Bruno Haible  <bruno@clisp.org>
19380
19381         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
19382
19383 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19384             Bruno Haible  <bruno@clisp.org>
19385
19386         * modules/tls-tests (Depends-on): Add thread, yield.
19387         (configure.ac): Remove all checks.
19388         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
19389         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19390         gl_thread_self): Remove definitions. Include glthread/thread.h and
19391         glthread/yield.h instead.
19392         (test_tls): Pass an additional NULL argument to gl_thread_join.
19393
19394 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19395             Bruno Haible  <bruno@clisp.org>
19396
19397         * modules/lock-tests (Depends-on): Add thread, yield.
19398         (configure.ac): Remove all checks.
19399         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
19400         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19401         gl_thread_self): Remove definitions. Include glthread/thread.h and
19402         glthread/yield.h instead.
19403         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
19404         additional NULL argument to gl_thread_join.
19405
19406 2008-09-30  Bruno Haible  <bruno@clisp.org>
19407
19408         Fix the Win32 implementation of the 'thread' module.
19409         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
19410         pointer type.
19411         (gl_thread_self): Invoke gl_thread_self_func.
19412         (gl_thread_self_func): New declaration.
19413         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
19414         (do_init_self_key, init_self_key): New functions.
19415         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
19416         Remove some fields.
19417         (running_threads, running_lock): Remove variables.
19418         (get_current_thread_handle): New function.
19419         (gl_thread_self_func, wrapper_func, glthread_create_func,
19420         glthread_join_func, gl_thread_exit_func): Largely rewritten and
19421         simplified.
19422
19423 2008-09-30  Bruno Haible  <bruno@clisp.org>
19424
19425         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
19426         files.
19427
19428 2008-09-30  Jim Meyering  <meyering@redhat.com>
19429
19430         fts.m4: correct the test for statfs.f_type
19431         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
19432         when checking for statfs.f_type.
19433
19434 2008-09-15  Simon Josefsson  <simon@josefsson.org>
19435
19436         tests: avoid some compiler warnings
19437         * tests/test-memchr.c (main): Pass NULL indirectly.
19438         * tests/test-getdate.c (main): Remove unused variable 'ret'.
19439
19440 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
19441
19442         getdate.y: disallow countable dayshifts like "4 yesterday ago"
19443         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
19444         exactly specified dayshifts.
19445         (dayshift): New rule.
19446         (rel): Add dayshift.
19447         (relative_time_table) [tomorrow, yesterday, today, now]:
19448         Use tDAY_SHIFT in place of tDAY_UNIT.
19449         * tests/test-getdate.c: Add tests for now-disallowed countable
19450         dayshifts, e.g., "4 yesterday ago".
19451
19452 2008-09-29  Bruno Haible  <bruno@clisp.org>
19453
19454         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
19455         * tests/test-posix_spawn1.in.sh: Renamed from
19456         tests/test-posix_spawn.in.sh.
19457         * tests/test-posix_spawn2.c: New file.
19458         * tests/test-posix_spawn2.in.sh: New file.
19459         * modules/posix_spawnp-tests (Files): Update.
19460         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
19461
19462 2008-09-29  Bruno Haible  <bruno@clisp.org>
19463
19464         Propagate effects of putenv/setenv/unsetenv to child processes.
19465         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
19466         * lib/pipe.c (create_pipe): Likewise.
19467
19468 2008-09-29  Bruno Haible  <bruno@clisp.org>
19469
19470         Enable use of shell scripts as executables in mingw.
19471         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
19472         run the program as a shell script.
19473         * lib/pipe.c (create_pipe): Likewise.
19474         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
19475         resulting array.
19476
19477 2008-09-29  Eric Blake  <ebb9@byu.net>
19478
19479         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
19480
19481 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
19482
19483         * doc/posix-functions/accept.texi: Update mingw problems.
19484         * doc/posix-functions/bind.texi: Update mingw problems.
19485         * doc/posix-functions/close.texi: Update mingw problems.
19486         * doc/posix-functions/connect.texi: Update mingw problems.
19487         * doc/posix-functions/getpeername.texi: Update mingw problems.
19488         * doc/posix-functions/getsockname.texi: Update mingw problems.
19489         * doc/posix-functions/getsockopt.texi: Update mingw problems.
19490         * doc/posix-functions/ioctl.texi: Update mingw problems.
19491         * doc/posix-functions/listen.texi: Update mingw problems.
19492         * doc/posix-functions/recv.texi: Update mingw problems.
19493         * doc/posix-functions/recvfrom.texi: Update mingw problems.
19494         * doc/posix-functions/select.texi: Update mingw problems.
19495         * doc/posix-functions/send.texi: Update mingw problems.
19496         * doc/posix-functions/sendto.texi: Update mingw problems.
19497         * doc/posix-functions/setsockopt.texi: Update mingw problems.
19498         * doc/posix-functions/socket.texi: Update mingw problems.
19499
19500 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
19501             Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/sys_select.in.h: Include sys/time.h.
19504         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
19505         * modules/sys_select: Depend on sys_time.
19506         * tests/test-sys_select.c: Test that sys/select.h defines struct
19507         timeval fully.
19508
19509 2008-09-29  Bruno Haible  <bruno@clisp.org>
19510
19511         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
19512         * lib/sys_select.in.h: Likewise.
19513
19514 2008-09-29  Bruno Haible  <bruno@clisp.org>
19515
19516         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
19517
19518 2008-09-29  Bruno Haible  <bruno@clisp.org>
19519
19520         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
19521         Set LIBSOCKET instead of augmenting LIBS.
19522         * modules/sockets (Link): New section.
19523         * modules/sockets-tests (test_sockets_LDADD): New variable.
19524         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
19525         * modules/poll-tests (test_poll_LDADD): New variable.
19526         * NEWS: Document the change.
19527
19528 2008-09-29  Bruno Haible  <bruno@clisp.org>
19529
19530         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
19531         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
19532         ARPA_INET_H directly.
19533         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19534
19535 2008-09-28  Bruno Haible  <bruno@clisp.org>
19536
19537         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
19538         from gl_HEADER_SYS_SOCKET.
19539         (gl_HEADER_SYS_SOCKET): Invoke it.
19540         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
19541
19542 2008-09-28  Bruno Haible  <bruno@clisp.org>
19543
19544         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
19545         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
19546         Needed on OSF/1 4.0.
19547
19548 2008-09-28  Bruno Haible  <bruno@clisp.org>
19549
19550         Override open more carefully.
19551         * lib/open.c (orig_open): New function.
19552         (rpl_open): Use orig_open instead of open.
19553         * lib/fcntl.in.h: Add special invocation convention.
19554         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
19555         (gl_FUNC_OPEN): Invoke it.
19556
19557         Override freopen more carefully.
19558         * lib/freopen.c (orig_freopen): New function.
19559         (rpl_freopen): Use orig_freopen instead of freopen.
19560         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
19561         (gl_FUNC_FREOPEN): Invoke it.
19562
19563         Override fopen more carefully.
19564         * lib/fopen.c (orig_fopen): New function.
19565         (rpl_fopen): Use orig_fopen instead of fopen.
19566         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
19567         (gl_FUNC_FOPEN): Invoke it.
19568         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
19569
19570 2008-09-28  Bruno Haible  <bruno@clisp.org>
19571
19572         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
19573         SIGPIPE.
19574
19575 2008-09-28  Bruno Haible  <bruno@clisp.org>
19576
19577         * tests/test-sigaction.c (handler, main): Disable the check whether
19578         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
19579         glibc systems with LinuxThreads.
19580
19581 2008-09-28  Bruno Haible  <bruno@clisp.org>
19582
19583         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
19584
19585         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
19586         with AIX xlc.
19587         * lib/fcntl.in.h (open): Likewise.
19588         Reported by Rainer Tammer <tammer@tammer.net>.
19589
19590 2008-09-28  Bruno Haible  <bruno@clisp.org>
19591
19592         * modules/posix_spawnp-tests: New file.
19593         * tests/test-posix_spawn.c: New file.
19594         * tests/test-posix_spawn.in.sh: New file.
19595
19596         New module 'posix_spawnp'.
19597         * modules/posix_spawnp: New file.
19598         * lib/spawnp.c: New file, from GNU libc with modifications.
19599         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
19600
19601         New module 'posix_spawn'.
19602         * modules/posix_spawn: New file.
19603         * lib/spawn.c: New file, from GNU libc with modifications.
19604         * doc/posix-functions/posix_spawn.texi: Mention the new module.
19605
19606         New module 'posix_spawnattr_destroy'.
19607         * modules/posix_spawnattr_destroy: New file.
19608         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
19609         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
19610         module.
19611
19612         New module 'posix_spawnattr_setsigmask'.
19613         * modules/posix_spawnattr_setsigmask: New file.
19614         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
19615         modifications.
19616         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
19617         new module.
19618
19619         New module 'posix_spawnattr_getsigmask'.
19620         * modules/posix_spawnattr_getsigmask: New file.
19621         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
19622         modifications.
19623         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
19624         new module.
19625
19626         New module 'posix_spawnattr_setsigdefault'.
19627         * modules/posix_spawnattr_setsigdefault: New file.
19628         * lib/spawnattr_setdefault.c: New file, from GNU libc with
19629         modifications.
19630         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
19631         new module.
19632
19633         New module 'posix_spawnattr_getsigdefault'.
19634         * modules/posix_spawnattr_getsigdefault: New file.
19635         * lib/spawnattr_getdefault.c: New file, from GNU libc with
19636         modifications.
19637         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
19638         new module.
19639
19640         New module 'posix_spawnattr_setschedpolicy'.
19641         * modules/posix_spawnattr_setschedpolicy: New file.
19642         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
19643         modifications.
19644         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
19645         new module.
19646
19647         New module 'posix_spawnattr_getschedpolicy'.
19648         * modules/posix_spawnattr_getschedpolicy: New file.
19649         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
19650         modifications.
19651         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
19652         new module.
19653
19654         New module 'posix_spawnattr_setschedparam'.
19655         * modules/posix_spawnattr_setschedparam: New file.
19656         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
19657         modifications.
19658         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
19659         new module.
19660
19661         New module 'posix_spawnattr_getschedparam'.
19662         * modules/posix_spawnattr_getschedparam: New file.
19663         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
19664         modifications.
19665         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
19666         new module.
19667
19668         New module 'posix_spawnattr_setpgroup'.
19669         * modules/posix_spawnattr_setpgroup: New file.
19670         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
19671         modifications.
19672         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
19673         module.
19674
19675         New module 'posix_spawnattr_getpgroup'.
19676         * modules/posix_spawnattr_getpgroup: New file.
19677         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
19678         modifications.
19679         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
19680         module.
19681
19682         New module 'posix_spawnattr_setflags'.
19683         * modules/posix_spawnattr_setflags: New file.
19684         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
19685         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
19686         module.
19687
19688         New module 'posix_spawnattr_getflags'.
19689         * modules/posix_spawnattr_getflags: New file.
19690         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
19691         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
19692         module.
19693
19694         New module 'posix_spawnattr_init'.
19695         * modules/posix_spawnattr_init: New file.
19696         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
19697         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
19698         module.
19699
19700         New module 'posix_spawn_file_actions_destroy'.
19701         * modules/posix_spawn_file_actions_destroy: New file.
19702         * lib/spawn_faction_destroy.c: New file, from GNU libc with
19703         modifications.
19704         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
19705         the new module.
19706
19707         New module 'posix_spawn_file_actions_addopen'.
19708         * modules/posix_spawn_file_actions_addopen: New file.
19709         * lib/spawn_faction_addopen.c: New file, from GNU libc with
19710         modifications.
19711         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
19712         the new module.
19713
19714         New module 'posix_spawn_file_actions_adddup2'.
19715         * modules/posix_spawn_file_actions_adddup2: New file.
19716         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
19717         modifications.
19718         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
19719         the new module.
19720
19721         New module 'posix_spawn_file_actions_addclose'.
19722         * modules/posix_spawn_file_actions_addclose: New file.
19723         * lib/spawn_faction_addclose.c: New file, from GNU libc with
19724         modifications.
19725         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
19726         the new module.
19727
19728         New module 'posix_spawn_file_actions_init'.
19729         * modules/posix_spawn_file_actions_init: New file.
19730         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
19731         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
19732         new module.
19733
19734         New module 'posix_spawn-internal'.
19735         * modules/posix_spawn-internal: New file.
19736         * lib/spawn_int.h: New file, from GNU libc with modifications.
19737         * lib/spawni.c: New file, from GNU libc with modifications.
19738         * m4/posix_spawn.m4: New file.
19739
19740         New module 'spawn'.
19741         * modules/spawn: New file.
19742         * lib/spawn.in.h: New file, from GNU libc with modifications.
19743         * m4/spawn_h.m4: New file.
19744         * doc/posix-headers/spawn.texi: Mention the new module.
19745
19746 2008-09-28  Bruno Haible  <bruno@clisp.org>
19747
19748         * modules/sched-tests: New file.
19749         * tests/test-sched.c: New file.
19750
19751         New module 'sched'.
19752         * modules/sched: New file.
19753         * lib/sched.in.h: New file.
19754         * m4/sched_h.m4: New file.
19755         * doc/posix-headers/sched.texi: Mention the new module.
19756
19757 2008-09-27  Eric Blake  <ebb9@byu.net>
19758
19759         Fix previous patch, and tweak references to $0.
19760         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
19761         (func_version, func_gnulib_dir): Don't call this program
19762         gnulib-tool.
19763         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
19764         with using $0 in function.
19765         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
19766         (func_fatal_error): Reuse the name the user invoked us with.
19767
19768 2008-09-27  Bruno Haible  <bruno@clisp.org>
19769
19770         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
19771         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
19772         (gl_ICONV_H): Not here.
19773         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
19774         instead of assigning ICONV_H directly.
19775
19776         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
19777         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
19778         WCHAR_H directly.
19779
19780 2008-09-27  Bruno Haible  <bruno@clisp.org>
19781
19782         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
19783         * modules/arpa_inet (Depends-on): Add link-warning.
19784         (Makefile.am): Insert the definition of GL_LINK-WARNING.
19785         * modules/unistd (Makefile.am): Likewise.
19786
19787 2008-09-26  Bruno Haible  <bruno@clisp.org>
19788
19789         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
19790         variables.
19791         (func_version): Essentially copied from gnulib-tool.
19792         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
19793         func_readlink): Copied from gnulib-tool.
19794
19795 2008-09-26  Bruno Haible  <bruno@clisp.org>
19796
19797         * gnulib-tool (func_version): Change directory to $gnulib_dir before
19798         invoking git-version-gen.
19799
19800 2008-09-26  Bruno Haible  <bruno@clisp.org>
19801
19802         * posix-modules: Update to directory names changed on 2008-01-19.
19803         Remove commas in output before splitting into words. No more need to
19804         avoid 'ftruncate' since 2007-02-19.
19805
19806 2008-09-26  Bruno Haible  <bruno@clisp.org>
19807
19808         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
19809
19810 2008-09-26  Bruno Haible  <bruno@clisp.org>
19811
19812         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
19813         * modules/fwriteerror (Depends-on): Add errno.
19814
19815 2008-09-26  Bruno Haible  <bruno@clisp.org>
19816
19817         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
19818         * tests/test-vc-list-files-cvs.sh: Likewise.
19819
19820 2008-09-26  Bruno Haible  <bruno@clisp.org>
19821
19822         * doc/posix-headers/sys_resource.texi: Reorder items.
19823
19824 2008-09-26  Jim Meyering  <meyering@redhat.com>
19825
19826         fts: tweak inode comparison function
19827         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
19828         inode numbers, as documented.
19829
19830         fts: sort dirent entries on inode number before traversing
19831         This avoids a quadratic, seek-related performance penalty when
19832         operating on a directory containing many entries (measurable at 10k;
19833         3.5 hours at 2 million entries with a cold cache) on certain types
19834         of file systems, including ext3 and ext4, but not tmpfs.
19835         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
19836         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
19837         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
19838         (fs_handles_readdir_ordered_dirents_efficiently): New function.
19839         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
19840         (fts_build): Set the stat.st_ino member from D_INO.
19841         If it is likely to be useful, sort dirent entries on inode number.
19842
19843         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
19844         and the struct statfs.f_type member.
19845         * modules/fts (Depends-on): Add d-ino.
19846
19847 2008-09-26  Bruno Haible  <bruno@clisp.org>
19848
19849         * modules/sigpipe-die (Depends-on): Add sigpipe.
19850
19851         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
19852         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
19853         and GNULIB_STDIO_H_SIGPIPE are set.
19854         * lib/stdio-write.c: New file.
19855         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
19856         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19857         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19858         REPLACE_STDIO_WRITE_FUNCS.
19859         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
19860         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19861         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19862         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
19863         * modules/stdio (Files): Add lib/stdio-write.c.
19864         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
19865         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19866         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19867         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
19868         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
19869         REPLACE_FPRINTF_POSIX.
19870         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
19871         REPLACE_PRINTF_POSIX.
19872         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
19873         REPLACE_VFPRINTF_POSIX.
19874         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
19875         REPLACE_VPRINTF_POSIX.
19876         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
19877         SIGPIPE issue.
19878         * doc/posix-functions/fputc.texi: Likewise.
19879         * doc/posix-functions/fputs.texi: Likewise.
19880         * doc/posix-functions/fwrite.texi: Likewise.
19881         * doc/posix-functions/printf.texi: Likewise.
19882         * doc/posix-functions/putc.texi: Likewise.
19883         * doc/posix-functions/putchar.texi: Likewise.
19884         * doc/posix-functions/puts.texi: Likewise.
19885         * doc/posix-functions/vfprintf.texi: Likewise.
19886         * doc/posix-functions/vprintf.texi: Likewise.
19887
19888         * modules/safe-write (Depends-on): Add write.
19889
19890         * modules/sigpipe-tests: New file.
19891         * tests/test-sigpipe.c: New file.
19892         * tests/test-sigpipe.sh: New file.
19893
19894         * modules/write: New file.
19895         * lib/unistd.in.h: Include <sys/types.h>.
19896         (write): New declaration.
19897         * lib/write.c: New file.
19898         * m4/write.m4: New file.
19899         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19900         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
19901         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
19902         GNULIB_WRITE, REPLACE_WRITE.
19903         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
19904         and the SIGPIPE issue.
19905
19906         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
19907         (raise): New declaration.
19908         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
19909         (ext_signal): New function.
19910         (rpl_raise): New function.
19911         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
19912         GNULIB_SIGNAL_H_SIGPIPE.
19913         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
19914         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
19915
19916         * modules/sigpipe: New file.
19917         * m4/sigpipe.m4: New file.
19918
19919 2008-09-25  Derek Price  <derek@ximbiot.com>
19920             Bruno Haible  <bruno@clisp.org>
19921
19922         * gnulib-tool (func_import): Report all license incompatibilities, not
19923         just the first one.
19924
19925 2008-09-25  Bruno Haible  <bruno@clisp.org>
19926
19927         * gnulib-tool (func_import): When computing the edits, consider not
19928         only the Makefile.ams that exist but also those that will be generated.
19929
19930 2008-09-25  Simon Josefsson  <simon@josefsson.org>
19931
19932         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
19933         fixes gnulib-tool --test warning about duplicate dependency.
19934
19935 2008-09-25  Bruno Haible  <bruno@clisp.org>
19936
19937         * gnulib-tool: Don't ask the user to perform edits in the generated
19938         Makefile.ams.
19939         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
19940         apply to the Makefile.am being generated.
19941         (func_emit_tests_Makefile_am): Execute edits that apply to the
19942         Makefile.am being generated.
19943         (func_import): Setup list of Makefile.am edits before emitting the
19944         Makefile.ams, not at the end.
19945         (func_create_testdir): Update.
19946         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19947
19948 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19949
19950         * gnulib-tool (func_import): Store the --tests-base option in the
19951         comment in gnulib-cache.m4.
19952
19953 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
19954
19955         * NEWS: Document increased portability that sys_select now provides.
19956
19957         * lib/sys_select.in.h: Install select wrapper.
19958         * lib/sys_socket.in.h: Use more descriptive name when there is no
19959         select wrapper.
19960         * lib/winsock-select.c: New.
19961         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
19962         Require gl_HEADER_SYS_SOCKET.
19963         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
19964         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
19965         * tests/test-sys_select.c: Add functional tests.
19966
19967 2008-09-24  Eric Blake  <ebb9@byu.net>
19968
19969         open, fopen: close fd leak in last patch
19970         * lib/open.c (rpl_open): Close fd before returning error.
19971         * lib/fopen.c (rpl_fopen): Close fd before returning error.
19972         * doc/posix-functions/open.texi (open): Document that Irix also
19973         has the bug.
19974         * doc/posix-functions/fopen.texi (fopen): Likewise.
19975         Reported by Paolo Bonzini.
19976
19977 2008-09-24  Bruno Haible  <bruno@clisp.org>
19978
19979         Ensure that a filename ending in a slash cannot be used to access a
19980         non-directory.
19981         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
19982         to check whether it's really a directory.
19983         * lib/fopen.c: Include fcntl.h, unistd.h.
19984         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
19985         and fdopen().
19986         * modules/fopen (Depends-on): Add unistd.
19987         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
19988         * tests/test-fopen.c (main): Likewise.
19989         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
19990         * doc/posix-functions/fopen.texi: Likewise.
19991         Reported by Eric Blake.
19992
19993 2008-09-23  Eric Blake  <ebb9@byu.net>
19994
19995         c-stack: avoid compiler optimizations when provoking overflow
19996         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
19997         recursion harder to optimize, to ensure a stack overflow occurs.
19998         * tests/test-c-stack.c (recurse): Likewise.
19999         Borrowed from libsigsegv.
20000
20001         c-stack: work around Irix sigaltstack bug
20002         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
20003         whether sigaltstack uses wrong end of stack_t (copied in part from
20004         libsigsegv).
20005         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
20006         Irix bug, without requiring an over-allocation.
20007         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
20008         bug.
20009
20010         fopen: document mingw bug on directories
20011         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
20012         not allowing a stream visiting a directory, even though reading
20013         from such a stream is not portable.
20014
20015 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20016
20017         * lib/poll.c: Rewrite.
20018         * modules/poll: Depend on alloca.
20019
20020 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20021
20022         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
20023         instead define prototypes for a full set of wrappers.  Ensure
20024         that Cygwin does not use the compatibility code, which is only
20025         for MinGW.
20026         * lib/winsock.c: New.
20027         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
20028         * modules/sys_socket: Add lib/winsock.c.
20029
20030         * modules/poll-tests: Add errno and perror.
20031         * tests/test-poll.c: Use ioctl, not ioctlsocket.
20032
20033 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20034
20035         * tests/test-poll.c: Downgrade minimum needed Winsock version.
20036
20037 2008-09-23  Bruno Haible  <bruno@clisp.org>
20038
20039         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
20040         * doc/glibc-functions/*: Likewise.
20041
20042 2008-09-23  Simon Josefsson  <simon@josefsson.org>
20043
20044         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
20045         success.
20046
20047 2008-09-22  Eric Blake  <ebb9@byu.net>
20048             Bruno Haible  <bruno@clisp.org>
20049
20050         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
20051         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
20052         supply %A but mishandle pseudo-NaN.
20053         Reported by Simon Josefsson.
20054
20055 2008-09-21  Bruno Haible  <bruno@clisp.org>
20056
20057         * tests/test-lock.c (main): Tweak skip message.
20058         * tests/test-tls.c (main): Likewise.
20059
20060 2008-09-21  Bruno Haible  <bruno@clisp.org>
20061
20062         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
20063         whether 'struct sigaction' has sa_sigaction here...
20064         (gl_PREREQ_SIG_HANDLER_H): ... not here.
20065         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
20066
20067 2008-09-21  Bruno Haible  <bruno@clisp.org>
20068
20069         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
20070         section.
20071         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
20072         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
20073         the new section.
20074         (Support for obsolete systems lacking POSIX:2001): New section.
20075         (String handling <string.h>): Move strdup to the new section.
20076         Suggested by Simon Josefsson and Paolo Bonzini.
20077
20078 2008-09-21  Bruno Haible  <bruno@clisp.org>
20079
20080         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
20081         exponents in %e and %g results on 'long double'. Needed for mingw's
20082         improved *printf functions.
20083         * tests/test-vasprintf-posix.c (test_function): Likewise.
20084         * tests/test-snprintf-posix.h (test_function): Likewise.
20085         * tests/test-sprintf-posix.h (test_function): Likewise.
20086         Reported by Eric Blake.
20087
20088 2008-09-21  Bruno Haible  <bruno@clisp.org>
20089
20090         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
20091         * tests/test-sprintf-posix.h (test_function): Likewise.
20092
20093 2008-09-21  Bruno Haible  <bruno@clisp.org>
20094
20095         * modules/getpass (Depends-on): Add strdup-posix.
20096
20097         New module 'strdup-posix'.
20098         * modules/strdup-posix: New file.
20099         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
20100         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
20101         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20102         REPLACE_STRDUP.
20103         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
20104         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
20105         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20106         strdup-posix.
20107
20108         * modules/strdup (Depends-on): Remove malloc-posix.
20109
20110 2008-09-20  Bruno Haible  <bruno@clisp.org>
20111
20112         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
20113         Wildenhues.
20114
20115 2008-09-20  Bruno Haible  <bruno@clisp.org>
20116
20117         Ensure that wint_t gets defined on IRIX 5.3.
20118         * lib/wchar.in.h (wint_t): Define if not defined by the system.
20119         * lib/wctype.in.h (wint_t): Likewise.
20120         (__wctype_wint_t): Remove type.
20121         (isw*): Use wint_t instead of __wctype_wint_t.
20122         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
20123         * modules/wchar (Files): Add m4/wint_t.m4.
20124         (Makefile.am): Substitute HAVE_WINT_T.
20125         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
20126         * tests/test-wctype.c: Check that wint_t is defined.
20127         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
20128         * doc/posix-headers/wctype.texi: Likewise.
20129         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
20130
20131 2008-09-18  Bruno Haible  <bruno@clisp.org>
20132
20133         * gnulib-tool (func_exit): Update comment.
20134
20135 2008-09-18  Simon Josefsson  <simon@josefsson.org>
20136
20137         * modules/getaddrinfo (Depends-on): Remove strdup, this module
20138         assumes strdup exists and does not depend on strdup to return
20139         ENOMEM on out of memory conditions.
20140
20141 2008-09-18  Bruno Haible  <bruno@clisp.org>
20142
20143         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
20144         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
20145         digits for the exponent.
20146
20147 2008-09-18  Jim Meyering  <meyering@redhat.com>
20148             Bruno Haible  <bruno@clisp.org>
20149
20150         * lib/vasnprintf.c (decimal_point_char): Define also if
20151         NEED_PRINTF_INFINITE_LONG_DOUBLE.
20152
20153 2008-09-16  Bruno Haible  <bruno@clisp.org>
20154         and Eric Blake  <ebb9@byu.net>
20155
20156         vasnprintf: support Irix 5.3
20157         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
20158         that mishandle long double infinity.
20159         Reported by Tom G. Christensen.
20160
20161 2008-09-16  Bruno Haible  <bruno@clisp.org>
20162
20163         * doc/glibc-functions/scandir.texi: Mention the function is missing on
20164         Solaris 9.
20165         * doc/glibc-functions/alphasort.texi: Likewise.
20166         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
20167
20168 2008-09-16  Jim Meyering  <meyering@redhat.com>
20169
20170         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
20171         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
20172         a umask modification leak out of a subshell.  Otherwise, the
20173         opensolaris /bin/sh would be accepted and thus cause unwarranted
20174         failures in the coreutils test suite.
20175
20176 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
20177
20178         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
20179         to succeed.
20180
20181 2008-09-16  Jim Meyering  <meyering@redhat.com>
20182
20183         avoid spurious test failure when library is built without ACL support
20184         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
20185         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
20186         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
20187         * tests/test-copy-acl.sh: Likewise.
20188
20189 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20190
20191         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
20192         based on character occurrence counts.
20193
20194 2008-09-15  Eric Blake  <ebb9@byu.net>
20195
20196         tests: avoid some compiler warnings
20197         * tests/test-memchr.c (main): Pass NULL indirectly.
20198         * tests/test-closein.c (main): Avoid unused variable.
20199
20200 2008-09-15  Bruno Haible  <bruno@clisp.org>
20201
20202         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
20203         are missing on OpenBSD 4.0 individually.
20204         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20205
20206 2008-09-15  Bruno Haible  <bruno@clisp.org>
20207
20208         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
20209         * doc/posix-functions/strerror.texi: Mention also Cygwin.
20210         * doc/posix-functions/perror.texi: Likewise.
20211         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
20212         is missing.
20213         Reported by Eric Blake.
20214
20215         * lib/errno.in.h: Use replacement values >= 2000.
20216         Reported by Eric Blake.
20217
20218 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20219
20220         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
20221         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
20222         limit.
20223         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
20224         compareseq was aborted.
20225
20226 2008-09-14  Bruno Haible  <bruno@clisp.org>
20227
20228         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
20229         yvec_edit_count.
20230         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
20231         (fstrcmp_bounded): Simplify result computation accordingly.
20232
20233 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20234
20235         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
20236         (fstrcmp): Define in terms of fstrcmp_bounded.
20237         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
20238         lower_bound argument.
20239         Return quickly if the result is certainly < lower_bound.
20240         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
20241
20242 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20243
20244         * lib/diffseq.h (EARLY_ABORT): New macro.
20245         (compareseq): Change return type to bool. Return true when EARLY_ABORT
20246         evaluates to true.
20247
20248 2008-09-14  Bruno Haible  <bruno@clisp.org>
20249
20250         * modules/perror-tests: New file.
20251         * tests/test-perror.sh: New file.
20252         * tests/test-perror.c: New file.
20253
20254         New module 'perror'.
20255         * lib/stdio.in.h (perror): New declaration.
20256         * lib/perror.c: New file.
20257         * m4/perror.m4: New file.
20258         * modules/perror: New file.
20259         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
20260         * doc/posix-functions/perror.texi: Mention the perror module.
20261         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
20262         REPLACE_PERROR.
20263         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
20264         REPLACE_PERROR.
20265
20266 2008-09-14  Bruno Haible  <bruno@clisp.org>
20267
20268         * modules/stdio (Makefile.am): Reorder to match the order in
20269         lib/stdio.in.h.
20270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20271
20272 2008-09-13  Bruno Haible  <bruno@clisp.org>
20273
20274         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
20275
20276 2008-09-13  Bruno Haible  <bruno@clisp.org>
20277
20278         Extend strerror to cover the added errno values.
20279         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
20280         (rpl_strerror): Provide error messages for the added errno values and
20281         for the WSA* values.
20282         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
20283         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
20284         strerror.
20285         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
20286         * modules/strerror (Depends-on): Add errno.
20287         * doc/posix-functions/strerror.texi: Document the change.
20288         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
20289         and EOVERFLOW.
20290
20291 2008-09-13  Bruno Haible  <bruno@clisp.org>
20292
20293         * modules/EOVERFLOW: Remove file.
20294         * m4/eoverflow.m4: Remove file.
20295         * modules/EOVERFLOW-tests: Remove file.
20296         * tests/test-EOVERFLOW.c: Remove file.
20297         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
20298         * modules/ftell (Depends-on): Likewise.
20299         * modules/getdelim (Depends-on): Likewise.
20300         * modules/getugroups (Depends-on): Likewise.
20301         * modules/poll (Depends-on): Likewise.
20302         * modules/snprintf (Depends-on): Likewise.
20303         * modules/sprintf-posix (Depends-on): Likewise.
20304         * modules/vasnprintf (Depends-on): Likewise.
20305         * modules/vasprintf (Depends-on): Likewise.
20306         * modules/vfprintf-posix (Depends-on): Likewise.
20307         * modules/vsnprintf (Depends-on): Likewise.
20308         * modules/vsprintf-posix (Depends-on): Likewise.
20309         * modules/xvasprintf (Depends-on): Likewise.
20310         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20311         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
20312         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
20313         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
20314         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20315         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
20316         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
20317         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
20318         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20319         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
20320         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
20321         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
20322         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20323         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
20324         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
20325         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
20326         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20327         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
20328         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
20329         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
20330         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20331         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
20332         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
20333         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
20334         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
20335         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20336         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
20337         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
20338         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
20339         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
20340         * MODULES.html.sh: Remove EOVERFLOW.
20341         * NEWS: Mention the change.
20342
20343 2008-09-13  Bruno Haible  <bruno@clisp.org>
20344
20345         * modules/errno-tests: New file.
20346         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
20347
20348         * lib/errno.in.h: New file.
20349         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
20350         * modules/errno: New file.
20351         * doc/posix-headers/errno.texi: Update documentation.
20352         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
20353
20354 2008-09-13  Bruno Haible  <bruno@clisp.org>
20355
20356         * tests/test-poll.c: Use #if for native Windows, rather than testing
20357         __MSVCRT__.
20358
20359 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20360             Bruno Haible  <bruno@clisp.org>
20361
20362         * lib/glob.c: Don't include <pwd.h> on native Windows.
20363         (WINDOWS32): New macro.
20364         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
20365
20366 2008-09-13  Bruno Haible  <bruno@clisp.org>
20367
20368         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
20369         (ETIMEDOUT): Remove macro.
20370         (glthread_cond_timedwait_multithreaded): New declaration.
20371         (glthread_cond_timedwait): Use it.
20372         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
20373         (glthread_cond_timedwait_multithreaded): New function.
20374
20375 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20376
20377         * modules/poll-tests: Do not check for io.h.
20378         * tests/test-poll.c: Check for __MSVCRT__ instead.
20379
20380 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20381
20382         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
20383         * modules/poll-tests: Add inet_pton, stdbool, sockets.
20384         * tests/test-poll.c: Use them.  Use _pipe on Windows.
20385
20386 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20387
20388         * modules/poll-tests: New.
20389         * tests/test-poll.c: New.
20390
20391 2008-09-12  Eric Blake  <ebb9@byu.net>
20392
20393         frexp: test for NetBSD failure on -0.0
20394         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
20395         not all, bugs from NetBSD 3.0 have been fixed.
20396         * doc/posix-functions/frexp.texi (frexp): Document bug.
20397         Reported by Thomas Klausner.
20398
20399         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
20400         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
20401         literal -0.0.
20402         Reported by Jonathan C. Patschke <jp@centtech.com>.
20403
20404 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20405
20406         * lib/glthread/cond.h: Use dummy implementation also if
20407         USE_WIN32_THREADS.
20408
20409 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20410
20411         * modules/fnmatch-posix (License): Change to LGPLv2+.
20412         * modules/fnmatch-gnu (License): Likewise.
20413
20414 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20415
20416         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
20417
20418 2008-09-11  Jim Meyering  <meyering@redhat.com>
20419
20420         * users.txt: Add gtk-vnc.
20421
20422 2008-09-08  Simon Josefsson  <simon@josefsson.org>
20423
20424         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
20425         rotate amounts.
20426
20427         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
20428         required for 16-bit and 8-bit rotates.
20429         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
20430         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
20431         UINT8_MAX instead of hard-coded constants.
20432         Suggested by Paul Eggert.
20433
20434 2008-09-07  Bruno Haible  <bruno@clisp.org>
20435
20436         * tests/test-striconveh.c (main): Check behaviour when converting from
20437         UTF-7.
20438
20439         Make striconveh work better with stateful encodings.
20440         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
20441         that iconv does not increment the inptr when returning -1/EINVAL.
20442
20443 2008-09-07  Bruno Haible  <bruno@clisp.org>
20444
20445         * build-aux/config.rpath: Update according to libtool-2.2.6.
20446         * build-aux/config.libpath: Likewise.
20447
20448 2008-09-06  Bruno Haible  <bruno@clisp.org>
20449
20450         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
20451         * lib/freadptr.c (freadptr): Likewise.
20452         * lib/freadseek.c (freadptrinc): Likewise.
20453         Reported by Simon Josefsson.
20454
20455 2008-09-06  Bruno Haible  <bruno@clisp.org>
20456
20457         * modules/freadptr (License): Change to LGPLv2+.
20458         * modules/freadseek (License): Likewise.
20459         Suggested by Eric Blake.
20460
20461         * modules/memchr2 (License): Change to LGPLv2+.
20462         Approved by Eric Blake.
20463
20464 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20465             Bruno Haible  <bruno@clisp.org>
20466
20467         Make gnulib-tool work with native 'sed' on AIX.
20468         * gnulib-tool (sed_noop): New variable.
20469         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
20470         func_add_or_update, func_create_testdir): Use it to initialize sed
20471         script variables.
20472         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20473
20474 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
20475             Bruno Haible  <bruno@clisp.org>
20476
20477         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
20478         also works after #include directives.
20479
20480 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
20481
20482         getdate.y: reject an out-of-range timezone value
20483         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
20484         the range [-24...+24].  When specified with only one or two digits,
20485         * tests/test-getdate.c: Tests for the fix.
20486         * doc/getdate.texi: Document this change.
20487
20488 2008-09-03  Bruno Haible  <bruno@clisp.org>
20489
20490         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
20491
20492 2008-09-02  Simon Josefsson  <simon@josefsson.org>
20493
20494         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
20495         <bruce.korb@gmail.com> with ideas from Ben Pfaff
20496         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
20497         Blake <ebb9@byu.net>.
20498
20499         * tests/test-bitrotate.c: Add more test vectors.
20500
20501 2008-09-02  Eric Blake  <ebb9@byu.net>
20502
20503         vasnprintf-posix: handle large precision via %.*d
20504         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
20505         when handling it ourselves.
20506         * tests/test-vasnprintf-posix.c (test_function): Add test.
20507         * tests/test-snprintf-posix.h (test_function): Likewise.
20508         * tests/test-sprintf-posix.h (test_function): Likewise.
20509         * tests/test-vasprintf-posix.c (test_function): Likewise.
20510         Reported by Alain Guibert.
20511
20512 2008-09-01  Eric Blake  <ebb9@byu.net>
20513
20514         c-stack: make configure-time check more robust
20515         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
20516         successful sigaction call.
20517         Reported by Tom G. Christensen.
20518
20519 2008-09-01  Bruno Haible  <bruno@clisp.org>
20520
20521         New module 'findprog-lgpl'.
20522         * modules/findprog-lgpl: New file.
20523         * lib/findprog-lgpl.c: New file.
20524         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
20525         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
20526         to decide whether to use strdup or xstrdup, concatenated_filename or
20527         xconcatenated_filename.
20528
20529 2008-09-01  Bruno Haible  <bruno@clisp.org>
20530
20531         Split module 'concat-filename' into 'concat-filename' (LGPL) and
20532         'xconcat-filename' (GPL).
20533         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
20534         (License): Change to LGPLv2+.
20535         * modules/xconcat-filename: New file.
20536         * lib/concat-filename.h (concatenated_filename): Change specification.
20537         (xconcatenated_filename): New declaration.
20538         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
20539         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
20540         memory situations.
20541         * lib/xconcat-filename.c: New file.
20542         * NEWS: Mention the change.
20543         * lib/findprog.c: Include concat-filename.h, not filename.h.
20544         (find_in_path): Use xconcatenated_filename instead of
20545         concatenated_filename.
20546         * lib/javacomp.c: Include concat-filename.h, not filename.h.
20547         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
20548         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
20549         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
20550         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
20551         instead of concatenated_filename.
20552         * lib/javaexec.c: Include concat-filename.h, not filename.h.
20553         (execute_java_class): Use xconcatenated_filename instead of
20554         concatenated_filename.
20555         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
20556         * modules/javacomp (Depends-on): Likewise.
20557         * modules/javaexec (Depends-on): Likewise.
20558
20559 2008-09-01  Bruno Haible  <bruno@clisp.org>
20560
20561         Split module 'filename' into 'filename' and 'concat-filename'.
20562         * modules/filename: Keep only lib/filename.h.
20563         (License): Change to LGPLv2+.
20564         * modules/concat-filename: New file, extracted from modules/filename.
20565         * lib/filename.h (concatenated_filename): Remove declaration.
20566         * lib/concat-filename.h: New file, extracted from lib/filename.h.
20567         * lib/concat-filename.c: Include concat-filename.h.
20568         * NEWS: Mention the change.
20569
20570 2008-09-01  Simon Josefsson  <simon@josefsson.org>
20571
20572         * lib/bitrotate.h (rotl8, rotr8): Add.
20573
20574         * modules/bitrotate (configure.ac): Need
20575         AC_REQUIRE([AC_C_INLINE]).
20576         (Description): Mention stdint.h.  Reported by Bruno Haible
20577         <bruno@clisp.org>.
20578
20579         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
20580         Paolo Bonzini <bonzini@gnu.org>.
20581
20582 2008-08-31  Bruno Haible  <bruno@clisp.org>
20583
20584         Assume Solaris specific bi-arch conventions on Solaris systems.
20585         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
20586         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
20587         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
20588         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
20589         like acl_libdirstem.
20590         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
20591         acl_libdirstem.
20592         * NEWS: Mention the change.
20593         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
20594
20595 2008-08-31  Jim Meyering  <meyering@redhat.com>
20596
20597         * lib/strftime.h: Add comments describing the two added arguments.
20598
20599         remove duplicate #include directives
20600         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
20601         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
20602
20603 2008-08-31  Bruno Haible  <bruno@clisp.org>
20604
20605         New module 'sigpipe-die'.
20606         * modules/sigpipe-die: New file.
20607         * lib/sigpipe-die.h: New file.
20608         * lib/sigpipe-die.c: New file.
20609         * MODULES.html.sh (Signal handling): Add sigpipe-die.
20610
20611 2008-08-31  Bruno Haible  <bruno@clisp.org>
20612
20613         Don't override previously installed signal handlers.
20614         * lib/fatal-signal.c (saved_sigactions): New variable.
20615         (uninstall_handlers): Reset the signal to the saved handler, not
20616         to SIG_DFL (except when ignored).
20617         (install_handlers): Save the previous handlers.
20618
20619 2008-08-30  Bruno Haible  <bruno@clisp.org>
20620
20621         * gnulib-tool (func_reset_sigpipe): New function.
20622         (func_get_automake_snippet, func_modules_transitive_closure,
20623         func_import): Invoke it before a join command that reads from stdin,
20624         to avoid "echo: write error: Broken pipe" error messages on stderr.
20625         Reported by Sam Steingold <sds@gnu.org>.
20626
20627 2008-08-30  Bruno Haible  <bruno@clisp.org>
20628
20629         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
20630         Code copied from m4/open.m4.
20631         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
20632         access and the filename ends in a slash. Code copied from lib/open.c.
20633         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
20634         * tests/test-fopen.c (main): Check against bug with trailing slash.
20635
20636 2008-08-29  Bruno Haible  <bruno@clisp.org>
20637
20638         Avoid some "gcc -pedantic" warnings.
20639         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
20640         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
20641         * lib/dirent.in.h: Likewise.
20642         * lib/fcntl.in.h: Likewise.
20643         * lib/float.in.h: Likewise.
20644         * lib/iconv.in.h: Likewise.
20645         * lib/inttypes.in.h: Likewise.
20646         * lib/locale.in.h: Likewise.
20647         * lib/math.in.h: Likewise.
20648         * lib/netinet_in.in.h: Likewise.
20649         * lib/search.in.h: Likewise.
20650         * lib/signal.in.h: Likewise.
20651         * lib/stdarg.in.h: Likewise.
20652         * lib/stdint.in.h: Likewise.
20653         * lib/stdio.in.h: Likewise.
20654         * lib/stdlib.in.h: Likewise.
20655         * lib/string.in.h: Likewise.
20656         * lib/strings.in.h: Likewise.
20657         * lib/sys_select.in.h: Likewise.
20658         * lib/sys_socket.in.h: Likewise.
20659         * lib/sys_stat.in.h: Likewise.
20660         * lib/sys_time.in.h: Likewise.
20661         * lib/sysexits.in.h: Likewise.
20662         * lib/time.in.h: Likewise.
20663         * lib/unistd.in.h: Likewise.
20664         * lib/wchar.in.h: Likewise.
20665         * lib/wctype.in.h: Likewise.
20666         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
20667         * modules/fchdir (Makefile.am): Likewise.
20668         * modules/fcntl (Makefile.am): Likewise.
20669         * modules/float (Makefile.am): Likewise.
20670         * modules/iconv_open (Makefile.am): Likewise.
20671         * modules/inttypes (Makefile.am): Likewise.
20672         * modules/locale (Makefile.am): Likewise.
20673         * modules/math (Makefile.am): Likewise.
20674         * modules/netinet_in (Makefile.am): Likewise.
20675         * modules/search (Makefile.am): Likewise.
20676         * modules/signal (Makefile.am): Likewise.
20677         * modules/stdarg (Makefile.am): Likewise.
20678         * modules/stdint (Makefile.am): Likewise.
20679         * modules/stdio (Makefile.am): Likewise.
20680         * modules/stdlib (Makefile.am): Likewise.
20681         * modules/string (Makefile.am): Likewise.
20682         * modules/strings (Makefile.am): Likewise.
20683         * modules/sys_select (Makefile.am): Likewise.
20684         * modules/sys_socket (Makefile.am): Likewise.
20685         * modules/sys_stat (Makefile.am): Likewise.
20686         * modules/sys_time (Makefile.am): Likewise.
20687         * modules/sysexits (Makefile.am): Likewise.
20688         * modules/time (Makefile.am): Likewise.
20689         * modules/unistd (Makefile.am): Likewise.
20690         * modules/wchar (Makefile.am): Likewise.
20691         * modules/wctype (Makefile.am): Likewise.
20692         Reported by Reuben Thomas <rrt@sc3d.org>.
20693
20694 2008-08-29  Bruno Haible  <bruno@clisp.org>
20695
20696         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
20697         any more.
20698
20699 2008-08-29  Simon Josefsson  <simon@josefsson.org>
20700
20701         * MODULES.html.sh (Misc): Add bitrotate.
20702
20703         * modules/bitrotate: New file.
20704
20705         * lib/bitrotate.h: New file.
20706
20707         * modules/bitrotate-tests: New file.
20708
20709         * tests/test-bitrotate.c: New file.
20710
20711         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
20712         on the bitrotate module.
20713
20714         * lib/arctwo.c: Use new bitrotate module.
20715
20716 2008-08-29  Jim Meyering  <meyering@redhat.com>
20717
20718         bootstrap: merge changes from coreutils
20719         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
20720         of copied files.  Remove a kludge, now that this is fixed.
20721         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
20722         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
20723         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
20724
20725 2008-08-29  Bruno Haible  <bruno@clisp.org>
20726
20727         * MODULES.html.sh: Remove --cvs-urls option.
20728
20729 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
20730
20731         maint.mk: adjust to file name change
20732         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
20733
20734 2008-08-28  Jim Meyering  <meyering@redhat.com>
20735
20736         * modules/getndelim2 (License): Relicense to LGPLv2+.
20737         Approved by Richard Stallman for the version of 1995, and by
20738         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
20739
20740 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
20741
20742         * lib/getdelim.c (flockfile, funlockfile): Make all of them
20743         dummy if one is not available.  Do not touch them if
20744         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
20745         (getc_maybe_unlocked): New.
20746         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
20747
20748 2008-08-26  Eric Blake  <ebb9@byu.net>
20749
20750         doc/INSTALL: resync from autoconf
20751         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
20752         (INSTALL_PRELUDE): Delete; this is done more efficiently by
20753         moving...
20754         * install.texi [!autoconf]: ...here.  Resync from autoconf.
20755         * INSTALL: Regenerate.
20756         * INSTALL.ISO: New file.
20757         * INSTALL.UTF-8: Likewise.
20758
20759 2008-08-26  Jim Meyering  <meyering@redhat.com>
20760
20761         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
20762         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
20763         these definitions conditional, so that they may be overridden, too.
20764
20765 2008-08-26  Bruno Haible  <bruno@clisp.org>
20766
20767         Generate INSTALL file variants with prettier quotes.
20768         * doc/Makefile (INSTALL_PRELUDE): New macro.
20769         (INSTALL): Use it.
20770         (INSTALL.ISO, INSTALL.UTF-8): New rules.
20771
20772 2008-08-26  Bruno Haible  <bruno@clisp.org>
20773
20774         Run makeinfo in an English locale.
20775         * doc/Makefile (MAKEINFO): New variable.
20776
20777 2008-08-26  Bruno Haible  <bruno@clisp.org>
20778
20779         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
20780         Suggested by Eric Blake.
20781
20782 2008-08-25  Bruno Haible  <bruno@clisp.org>
20783
20784         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
20785
20786 2008-08-25  Eric Blake  <ebb9@byu.net>
20787
20788         c-stack: test that stack overflow can be caught
20789         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
20790         that platform allows handling stack overflow; at least OS/2 EMX
20791         has sigaltstack, but crashes before transferring control to
20792         handler on stack overflow.
20793         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
20794         check for HAVE_STACK_OVERFLOW_HANDLING.
20795         Reported by Elbert Pol.
20796
20797 2008-08-25  Bruno Haible  <bruno@clisp.org>
20798
20799         * doc/posix-functions/strftime.texi: Fix description of strftime
20800         module.
20801
20802 2008-08-24  Bruno Haible  <bruno@clisp.org>
20803
20804         * tests/uniwidth/test-uc_width2.c: New file.
20805         * tests/uniwidth/test-uc_width2.sh: New file.
20806         * modules/uniwidth/width-tests (Files): Add the new files.
20807         (TESTS): Add uniwidth/test-uc_width2.sh.
20808         (TESTS_ENVIRONMENT): New variable.
20809         (check_PROGRAMS): Add test-uc_width2.
20810         (test_uc_width2_SOURCES): New variable.
20811
20812         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
20813         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
20814         not 0x00AB.
20815         Reported by Alexander V. Lukyanov <lav@netis.ru>.
20816
20817 2008-08-22  Eric Blake  <ebb9@byu.net>
20818
20819         test-lock, test-tls: mention why a test is skipped
20820         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
20821         skipped.
20822         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
20823
20824         count-one-bits: relax license
20825         * modules/count-one-bits (License): Relicense to LGPLv2+.
20826         Suggested by Ludovic Courtès, approved by Ben Pfaff.
20827
20828 2008-08-22  Andreas Schwab  <schwab@suse.de>
20829
20830         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
20831         Remove spurious space in assignment.
20832
20833 2008-08-21  Simon Josefsson  <simon@josefsson.org>
20834
20835         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
20836         Paul Eggert <eggert@CS.UCLA.EDU>.
20837
20838 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
20839
20840         * modules/gettext: Add m4/threadlib.m4.
20841
20842 2008-08-19  Eric Blake  <ebb9@byu.net>
20843
20844         test-c-stack: fix compilation failure on FreeBSD 5.0
20845         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
20846         headers before <sys/resource.h>.
20847         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
20848         the bug.
20849         Reported by Nelson H. F. Beebe.
20850
20851         strverscmp: migrate from "strverscmp.h" to <string.h>
20852         * modules/string (Makefile.am): Add new hooks.
20853         * modules/strverscmp (Files): Remove strverscmp.h.
20854         (Depends-on): Add string.
20855         (configure.ac): Add indicator.
20856         (Include): Mention new header.
20857         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
20858         defaults.
20859         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
20860         results.
20861         * lib/strverscmp.h: Delete.
20862         * lib/string.in.h (strverscmp): Provide declaration, when needed.
20863         * tests/test-strverscmp.c (includes): Adjust client.
20864         * lib/check-version.c (includes): Likewise.
20865         * NEWS: Document the change.
20866
20867         strverscmp: add unit test
20868         * modules/strverscmp-tests: New file.
20869         * tests/test-strverscmp.c: Likewise.
20870
20871 2008-08-19  Simon Josefsson  <simon@josefsson.org>
20872
20873         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
20874         regarding Windows crypto stuff, from Mono.
20875
20876 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
20877
20878         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
20879         if present, for intel RND.  Return error on failures.
20880
20881 2008-08-18  Ben Pfaff  <blp@gnu.org>
20882
20883         gitlog-to-changelog: give better diagnostic for failed pipe-open
20884         * build-aux/gitlog-to-changelog: Improve error message: suggest
20885         that the version of Git may be too old.
20886
20887 2008-08-18  Simon Josefsson  <simon@josefsson.org>
20888
20889         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
20890         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
20891
20892 2008-08-18  Bruno Haible  <bruno@clisp.org>
20893
20894         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
20895         pthread_in_use().
20896
20897 2008-08-18  Bruno Haible  <bruno@clisp.org>
20898
20899         * lib/glthread/threadlib.c: Include <pthread.h>.
20900
20901 2008-08-18  Bruno Haible  <bruno@clisp.org>
20902
20903         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
20904         glthread_recursive_lock_* macros.
20905         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
20906         Fix syntax error.
20907
20908 2008-08-18  Bruno Haible  <bruno@clisp.org>
20909
20910         * lib/glthread/thread.c: Avoid forcing a context switch right after
20911         thread creation.
20912
20913 2008-08-17  Bruno Haible  <bruno@clisp.org>
20914
20915         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
20916         * lib/glthread/thread.h: Provide Win32 specific implementation.
20917         * modules/thread (Files): Add lib/glthread/thread.c.
20918         (Depends-on): Add lock.
20919         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
20920
20921 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20922
20923         New module 'yield'.
20924         * modules/yield: New file.
20925         * lib/glthread/yield.h: New file.
20926         * m4/yield.m4: New file.
20927         * MODULES.html.sh (Multithreading): Add yield.
20928
20929 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20930
20931         New module 'thread'.
20932         * modules/thread: New file.
20933         * lib/glthread/thread.h: New file.
20934         * m4/thread.m4: New file.
20935         * MODULES.html.sh (Multithreading): Add thread.
20936
20937 2008-08-17  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/glthread/lock.h: Include <stdlib.h> always.
20940         * lib/glthread/tls.h: Likewise.
20941         * lib/glthread/cond.h: Likewise.
20942
20943 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20944
20945         New module 'cond'.
20946         * modules/cond: New file.
20947         * lib/glthread/cond.h: New file.
20948         * lib/glthread/cond.c: New file.
20949         * m4/cond.m4: New file.
20950         * MODULES.html.sh (Multithreading): Add cond.
20951
20952 2008-08-16  Eric Blake  <ebb9@byu.net>
20953
20954         c-stack: fix regression on Irix 5.3 from 2008-06-21
20955         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
20956         sa_sigaction...
20957         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
20958         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
20959         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
20960         * modules/signal (Makefile.am): Use the value.
20961         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
20962         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
20963         * doc/posix-headers/signal.texi (signal.h): Document this
20964         portability issue.
20965         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
20966         Reported by Tom G. Christensen.
20967
20968 2008-08-17  Bruno Haible  <bruno@clisp.org>
20969
20970         New module 'threadlib'.
20971         * modules/threadlib: New file.
20972         * lib/glthread/threadlib.c: New file, extracted from
20973         lib/glthread/lock.c.
20974         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
20975         functions.
20976         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
20977         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
20978         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
20979         macros.
20980         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
20981         (gl_DISABLE_THREADS): Remove macro.
20982         * modules/lock (Files): Remove build-aux/config.rpath.
20983         (Depends-on): Remove havelib. Add threadlib.
20984         (configure.ac-early): Remove section.
20985         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
20986         * modules/tls (Depends-on): Remove lock. Add threadlib.
20987         (Link): New section, copied from threadlib.
20988         * MODULES.html.sh (Multithreading): Add threadlib.
20989
20990 2008-08-14  Bruno Haible  <bruno@clisp.org>
20991
20992         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
20993         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
20994         glthread_rwlock_unlock, glthread_rwlock_destroy,
20995         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
20996         glthread_recursive_lock_destroy): Define as macros always.
20997         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
20998         glthread_lock_lock.
20999         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
21000         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
21001         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
21002         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
21003         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
21004         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
21005         (glthread_recursive_lock_lock_func): Renamed from
21006         glthread_recursive_lock_lock.
21007         (glthread_recursive_lock_unlock_func): Renamed from
21008         glthread_recursive_lock_unlock.
21009         (glthread_recursive_lock_destroy_func): Renamed from
21010         glthread_recursive_lock_destroy.
21011
21012 2008-08-14  Bruno Haible  <bruno@clisp.org>
21013
21014         * lib/glthread/lock.h: Renamed from lib/lock.h.
21015         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
21016         * lib/glthread/tls.h: Renamed from lib/tls.h.
21017         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
21018         * lib/fstrcmp.c: Update includes.
21019         * lib/strsignal.c: Update includes.
21020         * modules/lock (Files, Makefile.am): Update.
21021         (Include): Change to "glthread/lock.h".
21022         * modules/tls (Files, Makefile.am): Update.
21023         (Include): Change to "glthread/tls.h".
21024         * tests/test-lock.c: Update includes.
21025         * tests/test-tls.c: Update includes.
21026         * NEWS: Mention the renamed header files.
21027
21028 2008-08-11  Jim Meyering  <meyering@redhat.com>
21029
21030         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
21031
21032 2008-08-11  Eric Blake  <ebb9@byu.net>
21033
21034         test-c-stack: avoid C99-ism
21035         * tests/test-c-stack.c (main): Fix whitespace, move declaration
21036         before statement.
21037         Reported by Alain Guibert.
21038
21039 2008-08-10  Jim Meyering  <meyering@redhat.com>
21040
21041         ensure that return value of uinttostr et al are not ignored
21042         * lib/inttostr.h (__GNUC_PREREQ): Define.
21043         (__attribute_warn_unused_result__): Define.
21044         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
21045
21046 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
21047
21048         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
21049         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
21050
21051 2008-08-07  Jim Meyering  <meyering@redhat.com>
21052
21053         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
21054
21055         * modules/mkstemp (License): Relicense under LGPLv2+.
21056         * modules/tempname (License): Likewise.
21057
21058 2008-08-06  Bruno Haible  <bruno@clisp.org>
21059
21060         * lib/poll.c (poll): Further micro-optimization.
21061
21062 2008-08-06  Jim Meyering  <meyering@redhat.com>
21063
21064         inet_pton.c: use locale-independent tolower
21065         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
21066         (inet_pton6): Use c_tolower rather than tolower.
21067         * modules/inet_pton (Depends-on): Add c-ctype.
21068
21069 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
21070
21071         * lib/poll.c (poll): Avoid division when timeout is 0, cache
21072         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
21073
21074 2008-08-06  Jim Meyering  <meyering@redhat.com>
21075
21076         * modules/inet_pton (License): Relicense under LGPLv2+.
21077
21078 2008-08-03  Bruno Haible  <bruno@clisp.org>
21079
21080         Additional non-aborting API for lock and tls.
21081         * lib/lock.h: Include <errno.h>.
21082         (glthread_lock_init): New macro/function.
21083         (gl_lock_init): Define as wrapper around glthread_lock_init.
21084         (glthread_lock_lock): New macro/function.
21085         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
21086         (glthread_lock_unlock): New macro/function.
21087         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
21088         (glthread_lock_destroy): New macro/function.
21089         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
21090         (glthread_rwlock_init): New macro/function.
21091         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
21092         (glthread_rwlock_rdlock): New macro/function.
21093         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
21094         (glthread_rwlock_wrlock): New macro/function.
21095         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
21096         (glthread_rwlock_unlock): New macro/function.
21097         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
21098         (glthread_rwlock_destroy): New macro/function.
21099         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
21100         (glthread_recursive_lock_init): New macro/function.
21101         (gl_recursive_lock_init): Define as wrapper around
21102         glthread_recursive_lock_init.
21103         (glthread_recursive_lock_lock): New macro/function.
21104         (gl_recursive_lock_lock): Define as wrapper around
21105         glthread_recursive_lock_lock.
21106         (glthread_recursive_lock_unlock): New macro/function.
21107         (gl_recursive_lock_unlock): Define as wrapper around
21108         glthread_recursive_lock_unlock.
21109         (glthread_recursive_lock_destroy): New macro/function.
21110         (gl_recursive_lock_destroy): Define as wrapper around
21111         glthread_recursive_lock_destroy.
21112         (glthread_once): New macro/function.
21113         (gl_once): Define as wrapper around glthread_once.
21114         Update function declarations.
21115         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
21116         glthread_rwlock_init. Return error code.
21117         (glthread_rwlock_rdlock_multithreaded): Renamed from
21118         glthread_rwlock_rdlock. Return error code.
21119         (glthread_rwlock_wrlock_multithreaded): Renamed from
21120         glthread_rwlock_wrlock. Return error code.
21121         (glthread_rwlock_unlock_multithreaded): Renamed from
21122         glthread_rwlock_unlock. Return error code.
21123         (glthread_rwlock_destroy_multithreaded): Renamed from
21124         glthread_rwlock_destroy. Return error code.
21125         (glthread_recursive_lock_init_multithreaded): Renamed from
21126         glthread_recursive_lock_init. Return error code.
21127         (glthread_recursive_lock_lock_multithreaded): Renamed from
21128         glthread_recursive_lock_lock. Return error code.
21129         (glthread_recursive_lock_unlock_multithreaded): Renamed from
21130         glthread_recursive_lock_unlock. Return error code.
21131         (glthread_recursive_lock_destroy_multithreaded): Renamed from
21132         glthread_recursive_lock_destroy. Return error code.
21133         (glthread_once_call): Make static.
21134         (glthread_once_multithreaded): Renamed from glthread_once.
21135         * lib/tls.h: Include <errno.h>.
21136         (glthread_tls_key_init): New macro/function.
21137         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
21138         (glthread_tls_set): New macro/function.
21139         (gl_tls_set): Define as wrapper around glthread_tls_set.
21140         (glthread_tls_key_destroy): New macro/function.
21141         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
21142         Update function declarations.
21143         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
21144         glthread_tls_get.
21145         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21146
21147 2008-08-04  Eric Blake  <ebb9@byu.net>
21148
21149         gnumakefile: use space, not TAB, outside of targets
21150         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
21151
21152 2008-08-02  Jim Meyering  <meyering@redhat.com>
21153
21154         getdate.y: avoid locale-dependent date parsing failure
21155         In Turkish locales, getdate would fail to recognize keywords
21156         containing a lowercase "i".  The solution is not to rely on
21157         locale-sensitive case-conversion.
21158         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
21159         (lookup_word): Use c_toupper in place of toupper.
21160         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
21161         Reported by Vefa Bicakci <bicave@superonline.com> in
21162         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
21163         * modules/getdate (Depends-on): Add c-ctype.
21164
21165 2008-08-02  Bruno Haible  <bruno@clisp.org>
21166
21167         * gnulib-tool (func_import): When updating or creating a .gitignore
21168         file, prepend each added line with a slash, and ignore leading slashes
21169         from the existing lines.
21170         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21171
21172 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21173
21174         Portability fix for GNU make 3.79.1.
21175         * top/GNUmakefile: Avoid 'else COND', which older GNU make
21176         versions do not understand.
21177
21178 2008-08-01  Bruno Haible  <bruno@clisp.org>
21179
21180         Work around bug of HP-UX 10.20 cc with -0.0 literal.
21181         * tests/test-isnanf.h (zero): New variable.
21182         (main): Avoid literal -0.0f.
21183         * tests/test-isnand.h (zero): New variable.
21184         (main): Avoid literal -0.0.
21185         * tests/test-isnanl.h (zero): New variable.
21186         (main): Avoid literal -0.0L.
21187         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
21188         (test_float, test_double, test_long_double): Avoid literals -0.0f,
21189         -0.0, -0.0L.
21190         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
21191         (test_signbitd): Avoid literal -0.0.
21192         (test_signbitl): Avoid literal -0.0L.
21193         * tests/test-ceilf1.c (zero): New variable.
21194         (main): Avoid literal -0.0f.
21195         * tests/test-ceill.c (zero): New variable.
21196         (main): Avoid literal -0.0L.
21197         * tests/test-floorf1.c (zero): New variable.
21198         (main): Avoid literal -0.0f.
21199         * tests/test-floorl.c (zero): New variable.
21200         (main): Avoid literal -0.0L.
21201         * tests/test-roundf1.c (zero): New variable.
21202         (main): Avoid literal -0.0f.
21203         * tests/test-round1.c (zero): New variable.
21204         (main): Avoid literal -0.0.
21205         * tests/test-roundl.c (zero): New variable.
21206         (main): Avoid literal -0.0L.
21207         * tests/test-truncf1.c (zero): New variable.
21208         (main): Avoid literal -0.0f.
21209         * tests/test-trunc1.c (zero): New variable.
21210         (main): Avoid literal -0.0.
21211         * tests/test-truncl.c (zero): New variable.
21212         (main): Avoid literal -0.0L.
21213         * tests/test-frexp.c (zero): New variable.
21214         (main): Avoid literal -0.0.
21215         * tests/test-frexpl.c (zero): New variable.
21216         (main): Avoid literal -0.0L.
21217         * tests/test-ldexpl.c (zero): New variable.
21218         (main): Avoid literal -0.0L.
21219         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21220         (zerod, zerol): New variables.
21221         (test_function): Avoid literals -0.0, -0.0L.
21222         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21223         (zerod, zerol): New variables.
21224         (test_function): Avoid literals -0.0, -0.0L.
21225         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21226         (zerod, zerol): New variables.
21227         (test_function): Avoid literals -0.0, -0.0L.
21228         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21229         (zerod, zerol): New variables.
21230         (test_function): Avoid literals -0.0, -0.0L.
21231         * tests/test-strtod.c (zero): New variable.
21232         (main): Avoid literal -0.0.
21233         Reported by Jonathan C. Patschke <jp@centtech.com>.
21234
21235 2008-07-31  Jim Meyering  <meyering@redhat.com>
21236
21237         sha256.h: correct definition of SHA224_DIGEST_SIZE
21238         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
21239         Reported by Paulie Pena IV <paulie4@gmail.com>.
21240         Define as 224 / 8, rather than as a literal.
21241         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
21242         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
21243         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
21244
21245 2008-07-31  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
21248         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
21249         Reported by Jonathan Patschke <jp@centtech.com>.
21250
21251 2008-07-31  Bruno Haible  <bruno@clisp.org>
21252
21253         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
21254         Reported by Paolo Bonzini <bonzini@gnu.org>.
21255
21256 2008-07-30  Eric Blake  <ebb9@byu.net>
21257
21258         test-strtod: allow compilation without -lm
21259         * tests/test-strtod.c (main): Avoid link dependence on fabs.
21260         Reported by Dennis Clarke <blastwave@gmail.com>.
21261
21262 2008-07-28  Jim Meyering  <meyering@redhat.com>
21263
21264         bootstrap: work also when there are no .po files in po/
21265         * build-aux/bootstrap (update_po_files): Complete the change
21266         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
21267
21268 2008-07-27  Jim Meyering  <meyering@redhat.com>
21269
21270         * users.txt: Add zile.
21271
21272 2008-07-26  Ben Pfaff  <blp@gnu.org>
21273
21274         Add missing dependencies on new m4/exponent[fdl].m4 files.
21275         * modules/isnanf-nolibm: Add m4/exponentf.m4.
21276         * modules/isnand-nolibm: Add m4/exponentd.m4.
21277         * modules/isnanl-nolibm: Add m4/exponentl.m4.
21278         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
21279         m4/isnan[fdl].m4, because the macros actually used moved.
21280         Reported by Jim Meyering.
21281
21282 2008-07-14  Ben Pfaff  <blp@gnu.org>
21283
21284         Add isinf module.
21285         * lib/isinf.c: New file.
21286         * lib/math.in.h: Define isinf macro if we have decided to replace
21287         it.
21288         * m4/isinf.m4: New file.
21289         * m4/math_h.m4: Initialize and substitute variables for isinf
21290         module.
21291         * modules/isinf: New file.
21292         * modules/isinf-tests: New file.
21293         * modules/math: Add substitutions for new module.
21294         * tests/test-isinf.c: New file.
21295         * doc/posix-functions/isinf.texi: Mention new module.
21296         * MODULES.html.sh: Mention new module.
21297
21298 2008-07-14  Ben Pfaff  <blp@gnu.org>
21299
21300         Factor out some macros for use by additional modules.
21301         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
21302         exponentf.m4.
21303         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
21304         exponentd.m4.
21305         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
21306         file exponentl.m4.
21307         * m4/exponentf.m4: New file.
21308         * m4/exponentd.m4: New file.
21309         * m4/exponentl.m4: New file.
21310         * modules/isnanf: Use new file m4/exponentf.m4.
21311         * modules/isnand: Use new file m4/exponentd.m4.
21312         * modules/isnanl: Use new file m4/exponentl.m4.
21313
21314 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
21315
21316         mktime.c: normalize tp->tm_isdst value to -1/0/1.
21317         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
21318         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
21319         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
21320
21321         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
21322         readlink on platforms without PATH_MAX.
21323
21324 2008-07-21  Eric Blake  <ebb9@byu.net>
21325
21326         Warn, not fail, on stale version.
21327         * top/GNUmakefile (_curr-ver): Tone down previous patch.
21328
21329         Don't allow installation with stale devel version number.
21330         * top/GNUmakefile (_is-install-target): New macro.
21331         (_curr-ver): Forbid installation with stale version number.
21332
21333 2008-07-20  Bruno Haible  <bruno@clisp.org>
21334
21335         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
21336         TESTS_ENVIRONMENT.
21337         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
21338
21339 2008-07-20  Bruno Haible  <bruno@clisp.org>
21340
21341         * lib/c-stack.h (c_stack_action): Add documentation.
21342         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
21343
21344 2008-07-20  Bruno Haible  <bruno@clisp.org>
21345
21346         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
21347         * modules/readlink (License): Likewise.
21348
21349 2008-07-17  Eric Blake  <ebb9@byu.net>
21350
21351         * modules/c-stack (Link): Fix typo.
21352
21353         Make c-stack use libsigsegv, when available.
21354         * modules/c-stack (Depends-on): Add libsigsegv.
21355         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
21356         needed.
21357         * lib/c-stack.c (SIGSTKSZ): Define fallback.
21358         (segv_handler, overflow_handler, c_stack_action)
21359         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
21360         implementation when libsigsegv is available, but only when using
21361         the library is necessary.
21362         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
21363         comment, explaining why XSI check fails on Linux.
21364         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
21365         * tests/test-c-stack2.sh: Tweak skip message.
21366         * NEWS: Document new link-time requirements.
21367
21368 2008-07-16  Eric Blake  <ebb9@byu.net>
21369
21370         c-stack: Expose false positives when not using libsigsegv.
21371         * modules/c-stack-tests (Files): Expand test.
21372         * tests/test-c-stack.c (main): Add means to conditionally trigger
21373         non-overflow SIGSEGV.
21374         * tests/test-c-stack2.sh: New file.
21375
21376 2008-07-14  Bruno Haible  <bruno@clisp.org>
21377
21378         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
21379         Reported by Eric Blake.
21380
21381 2008-07-14  Sam Steingold  <sds@gnu.org>
21382             Bruno Haible  <bruno@clisp.org>
21383
21384         New module libsigsegv.
21385         * modules/libsigsegv: New file.
21386         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
21387         modifications.
21388         * MODULES.html.sh (Signal handling): New section.
21389
21390 2008-07-14  Bruno Haible  <bruno@clisp.org>
21391
21392         * modules/unictype/ctype-* (Description): Add the word "function".
21393         Improves the resulting doc in MODULES.html.
21394
21395 2008-07-12  Ben Pfaff  <blp@gnu.org>
21396
21397         Add longlong module.
21398         * modules/longlong: New file.
21399
21400 2008-07-12  Bruno Haible  <bruno@clisp.org>
21401
21402         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
21403         to empty.
21404
21405 2008-07-10  Ben Pfaff  <blp@gnu.org>
21406
21407         Add isnan module.
21408         * doc/posix-functions/isnan.texi: Mention new module.
21409         * lib/math.in.h: Define isnan macro if we have decided to replace
21410         it.
21411         * m4/isnan.m4: New file.
21412         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
21413         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
21414         also.
21415         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
21416         redundancy.
21417         * m4/math_h.m4: Initialize and substitute variables for isnan
21418         module.
21419         * modules/isnan: New file.
21420         * modules/isnan-tests: New file.
21421         * modules/math: Add substitutions for new module.
21422         * tests/test-isnan.c: New file.
21423         * MODULES.html.sh: Mention new module.
21424
21425 2008-07-10  Ben Pfaff  <blp@gnu.org>
21426
21427         Add isnanf module.
21428         * lib/isnanf.m4: New file.
21429         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
21430         (gl_HAVE_ISNANF_IN_LIBM): New macro.
21431         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
21432         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
21433         * modules/isnanf: New file.
21434         * modules/isnanf-tests: New file.
21435         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
21436         files.
21437         * tests/test-isnanf-nolibm.c: factored most of its contents into
21438         new file tests/test-isnanf.h.
21439         * tests/test-isnanf.h: New file.
21440         * tests/test-isnanf.c: New file.
21441         * MODULES.html.sh: Mention new module.
21442         * doc/glibc-functions/isnanf.texi: Mention new module.
21443
21444 2008-07-10  Ben Pfaff  <blp@gnu.org>
21445
21446         Add isnand module.
21447         * lib/isnand.h: New file.
21448         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
21449         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
21450         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
21451         functionality also.
21452         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
21453         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
21454         (gl_HAVE_ISNAND_IN_LIBM): New macro.
21455         * modules/isnand: New file.
21456         * modules/isnand-tests: New file.
21457         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
21458         files.
21459         * tests/test-isnand-nolibm.c: factored most of its contents into
21460         new file tests/test-isnand.h.
21461         * tests/test-isnand.h: New file.
21462         * tests/test-isnand.c: New file.
21463         * MODULES.html.sh: Mention new module.
21464
21465 2008-07-10  Ben Pfaff  <blp@gnu.org>
21466
21467         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
21468         * lib/isnand.h: Rename lib/isnand-nolibm.h.
21469         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
21470         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
21471         * modules/isnanf-nolibm: Update references to renamed files.
21472         * modules/isnand-nolibm: Likewise.
21473         * modules/isnanf-nolibm-tests: Likewise.
21474         * modules/isnand-nolibm-tests: Likewise.
21475         * lib/frexp.c: Likewise.
21476         * lib/isfinite.c: Likewise.
21477         * lib/signbitd.c: Likewise.
21478         * lib/signbitf.c: Likewise.
21479         * lib/vasnprintf.c: Likewise.
21480         * tests/test-ceilf1.c: Likewise.
21481         * tests/test-ceilf2.c: Likewise.
21482         * tests/test-floorf1.c: Likewise.
21483         * tests/test-floorf2.c: Likewise.
21484         * tests/test-frexp.c: Likewise.
21485         * tests/test-round1.c: Likewise.
21486         * tests/test-round2.c: Likewise.
21487         * tests/test-roundf1.c: Likewise.
21488         * tests/test-strtod.c: Likewise.
21489         * tests/test-trunc1.c: Likewise.
21490         * tests/test-trunc2.c: Likewise.
21491         * tests/test-truncf1.c: Likewise.
21492         * tests/test-truncf2.c: Likewise.
21493         * NEWS: Mention the renamed header files.
21494
21495 2008-07-11  Jim Meyering  <meyering@redhat.com>
21496
21497         vc-list-files: make the last-resort awk code more portable
21498         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
21499         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
21500         does not support it.
21501
21502 2008-07-10  Eric Blake  <ebb9@byu.net>
21503
21504         Work with tar's bootstrap.
21505         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
21506         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
21507         an m4 comment.
21508
21509 2008-07-09  Jim Meyering  <meyering@redhat.com>
21510
21511         posix-shell.m4: fix typo that made this test malfunction
21512         * m4/posix-shell.m4: Remove capitalization in variable name.
21513
21514 2008-07-08  Bruno Haible  <bruno@clisp.org>
21515
21516         * m4/onceonly.m4: Update comments.
21517         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21518
21519 2008-07-04  Jim Meyering  <meyering@redhat.com>
21520
21521         * users.txt: Add vc-dwim.
21522         (bison, coreutils): Use the gitweb URL.
21523
21524 2008-07-03  Jim Meyering  <meyering@redhat.com>
21525
21526         * users.txt: Add libffcall.  From Sam Steingold.
21527
21528 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
21529
21530         getdate.y: do not ignore TZ with relative day, month or year offset
21531         * lib/getdate.y (get_date): Move the tz-handling block to follow the
21532         relative-date-handling, since otherwise, the latter would clobber the
21533         sole output (an updated Start value) of the tz-handling block.
21534         * tests/test-getdate.c: Tests for the fix
21535
21536 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21537
21538         Recognize 'foo_LIBRARIES += libgnu.a'.
21539         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
21540         makefile snippet has already specified an installation location,
21541         also using '+='.
21542
21543 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
21544
21545         getdate.y: factor out common actions
21546         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
21547         Use them in place of open-coded actions.
21548
21549 2008-07-01  Simon Josefsson  <simon@josefsson.org>
21550
21551         Add self-test for getdate module.
21552         * modules/getdate-tests: New file.
21553         * tests/test-getdate.c: New file.
21554
21555 2008-06-29  Bruno Haible  <bruno@clisp.org>
21556
21557         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
21558         .gitignore.
21559         Reported by Sylvain Beucler <beuc@beuc.net>.
21560
21561 2008-06-29  Bruno Haible  <bruno@clisp.org>
21562
21563         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
21564         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
21565
21566 2008-06-29  Bruno Haible  <bruno@clisp.org>
21567
21568         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
21569         EXTRA_DIST.
21570         Reported by Sylvain Beucler <beuc@beuc.net>.
21571
21572 2008-06-26  Jim Meyering  <meyering@redhat.com>
21573
21574         make several modules depend on the "open" module
21575         This provides slightly increased consistency when opening-for-write
21576         the name of a non-directory spelled with a trailing slash.
21577         * modules/chdir-safer: Likewise.
21578         * modules/chown: Likewise.
21579         * modules/clean-temp: Likewise.
21580         * modules/copy-file: Likewise.
21581         * modules/fchdir: Likewise.
21582         * modules/fcntl-safer: Likewise.
21583         * modules/pipe: Likewise.
21584         * modules/utime: Likewise.
21585         Prompted by Eric Blake and Bruno Haible.
21586
21587 2008-06-24  Andreas Schwab  <schwab@suse.de>
21588
21589         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
21590         literals can be used as initializers for global variables.
21591
21592 2008-06-23  Eric Blake  <ebb9@byu.net>
21593
21594         Make gnulib-cache.m4 easier to diff.
21595         * gnulib-tool (func_import): Allow newlines when reading cached
21596         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
21597
21598 2008-06-23  Bruno Haible  <bruno@clisp.org>
21599
21600         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
21601         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
21602         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
21603         m4/signalblocking.m4.
21604         (gl_PREREQ_SIGACTION): Don't invoke it.
21605         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
21606         gl_PREREQ_SIG_HANDLER_H.
21607         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
21608         Don't check for sigaction here.
21609
21610 2008-06-23  Bruno Haible  <bruno@clisp.org>
21611
21612         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
21613         (install_handlers): Don't set the SA_RESETHAND flag.
21614
21615 2008-06-23  Bruno Haible  <bruno@clisp.org>
21616
21617         * m4/sigaction.m4: Comment fixes.
21618         * lib/signal.in.h: Likewise.
21619
21620 2008-06-23  Eric Blake  <ebb9@byu.net>
21621
21622         Fix typo.
21623         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
21624
21625         Avoid SA_ namespace.
21626         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
21627         Reported by Ralf Wildenhues.
21628
21629         Avoid test failure due to SA_RESTORER.
21630         * tests/test-sigaction.c (SA_MASK): New macro.
21631         (main): Avoid failing due to extension flags being set.
21632         Reported by Jim Meyering.
21633
21634         Revert use of sig-handler.h in sigprocmask.c.
21635         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
21636         it requires the existence of struct sigaction.
21637         * lib/sigprocmask.c (handler_t): Restore typedef.
21638         (rpl_signal, old_handlers): Use local type.
21639
21640 2008-06-22  Bruno Haible  <bruno@clisp.org>
21641
21642         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
21643         conditionally.
21644         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21645
21646 2008-06-22  Bruno Haible  <bruno@clisp.org>
21647
21648         * doc/posix-functions/siginterrupt.texi: Move note.
21649
21650         * lib/signal.in.h (SA_RESTART): New macro.
21651         * lib/sigaction.c: Update comment.
21652
21653         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
21654
21655         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
21656         (gl_PREREQ_SIGPROCMASK): Invoke it.
21657         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
21658
21659         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
21660
21661         * lib/sigprocmask.c: Update a comment.
21662
21663 2008-06-21  Eric Blake  <ebb9@byu.net>
21664
21665         Use sigaction module rather than signal().
21666         * modules/c-stack (Depends-on): Add sigaction.
21667         * modules/fatal-signal (Depends-on): Likewise.
21668         * modules/nanosleep (Depends-on): Likewise.
21669         * modules/sigprocmask (Files): Add sig-handler.h.
21670         * modules/sigaction (Files): Likewise.
21671         * lib/sig-handler.h (get_handler): New file, suggested by Paul
21672         Eggert.
21673         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
21674         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
21675         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
21676         (init_fatal_signals): Likewise.
21677         * lib/nanosleep.c (rpl_nanosleep): Likewise.
21678         (siginterrupt): Delete fallback.
21679         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
21680         instead.
21681         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
21682         siginterrupt.
21683
21684         New module sigaction, for mingw.
21685         * modules/sigaction: New module...
21686         * modules/sigaction-tests: ...and its test.
21687         * m4/sigaction.m4: New file.
21688         * lib/sigaction.c: Likewise.
21689         * tests/test-sigaction.c: Likewise.
21690         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
21691         * modules/signal (Makefile.am): Likewise.
21692         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
21693         needed.
21694         * doc/posix-headers/signal.texi (signal.h): Mention provided
21695         types.
21696         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
21697         that sigaction is preferable.
21698         * doc/posix-functions/sigaction.texi (sigaction): Mention new
21699         module.
21700         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21701         sigaction.
21702
21703         Improve robustness of sigprocmask by overriding signal.
21704         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
21705         is in use.
21706         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
21707         (SIGKILL, SIGSTOP): Provide fallbacks.
21708         (rpl_signal): Implement.
21709         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
21710         signal can be called inside handlers.
21711
21712         Fix nanosleep module on mingw.
21713         * modules/nanosleep (Depends-on): Add sys_select.
21714         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
21715
21716         Fix licensing of sigprocmask.
21717         * modules/raise (License): Relicense as LGPL.
21718
21719 2008-06-21  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/propername.c (proper_name_utf8): Don't use the transliterated
21722         result if it contains question marks.
21723         Reported by Michael Geng <linux@michaelgeng.de>.
21724
21725 2008-06-19  Bruno Haible  <bruno@clisp.org>
21726
21727         Fix CVS-ism.
21728         * doc/gnulib.texi: Include updated-stamp.texi.
21729         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
21730         (updated-stamp.texi): New rule.
21731         (gnulib.info): Depend on it.
21732         * doc/.gitignore: Add updated-stamp.texi.
21733         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
21734
21735 2008-06-19  Bruno Haible  <bruno@clisp.org>
21736
21737         * doc/Makefile (gnulib.info): Update and simplify dependencies.
21738         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21739
21740 2008-06-19  Eric Blake  <ebb9@byu.net>
21741
21742         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
21743         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
21744         Reported by Stepan Kasal.
21745
21746 2008-06-18  Bruno Haible  <bruno@clisp.org>
21747
21748         * lib/fatal-signal.c (init_fatal_signals): Add comment.
21749         Reported by Eric Blake.
21750
21751 2008-06-18  Eric Blake  <ebb9@byu.net>
21752
21753         Work around cygwin 1.5.25 strsignal bug.
21754         * tests/test-strsignal.c: Allow for const char *.
21755         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
21756
21757 2008-06-18  Simon Josefsson  <simon@josefsson.org>
21758
21759         * users.txt: Update URL to article and add author/date
21760         information.
21761
21762 2008-06-17  Bruno Haible  <bruno@clisp.org>
21763
21764         New macro gl_DISABLE_THREADS.
21765         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
21766         if the user did not pass --enable-threads or --disable-threads option.
21767         (gl_DISABLE_THREADS): New macro.
21768         Reported by Eric Blake <ebb9@byu.net>.
21769
21770 2008-06-17  Bruno Haible  <bruno@clisp.org>
21771
21772         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
21773         when the macro ignores it.
21774         Based on a patch by Eric Blake <ebb9@byu.net>.
21775
21776 2008-06-17  Bruno Haible  <bruno@clisp.org>
21777
21778         * modules/tls (License): Change to LGPLv2+.
21779         Reported by Eric Blake.
21780
21781 2008-06-17  Eric Blake  <ebb9@byu.net>
21782
21783         Simplify c-stack prerequisites.
21784         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
21785         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
21786         no longer requires <ucontext.h> to exist.  Optimize setrlimit
21787         check.
21788         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
21789         <sys/resource.h>.
21790
21791         Move c-stack test into testsuite.
21792         * modules/c-stack-tests: New file.
21793         * lib/c-stack.c [DEBUG]: Move test program...
21794         * tests/test-c-stack.c: ...into this new file.  Skip rather than
21795         fail test if sigaltstack is lacking.
21796         * tests/test-c-stack.sh: New driver file.
21797
21798 2008-06-16  Eric Blake  <ebb9@byu.net>
21799
21800         Use raise module consistently.
21801         * modules/fatal-signal (Depends-on): Add raise.
21802         * modules/sigprocmask (Depends-on): Likewise.
21803         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
21804         * lib/sigprocmask.c (sigprocmask): Likewise.
21805         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
21806         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
21807
21808         Fix compliance bug in sigpending.
21809         * lib/sigprocmask.c (sigpending): Return pending array via
21810         parameter, not return value.
21811
21812 2008-06-14  Eric Blake  <ebb9@byu.net>
21813
21814         Improve obstack-printf test code.
21815         * tests/test-obstack-printf.c (test_function): Fix comment, and
21816         simplify usage of obstack_* in macros.  Add a test for coverage.
21817         Reported by Bruno Haible.
21818
21819 2008-06-14  Bruno Haible  <bruno@clisp.org>
21820
21821         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
21822         array size as a constant, not as a const variable.
21823         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
21824         AC_USE_SYSTEM_EXTENSIONS.
21825         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
21826         Test whether the obstack_printf function actually exists.
21827         * modules/obstack-printf (Depends-on): Add extensions.
21828         (Include): Remove obstack.h.
21829         * modules/obstack-printf-posix (Depends-on): Add extensions.
21830         (Include): Remove obstack.h.
21831
21832 2008-06-13  Eric Blake  <ebb9@byu.net>
21833
21834         Add obstack-printf and obstack-printf-posix modules.
21835         * modules/obstack-printf: New file.
21836         * modules/obstack-printf-posix: Likewise.
21837         * MODULES.html.sh (Misc): Mention them.
21838         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
21839         Likewise.
21840         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
21841         Likewise.
21842         * modules/stdio (Makefile.am): Accomodate new modules.
21843         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21844         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
21845         Declare.
21846         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
21847         functions.
21848         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
21849         (gl_REPLACE_OBSTACK_PRINTF): New macros
21850         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
21851         * tests/test-obstack-printf.c: New file.
21852         * modules/obstack-printf-tests: Likewise.
21853         * modules/obstack-printf-posix-tests: Likewise.
21854
21855 2008-06-11  Bruno Haible  <bruno@clisp.org>
21856
21857         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
21858         * lib/open.c: Include errno.h.
21859         (open): Fail when attempting to write to a file that has a trailing
21860         slash.
21861         * tests/test-open.c (main): Test against trailing slash bug.
21862         * doc/posix-functions/open.texi: Mention the trailing slash bug.
21863
21864 2008-06-10  Bruno Haible  <bruno@clisp.org>
21865
21866         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
21867         for $? to work inside the trap command, with various /bin/sh-s.
21868         * tests/test-vc-list-files-cvs.sh: Likewise.
21869
21870 2008-06-10  Bruno Haible  <bruno@clisp.org>
21871
21872         * lib/acl-internal.h: Don't include gettext.h here.
21873         * lib/set-mode-acl.c: Include gettext.h here.
21874         * lib/copy-acl.c: Likewise.
21875
21876 2008-06-10  Bruno Haible  <bruno@clisp.org>
21877
21878         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
21879         * lib/wait-process.c (wait_subprocess): Likewise.
21880         * lib/execute.h (execute): Add termsigp argument.
21881         * lib/execute.c (execute): Likewise.
21882         * lib/csharpcomp.c (compile_csharp_using_pnet,
21883         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
21884         * lib/csharpexec.c (execute_csharp_using_pnet,
21885         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
21886         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
21887         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
21888         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
21889         is_jikes_present): Update.
21890         * lib/javaexec.c (execute_java_class): Update.
21891         * lib/javaversion.c (execute_and_read_line): Update.
21892         * NEWS: Document the changes.
21893         Reported by Eric Blake.
21894
21895 2008-06-10  Eric Blake  <ebb9@byu.net>
21896
21897         Add missing include.
21898         * tests/test-strstr.c (includes): Add <signal.h>.
21899         * tests/test-strcasestr.c (includes): Likewise.
21900         * tests/test-memmem.c (includes): Likewise.
21901
21902 2008-06-10  Bruno Haible  <bruno@clisp.org>
21903
21904         * lib/wait-process.c (wait_subprocess): Add an assertion.
21905
21906 2008-06-10  Bruno Haible  <bruno@clisp.org>
21907
21908         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
21909
21910 2008-06-10  Bruno Haible  <bruno@clisp.org>
21911
21912         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
21913         using alarm().
21914         * tests/test-strcasestr.c (main): Likewise.
21915         * tests/test-strstr.c (main): Likewise.
21916
21917 2008-06-09  Bruno Haible  <bruno@clisp.org>
21918
21919         Work around the Solaris 10 ACE ACLs ABI change.
21920         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
21921         declare if ACL_NO_TRIVIAL is present.
21922         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
21923         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
21924         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
21925         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
21926         define if ACL_NO_TRIVIAL is present.
21927         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
21928         and use the current ABI.
21929         (file_has_acl): Use same #if condition as elsewhere.
21930         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
21931         in use, and use the current ABI.
21932         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
21933         Reported by Jim Meyering.
21934
21935 2008-06-09  Eric Blake  <ebb9@byu.net>
21936
21937         Work around environments that (stupidly) ignore SIGALRM.
21938         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
21939         before using alarm().
21940         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21941         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21942         Reported by Ian Beckwith <ianb@erislabs.net>.
21943
21944         Produce autobuild blurb earlier in log.
21945         * modules/autobuild (configure.ac-early): Move AB_INIT here.
21946
21947 2008-06-09  Jim Meyering  <meyering@redhat.com>
21948         and Ondřej Vašík  <ovasik@redhat.com>
21949
21950         utimens.c: correct kernel bug work-around
21951         Ondřej Vašík found that the invalid return value of 280 indicates
21952         failure, not success, and the kernel bug we're trying to work
21953         around affects not just the utimensat call, but also the fallback
21954         futimens call.
21955         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
21956         not success.
21957         [HAVE_FUTIMENS]: Use the same work-around, here.
21958
21959 2008-06-09  Jim Meyering  <meyering@redhat.com>
21960
21961         add more guards around definition of ACE_-related code
21962         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
21963         ALLOW and ACE_OWNER are also defined.
21964
21965 2008-06-08  Bruno Haible  <bruno@clisp.org>
21966
21967         * lib/acl-internal.h: Add me as co-author.
21968         * lib/file-has-acl.c: Likewise.
21969         * lib/set-mode-acl.c: Likewise.
21970         * lib/copy-acl.c: Likewise.
21971
21972 2008-06-08  Bruno Haible  <bruno@clisp.org>
21973
21974         Add support for AIX ACLs.
21975         * lib/acl-internal.h (acl_nontrivial): New declaration.
21976         * lib/file-has-acl.c (acl_nontrivial): New function.
21977         (file_has_acl): Add implementation using AIX 4 ACL API.
21978         * lib/set-mode-acl.c (qset_acl): Likewise.
21979         * lib/copy-acl.c (qcopy_acl): Likewise.
21980
21981 2008-06-08  Bruno Haible  <bruno@clisp.org>
21982
21983         Add support for HP-UX ACLs.
21984         * lib/acl-internal.h (acl_nontrivial): New declaration.
21985         * lib/file-has-acl.c (acl_nontrivial): New function.
21986         (file_has_acl): Add implementation using HP-UX 11 ACL API.
21987         * lib/set-mode-acl.c (qset_acl): Likewise.
21988         * lib/copy-acl.c (qcopy_acl): Likewise.
21989
21990 2008-06-08  Bruno Haible  <bruno@clisp.org>
21991
21992         Add support for Cygwin ACLs.
21993         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
21994         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
21995         the chmod_or_fchmod call.
21996         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
21997
21998 2008-06-08  Bruno Haible  <bruno@clisp.org>
21999
22000         Fix bug with setuid modes in Solaris 10+ code.
22001         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
22002         succeeded, when the mode contains some special bits.
22003
22004 2008-06-08  Bruno Haible  <bruno@clisp.org>
22005
22006         Add support for Solaris 7..10 ACLs.
22007         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
22008         declarations.
22009         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
22010         functions.
22011         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
22012         * lib/set-mode-acl.c (qset_acl): Likewise.
22013         * lib/copy-acl.c (qcopy_acl): Likewise.
22014
22015 2008-06-08  Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
22018         declaration.
22019         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
22020         (acl_access_nontrivial): Remove MacOS X case.
22021         (file_has_acl): Use acl_extended_nontrivial.
22022         * lib/copy-acl.c (qcopy_acl): Likewise.
22023
22024 2008-06-08  Bruno Haible  <bruno@clisp.org>
22025
22026         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
22027
22028 2008-06-08  Jim Meyering  <meyering@redhat.com>
22029
22030         * modules/acl (Maintainer): Add Bruno Haible.
22031
22032 2008-06-07  Bruno Haible  <bruno@clisp.org>
22033
22034         Improve support for Tru64 ACLs.
22035         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
22036         ACL on OSF/1.
22037
22038 2008-06-07  Bruno Haible  <bruno@clisp.org>
22039
22040         Add support for MacOS X ACLs.
22041         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
22042         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
22043         * lib/set-mode-acl.c (qset_acl): Likewise.
22044         * lib/copy-acl.c (qcopy_acl): Likewise.
22045
22046 2008-06-07  Bruno Haible  <bruno@clisp.org>
22047
22048         Fix memory leak introduced on 2008-05-22.
22049         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
22050         use.
22051
22052 2008-06-07  Bruno Haible  <bruno@clisp.org>
22053
22054         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
22055         to construct an empty ACL.
22056
22057 2008-06-07  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
22060         precisely.
22061         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
22062
22063 2008-06-07  Bruno Haible  <bruno@clisp.org>
22064
22065         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
22066         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
22067
22068 2008-06-07  Bruno Haible  <bruno@clisp.org>
22069
22070         * doc/posix-functions/_setjmp.texi: Explain the use of this function
22071         regardless of POSIX.
22072         * doc/posix-functions/_longjmp.texi: Likewise.
22073         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
22074         SystemV platform in this case.
22075
22076 2008-06-06  Eric Blake  <ebb9@byu.net>
22077
22078         Document abort() bugs.
22079         * doc/posix-functions/abort.texi (abort): Mention anomalies.
22080
22081         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
22082         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
22083         sigsetjmp.
22084         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
22085         siglongjmp, but only as a macro.
22086         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
22087         is obsolete.
22088         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
22089
22090         Tweak documentation to cover cygwin argz bugs.
22091         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
22092         argz bug fix; no code change needed since no cygwin releases
22093         occurred between the last fix and the bug being tested.
22094         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
22095         module and recently fixed cygwin bugs.
22096         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
22097         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
22098         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
22099         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
22100         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
22101         Likewise.
22102         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
22103         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
22104         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
22105         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
22106         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
22107         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
22108         Likewise.
22109
22110         Avoid gcc warning on cygwin.
22111         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
22112         !ACL_NO_TRIVIAL]: Avoid unused variable.
22113
22114 2008-06-05  Eric Blake  <ebb9@byu.net>
22115
22116         Be tolerant of UNKNOWN version in gnulib-tool test dir.
22117         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
22118         git-version-gen fails to come up with a version.
22119         Reported by Simon Josefsson.
22120
22121 2008-06-05  Jim Meyering  <meyering@redhat.com>
22122             Paul Eggert  <eggert@cs.ucla.edu>
22123
22124         utimens.c: work around a probable Linux kernel bug
22125         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
22126         appears to be a kernel bug that causes utimensat to return 280
22127         instead of 0, indicating success.
22128
22129 2008-06-04  Bruno Haible  <bruno@clisp.org>
22130
22131         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
22132         2008-06-01 commit.
22133
22134 2008-06-04  Bruno Haible  <bruno@clisp.org>
22135
22136         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
22137         * lib/file-has-acl.c (acl_access_nontrivial): New function.
22138         (file_has_acl): Use it. Save errno afterwards.
22139         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
22140
22141 2008-06-03  Bruno Haible  <bruno@clisp.org>
22142
22143         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
22144         draft code. Simplify #ifs.
22145         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
22146         Put Solaris code after POSIX-draft code. Fix comments regarding
22147         Solaris 10, HP-UX. Mention Cygwin.
22148         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
22149
22150 2008-06-03  Eric Blake  <ebb9@byu.net>
22151
22152         Provide fallback for older kernels.
22153         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
22154         Provide runtime fallback if kernel lacks support.
22155         Reported by Mike Frysinger.
22156
22157 2008-06-02  Bruno Haible  <bruno@clisp.org>
22158
22159         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
22160         it exists.
22161
22162 2008-06-02  Bruno Haible  <bruno@clisp.org>
22163
22164         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
22165         * lib/copy-acl.c (qcopy_acl): Update comment.
22166
22167 2008-06-02  Bruno Haible  <bruno@clisp.org>
22168
22169         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
22170         like ACL APIs.
22171
22172 2008-06-02  Bruno Haible  <bruno@clisp.org>
22173
22174         * tests/test-file-has-acl.sh: Use different code for Cygwin.
22175         * tests/test-set-mode-acl.sh: Likewise.
22176         * tests/test-copy-acl.sh: Likewise.
22177         * tests/test-copy-file.sh: Likewise.
22178
22179 2008-06-02  Bruno Haible  <bruno@clisp.org>
22180
22181         * tests/test-file-has-acl.sh: Remove unused code.
22182
22183 2008-06-01  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
22186         (copy_acl): Just a wrapper around qcopy_acl that emits the error
22187         messages.
22188         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
22189
22190 2008-06-01  Bruno Haible  <bruno@clisp.org>
22191
22192         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
22193         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
22194         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
22195         APIs.
22196         * modules/acl-tests (configure.ac): Remove tests now contained in
22197         m4/acl.m4.
22198
22199 2008-06-02  Jim Meyering  <meyering@redhat.com>
22200
22201         announce-gen: use a better key-server host name
22202         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
22203         it may be more consistently reliable.  Suggested by Werner Koch
22204         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
22205
22206 2008-06-01  Bruno Haible  <bruno@clisp.org>
22207
22208         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
22209         Reported by Voroskoi Andras <voroskoi@gmail.com>.
22210
22211 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
22212
22213         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
22214
22215 2008-06-01  Bruno Haible  <bruno@clisp.org>
22216
22217         New ACL tests.
22218         * tests/test-file-has-acl.sh: New file.
22219         * tests/test-file-has-acl.c: New file.
22220         * tests/test-set-mode-acl.sh: New file.
22221         * tests/test-set-mode-acl.c: New file.
22222         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
22223         * tests/test-copy-acl.c: New file.
22224         * modules/acl-tests: New file, based on modules/copy-file-tests.
22225         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
22226         (Depends-on): Add acl-tests.
22227         (configure.ac): Remove checks.
22228         (Makefile.am): Don't create test-sameacls program here any more.
22229
22230 2008-06-01  Bruno Haible  <bruno@clisp.org>
22231
22232         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
22233         * tests/test-sameacls.c: Include progname.h.
22234         (main): Invoke set_program_name. Portability fixes for MacOS X,
22235         Solaris, HP-UX.
22236
22237 2008-06-01  Bruno Haible  <bruno@clisp.org>
22238
22239         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
22240         function.
22241         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
22242
22243 2008-06-01  Bruno Haible  <bruno@clisp.org>
22244
22245         * modules/rpmatch (Depends-on): Add strdup.
22246
22247 2008-06-01  Bruno Haible  <bruno@clisp.org>
22248
22249         * lib/pipe.c: Include unistd-safer.h.
22250         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
22251         * modules/pipe (Depends-on): Add unistd-safer.
22252
22253 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22254
22255         * modules/autobuild (configure.ac): Call AB_INIT.
22256
22257 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22258
22259         * tests/test-getaddrinfo.c: Don't print debug messages by default.
22260         Suggested by Bruno Haible <bruno@clisp.org>.
22261
22262 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22263
22264         * tests/test-base64.c: Cast size_t to unsigned long when invoking
22265         printf.  Use %lu instead of %d.  Reported by Bruno Haible
22266         <bruno@clisp.org>.
22267
22268 2008-05-29  Eric Blake  <ebb9@byu.net>
22269
22270         Prefer new POSIX 200x interfaces over futimesat.
22271         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
22272         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
22273         when available.
22274         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
22275
22276 2008-05-28  Bruno Haible  <bruno@clisp.org>
22277
22278         * modules/stpcpy (License): Change to LGPLv2+.
22279         Requested by David Lutterkort <dlutter@redhat.com>.
22280
22281 2008-05-27  Bruno Haible  <bruno@clisp.org>
22282
22283         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
22284         current mingw.
22285         Reported by Jose E. Marchesi <jemarch@gnu.org>.
22286
22287 2008-05-27  Bruno Haible  <bruno@clisp.org>
22288
22289         * modules/iconv_open (Link): New section, from module 'iconv'.
22290         * modules/striconv (Link): Likewise.
22291         * modules/striconveh (Link): Likewise.
22292         * modules/xstriconv (Link): Likewise.
22293         * modules/unicodeio (Link): Likewise.
22294         * modules/propername (Link): Likewise.
22295         Reported by Jim Meyering.
22296
22297 2008-05-26  Jim Meyering  <meyering@redhat.com>
22298
22299         sha256: do not artificially restrict buffer length to be < 2^32
22300         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
22301         uint32_t to size_t.
22302         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
22303         to match.
22304
22305         avoid unaligned access errors, e.g., on sparc
22306         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
22307         direct access through a possibly-unaligned uint64* pointer.
22308         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
22309         direct access through a possibly-unaligned uint32* pointer.
22310         Prompted by this patch from Tom "spot" Callaway:
22311         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
22312
22313         sha512.c: fix typo in comment
22314         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
22315
22316 2008-05-25  Bruno Haible  <bruno@clisp.org>
22317
22318         * lib/set-mode-acl.c: Renamed from lib/acl.c.
22319         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
22320         (Makefile.am): Update lib_SOURCES.
22321
22322 2008-05-25  Bruno Haible  <bruno@clisp.org>
22323
22324         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
22325
22326 2008-05-25  Jim Meyering  <meyering@redhat.com>
22327
22328         useless-if-before-free: freed expr may have white-space differences
22329         * build-aux/useless-if-before-free: Recognize cases in which the
22330         freed expression differs from the tested one in embedded white
22331         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
22332         $1 was used, so we can't make any regexp shy.  Improved tests now
22333         detect this.
22334
22335         useless-if-before-free: accept white space in the expression.
22336         * build-aux/useless-if-before-free: For now, any white space
22337         in the expression must be identical in the free argument.
22338
22339         useless-if-before-free: efficiency tweak
22340         * build-aux/useless-if-before-free: Make the expression-matching
22341         regexp "shy".
22342         Make the *outer* regexp shy, not the expr-matching one.
22343
22344         update code-in-comment to accept cast of free arg
22345         * build-aux/useless-if-before-free: Update regexp.
22346
22347 2008-05-25  Bruno Haible  <bruno@clisp.org>
22348
22349         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
22350         * modules/copy-file-tests (Files, Makefile.am): Update.
22351         * tests/test-copy-file.c (func_test_copy): Update.
22352
22353 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
22354
22355         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
22356
22357 2008-05-23  Bruno Haible  <bruno@clisp.org>
22358
22359         Improve support for ACLs on OSF/1.
22360         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
22361         Remove fallback for unknown flavors of ACLs.
22362
22363 2008-05-22  Bruno Haible  <bruno@clisp.org>
22364
22365         Add support for ACLs on OSF/1.
22366         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
22367         replacements.
22368         (acl_free_text): New macro fallback.
22369         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
22370         acl_free.
22371         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
22372         acl_free_text function. Require AC_C_INLINE.
22373
22374 2008-05-22  Bruno Haible  <bruno@clisp.org>
22375
22376         Make copy_acl work on MacOS X 10.5.
22377         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
22378         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
22379         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
22380         If MODE_INSIDE_ACL, don't assume that every system has the same text
22381         representation for ACLs as FreeBSD.
22382         * lib/copy-acl.c (copy_acl): Add support for platforms with
22383         !MODE_INSIDE_ACL.
22384         * lib/file-has-acl.c (file_has_acl): Likewise.
22385         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
22386         FreeBSD, MacOS X, or IRIX, respectively.
22387
22388 2008-05-22  Bruno Haible  <bruno@clisp.org>
22389
22390         * lib/acl.h: Don't include <sys/acl.h>.
22391         (GETACLCNT): Move fallback to lib/acl-internal.h.
22392         * lib/acl-internal.h: Include <sys/acl.h> here.
22393         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
22394
22395 2008-05-22  Bruno Haible  <bruno@clisp.org>
22396
22397         Split off copy_acl function to separate file.
22398         * lib/copy-acl.c: New file, extracted from lib/acl.c.
22399         * lib/acl.c (copy_acl): Moved function to separate file.
22400         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
22401         * modules/acl (Files): Add lib/copy-acl.c.
22402         (Makefiles.am): Augment lib_SOURCES.
22403
22404 2008-05-22  Bruno Haible  <bruno@clisp.org>
22405
22406         * modules/copy-file-tests: New file.
22407         * tests/test-copy-file.sh: New file.
22408         * tests/test-copy-file.c: New file.
22409         * tests/test-copy-file-sameacls.c: New file.
22410
22411 2008-05-22  Eric Blake  <ebb9@byu.net>
22412
22413         Avoid gcc warning.
22414         * tests/test-memcmp.c (main): Pass NULL indirectly.
22415
22416 2008-05-21  Bruno Haible  <bruno@clisp.org>
22417
22418         Add reference doc about ACLs.
22419         * doc/acl-resources.txt: New file.
22420         * doc/acl-cygwin.txt: New file.
22421
22422 2008-05-21  Bruno Haible  <bruno@clisp.org>
22423
22424         Avoid one more warning from gcc.
22425         * lib/vasnprintf.c (IF_LINT): Update comments.
22426         (VASNPRINTF): Use it also for the 'prefix' array initializer.
22427
22428 2008-05-21  Jim Meyering  <meyering@redhat.com>
22429
22430         avoid a warning from gcc
22431         * lib/vasnprintf.c (IF_LINT): Define.
22432         (scale10_round_decimal_long_double):
22433         Use it to avoid a "may be used uninitialized" warning.
22434         (scale10_round_decimal_double): Likewise.
22435
22436 2008-05-21  Simon Josefsson  <simon@josefsson.org>
22437
22438         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
22439         declared.
22440
22441 2008-05-20  Bruno Haible  <bruno@clisp.org>
22442
22443         * tests/test-memcmp.c (main): Test also the sign of the result. Test
22444         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
22445
22446 2008-05-20  Simon Josefsson  <simon@josefsson.org>
22447
22448         * modules/memcmp-tests: New file.
22449         * tests/test-memcmp.c: New file.
22450
22451 2008-05-19  Bruno Haible  <bruno@clisp.org>
22452
22453         * modules/propername (Notice, configure.ac): Put quoted "..." into
22454         --keyword option.
22455         * lib/propername.h: Update comments accordingly.
22456         Reported by Eric Blake.
22457
22458 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
22459
22460         * modules/getpass-gnu (Depends-on): Add fseeko.
22461
22462 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22463
22464         * modules/base64-tests: New file.
22465
22466 2008-05-19  Bo Borgerson <gigabo@gmail.com>
22467
22468         * lib/base64.c (base64_decode_ctx): If a decode context structure
22469         was passed in use it to ignore newlines.  If a context structure
22470         was _not_ passed in, continue to treat newlines as garbage (this
22471         is the historical behavior).  Formerly base64_decode.
22472         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22473         takes a decode context structure.
22474         * lib/base64.h (base64_decode): Macro for four-argument calls.
22475         (base64_decode_alloc): Likewise.
22476         * lib/base64.c (base64_decode_ctx): If a decode context structure
22477         was passed in use it to ignore newlines.  If a context structure
22478         was _not_ passed in, continue to treat newlines as garbage (this
22479         is the historical behavior).  Formerly base64_decode.
22480         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22481         takes a decode context structure.
22482         * lib/base64.h (base64_decode): Macro for four-argument calls.
22483         (base64_decode_alloc): Likewise.
22484
22485 2008-05-19  Jim Meyering  <meyering@redhat.com>
22486
22487         avoid a warning from gcc
22488         * lib/trim.c (IF_LINT): Define.
22489         (trim2): Use it to avoid a "may be used uninitialized" warning.
22490
22491         Fix doc typo.
22492         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
22493
22494 2008-05-19  Bruno Haible  <bruno@clisp.org>
22495
22496         * doc/glibc-functions/getpass.texi: Document limits of other
22497         implementations.
22498
22499 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22500             Bruno Haible <bruno@clisp.org>
22501
22502         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
22503
22504 2008-05-18  Bruno Haible  <bruno@clisp.org>
22505
22506         * modules/propername: New file, from GNU gettext.
22507         * lib/propername.h: New file, from GNU gettext.
22508         * lib/propername.c: New file, from GNU gettext.
22509         * MODULES.html.sh (Internationalization functions): Add propername.
22510
22511 2008-05-16  Jim Meyering  <meyering@redhat.com>
22512             Bruno Haible  <bruno@clisp.org>
22513
22514         Avoid some warnings from "gcc -Wshadow".
22515         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
22516
22517 2008-05-15  Eric Blake  <ebb9@byu.net>
22518
22519         Extend previous patch to cygwin 1.7.0.
22520         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
22521         fast implementation in cygwin >= 1.7.0.
22522         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22523         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22524
22525 2008-05-15  Bruno Haible  <bruno@clisp.org>
22526
22527         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
22528         implementation in glibc >= 2.9.
22529         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22530         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22531
22532 2008-05-15  Bruno Haible  <bruno@clisp.org>
22533
22534         * MODULES.html.sh (Internationalization functions): Remove linebreak.
22535         (Unicode string functions): Add unilbrk/*.
22536         Reported by Karl Berry.
22537
22538 2008-05-15  Eric Blake  <ebb9@byu.net>
22539
22540         Fix violation of <stdbool.h> replacement in regex.
22541         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
22542         * lib/regexec.c (re_search_internal): Likewise.
22543         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
22544
22545 2008-05-15  Jim Meyering  <meyering@redhat.com>
22546
22547         avoid distracting test output when git or cvs is not found
22548         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
22549         * tests/test-vc-list-files-git.sh: Likewise.
22550
22551 2008-05-15  Eric Blake  <ebb9@byu.net>
22552
22553         Glibc finally accepted the memmem speedup code, bugzilla #5514.
22554         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
22555         glibc version.
22556         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
22557         * doc/posix-functions/strstr.texi (strstr): Likewise.
22558         * lib/str-two-way.h (MAX): Sychronize with glibc.
22559
22560 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
22561
22562         * lib/regcomp.c (optimize_utf8): Add a note on why we test
22563         opr.ctx_type.
22564         (calc_first): Initialize constraint field.
22565         (duplicate_node_closure): Use it instead of special casing ANCHORS.
22566         Fix grammar.
22567         (duplicate_node): Merge constraint field for all node types.
22568         (calc_eclosure_iter): Look at constraint field for all node types.
22569         * lib/regex_internal.c (create_cd_newstate): Don't look at
22570         opr.ctx_type.
22571
22572 2008-05-14  Bruno Haible  <bruno@clisp.org>
22573
22574         Help GCC to do better code generation.
22575         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
22576         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
22577         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
22578         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
22579         Declare with attribute 'malloc' if supported.
22580
22581 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
22582
22583         use "echo STR|wc -c" rather than unportable "expr length STR"
22584         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
22585         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
22586
22587 2008-05-14  Jim Meyering  <meyering@redhat.com>
22588
22589         use dd ibs=$n count=1 ... rather than less-portable head -c$n
22590         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
22591         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
22592         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
22593         via Collin Lasse.
22594
22595 2008-05-14  Eric Blake  <ebb9@byu.net>
22596
22597         Avoid quadratic growth in gl_LIBSOURCES.
22598         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
22599         Suggested by Bruno Haible.
22600
22601         Test xmemdup0.
22602         * modules/xmemdup0-tests: New file.
22603         * tests/test-xmemdup0.c: Likewise.
22604
22605 2008-05-13  Eric Blake  <ebb9@byu.net>
22606
22607         Split xmemdup0 into its own module.
22608         * modules/xmemdup0: New file.
22609         * lib/xmemdup0.h: Likewise.
22610         * lib/xmemdup0.c: Likewise.
22611         * MODULES.html.sh (Memory management functions): Add xmemdup0.
22612         * lib/xalloc.h (xmemdup0): Remove.
22613         * lib/xmalloc.c (xmemdup0): Likewise.
22614
22615 2008-05-13  Eric Blake  <ebb9@byu.net>
22616             Bruno Haible  <bruno@clisp.org>
22617
22618         Reduce number of forks required during autoconf.
22619         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
22620         and gl_LIBSOURCES_DIR.
22621         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
22622         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
22623         m4_syscmd per file.
22624         <m4_foreach_w>: Move...
22625         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
22626
22627 2008-05-13  Eric Blake  <ebb9@byu.net>
22628
22629         * gnulib-tool: Fix various comment typos.
22630
22631 2008-05-12  Bruno Haible  <bruno@clisp.org>
22632
22633         Tailor the linebreaking algorithm.
22634         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
22635
22636 2008-05-12  Bruno Haible  <bruno@clisp.org>
22637
22638         Update to Unicode 5.0.0.
22639         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
22640         LBP_JV, LBP_JT. Redistribute values.
22641         (unilbrk_table): Change size.
22642         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
22643         Unicode TR#14 rev. 22.
22644         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
22645         LBP_JV, LBP_JT. Redistribute values.
22646         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
22647         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
22648         Update.
22649         * lib/unilbrk/lbrkprop1.h: Regenerated.
22650         * lib/unilbrk/lbrkprop2.h: Regenerated.
22651         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
22652         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
22653         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
22654         Likewise.
22655         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
22656         Likewise.
22657         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
22658         result.
22659         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
22660         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
22661         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
22662         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
22663         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
22664         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
22665
22666 2008-05-11  Bruno Haible  <bruno@clisp.org>
22667
22668         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
22669
22670 2008-05-11  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
22673         * modules/unilbrk/gen-lbrk: New file.
22674
22675 2008-05-11  Bruno Haible  <bruno@clisp.org>
22676
22677         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
22678         * m4/sha512.m4 (gl_SHA512): Likewise.
22679
22680 2008-05-11  Jim Meyering  <meyering@redhat.com>
22681
22682         New modules: crypto/sha256, crypto/sha512 (from coreutils)
22683         * modules/crypto/sha256: New file.
22684         * modules/crypto/sha512: Likewise.
22685         * lib/sha256.c: Likewise.
22686         * lib/sha256.h: Likewise.
22687         * lib/sha512.c: Likewise.
22688         * lib/sha512.h: Likewise.
22689         * lib/u64.h: Likewise.
22690         * m4/sha256.m4: Likewise.
22691         * m4/sha512.m4: Likewise.
22692         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
22693
22694 2008-05-10  Bruno Haible  <bruno@clisp.org>
22695
22696         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
22697         (Input/Output <stdio.h>): Add xprintf.
22698         (Signal handling <signal.h>): Add strsignal.
22699         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
22700         (Core language properties): Add func.
22701         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
22702         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
22703         strings.
22704         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
22705         (Input/output): New section.
22706         (File system functions): Add openat-die, stat-macros.
22707         (Networking functions): Add sockets.
22708         (Unicode string functions): Add unictype/*.
22709         (Support for building libraries and executables): Add gperf.
22710         (Support for building documentation): Add agpl-3.0.
22711         (Misc): Add nocrash.
22712
22713 2008-05-10  Bruno Haible  <bruno@clisp.org>
22714
22715         * modules/unictype/gen-ctype: New file.
22716
22717 2008-05-10  Jim Meyering  <meyering@redhat.com>
22718
22719         Make chdir-safer.c more efficient on a system with no symlinks.
22720         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
22721         also if ELOOP is zero.  Suggested by Bruno Haible.
22722
22723         Make chdir-safer.c slightly safer.
22724         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
22725         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
22726
22727         Avoid compile failure on systems without ELOOP (like mingw).
22728         * lib/chdir-safer.c (ELOOP): Define if not already defined.
22729         Reported by Bruno Haible.
22730
22731 2008-05-10  Bruno Haible  <bruno@clisp.org>
22732
22733         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
22734         (is_utf8_encoding): Use a case-insensitive comparison.
22735         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
22736         streq.
22737
22738 2008-05-10  Bruno Haible  <bruno@clisp.org>
22739
22740         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
22741         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
22742         * lib/unilbrk/ulc-common.h (iconv_string_length,
22743         iconv_string_keeping_offsets): Remove declarations.
22744         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
22745         Don't include <iconv.h>, streq.h, xsize.h.
22746         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
22747         conversion.
22748         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
22749         <iconv.h>, streq.h, xsize.h.
22750         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
22751         conversion.
22752         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
22753         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
22754         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
22755         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
22756
22757 2008-05-10  Bruno Haible  <bruno@clisp.org>
22758
22759         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
22760         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
22761
22762         * modules/unilbrk/u32-width-linebreaks-tests: New file.
22763         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
22764
22765         * modules/unilbrk/u16-width-linebreaks-tests: New file.
22766         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
22767
22768         * modules/unilbrk/u8-width-linebreaks-tests: New file.
22769         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
22770
22771         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
22772         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
22773
22774         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
22775         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
22776
22777         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
22778         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
22779
22780         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
22781         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
22782
22783 2008-05-10  Bruno Haible  <bruno@clisp.org>
22784
22785         Split up 'linebreak' module.
22786         * lib/unilbrk.h: New file, based on lib/linebreak.h.
22787         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
22788         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
22789         modifications.
22790         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
22791         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
22792         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
22793         lib/linebreak.c.
22794         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
22795         lib/linebreak.c.
22796         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
22797         lib/linebreak.c.
22798         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
22799         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
22800         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
22801         lib/linebreak.c.
22802         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
22803         lib/linebreak.c.
22804         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
22805         lib/linebreak.c.
22806         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
22807         lib/linebreak.c.
22808         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
22809         lib/linebreak.c.
22810         * modules/unilbrk/base: New file.
22811         * modules/unilbrk/tables: New file.
22812         * modules/unilbrk/u8-possible-linebreaks: New file.
22813         * modules/unilbrk/u16-possible-linebreaks: New file.
22814         * modules/unilbrk/u32-possible-linebreaks: New file.
22815         * modules/unilbrk/ulc-common: New file.
22816         * modules/unilbrk/ulc-possible-linebreaks: New file.
22817         * modules/unilbrk/u8-width-linebreaks: New file.
22818         * modules/unilbrk/u16-width-linebreaks: New file.
22819         * modules/unilbrk/u32-width-linebreaks: New file.
22820         * modules/unilbrk/ulc-width-linebreaks: New file.
22821         * lib/linebreak.h: Remove file.
22822         * lib/linebreak.c: Remove file.
22823         * m4/linebreak.m4: Remove file.
22824         * modules/linebreak: Remove file.
22825         * NEWS: Mention the changes.
22826
22827 2008-05-09  Eric Blake  <ebb9@byu.net>
22828
22829         Add xmemdup0.
22830         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
22831         implementation.
22832         * lib/xmalloc.c (xmemdup0): New C implementation.
22833
22834 2008-05-08  Bruno Haible  <bruno@clisp.org>
22835
22836         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
22837
22838 2008-05-07  Eric Blake  <ebb9@byu.net>
22839
22840         Support cross-compilation of <wctype.h>.
22841         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
22842         AC_CACHE_CHECK.
22843
22844 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
22845
22846         * build-aux/vc-list-files: Add support for bzr.
22847
22848 2008-05-03  Jim Meyering  <meyering@redhat.com>
22849
22850         avoid failed assertion with tight malloc
22851         * tests/test-getndelim2.c: Correct an off-by-one assertion.
22852
22853 2008-05-03  Simon Josefsson  <simon@josefsson.org>
22854
22855         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
22856         are needed from arpa/inet.h.
22857         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
22858         Reported by Bruno Haible.
22859
22860 2008-05-02  Jim Meyering  <meyering@redhat.com>
22861
22862         avoid compilation error on FreeBSD 6
22863         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
22864
22865 2008-05-01  Jim Meyering  <meyering@redhat.com>
22866
22867         useless-if-before-free: correct --help's exit status description
22868         * build-aux/useless-if-before-free (usage): Like grep, exit 0
22869         for one or more matches, etc.  Reported by Bruno Haible.
22870
22871         vc-list-files: make the stand-alone gnulib test work
22872         * modules/vc-list-files-tests (configure.ac):
22873         Define and AC_SUBST abs_aux_dir.
22874         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
22875         $(abs_top_srcdir) to each script and having each of them
22876         duplicate the work of setting PATH, set PATH here, using
22877         the new variable, abs_aux_dir instead.
22878         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
22879         * tests/test-vc-list-files-git.sh: Likewise.
22880         Reported by Bruno Haible.
22881
22882 2008-05-01  Bruno Haible  <bruno@clisp.org>
22883
22884         * lib/getndelim2.c (getndelim2): Fix newsize computation during
22885         reallocation. Rename 'done' to 'found_delimiter'.
22886
22887 2008-05-01  Jim Meyering  <meyering@redhat.com>
22888
22889         vc-list-files: accommodate /bin/sh like the one from Solaris 10
22890         * build-aux/vc-list-files: Use `...`, not $(...).
22891
22892 2008-04-30  Jim Meyering  <meyering@redhat.com>
22893
22894         add tests for vc-list-files
22895         * modules/vc-list-files-tests: New module.
22896         * tests/test-vc-list-files-cvs.sh: New file.
22897         * tests/test-vc-list-files-git.sh: New file.
22898
22899         avoid a warning from gcc
22900         * lib/getndelim2.c (IF_LINT): Define.
22901         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
22902
22903         vc-list-files: work properly with build-aux/cvsu, too
22904         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
22905         to all cvs-based clauses.
22906
22907         vc-list-files: work properly in the CVS+awk case, too
22908         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
22909
22910         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
22911         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
22912         take more than one file argument, so .  Add quotes, just in case $dir
22913         ever contains a shell meta-character.  Prompted by Soren Hansen in
22914         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
22915
22916 2008-04-29  Eric Blake  <ebb9@byu.net>
22917
22918         Optimize getndelim2 to use block operations when possible.
22919         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
22920         freadseek, and memchr2.
22921         * lib/getndelim2.c (getndelim2): Use them for block reads.
22922
22923 2008-04-29  Bruno Haible  <bruno@clisp.org>
22924
22925         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
22926         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22927         * modules/inet_ntop (Depends-on): Add extensions.
22928         * modules/inet_pton (Depends-on): Likewise.
22929         Reported by Simon Josefsson.
22930
22931 2008-04-29  Jim Meyering  <meyering@redhat.com>
22932
22933         When the is more than one match in a block, match all of them.
22934         * build-aux/useless-if-before-free: Iterate through each block
22935         until there are no more matches.
22936
22937         Fix broken useless-if-before-free script.
22938         * build-aux/useless-if-before-free: Fix typo: missing "?" after
22939         the expression to match cast of argument to free-like function.
22940
22941 2008-04-29  Eric Blake  <ebb9@byu.net>
22942
22943         Use new header.
22944         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
22945
22946 2008-04-29  Jim Meyering  <meyering@redhat.com>
22947
22948         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
22949         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
22950         by gnulib to exist and to declare e.g., inet_ntop.
22951         Don't include "inet_ntop.h", now removed.
22952
22953         * m4/arpa_inet_h.m4: Remove trailing blanks.
22954
22955 2008-04-29  Eric Blake  <ebb9@byu.net>
22956
22957         Silence valgrind on safe reads beyond potential array bounds.
22958         * lib/rawmemchr.valgrind: New file.
22959         * lib/strchrnul.valgrind: Likewise.
22960         * modules/rawmemchr (Files): Distribute new file.
22961         * modules/strchrnul (Files): Likewise.
22962         Suggested by Bruno Haible.
22963
22964 2008-04-29  Bruno Haible  <bruno@clisp.org>
22965
22966         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
22967         (inet_ntop, inet_pton): Change portability warning's wording.
22968         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
22969         Invoke gl_CHECK_NEXT_HEADERS.
22970         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
22971         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
22972         set ARPA_INET_H.
22973         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22974         * modules/arpa_inet (Description): No longer only for systems that
22975         lack it.
22976         (Depends-on): Add include_next.
22977         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
22978         HAVE_ARPA_INET_H.
22979
22980 2008-04-29  Jim Meyering  <meyering@redhat.com>
22981
22982         * modules/mkdir (License): Re-license as LGPLv2+.
22983
22984 2008-04-29  Bruno Haible  <bruno@clisp.org>
22985
22986         * modules/rawmemchr (Maintainer): Set to Eric.
22987         * modules/strchrnul (Maintainer): Likewise.
22988
22989 2008-04-29  Simon Josefsson  <simon@josefsson.org>
22990
22991         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
22992         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
22993
22994         * modules/arpa_inet (arpa/inet.h): Use them.
22995
22996 2008-04-28  Eric Blake  <ebb9@byu.net>
22997
22998         Test getndelim2.
22999         * modules/getndelim2-tests: New file.
23000         * tests/test-getndelim2.c: Likewise.
23001         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
23002         stream.
23003         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
23004
23005         * MODULES.html.sh: Document new module.
23006
23007 2008-04-20  Bruno Haible  <bruno@clisp.org>
23008
23009         * lib/c-stack.c (die): Use raise.
23010         * modules/c-stack (Depends-on): Add raise.
23011
23012 2008-04-28  Bruno Haible  <bruno@clisp.org>
23013
23014         Expect rpmatch to be declared.
23015         * lib/yesno.c (rpmatch): Remove declaration.
23016
23017         Declare rpmatch.
23018         * lib/stdlib.in.h (rpmatch): New declaration.
23019         * lib/rpmatch.c: Include <stdlib.h> first.
23020         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
23021         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
23022         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
23023         HAVE_RPMATCH.
23024         * modules/rpmatch (Depends-on): Add stdlib, extensions.
23025         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23026         (Include): Set to <stdlib.h>.
23027         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
23028         HAVE_RPMATCH.
23029         * NEWS: Document the change.
23030
23031 2008-04-28  Bruno Haible  <bruno@clisp.org>
23032
23033         Change rpmatch to use nl_langinfo when appropriate.
23034         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
23035         (N_): New macro.
23036         (localized_pattern): New function/macro.
23037         (try): Remove match, nomatch arguments. Copy the pattern into safe
23038         memory before caching it.
23039         (rpmatch): Use localized_pattern. Add translator comments.
23040         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
23041         Suggested by Eric Blake.
23042         * modules/rpmatch (Depends-on): Add stdbool.
23043
23044 2008-04-28  Eric Blake  <ebb9@byu.net>
23045
23046         Add rawmemchr module, matching glibc.
23047         * modules/string (Makefile.am): New indicator.
23048         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
23049         * lib/string.in.h (rawmemchr): Declare when appropriate.
23050         * modules/rawmemchr: New file.
23051         * m4/rawmemchr.m4: Likewise.
23052         * lib/rawmemchr.c: Likewise.
23053         * modules/rawmemchr-tests: Likewise.
23054         * tests/test-rawmemchr.c: Likewise.
23055         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
23056         module.
23057         * modules/strchrnul (Depends-on): Add rawmemchr.
23058         * lib/strchrnul.c (strchrnul): Optimize a corner case.
23059
23060         Whitespace cleanup.
23061         * tests/test-strchrnul.c: Reindent.
23062         * lib/strchrnul.c: Likewise.
23063
23064         Optimize and test strchrnul.
23065         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
23066         * modules/strchrnul-tests: New file.
23067         * tests/test-strchrnul.c: Likewise.
23068
23069         Remove intprops dependency.
23070         * modules/memchr (Depends-on): Remove intprops.
23071         * modules/memrchr (Depends-on): Likewise.
23072         * modules/memchr2 (Depends-on): Likewise.
23073         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
23074         * lib/memrchr.c (__memrchr): Likewise.
23075         * lib/memrchr2.c (memchr2): Likewise.
23076         Reported by Simon Josefsson.
23077
23078 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23079
23080         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
23081         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23082
23083 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23084
23085         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
23086
23087         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
23088
23089         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
23090
23091         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
23092         declarations.
23093         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
23094
23095         * m4/inet_pton.m4: Don't check for header files.
23096
23097         * m4/inet_ntop.m4: Don't check for header files.
23098
23099 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23100
23101         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
23102         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
23103         trigger for cygwin).
23104         Reported by Bruno Haible  <bruno@clisp.org>.
23105
23106 2008-04-28  Bruno Haible  <bruno@clisp.org>
23107
23108         * doc/posix-functions/strdup.texi: Mention mingw problem.
23109
23110 2008-04-27  Bruno Haible  <bruno@clisp.org>
23111
23112         * modules/stat-time-tests (Depends-on): Add sleep.
23113         * tests/test-stat-time.c (force_unlink): New function.
23114         (cleanup): Use it.
23115         (test_mtime): Remove the ctime related tests.
23116         (test_ctime): New function, containing the ctime related tests.
23117         (main): Call test_ctime, except on native Windows platforms.
23118
23119 2008-04-27  Bruno Haible  <bruno@clisp.org>
23120
23121         * lib/rpmatch.c (rpmatch): Add some comments.
23122         Reported by James Youngman <jay@gnu.org>.
23123
23124 2008-04-27  Bruno Haible  <bruno@clisp.org>
23125
23126         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
23127         quiet NaNs.
23128
23129 2008-04-27  Bruno Haible  <bruno@clisp.org>
23130
23131         Make test-yesno.sh work on mingw.
23132         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
23133         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
23134         (main): Set stdin to binary mode.
23135         * modules/yesno-tests (Depends-on): Add binary-io.
23136
23137 2008-04-27  Bruno Haible  <bruno@clisp.org>
23138
23139         Fix 'isfinite' on x86, x86_64, ia64 platforms.
23140         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
23141         argument that lie outside the IEEE 854 domain.
23142         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
23143         (gl_ISFINITE): Use it.
23144         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
23145
23146 2008-04-27  Bruno Haible  <bruno@clisp.org>
23147
23148         Allow local renaming in config.h.
23149         * lib/memrchr.c (memrchr): Don't undefine outside libc.
23150
23151 2008-04-27  Bruno Haible  <bruno@clisp.org>
23152
23153         * lib/memchr.c (__memchr): Change type of 'i'.
23154         * lib/memchr2.c (memchr2): Likewise.
23155
23156 2008-04-26  Eric Blake  <ebb9@byu.net>
23157         and Bruno Haible  <bruno@clisp.org>
23158
23159         Optimize and test memrchr.
23160         * modules/memrchr (Depends-on): Add intprops.
23161         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
23162         * modules/memrchr-tests: New file.
23163         * tests/test-memrchr.c: New file.
23164
23165 2008-04-26  Bruno Haible  <bruno@clisp.org>
23166
23167         Add tentative support for DragonFly BSD.
23168         * lib/stdio-impl.h: Add macros for DragonFly BSD.
23169         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
23170         fp.
23171         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23172         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
23173         * lib/fpurge.c (fpurge): Likewise.
23174         * lib/freadable.c (freaadable): Likewise.
23175         * lib/freadahead.c (freadahead): Likewise.
23176         * lib/freading.c (freading): Likewise.
23177         * lib/freadptr.c (freadptr): Likewise.
23178         * lib/freadseek.c (freadptrinc): Likewise.
23179         * lib/fseeko.c (fseeko): Likewise.
23180         * lib/fseterr.c (fseterr): Likewise.
23181         * lib/fwritable.c (fwritable): Likewise.
23182         * lib/fwriting.c (fwriting): Likewise.
23183
23184 2008-04-26  Bruno Haible  <bruno@clisp.org>
23185
23186         * lib/stdio-impl.h: New file.
23187         * lib/fbufmode.c: Include stdio-impl.h.
23188         (fbufmode): Use fp_, remove redundant #defines.
23189         * lib/fflush.c: Include stdio-impl.h.
23190         (clear_ungetc_buffer): Remove redundant #defines.
23191         * lib/fpurge.c: Include stdio-impl.h.
23192         (fpurge): Remove redundant #defines.
23193         * lib/freadable.c: Include stdio-impl.h.
23194         (freadable): Remove redundant #defines.
23195         * lib/freadahead.c: Include stdio-impl.h.
23196         (freadahead): Remove redundant #defines.
23197         * lib/freading.c: Include stdio-impl.h.
23198         (freading): Remove redundant #defines.
23199         * lib/freadptr.c: Include stdio-impl.h.
23200         (freadptr): Remove redundant #defines.
23201         * lib/freadseek.c: Include stdio-impl.h.
23202         (freadptrinc): Remove redundant #defines.
23203         * lib/fseeko.c: Include stdio-impl.h.
23204         (rpl_fseeko): Remove redundant #defines.
23205         * lib/fseterr.c: Include stdio-impl.h.
23206         (fseterr): Remove redundant #defines.
23207         * lib/fwritable.c: Include stdio-impl.h.
23208         (fwritable: Remove redundant #defines.
23209         * lib/fwriting.c: Include stdio-impl.h.
23210         (fwriting): Remove redundant #defines.
23211         * modules/fbufmode (Files): Add lib/stdio-impl.h.
23212         * modules/fflush (Files): Likewise.
23213         * modules/fpurge (Files): Likewise.
23214         * modules/freadable (Files): Likewise.
23215         * modules/freadahead (Files): Likewise.
23216         * modules/freading (Files): Likewise.
23217         * modules/freadptr (Files): Likewise.
23218         * modules/freadseek (Files): Likewise.
23219         * modules/fseeko (Files): Likewise.
23220         * modules/fseterr (Files): Likewise.
23221         * modules/fwritable (Files): Likewise.
23222         * modules/fwriting (Files): Likewise.
23223
23224 2008-04-26  Bruno Haible  <bruno@clisp.org>
23225
23226         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23227         restore_seek_optimization, update_fpos_cache): New functions, extracted
23228         from rpl_fflush.
23229         (rpl_fflush): Use them.
23230         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
23231         (gl_REPLACE_FFLUSH): Use it.
23232
23233 2008-04-26  Bruno Haible  <bruno@clisp.org>
23234
23235         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
23236         on Solaris.
23237         * tests/test-xstrtoimax.sh: Likewise.
23238         * tests/test-xstrtoumax.sh: Likewise.
23239         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23240
23241 2008-04-26  Bruno Haible  <bruno@clisp.org>
23242
23243         * modules/memchr-tests: New file.
23244         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
23245
23246 2008-04-26  Eric Blake  <ebb9@byu.net>
23247             Bruno Haible  <bruno@clisp.org>
23248
23249         * lib/memchr.c: Include intprops.h.
23250         (__memchr): Optimize parallel detection of matching bytes. Rename local
23251         variables. Add explanatory comments.
23252
23253 2008-04-26  Bruno Haible  <bruno@clisp.org>
23254
23255         Fix module 'memchr', broken since 2000-10-28.
23256         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
23257
23258 2008-04-26  Bruno Haible  <bruno@clisp.org>
23259
23260         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
23261         comments.
23262
23263 2008-04-25  Eric Blake  <ebb9@byu.net>
23264
23265         Use native fstatat on cygwin 1.7.0.
23266         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
23267         first.
23268
23269 2008-04-23  Eric Blake  <ebb9@byu.net>
23270
23271         Improve memchr2 performance.
23272         * lib/memchr2.c (memchr2): Further optimize parallel detection of
23273         NUL bytes.
23274         * modules/memchr2 (Depends-on): Use intprops.h.
23275
23276 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23277
23278         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
23279         an inline function instead of a CPP macro.  Patch by Ben Pfaff
23280         <blp@cs.stanford.edu>.
23281
23282 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23283
23284         * lib/arpa_inet.in.h: New file.
23285
23286         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
23287         (Makefile.am): Sed in substitute header file.
23288
23289         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
23290         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
23291
23292         * modules/inet_ntop (configure.ac): Use
23293         gl_ARPA_INET_MODULE_INDICATOR.
23294
23295         * modules/inet_pton (configure.ac): Use
23296         gl_ARPA_INET_MODULE_INDICATOR.
23297
23298 2008-04-22  Jim Meyering  <meyering@redhat.com>
23299
23300         * modules/verify (License): Re-license as LGPLv2+.
23301
23302 2008-04-22  Simon Josefsson  <simon@josefsson.org>
23303
23304         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
23305         parameter to void* as per POSIX standard (MinGW uses char*).
23306
23307 2008-04-21  Bruno Haible  <bruno@clisp.org>
23308
23309         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23310         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23311         Define to replacements if REPLACE_ISWCNTRL is 1.
23312         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
23313         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
23314         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
23315         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
23316         what it fixes.
23317         * doc/posix-functions/iswalpha.texi: Likewise.
23318         * doc/posix-functions/iswblank.texi: Likewise.
23319         * doc/posix-functions/iswcntrl.texi: Likewise.
23320         * doc/posix-functions/iswdigit.texi: Likewise.
23321         * doc/posix-functions/iswgraph.texi: Likewise.
23322         * doc/posix-functions/iswlower.texi: Likewise.
23323         * doc/posix-functions/iswprint.texi: Likewise.
23324         * doc/posix-functions/iswpunct.texi: Likewise.
23325         * doc/posix-functions/iswspace.texi: Likewise.
23326         * doc/posix-functions/iswupper.texi: Likewise.
23327         * doc/posix-functions/iswxdigit.texi: Likewise.
23328         Reported by Alain Guibert.
23329
23330 2008-04-21  Bruno Haible  <bruno@clisp.org>
23331
23332         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
23333         Patch by Alain Guibert.
23334
23335 2008-04-21  Bruno Haible  <bruno@clisp.org>
23336
23337         Fix test failures on mingw.
23338         * tests/test-xstrtol.c (print_no_progname): New function.
23339         (main): Install it in error_print_progname hook.
23340         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
23341         * tests/test-xstrtoimax.sh: Likewise.
23342         * tests/test-xstrtoumax.sh: Likewise.
23343
23344 2008-04-21  Bruno Haible  <bruno@clisp.org>
23345
23346         Fix test failure on mingw.
23347         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
23348
23349 2008-04-21  Bruno Haible  <bruno@clisp.org>
23350
23351         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
23352         Actually assign a value.
23353
23354 2008-04-20  Bruno Haible  <bruno@clisp.org>
23355
23356         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
23357         take 2.
23358         * lib/canonicalize.c (canonicalize_file_name): Elide if the
23359         'canonicalize-lgpl' module is also used.
23360         * lib/canonicalize-lgpl.c: Undo last change.
23361         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
23362
23363 2008-04-20  Bruno Haible  <bruno@clisp.org>
23364
23365         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
23366         config.h. Provide _mkdir based fallback for mingw.
23367         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
23368         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
23369         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
23370         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
23371         rather than defining mkdir in config.h.
23372         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
23373         (gl_SYS_STAT_H_DEFAULTS): New macro.
23374         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
23375         HAVE_IO_H any more.
23376         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
23377         HAVE_DECL_MKDIR and HAVE_IO_H.
23378
23379 2008-04-20  Bruno Haible  <bruno@clisp.org>
23380
23381         * lib/isapipe.c: Port to native Windows platforms.
23382
23383 2008-04-20  Bruno Haible  <bruno@clisp.org>
23384
23385         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
23386
23387 2008-04-21  Eric Blake  <ebb9@byu.net>
23388
23389         Work around preprocessors that don't handle UINTMAX_MAX.
23390         * lib/memchr2.c (memchr2): Avoid embedded #if.
23391         Reported by Alain Guibert, fix suggested by Bruno Haible.
23392
23393 2008-04-21  Simon Josefsson  <simon@josefsson.org>
23394
23395         * doc/posix-functions/strftime.texi (strftime): Explain better
23396         Windows incompatibility.  Suggested by Micah Cowan
23397         <micah@cowan.name>.
23398
23399 2008-04-20  Bruno Haible  <bruno@clisp.org>
23400
23401         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
23402         unistr/u8-mblen.
23403
23404 2008-04-20  Bruno Haible  <bruno@clisp.org>
23405
23406         Fix test failure on platforms with non-GNU iconv.
23407         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
23408         (U_TO_U8): Use it, rather than u16_to_u8.
23409         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
23410         units at the end of the input string.
23411         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
23412
23413 2008-04-20  Bruno Haible  <bruno@clisp.org>
23414
23415         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
23416         when the resulting length is 0.
23417         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
23418
23419 2008-04-20  Bruno Haible  <bruno@clisp.org>
23420
23421         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
23422         works.
23423         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
23424
23425 2008-04-20  Bruno Haible  <bruno@clisp.org>
23426
23427         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
23428         * modules/tsearch-tests (configure.ac): Test for initstate function.
23429
23430 2008-04-20  Bruno Haible  <bruno@clisp.org>
23431
23432         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
23433         for nlink_t if missing.
23434         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
23435
23436 2008-04-19  Bruno Haible  <bruno@clisp.org>
23437
23438         Work around snprintf bug on Linux libc5.
23439         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
23440         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23441         gl_SNPRINTF_SIZE1.
23442         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23443         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
23444         that test failed.
23445         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
23446         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
23447         * modules/snprintf (Files): Add m4/printf.m4.
23448         * modules/vsnprintf (Files): Likewise.
23449         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
23450         * doc/posix-functions/vsnprintf.texi: Likewise.
23451
23452 2008-04-19  Bruno Haible  <bruno@clisp.org>
23453
23454         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
23455         from 0.0058 to less than 10^-7.
23456
23457 2008-04-19  Bruno Haible  <bruno@clisp.org>
23458
23459         Fix rounding when a precision is given.
23460         * lib/vasnprintf.c (is_borderline): New function.
23461         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
23462         9...9x.
23463         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
23464         %e, %g.
23465         * tests/test-vasprintf-posix.c (test_function): Likewise.
23466         * tests/test-snprintf-posix.h (test_function): Likewise.
23467         * tests/test-sprintf-posix.h (test_function): Likewise.
23468         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
23469         * tests/test-printf-posix.h (test_function): Likewise.
23470         * tests/test-printf-posix.output: Update.
23471         Reported by John Darrington <john@darrington.wattle.id.au> via
23472         Ben Pfaff <blp@cs.stanford.edu>.
23473
23474 2008-04-18  Simon Josefsson  <simon@josefsson.org>
23475
23476         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
23477         Suggested by Bruno Haible <bruno@clisp.org>.
23478
23479 2008-04-17  Bruno Haible  <bruno@clisp.org>
23480
23481         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
23482         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
23483         implementation.
23484         Patch by Bruce Merry <bmerry@gmail.com>.
23485
23486 2008-04-17  Simon Josefsson  <simon@josefsson.org>
23487
23488         * doc/posix-functions/strftime.texi (strftime): Mention that %e
23489         doesn't work under Windows.
23490
23491 2008-04-16  Bruno Haible  <bruno@clisp.org>
23492
23493         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
23494         New macros.
23495         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
23496         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
23497         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
23498         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
23499         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
23500         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
23501         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
23502         macros.
23503         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
23504         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
23505         Northern Sotho, Uighur.
23506
23507 2008-04-16  Bruno Haible  <bruno@clisp.org>
23508
23509         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
23510         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
23511         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
23512         Reported by Daniel Bergström <daniel@octocode.com>.
23513
23514 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
23515             Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
23518         function.
23519         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
23520         New functions, mostly extracted from gl_locale_name_default.
23521         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
23522
23523 2008-04-16  Eric Blake  <ebb9@byu.net>
23524
23525         Adjust strtod detection to catch glibc 2.7 bug.
23526         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
23527         Reported by John Gatewood Ham.
23528
23529 2008-04-16  Bruno Haible  <bruno@clisp.org>
23530
23531         Add tentative support for Linux libc5.
23532         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
23533         * lib/fpurge.c (fpurge): Likewise.
23534         * lib/freadable.c (freadable): Likewise.
23535         * lib/freadahead.c (freadahead): Likewise.
23536         * lib/freading.c (freading): Likewise.
23537         * lib/freadptr.c (freadptr): Likewise.
23538         * lib/freadseek.c (freadptrinc): Likewise.
23539         * lib/fseeko.c (rpl_fseeko): Likewise.
23540         * lib/fseterr.c (fseterr): Likewise.
23541         * lib/fwritable.c (fwritable): Likewise.
23542         * lib/fwriting.c (fwriting): Likewise.
23543         Reported by Alain Guibert <alguibert+bts@free.fr>.
23544
23545 2008-04-15  Bruno Haible  <bruno@clisp.org>
23546
23547         * modules/mathl (configure.ac): Define module indicator.
23548
23549 2008-04-15  Bruno Haible  <bruno@clisp.org>
23550
23551         * lib/logl.c (logl): Remove unused variables.
23552
23553 2008-04-15  Bruno Haible  <bruno@clisp.org>
23554
23555         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
23556         fails.
23557
23558 2008-04-15  Bruno Haible  <bruno@clisp.org>
23559
23560         * lib/trim.c (trim2): Fix argument of isspace() macro.
23561
23562 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
23563
23564         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
23565         to 0.
23566         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
23567
23568 2008-04-14  Bruno Haible  <bruno@clisp.org>
23569
23570         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
23571         AC_LANG_PROGRAM argument.
23572         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
23573         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
23574         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
23575         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
23576         * m4/math_h.m4 (gl_MATH_H): Likewise.
23577         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
23578         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23579         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
23580         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
23581         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23582         * m4/regex.m4 (gl_REGEX): Likewise.
23583         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
23584         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
23585         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23586         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
23587         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23588         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23589         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
23590         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
23591
23592 2008-04-14  Jim Meyering  <meyering@redhat.com>
23593
23594         test-strtod: fix typos: s/abs/fabs/
23595         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
23596
23597 2008-04-13  Bruno Haible  <bruno@clisp.org>
23598
23599         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
23600         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
23601         module is also used and while not building the reloc-wrapper.
23602
23603 2008-04-13  Bruno Haible  <bruno@clisp.org>
23604
23605         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
23606
23607 2008-04-13  Bruno Haible  <bruno@clisp.org>
23608
23609         Fix AIX compilation failure introduced on 2008-04-02.
23610         * tests/test-frexp.c (exp): Undefine before redefining.
23611         * tests/test-frexpl.c (exp): Likewise.
23612
23613 2008-04-13  Bruno Haible  <bruno@clisp.org>
23614
23615         Work around a HP-UX stdio bug.
23616         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
23617         * tests/test-ftello.c (main): Likewise.
23618         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
23619         * doc/posix-functions/ftello.texi: Likewise.
23620
23621 2008-04-13  Bruno Haible  <bruno@clisp.org>
23622
23623         Make test-signbit pass on HP-UX/hppa.
23624         * tests/test-signbit.c (minus_zerol): New variable.
23625         (test_signbitl): Use it.
23626
23627 2008-04-13  Bruno Haible  <bruno@clisp.org>
23628
23629         Make truncl work on OSF/1 4.0.
23630         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
23631         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
23632         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
23633         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
23634         HAVE_DECL_TRUNCL.
23635         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
23636         HAVE_DECL_TRUNCL.
23637         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
23638
23639 2008-04-13  Bruno Haible  <bruno@clisp.org>
23640
23641         * lib/unictype.h: Remove trailing comma from enumeration definitions.
23642
23643 2008-04-13  Bruno Haible  <bruno@clisp.org>
23644
23645         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
23646         expression, so as to avoid HP-UX 11 cc compiler bug.
23647
23648 2008-04-13  Bruno Haible  <bruno@clisp.org>
23649
23650         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
23651
23652 2008-04-13  Bruno Haible  <bruno@clisp.org>
23653
23654         * lib/git-merge-changelog.c: Remove empty declaration outside of
23655         functions.
23656
23657 2008-04-13  Bruno Haible  <bruno@clisp.org>
23658
23659         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
23660
23661 2008-04-13  Bruno Haible  <bruno@clisp.org>
23662
23663         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
23664         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
23665         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
23666         also if it exists but lacks definitions of the SHUT_* macros.
23667         * modules/sys_socket (Description): Update.
23668         Reported by Elbert Pol <e.pol@chello.nl>.
23669
23670 2008-04-13  Bruno Haible  <bruno@clisp.org>
23671
23672         * lib/localcharset.c (OS2): Don't redefine if already defined.
23673         Reported by Elbert Pol <e.pol@chello.nl>.
23674
23675 2008-04-13  Bruno Haible  <bruno@clisp.org>
23676
23677         * lib/binary-io.h [__EMX__]: Include <io.h>.
23678         Reported by Elbert Pol <e.pol@chello.nl>.
23679
23680 2008-04-12  Bruno Haible  <bruno@clisp.org>
23681
23682         * lib/fpucw.h: Enable the definitions also for x86_64.
23683         Needed for NetBSD/x86_64.
23684         Reported by Thomas Klausner <tk@giga.or.at>.
23685
23686 2008-04-12  Bruno Haible  <bruno@clisp.org>
23687
23688         * tests/test-strtod.c: Include isnand.h.
23689         (main): Use isnand instead of isnan.
23690         Reported by Jim Meyering.
23691
23692 2008-04-12  Bruno Haible  <bruno@clisp.org>
23693
23694         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
23695         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23696
23697 2008-04-12  Jim Meyering  <meyering@redhat.com>
23698
23699         * m4/math_h.m4 (gl_MATH_H): Fix typos.
23700
23701 2008-04-12  Bruno Haible  <bruno@clisp.org>
23702
23703         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
23704         Reported by Elbert Pol <e.pol@chello.nl>.
23705
23706 2008-04-12  Eric Blake  <ebb9@byu.net>
23707
23708         Work around Solaris 10 math.h bug.
23709         * m4/math_h.m4 (gl_MATH_H): Check for bug.
23710         (gl_MATH_H_DEFAULTS): Set up default.
23711         * modules/math (Makefile.am): Replace new indicators.
23712         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
23713         * tests/test-math.c (main): Test this.
23714         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
23715         * doc/posix-headers/math.texi (math.h): Mention bug.
23716         Reported by Nelson H. F. Beebe and Jim Meyering.
23717
23718 2008-04-11  Bruno Haible  <bruno@clisp.org>
23719
23720         Adapt to future versions of Apple GCC.
23721         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
23722         Reported by Peter O'Gorman <peter@pogma.com>.
23723
23724 2008-04-11  Bruno Haible  <bruno@clisp.org>
23725
23726         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
23727
23728 2008-04-11  Bruno Haible  <bruno@clisp.org>
23729
23730         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
23731
23732         * modules/getaddrinfo-tests (Makefile.am): Define
23733         test_getaddrinfo_LDADD.
23734
23735 2008-04-11  Bruno Haible  <bruno@clisp.org>
23736
23737         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
23738         (init): Fix syntax error.
23739         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
23740         is declared.
23741
23742 2008-04-11  Bruno Haible  <bruno@clisp.org>
23743
23744         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
23745         * modules/glob (Depends-on): Add stdbool.
23746
23747 2008-04-11  Bruno Haible  <bruno@clisp.org>
23748
23749         * lib/trim.c: Include <string.h>.
23750
23751 2008-04-11  Eric Blake  <ebb9@byu.net>
23752
23753         Avoid compile failure on OS/2.
23754         * lib/regex_internal.h (internal_function): Disable optimization
23755         on OS/2 (__EMX__), where it caused compiler error.
23756         Reported by Elbert Pol.
23757
23758 2008-04-11  Bruno Haible  <bruno@clisp.org>
23759
23760         Flush the standard error stream before aborting. Needed on mingw.
23761         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
23762         * tests/test-array_list.c (ASSERT): Likewise.
23763         * tests/test-array_oset.c (ASSERT): Likewise.
23764         * tests/test-avltree_list.c (ASSERT): Likewise.
23765         * tests/test-avltree_oset.c (ASSERT): Likewise.
23766         * tests/test-avltreehash_list.c (ASSERT): Likewise.
23767         * tests/test-binary-io.c (ASSERT): Likewise.
23768         * tests/test-byteswap.c (ASSERT): Likewise.
23769         * tests/test-c-ctype.c (ASSERT): Likewise.
23770         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
23771         * tests/test-c-strcasestr.c (ASSERT): Likewise.
23772         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
23773         * tests/test-c-strstr.c (ASSERT): Likewise.
23774         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
23775         * tests/test-canonicalize.c (ASSERT): Likewise.
23776         * tests/test-carray_list.c (ASSERT): Likewise.
23777         * tests/test-ceilf1.c (ASSERT): Likewise.
23778         * tests/test-ceilf2.c (ASSERT): Likewise.
23779         * tests/test-ceill.c (ASSERT): Likewise.
23780         * tests/test-count-one-bits.c (ASSERT): Likewise.
23781         * tests/test-fbufmode.c (ASSERT): Likewise.
23782         * tests/test-fflush2.c (ASSERT): Likewise.
23783         * tests/test-floorf1.c (ASSERT): Likewise.
23784         * tests/test-floorf2.c (ASSERT): Likewise.
23785         * tests/test-floorl.c (ASSERT): Likewise.
23786         * tests/test-fopen.c (ASSERT): Likewise.
23787         * tests/test-fpending.c (ASSERT): Likewise.
23788         * tests/test-fprintf-posix.c (ASSERT): Likewise.
23789         * tests/test-fpurge.c (ASSERT): Likewise.
23790         * tests/test-freadable.c (ASSERT): Likewise.
23791         * tests/test-freadahead.c (ASSERT): Likewise.
23792         * tests/test-freading.c (ASSERT): Likewise.
23793         * tests/test-freadptr.c (ASSERT): Likewise.
23794         * tests/test-freadptr2.c (ASSERT): Likewise.
23795         * tests/test-freadseek.c (ASSERT): Likewise.
23796         * tests/test-freopen.c (ASSERT): Likewise.
23797         * tests/test-frexp.c (ASSERT): Likewise.
23798         * tests/test-frexpl.c (ASSERT): Likewise.
23799         * tests/test-fseek.c (ASSERT): Likewise.
23800         * tests/test-fseeko.c (ASSERT): Likewise.
23801         * tests/test-fstrcmp.c (ASSERT): Likewise.
23802         * tests/test-ftell.c (ASSERT): Likewise.
23803         * tests/test-ftello.c (ASSERT): Likewise.
23804         * tests/test-func.c (ASSERT): Likewise.
23805         * tests/test-fwritable.c (ASSERT): Likewise.
23806         * tests/test-fwriting.c (ASSERT): Likewise.
23807         * tests/test-getdelim.c (ASSERT): Likewise.
23808         * tests/test-getline.c (ASSERT): Likewise.
23809         * tests/test-i-ring.c (ASSERT): Likewise.
23810         * tests/test-iconv-utf.c (ASSERT): Likewise.
23811         * tests/test-iconv.c (ASSERT): Likewise.
23812         * tests/test-isfinite.c (ASSERT): Likewise.
23813         * tests/test-isnand.c (ASSERT): Likewise.
23814         * tests/test-isnanf.c (ASSERT): Likewise.
23815         * tests/test-isnanl.h (ASSERT): Likewise.
23816         * tests/test-ldexpl.c (ASSERT): Likewise.
23817         * tests/test-linked_list.c (ASSERT): Likewise.
23818         * tests/test-linkedhash_list.c (ASSERT): Likewise.
23819         * tests/test-localename.c (ASSERT): Likewise.
23820         * tests/test-lseek.c (ASSERT): Likewise.
23821         * tests/test-mbscasecmp.c (ASSERT): Likewise.
23822         * tests/test-mbscasestr1.c (ASSERT): Likewise.
23823         * tests/test-mbscasestr2.c (ASSERT): Likewise.
23824         * tests/test-mbscasestr3.c (ASSERT): Likewise.
23825         * tests/test-mbscasestr4.c (ASSERT): Likewise.
23826         * tests/test-mbschr.c (ASSERT): Likewise.
23827         * tests/test-mbscspn.c (ASSERT): Likewise.
23828         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
23829         * tests/test-mbspbrk.c (ASSERT): Likewise.
23830         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
23831         * tests/test-mbsrchr.c (ASSERT): Likewise.
23832         * tests/test-mbsspn.c (ASSERT): Likewise.
23833         * tests/test-mbsstr1.c (ASSERT): Likewise.
23834         * tests/test-mbsstr2.c (ASSERT): Likewise.
23835         * tests/test-mbsstr3.c (ASSERT): Likewise.
23836         * tests/test-memchr2.c (ASSERT): Likewise.
23837         * tests/test-memmem.c (ASSERT): Likewise.
23838         * tests/test-open.c (ASSERT): Likewise.
23839         * tests/test-printf-frexp.c (ASSERT): Likewise.
23840         * tests/test-printf-frexpl.c (ASSERT): Likewise.
23841         * tests/test-printf-posix.c (ASSERT): Likewise.
23842         * tests/test-quotearg.c (ASSERT): Likewise.
23843         * tests/test-rbtree_list.c (ASSERT): Likewise.
23844         * tests/test-rbtree_oset.c (ASSERT): Likewise.
23845         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
23846         * tests/test-round1.c (ASSERT): Likewise.
23847         * tests/test-roundf1.c (ASSERT): Likewise.
23848         * tests/test-roundl.c (ASSERT): Likewise.
23849         * tests/test-signbit.c (ASSERT): Likewise.
23850         * tests/test-sleep.c (ASSERT): Likewise.
23851         * tests/test-snprintf-posix.c (ASSERT): Likewise.
23852         * tests/test-snprintf.c (ASSERT): Likewise.
23853         * tests/test-sprintf-posix.c (ASSERT): Likewise.
23854         * tests/test-stat-time.c (ASSERT): Likewise.
23855         * tests/test-strcasestr.c (ASSERT): Likewise.
23856         * tests/test-strerror.c (ASSERT): Likewise.
23857         * tests/test-striconv.c (ASSERT): Likewise.
23858         * tests/test-striconveh.c (ASSERT): Likewise.
23859         * tests/test-striconveha.c (ASSERT): Likewise.
23860         * tests/test-strsignal.c (ASSERT): Likewise.
23861         * tests/test-strstr.c (ASSERT): Likewise.
23862         * tests/test-strtod.c (ASSERT): Likewise.
23863         * tests/test-trunc1.c (ASSERT): Likewise.
23864         * tests/test-trunc2.c (ASSERT): Likewise.
23865         * tests/test-truncf1.c (ASSERT): Likewise.
23866         * tests/test-truncf2.c (ASSERT): Likewise.
23867         * tests/test-truncl.c (ASSERT): Likewise.
23868         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
23869         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
23870         * tests/test-vasnprintf.c (ASSERT): Likewise.
23871         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
23872         * tests/test-vasprintf.c (ASSERT): Likewise.
23873         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
23874         * tests/test-vprintf-posix.c (ASSERT): Likewise.
23875         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
23876         * tests/test-vsnprintf.c (ASSERT): Likewise.
23877         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
23878         * tests/test-wcwidth.c (ASSERT): Likewise.
23879         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
23880         * tests/test-xprintf-posix.c (ASSERT): Likewise.
23881         * tests/test-xvasprintf.c (ASSERT): Likewise.
23882         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
23883         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
23884         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
23885         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
23886         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
23887         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
23888         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
23889         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
23890         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
23891         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
23892         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
23893         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
23894         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
23895         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
23896         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
23897         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
23898         * tests/unictype/test-block_list.c (ASSERT): Likewise.
23899         * tests/unictype/test-block_of.c (ASSERT): Likewise.
23900         * tests/unictype/test-block_test.c (ASSERT): Likewise.
23901         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
23902         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
23903         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
23904         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
23905         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
23906         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
23907         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
23908         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
23909         * tests/unictype/test-combining.c (ASSERT): Likewise.
23910         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
23911         * tests/unictype/test-digit.c (ASSERT): Likewise.
23912         * tests/unictype/test-mirror.c (ASSERT): Likewise.
23913         * tests/unictype/test-numeric.c (ASSERT): Likewise.
23914         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
23915         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
23916         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
23917         * tests/unictype/test-scripts.c (ASSERT): Likewise.
23918         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
23919         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
23920         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
23921         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
23922         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
23923         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
23924         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
23925         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
23926         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
23927         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
23928         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
23929         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
23930         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
23931         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
23932         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
23933         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
23934         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
23935         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
23936         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
23937         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
23938         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
23939         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
23940         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
23941         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
23942         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
23943         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
23944         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
23945         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
23946         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
23947         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
23948         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
23949         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
23950         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
23951         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
23952         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
23953         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
23954         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
23955         Reported by Eric Blake.
23956
23957 2008-04-11  Bruno Haible  <bruno@clisp.org>
23958
23959         * lib/wchar.in.h: Tweak comment.
23960
23961 2008-04-11  Bruno Haible  <bruno@clisp.org>
23962
23963         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
23964         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
23965         gl_COMMON.
23966         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
23967
23968 2008-04-11  Bruno Haible  <bruno@clisp.org>
23969
23970         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
23971
23972 2008-04-11  Simon Josefsson  <simon@josefsson.org>
23973
23974         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
23975         of attempting to use non-existing /dev/*random.  Based on patch
23976         from Adam Strzelecki <ono@java.pl> in
23977         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
23978
23979 2008-04-08  Bruno Haible  <bruno@clisp.org>
23980
23981         Add tentative support for emx+gcc.
23982         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
23983         * lib/fpurge.c (fpurge): Likewise.
23984         * lib/freadable.c (freadable): Likewise.
23985         * lib/freadahead.c (freadahead): Likewise.
23986         * lib/freading.c (freading): Likewise.
23987         * lib/freadptr.c (freadptr): Likewise.
23988         * lib/freadseek.c (freadptrinc): Likewise.
23989         * lib/fseeko.c (rpl_fseeko): Likewise.
23990         * lib/fseterr.c (fseterr): Likewise.
23991         * lib/fwritable.c (fwritable): Likewise.
23992         * lib/fwriting.c (fwriting): Likewise.
23993         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
23994
23995 2008-04-09  Eric Blake  <ebb9@byu.net>
23996
23997         Avoid some autoconf warnings.
23998         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
23999         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
24000         * m4/afs.m4 (gl_AFS): Likewise.
24001         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
24002         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
24003         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24004         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
24005         (gl_INTEGER_TYPE_SUFFIX): Likewise.
24006         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
24007         (AC_CHECK_DECLS_ONCE): Likewise.
24008         Rename file...
24009         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
24010         gnulib-tool requires autoconf 2.59 or better.
24011         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
24012
24013 2008-04-08  Eric Blake  <ebb9@byu.net>
24014
24015         Use 'git describe --match' if present (added in git 1.5.5).
24016         * build-aux/git-version-gen: Limit result to tags that match 'v*'
24017         if possible.
24018
24019 2008-04-08  Bruno Haible  <bruno@clisp.org>
24020
24021         Add tentative support for OpenServer.
24022         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
24023         _ptr, _cnt.
24024         * lib/fpurge.c (fpurge): Likewise.
24025         * lib/freadable.c (freadable): Likewise.
24026         * lib/freadahead.c (freadahead): Likewise.
24027         * lib/freading.c (freading): Likewise.
24028         * lib/freadptr.c (freadptr): Likewise.
24029         * lib/freadseek.c (freadptrinc): Likewise.
24030         * lib/fseeko.c (rpl_fseeko): Likewise.
24031         * lib/fseterr.c (fseterr): Likewise.
24032         * lib/fwritable.c (fwritable): Likewise.
24033         * lib/fwriting.c (fwriting): Likewise.
24034         Reported by Roger Cornelius <rac@tenzing.org> and
24035         Brian K. White <brian@aljex.com>.
24036
24037 2008-04-06  Jim Meyering  <meyering@redhat.com>
24038
24039         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
24040
24041 2008-04-06  Bruno Haible  <bruno@clisp.org>
24042
24043         Avoid possible error with non-ASCII bytes in UTF-8 locales.
24044         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
24045         * tests/test-printf-posix.sh: Likewise.
24046         * tests/test-vfprintf-posix.sh: Likewise.
24047         * tests/test-vprintf-posix.sh: Likewise.
24048         * tests/test-xprintf-posix.sh: Likewise.
24049
24050 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24051
24052         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
24053         hide error from 'ls', needed on OS/2.
24054         Report by Elbert Pol <elbert.pol@gmail.com>.
24055
24056 2008-04-04  Eric Blake  <ebb9@byu.net>
24057
24058         Make test-fseeko.c failures meaningful.
24059         * tests/test-fseeko.c: Print line number on failure.
24060         * tests/test-fseek.c: Likewise.
24061         Reported by Nelson H. F. Beebe.
24062
24063         Improve strtod bug detection check.
24064         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
24065         required for Solaris 10.
24066         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
24067
24068 2008-04-04  Bruno Haible  <bruno@clisp.org>
24069
24070         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
24071         by m4/setenv.m4.
24072
24073 2008-04-03  Eric Blake  <ebb9@byu.net>
24074
24075         Ensure sane .version contents.
24076         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
24077         version string.
24078         * build-aux/git-version-gen: Improve documentation.
24079
24080         Make GNU make output nicer.
24081         * top/GNUmakefile [!_have-Makefile]: Add dependency on
24082         MAKECMDGOALS to enforce message for all command line targets.  Set
24083         srcdir for use in maint.mk.
24084
24085         Another maintainer tweak.
24086         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
24087         a target that regenerates version.
24088
24089 2008-04-03  Jim Meyering  <meyering@redhat.com>
24090
24091         vc-list-files: don't cause coreutils "make po-check" failure
24092         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
24093
24094 2008-04-03  Eric Blake  <ebb9@byu.net>
24095
24096         Allow VPATH usage of vc-list-files.
24097         * build-aux/vc-list-files (scriptversion): Add timestamp.
24098         (options): Add --help, --version, -C.
24099         (CVS): Support installed cvsu.
24100
24101 2008-04-02  Bruno Haible  <bruno@clisp.org>
24102
24103         Avoid some "statement with no effect" warnings from gcc.
24104         * tests/test-wctype.c (main): Explicitly ignore unused values.
24105         Reported by Jim Meyering.
24106
24107 2008-04-02  Jim Meyering  <meyering@redhat.com>
24108
24109         Avoid some warnings from "gcc -Wshadow".
24110         * tests/test-frexp.c (exp): Define to a different identifier.
24111         * tests/test-frexpl.c (exp): Likewise.
24112
24113 2008-04-03  Jim Meyering  <meyering@redhat.com>
24114
24115         bootstrap: remove dangling *.[ch] symlinks from lib
24116         * build-aux/bootstrap [dangling symlink removal]: Move find's
24117         -depth option to precede all others, to avoid a warning.
24118         Remove *.[ch] files too, and from "$source_base" (usually lib/).
24119
24120 2008-04-02  Bruno Haible  <bruno@clisp.org>
24121
24122         Avoid some warnings from "gcc -Wshadow".
24123         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
24124         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
24125         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
24126         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
24127         Reported by Jim Meyering.
24128
24129 2008-04-01  Bruno Haible  <bruno@clisp.org>
24130
24131         Fix test to work on IRIX 6.5 with cc.
24132         * tests/test-math.c (numeric_equal): New function.
24133         (main): Use it.
24134
24135 2008-04-01  Bruno Haible  <bruno@clisp.org>
24136
24137         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
24138
24139 2008-04-01  Bruno Haible  <bruno@clisp.org>
24140
24141         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
24142         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24143         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
24144         (Depends-on): Remove math.
24145
24146         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
24147         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24148         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
24149         (Depends-on): Remove math.
24150
24151         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
24152         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24153         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
24154         (Depends-on): Remove math.
24155         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
24156         (Depends-on): Remove math.
24157
24158         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
24159         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24160         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
24161         (Depends-on): Remove math.
24162         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
24163         (Depends-on): Remove math.
24164
24165         * tests/test-round1.c: Include nan.h.
24166         (main): Use NaNd instead of NAN.
24167         * modules/round-tests (Files): Add tests/nan.h.
24168
24169         * tests/test-trunc1.c: Include nan.h.
24170         (main): Use NaNd instead of NAN.
24171         * modules/trunc-tests (Files): Add tests/nan.h.
24172
24173         * tests/test-roundf1.c: Include nan.h.
24174         (main): Use NaNf instead of NAN.
24175         * modules/roundf-tests (Files): Add tests/nan.h.
24176
24177         * tests/test-truncf1.c: Include nan.h.
24178         (main): Use NaNf instead of NAN.
24179         * modules/truncf-tests (Files): Add tests/nan.h.
24180
24181         * tests/test-ceilf1.c: Include nan.h.
24182         (main): Use NaNf instead of NAN.
24183         * modules/ceilf-tests (Files): Add tests/nan.h.
24184
24185         * tests/test-floorf1.c: Include nan.h.
24186         (main): Use NaNf instead of NAN.
24187         * modules/floorf-tests (Files): Add tests/nan.h.
24188
24189         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
24190         (main): Use NaNf instead of NAN.
24191         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
24192
24193         * tests/test-isnand.c: Include nan.h instead of <math.h>.
24194         (main): Use NaNd instead of NAN.
24195         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
24196
24197         * tests/test-frexp.c: Include nan.h.
24198         (main): Use NaNd instead of NAN.
24199         * modules/frexp-tests (Files): Add tests/nan.h.
24200
24201         * lib/isnan.c: Don't include <math.h>.
24202         (FUNC): Don't use NAN macro.
24203         * modules/isnand-nolibm (Depends-on): Remove math.
24204         * modules/isnanf-nolibm (Depends-on): Remove math.
24205         * modules/isnanl (Depends-on): Remove math.
24206         * modules/isnanl-nolibm (Depends-on): Remove math.
24207
24208         * tests/nan.h: New file.
24209
24210 2008-04-01  Eric Blake  <ebb9@byu.net>
24211
24212         Fix typos.
24213         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
24214         values to be the right type.
24215
24216         For now, cater to gnulib strtod inaccuracies.
24217         * tests/test-strtod.c (main): Allow 1-ulp error on expected
24218         fractional results.  While not as nice from a QoI perspective, it
24219         is a quicker patch than correctly implementing decimal to binary
24220         rounding.
24221
24222 2008-03-31  Eric Blake  <ebb9@byu.net>
24223
24224         Guarantee a definition of NAN.
24225         * lib/math.in.h (NAN): Define if missing.
24226         * tests/test-math.c (main): Test it.
24227         * doc/posix-headers/math.texi (math.h): Document this.
24228         * lib/isnan.c (rpl_isnand): Use it.
24229         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
24230         * tests/test-floorf1.c (NaN): Likewise.
24231         * tests/test-frexp.c (NaN): Likewise.
24232         * tests/test-isnand.c (NaN): Likewise.
24233         * tests/test-isnanf.c (NaN): Likewise.
24234         * tests/test-round1.c (NaN): Likewise.
24235         * tests/test-roundf1.c (NaN): Likewise.
24236         * tests/test-snprintf-posix.h (NaN): Likewise.
24237         * tests/test-sprintf-posix.h (NaN): Likewise.
24238         * tests/test-trunc1.c (NaN): Likewise.
24239         * tests/test-truncf1.c (NaN): Likewise.
24240         * tests/test-vasnprintf-posix.c (NaN): Likewise.
24241         * tests/test-vasprintf-posix.c (NaN): Likewise.
24242         * modules/isnand-nolibm (Depends-on): Add math.
24243         * modules/isnanf-nolibm (Depends-on): Likewise.
24244         * modules/isnanl (Depends-on): Likewise.
24245         * modules/isnanl-nolibm (Depends-on): Likewise.
24246         * modules/snprintf-posix-tests (Depends-on): Likewise.
24247         * modules/sprintf-posix-tests (Depends-on): Likewise.
24248         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
24249         * modules/vsprintf-posix-tests (Depends-on): Likewise.
24250         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
24251         * modules/vasprintf-posix-tests (Depends-on): Likewise.
24252
24253 2008-03-31  Bruno Haible  <bruno@clisp.org>
24254
24255         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
24256         * doc/posix-functions/strtod.texi: Likewise.
24257
24258 2008-03-31  Bruno Haible  <bruno@clisp.org>
24259
24260         * tests/test-strtod.c (main): Don't use C99 syntax.
24261
24262 2008-03-31  Bruno Haible  <bruno@clisp.org>
24263
24264         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
24265         Reported by Eric Blake.
24266
24267 2008-03-31  Jim Meyering  <meyering@redhat.com>
24268
24269         Don't compare actual signbit return values.
24270         * tests/test-strtod.c (main): Rather, compare only their
24271         zero/non-zero nature.
24272
24273 2008-03-31  Eric Blake  <ebb9@byu.net>
24274
24275         More strtod documentation.
24276         * doc/posix-functions/strtod.texi (strtod): Interpret more test
24277         failures as distinct bugs.
24278
24279 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24280
24281         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
24282         Problem reported by Erik Benada in
24283         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
24284
24285 2008-03-30  Bruno Haible  <bruno@clisp.org>
24286
24287         * tests/test-strtod.c: Add comments about which assertion fails on which
24288         platform.
24289         * doc/posix-functions/strtod.texi: Add info about many more platforms.
24290
24291 2008-03-30  Eric Blake  <ebb9@byu.net>
24292
24293         Test signbit behavior on zeros.
24294         * tests/test-signbit.c (test_signbitf): Add tests for zero.
24295         (test_signbitd, test_signbitl): Likewise.
24296
24297         More strtod touchups.
24298         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
24299         sign of negative underflow, for now.  Use .5, not .1.
24300         * doc/posix-functions/strtod.texi (strtod): Mention these
24301         limitations.
24302         Reported by Jim Meyering.
24303
24304 2008-03-30  Bruno Haible  <bruno@clisp.org>
24305
24306         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
24307         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
24308
24309 2008-03-30  Bruno Haible  <bruno@clisp.org>
24310
24311         Avoid failure when attempting to return empty iconv results on some
24312         platforms.
24313         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
24314         allocation, don't report ENOMEM when the resulting string is empty.
24315
24316 2008-03-30  Bruno Haible  <bruno@clisp.org>
24317
24318         Fix buffer overrun.
24319         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
24320         Don't consider the width for tmp_length. Check count against tmp_length
24321         before doing the padding. Ensure enough allocation during padding.
24322
24323 2008-03-30  Eric Blake  <ebb9@byu.net>
24324
24325         strtod touchups.
24326         * lib/strtod.c (strtod): Avoid compiler warnings.
24327         Reported by Jim Meyering.
24328
24329 2008-03-30  Bruno Haible  <bruno@clisp.org>
24330
24331         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
24332         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
24333         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
24334         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
24335         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
24336         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
24337         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
24338         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
24339
24340         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
24341         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
24342         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
24343         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
24344         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
24345         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
24346         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
24347         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
24348
24349         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
24350         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
24351         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
24352         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
24353         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
24354         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
24355         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
24356         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
24357
24358         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
24359         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
24360
24361         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
24362         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
24363
24364         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
24365         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
24366
24367         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
24368         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
24369         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
24370
24371         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
24372         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
24373         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
24374
24375         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
24376         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
24377         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
24378
24379         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
24380         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
24381         * modules/vasprintf (Depends-on): Add EOVERFLOW.
24382
24383         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
24384         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
24385         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
24386         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
24387         (Depends-on): Add EOVERFLOW.
24388         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
24389         (Depends-on): Add EOVERFLOW.
24390         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24391         (Depends-on): Add EOVERFLOW.
24392         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24393         (Depends-on): Add EOVERFLOW.
24394         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24395         (Depends-on): Add EOVERFLOW.
24396         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24397         (Depends-on): Add EOVERFLOW.
24398         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24399         (Depends-on): Add EOVERFLOW.
24400         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24401         (Depends-on): Add EOVERFLOW.
24402
24403         * lib/sprintf.c (EOVERFLOW): Remove fallback.
24404         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
24405         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
24406
24407         * lib/snprintf.c (EOVERFLOW): Remove fallback.
24408         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
24409         * modules/snprintf (Depends-on): Add EOVERFLOW.
24410
24411         * lib/poll.c (EOVERFLOW): Remove fallback.
24412         * modules/poll (Depends-on): Add EOVERFLOW.
24413
24414         * lib/getugroups.c (EOVERFLOW): Remove fallback.
24415         * modules/getugroups (Depends-on): Add EOVERFLOW.
24416
24417         * lib/getdelim.c (EOVERFLOW): Remove fallback.
24418         * modules/getdelim (Depends-on): Add EOVERFLOW.
24419
24420         * lib/ftell.c (EOVERFLOW): Remove fallback.
24421         * modules/ftell (Depends-on): Add EOVERFLOW.
24422
24423         * lib/fprintf.c (EOVERFLOW): Remove fallback.
24424         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
24425         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
24426
24427         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
24428
24429         * modules/EOVERFLOW-tests: New file.
24430         * tests/test-EOVERFLOW.c: New file.
24431
24432         * modules/EOVERFLOW: New file.
24433         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
24434
24435 2008-03-30  Bruno Haible  <bruno@clisp.org>
24436
24437         Fix bug introduced on 2007-06-10.
24438         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
24439         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
24440
24441 2008-03-30  Bruno Haible  <bruno@clisp.org>
24442
24443         Improve freadseek's efficiency after ungetc.
24444         * lib/freadseek.c: Include freadahead.h.
24445         (freadptrinc): New function, extracted from freadseek.
24446         (freadseek): Use it in a loop. Use freadahead to determine the number
24447         of loop iterations.
24448         * modules/freadseek (Depends-on): Add freadahead.
24449         (configure.ac): Require AC_C_INLINE.
24450
24451 2008-03-30  Bruno Haible  <bruno@clisp.org>
24452
24453         * lib/freadseek.c (freadseek): Don't ignore the return value of
24454         freadptr.
24455
24456 2008-03-29  Eric Blake  <ebb9@byu.net>
24457
24458         Add hex float support.
24459         * modules/strtod (Depends-on): Add c-ctype.
24460         (Link): Mention POW_LIB.
24461         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
24462         whitespace between 'e' and exponent.
24463         * tests/test-strtod.c (main): Enable hex float tests.
24464         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
24465         now provides.
24466
24467         Document various strtod bugs, with some fixes.
24468         * doc/posix-functions/strtod.texi (strtod): Document bugs with
24469         "-0x", "inf", "nan", and hex constants.
24470         * doc/posix-functions/atof.texi (atof): Likewise.
24471         * modules/stdlib (Makefile.am): Support strtod.
24472         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
24473         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
24474         detect additional strtod bugs.
24475         * lib/stdlib.in.h (rpl_strtod): Add declarations.
24476         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
24477         bool where appropriate.  Parse 'inf' and 'nan'.
24478         * tests/test-strtod.c: New file.
24479         * modules/strtod (Depends-on): Add stdbool, stdlib.
24480         (configure.ac): Turn on module indicator.
24481         * modules/strtod-tests: New module.
24482
24483 2008-03-29  Eric Blake  <ebb9@byu.net>
24484
24485         Fix ftell on mingw.
24486         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
24487         * modules/ftell-tests (Depends-on): Add binary-io.
24488         * modules/ftello-tests (Depends-on): Likewise.
24489         * tests/test-ftell.c (main): Enhance test to cover behavior after
24490         ungetc.  Enforce binary mode.
24491         * tests/test-ftello.c (main): Likewise.
24492
24493         Pass test-freadseek on cygwin.
24494         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
24495         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
24496         ungetc buffer.
24497
24498         * tests/test-fflush2.c (main): Fix typo.
24499
24500 2008-03-29  Bruno Haible  <bruno@clisp.org>
24501
24502         * tests/test-fflush2.c (main): Temporarily disable the contents of
24503         this test.
24504         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
24505         Reported by Eric Blake.
24506
24507 2008-03-28  Simon Josefsson  <simon@josefsson.org>
24508
24509         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
24510         (GC_SHA224_DIGEST_SIZE): Add.
24511
24512         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
24513         (gc_hash_digest_length): Likewise.
24514         (gc_hash_buffer): Likewise.
24515
24516 2008-03-25  Bruno Haible  <bruno@clisp.org>
24517
24518         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
24519         detail which gettext release to use.
24520         Reported by Simon Josefsson.
24521
24522 2008-03-26  Jim Meyering  <meyering@redhat.com>
24523
24524         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
24525         * modules/gnumakefile (clean-GNUmakefile): Also, use
24526         test ... && ... || : syntax rather than if-then ... fi.
24527
24528         gnumakefile: Don't double-quote-expand $(VPATH) value.
24529         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
24530
24531 2008-03-24  Eric Blake  <ebb9@byu.net>
24532
24533         Alter GNUmakefile to install into top directory.
24534         * modules/maintainer-makefile: Split, and add dependency...
24535         * modules/gnumakefile: to this new module.
24536         * build-aux/GNUmakefile: Move...
24537         * top/GNUmakefile: ...here.
24538         * build-aux/maint.mk: Move...
24539         * top/maint.mk: ...here.
24540         * MODULES.html.sh (Support for maintaining...): Document new
24541         module.
24542
24543 2008-03-23  Bruno Haible  <bruno@clisp.org>
24544
24545         * gnulib-tool: New options --vc-files, --no-vc-files.
24546         (func_usage): Document them.
24547         (vc_files): New variable.
24548         (func_import): Consider vc_files.
24549         (func_create_testdir): Set vc_files to empty.
24550         Suggested by Jim Meyering and Karl Berry.
24551
24552 2008-03-23  Bruno Haible  <bruno@clisp.org>
24553
24554         Fix regex compilation error on HP-UX 11.
24555         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
24556         * modules/regex (Files): Add m4/mbstate_t.m4.
24557         Reported by Ton Voon <ton.voon@altinity.com>.
24558
24559 2008-03-23  Bruno Haible  <bruno@clisp.org>
24560
24561         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
24562
24563 2008-03-23  Eric Blake  <ebb9@byu.net>
24564             Bruno Haible  <bruno@clisp.org>
24565
24566         Install files from top/ in the destination directory.
24567         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
24568         augmentation also for the files from top/.
24569         (func_import, func_create_testdir): Rewrite file names:
24570         top/filename -> filename.
24571
24572 2008-03-23  Bruno Haible  <bruno@clisp.org>
24573
24574         Tweak "gnulib --version" output.
24575         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
24576
24577 2008-03-23  Bruno Haible  <bruno@clisp.org>
24578
24579         Tweak "gnulib --version" output.
24580         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
24581         rather than contents of ChangeLog, when possible.
24582
24583 2008-03-21  Eric Blake  <ebb9@byu.net>
24584
24585         More --version tweaks.
24586         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
24587         date of last ChangeLog entry.
24588
24589 2008-03-21  Jim Meyering  <meyering@redhat.com>
24590
24591         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
24592
24593 2008-03-20  Eric Blake  <ebb9@byu.net>
24594
24595         VPATH fix.
24596         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
24597
24598 2008-03-20  Simon Josefsson  <simon@josefsson.org>
24599
24600         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
24601         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
24602
24603 2008-03-20  Eric Blake  <ebb9@byu.net>
24604
24605         Sync GNUmakefile with coreutils.
24606         * build-aux/GNUmakefile (have-Makefile): Rename...
24607         (_have-Makefile): ...to this, for namespace consideration.
24608         (GNUmakefile.cfg): Include, if present.
24609         (_autoreconf): Define a default.
24610         (_is-dist-target): New rule for rebuilds to pick up intra-release
24611         version.
24612         (maint-cfg.mk): Rename...
24613         (cfg.mk): ...to this.
24614
24615 2008-03-18  Jim Meyering  <meyering@redhat.com>
24616
24617         New script and module: mktempd
24618         * MODULES.html.sh (maint+release support): Add mktempd.
24619         * build-aux/mktempd: New file.
24620         * modules/mktempd: New file.
24621
24622 2008-03-15  Jim Meyering  <meyering@redhat.com>
24623
24624         Undo last change.
24625         * lib/sha1.c, lib/md5.c: 63 != ~63.
24626         Reported by Andreas Schwab.
24627
24628         sha1.c, md5.c: Hoist a redundant expression.
24629         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
24630         "ctx->buflen" only once, before calling *_process_block.
24631         * lib/md5.c (md5_process_bytes): Likewise.
24632
24633 2008-03-14  Eric Blake  <ebb9@byu.net>
24634
24635         Bump copyright year in files generated by gnulib-tool.
24636         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
24637         gnulib-tool, rather than hard-coding it.
24638
24639         Fix 'gnulib-tool --version' output to work with git.
24640         * gnulib-tool (func_gnulib_dir): New function, extracted from...
24641         (startup): ...here.
24642         (func_version): Use it to invoke git-version-gen, rather than
24643         relying on CVS keyword expansion.  Modernize wording.
24644         (cvsdatestamp, last_checkin_date, version): Kill unused
24645         variables.
24646
24647 2008-03-12  Jim Meyering  <meyering@redhat.com>
24648
24649         Recognize optional cast of the argument to free.
24650         * build-aux/useless-if-before-free: Update regexps.
24651
24652         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
24653
24654 2008-03-11  Bruno Haible  <bruno@clisp.org>
24655
24656         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
24657         by a single package.
24658         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
24659         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
24660         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
24661         Reported by Sam Steingold <sds@gnu.org>.
24662
24663 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24664
24665         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
24666         repositories.
24667
24668 2008-03-11  Bruno Haible  <bruno@clisp.org>
24669
24670         Avoid conflicts between local macro definitions.
24671         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24672         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
24673
24674 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
24675             Bruno Haible  <bruno@clisp.org>
24676
24677         Make va_copy work with some version of xlc on AIX 5.1.
24678         * lib/stdarg.in.h: New file.
24679         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
24680         On AIX, use a <stdarg.h> file substitute.
24681         * modules/stdarg (Files): Add lib/stdarg.in.h.
24682         (Depends-on): Add include_next.
24683         (Makefile.am): Build a stdarg.h substitute if requested.
24684         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
24685
24686 2008-03-10  Bruno Haible  <bruno@clisp.org>
24687
24688         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
24689         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24690         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
24691
24692 2008-03-10  Bruno Haible  <bruno@clisp.org>
24693
24694         * modules/stdlib (Depends-on): Add include_next, remove
24695         absolute-header.
24696
24697 2008-03-09  Bruno Haible  <bruno@clisp.org>
24698
24699         * lib/freadahead.h (freadahead): Document more precisely.
24700         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
24701         the sum of both buffer sizes.
24702         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
24703         * NEWS: Document the change.
24704
24705 2008-03-09  Bruno Haible  <bruno@clisp.org>
24706
24707         Extend freadptr to return also the buffer size.
24708         * lib/freadptr.h (freadptr): Add sizep argument.
24709         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
24710         (freadptr): Add sizep argument. Determine buffer size like freadahead
24711         does.
24712         * tests/test-freadptr.c: Don't include freadahead.h.
24713         (main): Adapt for new calling convention of freadptr.
24714         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
24715         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
24716         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
24717         tests/test-freadptr2.sh.
24718         (Depends): Remove freadahead.
24719         (TESTS): Add test-freadptr2.sh.
24720         (check_PROGRAMS): Add test-freadptr2.
24721
24722 2008-03-09  Bruno Haible  <bruno@clisp.org>
24723
24724         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
24725         Report and solution by Simon Josefsson.
24726
24727 2008-03-06  Bruno Haible  <bruno@clisp.org>
24728
24729         Make fflush after ungetc work on BSD platforms.
24730         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
24731         * tests/test-fflush2.c: New file.
24732         * tests/test-fflush2.sh: New file.
24733         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
24734         tests/test-fflush2.c.
24735         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
24736         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
24737
24738 2008-03-06  Eric Blake  <ebb9@byu.net>
24739
24740         Likewise for ftello.
24741         * modules/ftello (Dependencies): Add extensions.
24742         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
24743
24744 2008-03-06  Bruno Haible  <bruno@clisp.org>
24745
24746         * modules/fseeko (Dependencies): Add extensions.
24747         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
24748         Needed on glibc systems.
24749
24750 2008-03-06  Bruno Haible  <bruno@clisp.org>
24751
24752         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
24753         email address.
24754         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24755
24756 2008-03-06  Bruno Haible  <bruno@clisp.org>
24757
24758         * users.txt: Add libgnupdf.
24759
24760 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
24761
24762         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
24763         (Header File Substitutes, Function Substitutes,
24764         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
24765         (Build robot for gnulib): Fix typo.
24766
24767 2008-03-06  Bruno Haible  <bruno@clisp.org>
24768
24769         * doc/gnulib-tool.texi (VCS Issues): Small updates.
24770         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24771
24772 2008-03-06  Bruno Haible  <bruno@clisp.org>
24773
24774         * doc/func.texi: New file, extracted from doc/gnulib.texi.
24775         * doc/gnulib.texi: Include it.
24776
24777 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24778
24779         * modules/func (License): Change license to unlimited; there was
24780         no LGPL parts in the module anyway.
24781
24782 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24783
24784         * modules/__func__: Renamed to modules/func.
24785         * modules/__func__-tests: Renamed to modules/func-tests.
24786         * tests/test-__func__.c: Renamed to tests/test-func.c.
24787         * m4/__func__.m4: Renamed to m4/func.m4.
24788         * doc/gnulib.texi (__func__): Section renamed to func.
24789         Suggested by Eric Blake <ebb9@byu.net>.
24790
24791 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24792
24793         * doc/gnulib.texi (__func__): Use C99 terminology when talking
24794         about __func__.  Make example self-contained.  Suggested by Eric
24795         Blake <ebb9@byu.net>.
24796
24797         * tests/test-__func__.c (main): Avoid extraneous () around __func.
24798         Suggested by Eric Blake <ebb9@byu.net>.
24799
24800 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24801
24802         * modules/__func__: New file.
24803         * modules/__func__-tests: New file.
24804         * tests/test-__func__.c: New file.
24805         * m4/__func__.m4: New file.
24806         * doc/gnulib.texi (__func__): Document __func__ module.
24807
24808 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24809
24810         * modules/byteswap (License): Re-license as LGPLv2+.
24811
24812 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24813
24814         * doc/Makefile: Add pdf target.
24815
24816 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24817
24818         * modules/inline (License): Use 'unlimited', since there are only
24819         *.m4 files in this module.
24820
24821 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
24822             Bruno Haible  <bruno@clisp.org>
24823
24824         Add support for HP C 7.1 on OpenVMS 8.3.
24825         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
24826
24827 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
24828
24829         Update VMS specifics.
24830         * lib/getopt.c [VMS]: Remove include of unixlib.h.
24831
24832 2008-03-02  Jim Meyering  <meyering@redhat.com>
24833
24834         Remove the last dependency on the "free" module.
24835         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
24836         Reported by Bob Proulx.
24837
24838         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
24839
24840         Remove useless "if" tests before free.  Deprecate "free" module.
24841         * doc/posix-functions/free.texi: Mention that this
24842         module is no longer useful.
24843         * modules/free (Notice): Say this module is obsolete.
24844         * modules/readutmp (Depends-on): Remove free.
24845         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
24846         * lib/putenv.c (putenv): Likewise.
24847         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
24848         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
24849         * tests/test-c-strcasestr.c (main): Likewise.
24850         * tests/test-c-strstr.c (main): Likewise.
24851         * tests/test-mbscasestr1.c (main): Likewise.
24852         * tests/test-mbscasestr2.c (main): Likewise.
24853         * tests/test-mbsstr1.c (main): Likewise.
24854         * tests/test-mbsstr2.c (main): Likewise.
24855         * tests/test-memmem.c (main): Likewise.
24856         * tests/test-strcasestr.c (main): Likewise.
24857         * tests/test-striconv.c (main): Likewise.
24858         * tests/test-striconveh.c (main): Likewise.
24859         * tests/test-striconveha.c (main): Likewise.
24860         * tests/test-strstr.c (main): Likewise.
24861
24862         * build-aux/git-version-gen: Adjust a comment and the Usage string.
24863
24864         bootstrap: sync from coreutils again
24865         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
24866
24867 2008-03-01  Jim Meyering  <meyering@redhat.com>
24868
24869         bootstrap: sync from coreutils
24870         * build-aux/bootstrap (update_po_files): Copy a .po file into place
24871         also when the target doesn't exist.
24872
24873 2008-03-01  Eric Blake  <ebb9@byu.net>
24874
24875         Fix bugs in last patch.
24876         * lib/memchr2.c (memchr2): Fix typo.
24877         * tests/test-memchr2.c: Test previous bug, and don't use GNU
24878         extension.
24879         Reported by Bruce Korb.
24880
24881         New module 'memchr2'.
24882         * modules/memchr2: New file.
24883         * modules/memchr2-tests: Likewise.
24884         * lib/memchr2.h: Likewise.
24885         * lib/memchr2.c: Likewise, based on memchr.c.
24886         * tests/test-memchr2.c: New test.
24887         * MODULES.html.sh (String handling): Add memchr2.
24888
24889 2008-02-29  Bruno Haible  <bruno@clisp.org>
24890
24891         * modules/freadseek-tests: New file.
24892         * tests/test-freadseek.sh: New file.
24893         * tests/test-freadseek.c: New file.
24894
24895         New module 'freadseek'.
24896         * modules/freadseek: New file.
24897         * lib/freadseek.h: New file.
24898         * lib/freadseek.c: New file.
24899         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
24900
24901 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
24902
24903         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
24904         wydawca.
24905
24906         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
24907         program_invocation_name and program_invocation_short_name are
24908         present.
24909
24910 2008-02-28  Bruno Haible  <bruno@clisp.org>
24911
24912         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
24913         * tests/test-freadptr.sh: Also test non-seekable stdin.
24914
24915 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
24916
24917         * build-aux/bootstrap (source_base, m4_base)
24918         (doc_base, tests_base): New variables.
24919         (gnulib_tool_options): Do not hardcode base directories, use
24920         the above variables instead.
24921
24922 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
24923
24924         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
24925
24926 2008-02-28  Bruno Haible  <bruno@clisp.org>
24927
24928         * modules/freadptr-tests: New file.
24929         * tests/test-freadptr.sh: New file.
24930         * tests/test-freadptr.c: New file.
24931
24932         New module 'freadptr'.
24933         * modules/freadptr: New file.
24934         * lib/freadptr.h: New file.
24935         * lib/freadptr.c: New file.
24936         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
24937
24938 2008-02-26  Karl Berry  <karl@freefriends.org>
24939
24940         Sync from Libtool:
24941         * libltdl/argz.c (argz_add, argz_count): New functions.
24942         * libltdl/argz.in.h: Declare them.
24943         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
24944
24945 2008-02-22  Bruno Haible  <bruno@clisp.org>
24946
24947         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
24948         is a pointer type.  Needed for HP-UX 10.
24949         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
24950         * doc/posix-functions/gmtime_r.texi: Likewise.
24951         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
24952
24953 2008-02-24  Bruno Haible  <bruno@clisp.org>
24954
24955         * modules/environ-tests: New file.
24956         * tests/test-environ.c: New file.
24957
24958         New module 'environ'.
24959         * modules/environ: New file.
24960         * lib/unistd.in.h (environ): New declaration.
24961         * m4/environ.m4: New file.
24962         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
24963         after use.
24964         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
24965         HAVE_DECL_ENVIRON.
24966         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
24967         HAVE_DECL_ENVIRON.
24968         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
24969         wrong claim that 'environ' is missing on some systems.
24970         * modules/execute (Depends-on): Add environ.
24971         * lib/execute.c (environ): Remove fallback declaration.
24972         * modules/pipe (Depends-on): Add environ.
24973         * lib/pipe.c (environ): Remove fallback declaration.
24974         * modules/setenv (Depends-on): Add environ.
24975         * lib/setenv.c (environ): Remove fallback declaration.
24976         * modules/unsetenv (Depends-on): Add environ.
24977         * lib/unsetenv.c (environ): Remove fallback declaration.
24978         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
24979         m4/environ.m4.
24980         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
24981         (gl_PREREQ_UNSETENV): Likewise.
24982
24983 2008-02-24  Bruno Haible  <bruno@clisp.org>
24984
24985         * doc/posix-functions/environ.texi: Document the MacOS X problem.
24986
24987 2008-02-20  Bob Proulx  <bob@proulx.com>
24988
24989         Enable use of older two part flavor 'git describe'.
24990         * build-aux/git-version-gen: If using the older two part flavor of
24991         git version then recreate the third part now present in the
24992         newer three part flavor of git describe.
24993
24994 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
24995
24996         * lib/fts.c (fts_build): Typo correction to comment.
24997
24998 2008-02-17  Bruno Haible  <bruno@clisp.org>
24999
25000         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
25001         generating no-op conflicts.
25002
25003 2008-02-17  Bruno Haible  <bruno@clisp.org>
25004
25005         Speed up by 10%.
25006         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
25007         result_entries, rather than an index-based loop.
25008
25009 2008-02-17  Bruno Haible  <bruno@clisp.org>
25010
25011         Speed up by 25%.
25012         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
25013         'hashcode_cached'.
25014         (entry_create): New function.
25015         (entry_hashcode): Use the cached hashcode if possible.
25016         (read_changelog_file, try_split_merged_entry): Use entry_create.
25017
25018 2008-02-17  Bruno Haible  <bruno@clisp.org>
25019
25020         Speed up from O(n^2) to O(n) for long ChangeLog files.
25021         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
25022         (read_changelog_file): Change implementation of entries_reversed list
25023         to rbtreehash.
25024         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
25025
25026 2008-02-17  Bruno Haible  <bruno@clisp.org>
25027
25028         New option --split-merged-entry.
25029         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
25030         (find_paragraph_end, try_split_merged_entry): New functions.
25031         (long_options): Add option --split-merged-entry.
25032         (usage): Document option --split-merged-entry.
25033         (main): Implement option --split-merged-entry.
25034         Reported by Eric Blake.
25035
25036 2008-02-17  Bruno Haible  <bruno@clisp.org>
25037
25038         * lib/git-merge-changelog.c: Include c-strstr.h.
25039         (main): Support the "git pull --rebase" situation.
25040         * modules/git-merge-changelog (Depends-on): Add c-strstr.
25041         Reported by Eric Blake.
25042
25043 2008-02-16  Eric Blake  <ebb9@byu.net>
25044
25045         Avoid doubling \ in common case of "c-maybe" quoting style.
25046         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
25047         eliding outer quotes.
25048         * lib/quotearg.h: Document this.
25049         * tests/test-quotearg.c (result_strings, inputs, results_g)
25050         (flag_results, locale_results): Test it by adding a new string to
25051         each test group.
25052         (compare_strings): Test new string.
25053
25054 2008-02-13  Eric Blake  <ebb9@byu.net>
25055
25056         Avoid trigraph quoting in default output.
25057         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
25058         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
25059         unless explicitly requested.
25060         * tests/test-quotearg.c (flag_results, main): Add additional tests.
25061
25062 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
25063
25064         Don't rely on signed integer overflowing to negative value.
25065         * lib/getugroups.c (getugroups): Include <limits.h>.
25066         Instead, compare against INT_MAX, and increment only if the test passes.
25067
25068 2008-02-13  Jim Meyering  <meyering@redhat.com>
25069         and Eric Blake  <ebb9@byu.net>
25070
25071         Avoid shadowing warning and compile errors on Linux.
25072         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
25073         forwarding macros on Linux.
25074         (dcgettext): Define a stub, for Linux.
25075         (results_g, main): Avoid warnings.
25076
25077 2008-02-12  Eric Blake  <ebb9@byu.net>
25078
25079         Silence warning in last patch.
25080         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
25081
25082         Quotearg part 4: add tests, fix c-maybe colon quoting.
25083         * lib/quotearg.h: Improve documentation.
25084         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
25085         escapes when adding outer quotes.  When quoting trigraphs, use
25086         valid C notation.  When quoting NUL, omit extra characters if next
25087         character is not digit.  Alter prototype.
25088         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
25089         callers.
25090         * modules/quotearg-tests: New module.
25091         * tests/test-quotearg.c: New test.
25092
25093 2008-02-07  Eric Blake  <ebb9@byu.net>
25094
25095         Quotearg part 3: add flag to control outer quote elision.
25096         * lib/quotearg.h (c_maybe_quoting_style): New style.
25097         (enum quoting_flags): Better documentation of flags.
25098         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
25099         c-maybe style.
25100         (quotearg_buffer_restyled): Handle new flag to elide outer
25101         quotes.
25102
25103         Quotearg part 2: add flag that can control NUL elision.
25104         * lib/quotearg.h (set_quoting_flags): New prototype.
25105         * lib/quotearg.c (struct quoting_options): Add flag field.
25106         (set_quoting_flags): New function.
25107         (quotearg_buffer_restyled): Add flags parameter.
25108         (quotearg_alloc_mem): Set the flag if length cannot be returned.
25109         (quotearg_n_options): Set the flag, since length cannot be
25110         returned.
25111         (quoting_options_from_style): Default flags correctly.
25112
25113         Quotearg part 1: more wrappers, restore quotearg_char state.
25114         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
25115         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
25116         (quotearg_colon_mem): New wrappers.
25117         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
25118         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
25119         functions.
25120         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
25121         (quotearg_colon_mem): New functions.
25122
25123 2008-02-11  Bruno Haible  <bruno@clisp.org>
25124
25125         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
25126         library in the current directory: it does not work with parallel make.
25127         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25128
25129 2008-02-11  Bruno Haible  <bruno@clisp.org>
25130
25131         * .gitattributes: New file.
25132
25133 2008-02-11  Jim Meyering  <meyering@redhat.com>
25134
25135         useless-if-before-free: Fix reversed exit values.
25136         * build-aux/useless-if-before-free: Use correct values
25137         for EXIT_MATCH and EXIT_NO_MATCH.
25138
25139         * build-aux/useless-if-before-free: Close stdout carefully.
25140
25141 2008-02-10  Bruno Haible  <bruno@clisp.org>
25142
25143         New module 'git-merge-changelog'.
25144         * modules/git-merge-changelog: New file.
25145         * lib/git-merge-changelog.c: New file.
25146
25147 2008-02-10  Jim Meyering  <meyering@redhat.com>
25148
25149         useless-if-before-free: New option: --list (-l).
25150
25151         useless-if-before-free: Don't exit immediately upon open failure.
25152         * build-aux/useless-if-before-free: Exit 2 for errors.
25153         Upon failure to open a file, don't exit immediately.
25154         Rather, just warn and continue with any remaining files.
25155
25156 2008-02-10  Bruno Haible  <bruno@clisp.org>
25157
25158         New abstract list operation 'node_set_value'.
25159         * lib/gl_list.h (gl_list_node_set_value): New function.
25160         (struct gl_list_implementation): New field node_set_value.
25161         * lib/gl_list.c (gl_list_node_set_value): New function.
25162         * lib/gl_array_list.c (gl_array_node_set_value): New function.
25163         (gl_array_list_implementation): Update.
25164         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
25165         (gl_carray_list_implementation): Update.
25166         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
25167         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25168         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25169         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
25170         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25171         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25172         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25173         Update.
25174         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
25175         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
25176         (gl_sublist_list_implementation): Update.
25177
25178 2008-02-10  Bruno Haible  <bruno@clisp.org>
25179
25180         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
25181         Needed when ELEMENT is #defined to 'some_type *'.
25182
25183 2008-02-10  Jim Meyering  <meyering@redhat.com>
25184
25185         New script and module: useless-if-before-free
25186         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
25187         * build-aux/useless-if-before-free: New file.
25188         * modules/useless-if-before-free: New file.
25189
25190         * build-aux/gitlog-to-changelog: Use committer date, not author date.
25191
25192         xstrtol_error: Fix typo.
25193         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
25194         s/exit_failure/exit_status/.
25195
25196 2008-02-09  Jim Meyering  <meyering@redhat.com>
25197
25198         New script and module: gitlog-to-changelog
25199         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
25200         * modules/gitlog-to-changelog: New file.
25201         * build-aux/gitlog-to-changelog: New file.
25202
25203 2008-02-08  Jim Meyering  <meyering@redhat.com>
25204
25205         Avoid two "parameter unused" warnings.
25206         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
25207         Mark "st" as used.
25208
25209         Use "git COMMAND", not "git-COMMAND".
25210         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
25211         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
25212         * build-aux/git-version-gen: Use "git status", not "git-status".
25213
25214 2008-02-07  Bruno Haible  <bruno@clisp.org>
25215
25216         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
25217         Avoids a crash on Windows Vista.
25218         Reported by Adam Strzelecki <ono@java.pl> via
25219         Simon Josefsson <simon@josefsson.org>.
25220
25221 2008-02-06  Bruno Haible  <bruno@clisp.org>
25222
25223         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
25224         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
25225         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
25226         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
25227         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25228         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25229         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
25230         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
25231         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25232         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25233         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25234         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25235         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25236         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25237         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25238         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
25239         left-adjust flag.
25240         * tests/test-snprintf-posix.h (test_function): Likewise.
25241         * tests/test-sprintf-posix.h (test_function): Likewise.
25242         * tests/test-vasprintf-posix.c (test_function): Likewise.
25243         * doc/posix-functions/fprintf.texi: Update.
25244         * doc/posix-functions/printf.texi: Update.
25245         * doc/posix-functions/snprintf.texi: Update.
25246         * doc/posix-functions/sprintf.texi: Update.
25247         * doc/posix-functions/vfprintf.texi: Update.
25248         * doc/posix-functions/vprintf.texi: Update.
25249         * doc/posix-functions/vsnprintf.texi: Update.
25250         * doc/posix-functions/vsprintf.texi: Update.
25251         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25252
25253 2008-02-06  Bruno Haible  <bruno@clisp.org>
25254
25255         Fix bug introduced on 2008-01-26.
25256         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
25257
25258 2008-02-06  Bruno Haible  <bruno@clisp.org>
25259
25260         Fix bug introduced on 2007-06-10.
25261         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
25262         !NEED_PRINTF_FLAG_ZERO.
25263
25264 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
25265
25266         getloadavg: use libperfstat on AIX5
25267         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
25268
25269 2008-02-03  Bruno Haible  <bruno@clisp.org>
25270
25271         * lib/diffseq.h: Add comments about required #includes.
25272         Reported by Michael Biggs <gnulib@doubleplum.net>.
25273
25274 2008-02-01  Bruno Haible  <bruno@clisp.org>
25275
25276         * users.txt: Add gnuit.
25277
25278 2008-01-31  Bruno Haible  <bruno@clisp.org>
25279
25280         * lib/md4.c (set_uint32): Mark as inline.
25281         * lib/md5.c (set_uint32): Likewise.
25282         * lib/sha1.c (set_uint32): Likewise.
25283         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
25284         * m4/md5.m4 (gl_MD5): Likewise.
25285         * m4/sha1.m4 (gl_SHA1): Likewise.
25286
25287 2008-01-31  Jim Meyering  <meyering@redhat.com>
25288
25289         Use "sizeof VAR", rather than a literal "4".
25290         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
25291         * lib/md4.c (md4_read_ctx): Likewise.
25292         * lib/sha1.c (sha1_read_ctx): Likewise.
25293
25294 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25295
25296         * tests/test-sha1.c: New file, based on test-md5.c.
25297
25298         * modules/crypto/sha1-tests: New file.
25299
25300 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25301
25302         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
25303
25304 2008-01-31  Jim Meyering  <meyering@redhat.com>
25305
25306         Prefer "sizeof v" over the equivalent "4".
25307         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
25308         * lib/md5.c (set_uint32): Likewise.
25309         * lib/sha1.c (set_uint32): Likewise.
25310
25311 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25312
25313         * lib/sha1.c (set_uint32): Mark function as static.
25314
25315 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25316
25317         md2: clarify comments to say that alignment is not required.
25318         * lib/md2.h: Remove warning about alignment in comment.
25319         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
25320         never been required.
25321
25322 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25323
25324         md4: adapt alignment constraint fix from sha1.
25325         * lib/md4.c (set_uint32): New function, from sha1.c
25326         (md4_read_ctx): Use it.
25327         (md4_finish_ctx): Doc fix.
25328         * lib/md4.h: Doc fix.
25329
25330 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25331
25332         md5: adapt alignment constraint fix from sha1.
25333         * lib/md5.c (set_uint32): New function, from sha1.c
25334         (md5_read_ctx): Use it.
25335         (md5_finish_ctx): Doc fix.
25336         * lib/md5.h: Doc fix.
25337
25338 2008-01-30  Peter Palfrader  <weasel@debian.org>
25339
25340         sha1: remove the result buffer alignment constraint
25341         * lib/sha1.c (set_uint32): New function.
25342         (sha1_read_ctx): Rewrite to remove the result buffer alignment
25343         constraint.
25344         (sha1_finish_ctx): Remove comment warning about alignment constraint.
25345         * lib/sha1.h: Likewise.
25346
25347 2008-01-30  Andreas Schwab  <schwab@suse.de>
25348             Bruno Haible  <bruno@clisp.org>
25349
25350         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
25351         correct definition of LDBL_MIN_EXP.
25352
25353 2008-01-30  Karl Berry  <karl@gnu.org>
25354
25355         * config/srclist-update: try to preserve x bit on updates.
25356         * config/srclistvars.sh: update for karl.
25357
25358 2008-01-29  Jim Meyering  <meyering@redhat.com>
25359
25360         vasnprintf.c: Avoid warning about unused label
25361         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
25362         "overflow" label definition and associated code with the
25363         same cpp condition that guards the sole use of that label.
25364
25365 2008-01-26  Bruno Haible  <bruno@clisp.org>
25366
25367         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
25368         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
25369         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
25370         * lib/isnanl-nolibm.h (isnanl): Likewise.
25371         Reported by Paul Eggert <eggert@cs.ucla.edu>.
25372
25373 2008-01-26  Bruno Haible  <bruno@clisp.org>
25374
25375         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
25376         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
25377
25378 2008-01-26  Bruno Haible  <bruno@clisp.org>
25379
25380         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
25381         GCC >= 4.0 built-in.
25382         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
25383
25384 2008-01-26  Bruno Haible  <bruno@clisp.org>
25385
25386         Rename isnan, applicable to 'double' only, to isnand.
25387         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
25388         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
25389         (configure.ac): Update.
25390         (Include): Replace "isnan.h" with "isnand.h".
25391         * m4/isnand.m4: Renamed from m4/isnan.m4.
25392         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
25393         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
25394         instead of isnan.c.
25395         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
25396         instead of HAVE_ISNAN_IN_LIBC.
25397         (isnand): Renamed from isnan.
25398         * lib/isnand.c: New file.
25399         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
25400         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
25401         (Makefile.am): Update.
25402         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
25403         Include isnand.h instead of isnan.h.
25404         (main): Test isnand instead of isnan.
25405         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
25406         isnan-nolibm.
25407         * modules/frexp (Depends-on): Likewise.
25408         * modules/frexp-tests (Depends-on): Likewise.
25409         * modules/frexp-nolibm (Depends-on): Likewise.
25410         * modules/frexp-nolibm-tests (Depends-on): Likewise.
25411         * modules/isfinite (Depends-on): Likewise.
25412         * modules/round-tests (Depends-on): Likewise.
25413         * modules/signbit (Depends-on): Likewise.
25414         * modules/signbit-tests (Depends-on): Likewise.
25415         * modules/snprintf-posix (Depends-on): Likewise.
25416         * modules/sprintf-posix (Depends-on): Likewise.
25417         * modules/trunc-tests (Depends-on): Likewise.
25418         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25419         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25420         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25421         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25422         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25423         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25424         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25425         * modules/vasnprintf-posix (Depends-on): Likewise.
25426         * modules/vasprintf-posix (Depends-on): Likewise.
25427         * modules/vfprintf-posix (Depends-on): Likewise.
25428         * modules/vsnprintf-posix (Depends-on): Likewise.
25429         * modules/vsprintf-posix (Depends-on): Likewise.
25430         * lib/frexp.c: Include isnand.h instead of isnan.h.
25431         (ISNAN): Set to isnand instead of isnan.
25432         * lib/isfinite.c: Include isnand.h instead of isnan.h.
25433         (gl_isfinited): Use isnand instead of isnan.
25434         * lib/signbitd.c: Include isnand.h instead of isnan.h.
25435         (gl_signbitd): Use isnand instead of isnan.
25436         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
25437         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
25438         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
25439         (main): Use isnand instead of isnan.
25440         * tests/test-round1.c: Include isnand.h.
25441         (main): Use isnand instead of isnan.
25442         * tests/test-round2.c: Include isnand.h instead of isnan.h.
25443         (ISNAN): Set to isnand instead of isnan.
25444         * tests/test-trunc1.c: Include isnand.h.
25445         (main): Use isnand instead of isnan.
25446         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
25447         (equal): Use isnand instead of isnan.
25448         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
25449         isnand-nolibm.
25450         * NEWS: Mention the change.
25451
25452 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
25453             Bruno Haible  <bruno@clisp.org>
25454
25455         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
25456         the GCC builtins for signbits are present and set
25457         REPLACE_SIGNBIT_USING_GCC if so.
25458         * lib/math.in.h (signbit): Define using GCC builtins if
25459         REPLACE_SIGNBIT_USING_GCC is set.
25460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
25461         REPLACE_SIGNBIT_USING_GCC.
25462         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
25463
25464 2008-01-25  Jim Meyering  <meyering@redhat.com>
25465
25466         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
25467         * lib/poll.c: Include <config.h>, not "config.h".
25468         * tests/test-getaddrinfo.c: Likewise.
25469
25470 2008-01-25  Simon Josefsson  <simon@josefsson.org>
25471
25472         * modules/sockets-tests: New file.
25473
25474 2008-01-24  Simon Josefsson  <simon@josefsson.org>
25475
25476         * modules/sockets: New module, can be used to call WSA_Startup and
25477         WSA_Cleanup when needed.
25478
25479         * lib/sockets.h, lib/sockets.c: New files.
25480
25481         * m4/sockets.m4: New file.
25482
25483         * tests/test-sockets.c: New file.
25484
25485 2008-01-19  Bruno Haible  <bruno@clisp.org>
25486
25487         * doc/posix-headers: Renamed from doc/headers.
25488         * doc/posix-functions: Renamed from doc/functions.
25489         * doc/gnulib.texi: Update.
25490
25491 2008-01-19  Bruno Haible  <bruno@clisp.org>
25492
25493         * doc/glibc-functions/strcasestr.texi: Include contents of
25494         doc/functions/strcasestr.texi, fixing the list of platforms.
25495         * doc/functions/strcasestr.texi: Remove file.
25496
25497 2008-01-19  Bruno Haible  <bruno@clisp.org>
25498
25499         * doc/glibc-functions/memmem.texi: Include contents of
25500         doc/functions/memmem.texi.
25501         * doc/functions/memmem.texi: Remove file.
25502
25503 2008-01-18  Bruno Haible  <bruno@clisp.org>
25504
25505         * doc/glibc-functions/*.texi: New files.
25506         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
25507         to use the new files.
25508
25509 2008-01-17  Bruno Haible  <bruno@clisp.org>
25510
25511         * tests/test-gethostname.c (main): Fix printf statement.
25512
25513 2008-01-17  Simon Josefsson  <simon@josefsson.org>
25514
25515         * modules/gethostname-tests: New file.
25516
25517         * tests/test-gethostname.c: New file.
25518
25519 2008-01-17  Simon Josefsson  <simon@josefsson.org>
25520
25521         * lib/gethostname.c: Include string.h unconditionally, strncpy is
25522         used by the UNAME case.  Reported by Bruno Haible
25523         <bruno@clisp.org>.
25524
25525 2008-01-17  Eric Blake  <ebb9@byu.net>
25526
25527         Convert c-strcasestr to be more efficient.
25528         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
25529         (Depends-on): Add c-strcase, remove malloca, strnlen.
25530         * tests/test-c-strcasestr.c (main): Enhance test.
25531         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
25532
25533 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
25534
25535         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
25536         Use it in creating po/Makevars.
25537
25538 2008-01-15  Simon Josefsson  <simon@josefsson.org>
25539
25540         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
25541         Applications that requires it should initialize libgcrypt
25542         manually.
25543
25544 2008-01-16  Simon Josefsson  <simon@josefsson.org>
25545
25546         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
25547
25548 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
25549
25550         Fix problem with getdate on mingw32 reported by Simon Josefsson
25551         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
25552         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
25553         tzname", when deciding whether to declare tzname.
25554         * lib/strftime.c (tzname): Likewise.
25555
25556 2008-01-15  Bruno Haible  <bruno@clisp.org>
25557
25558         Work around a MacOS X 10.5 bug in frexpl().
25559         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
25560         * doc/functions/frexpl.texi: Document the bug.
25561         Reported by Elias Pipping <pipping@gentoo.org>.
25562
25563 2008-01-14  Eric Blake  <ebb9@byu.net>
25564
25565         Touch up previous patch.
25566         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
25567         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
25568
25569         Convert strcasestr module to use Two-Way algorithm.
25570         * modules/strcasestr-simple: New module, based on the old
25571         strcasestr, but with Two-Way rather than KMP.
25572         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
25573         * lib/string.in.h (rpl_strcasestr): Declare.
25574         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
25575         performance.
25576         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
25577         * modules/string (Makefile.am): Support strcasestr.
25578         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
25579         * modules/strcasestr-tests (Depends-on): Check for alarm.
25580         * tests/test-strcasestr.c: Augment test.
25581         * lib/str-two-way.h: Clean up stray macro.
25582         * NEWS: Document new module.
25583         * MODULES.html.sh (string handling): Likewise.
25584         * doc/functions/strcasestr.texi: New file.
25585         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
25586         here, since it is not a POSIX function.
25587
25588 2008-01-14  Colin Watson  <cjwatson@debian.org>
25589             Bruno Haible  <bruno@clisp.org>
25590
25591         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
25592         works fine; if not, set REPLACE_STRSIGNAL.
25593         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
25594         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25595         REPLACE_STRSIGNAL.
25596         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
25597         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
25598         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
25599
25600 2008-01-14  Bruno Haible  <bruno@clisp.org>
25601
25602         * modules/strsignal (Include): Change to <string.h>.
25603
25604 2008-01-14  Colin Watson  <cjwatson@debian.org>
25605
25606         * modules/argp (Notice): Add a notice recommending to change
25607         XGETTEXT_OPTIONS.
25608         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
25609
25610 2008-01-13  Colin Watson  <cjwatson@debian.org>
25611
25612         * modules/strsignal-tests: New file.
25613         * tests/test-strsignal.c: New file.
25614
25615         * lib/strsignal.c: New file, from glibc with modifications.
25616         * lib/siglist.h: New file, from glibc with modifications.
25617         * lib/string.in.h (strsignal): New declaration.
25618         * m4/strsignal.m4: New file.
25619         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25620         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
25621         * modules/strsignal: New file.
25622         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
25623         HAVE_DECL_STRSIGNAL.
25624
25625 2008-01-13  Bruno Haible  <bruno@clisp.org>
25626
25627         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
25628         locale encoding is not ASCII. Needed for OpenBSD 4.0.
25629         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
25630         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25631
25632 2008-01-13  Bruno Haible  <bruno@clisp.org>
25633
25634         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
25635         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
25636         * lib/argp.h (__attribute__): Likewise.
25637         * lib/c-stack.c (__attribute__): Likewise.
25638         * lib/error.h (__attribute__): Likewise.
25639         * lib/fts.c (__attribute__): Likewise.
25640         * lib/openat.h (__attribute__): Likewise.
25641         * lib/stdio.in.h (__attribute__): Likewise.
25642         * lib/string.in.h (__attribute__): Likewise.
25643         * lib/utimens.c (__attribute__): Likewise.
25644         * lib/vasnprintf.h (__attribute__): Likewise.
25645         * lib/xalloc.h (__attribute__): Likewise.
25646         * lib/xprintf.h (__attribute__): Likewise.
25647         * lib/xstrtol.h (__attribute__): Likewise.
25648         * lib/xvasprintf.h (__attribute__): Likewise.
25649
25650 2008-01-12  Bruno Haible  <bruno@clisp.org>
25651
25652         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
25653         * doc/glibc-headers/a.out.texi: New file.
25654         * doc/glibc-headers/aliases.texi: New file.
25655         * doc/glibc-headers/alloca.texi: New file.
25656         * doc/glibc-headers/ar.texi: New file.
25657         * doc/glibc-headers/argp.texi: New file.
25658         * doc/glibc-headers/argz.texi: New file.
25659         * doc/glibc-headers/byteswap.texi: New file.
25660         * doc/glibc-headers/crypt.texi: New file.
25661         * doc/glibc-headers/endian.texi: New file.
25662         * doc/glibc-headers/envz.texi: New file.
25663         * doc/glibc-headers/err.texi: New file.
25664         * doc/glibc-headers/error.texi: New file.
25665         * doc/glibc-headers/execinfo.texi: New file.
25666         * doc/glibc-headers/fpu_control.texi: New file.
25667         * doc/glibc-headers/fstab.texi: New file.
25668         * doc/glibc-headers/fts.texi: New file.
25669         * doc/glibc-headers/getopt.texi: New file.
25670         * doc/glibc-headers/ieee754.texi: New file.
25671         * doc/glibc-headers/ifaddrs.texi: New file.
25672         * doc/glibc-headers/libintl.texi: New file.
25673         * doc/glibc-headers/mcheck.texi: New file.
25674         * doc/glibc-headers/mntent.texi: New file.
25675         * doc/glibc-headers/obstack.texi: New file.
25676         * doc/glibc-headers/paths.texi: New file.
25677         * doc/glibc-headers/printf.texi: New file.
25678         * doc/glibc-headers/pty.texi: New file.
25679         * doc/glibc-headers/resolv.texi: New file.
25680         * doc/glibc-headers/shadow.texi: New file.
25681         * doc/glibc-headers/sysexits.texi: New file.
25682         * doc/glibc-headers/ttyent.texi: New file.
25683
25684 2008-01-12  Jim Meyering  <meyering@redhat.com>
25685
25686         announce-gen: emit Gnulib's git-based version string.
25687         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
25688         New option --gnulib-version=V, where V is expected to be
25689         the output of running git describe in the gnulib directory.
25690         (get_tool_versions): Request feedback on xdelta.  I suspect it's
25691         not useful, and plan to stop publishing an xdelta file with each
25692         coreutils release.
25693
25694         * build-aux/announce-gen: Also check for lzma-compressed files.
25695
25696 2008-01-11  Bruno Haible  <bruno@clisp.org>
25697
25698         * tests/test-memmem.c (main): Increase maximum allowed time.
25699         * tests/test-strstr.c (main): Likewise.
25700
25701 2008-01-11  Bruno Haible  <bruno@clisp.org>
25702
25703         * doc/functions/memmem.texi: Add more precisions about platforms.
25704         * doc/functions/strstr.texi: Likewise.
25705
25706 2008-01-10  Eric Blake  <ebb9@byu.net>
25707
25708         * m4/strstr.m4: Delete cruft from copy-n-paste.
25709         Reported by Bruno Haible.
25710
25711 2008-01-10  Bruno Haible  <bruno@clisp.org>
25712
25713         Make c-strstr rely on strstr.
25714         * lib/c-strstr.c: Don't include str-kmp.h.
25715         (c_strstr): Define in terms of strstr.
25716         * modules/c-strstr (Files): Remove lib/str-kmp.h.
25717         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
25718
25719 2008-01-10  Bruno Haible  <bruno@clisp.org>
25720
25721         * doc/gnulib.texi (String Functions in C Locale): New section.
25722         * doc/c-ctype.texi: New file.
25723         * doc/c-strcase.texi: New file.
25724         * doc/c-strcaseeq.texi: New file.
25725         * doc/c-strcasestr.texi: New file.
25726         * doc/c-strstr.texi: New file.
25727         * doc/c-strtod.texi: New file.
25728         * doc/c-strtold.texi: New file.
25729
25730 2008-01-10  Eric Blake  <ebb9@byu.net>
25731
25732         * lib/relocatable.h: Fix a comment.
25733
25734 2008-01-10  Eric Blake  <ebb9@byu.net>
25735
25736         Share two-way algorithm.
25737         * lib/str-two-way.h: New file, merged from...
25738         * lib/memmem.c: ...here...
25739         * lib/strstr.c: ...and here.
25740         * modules/memmem (Files): Use it.
25741         * modules/strstr (Files): Likewise.
25742
25743         Avoid quadratic strstr implementations.
25744         * lib/strstr.c: New file.
25745         * m4/strstr.m4: Likewise.
25746         * modules/strstr: Likewise.
25747         * modules/strstr-tests: Likewise.
25748         * tests/test-strstr.c: Likewise.
25749         * lib/string.in.h (rpl_strstr): Declare.
25750         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
25751         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
25752         * modules/string (Makefile.am): Likewise.
25753         * MODULES.html.sh (string handling): Mention new module.
25754         * doc/functions/strstr.texi (strstr): Document the bug.
25755
25756 2008-01-10  Bruno Haible  <bruno@clisp.org>
25757
25758         * lib/relocatable.h (relocate): State whether result is freshly
25759         allocated or not.
25760         * lib/relocatable.c (relocate): Return a freshly allocated string
25761         instead of a pointer to a privately held string.
25762         Reported by Sylvain Beucler <beuc@gnu.org>.
25763
25764 2008-01-10  Colin Watson  <cjwatson@debian.org>
25765
25766         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
25767         s/S_ISNLK/S_ISLNK/.
25768
25769 2008-01-09  Bruno Haible  <bruno@clisp.org>
25770
25771         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
25772         and other files.
25773         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
25774         if it's only a guess.
25775         * modules/memmem: Simplify by depending on memmem-simple.
25776
25777 2008-01-09  Bruno Haible  <bruno@clisp.org>
25778
25779         Work around OpenBSD 4.0 tdelete() bug.
25780         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
25781         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
25782         macros and don't redefine the enum values.
25783         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
25784         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
25785         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
25786
25787 2008-01-09  Bruno Haible  <bruno@clisp.org>
25788
25789         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
25790         (main): Don't perform the tests if setlocale did not install a UTF-8
25791         locale. Needed on OpenBSD 4.0.
25792         * modules/wcwidth-tests (Depends-on): Add localcharset.
25793
25794 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25795
25796         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
25797         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
25798         * NEWS: announce this.
25799         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
25800
25801 2008-01-09  Simon Josefsson  <simon@josefsson.org>
25802         and Eric Blake  <ebb9@byu.net>
25803
25804         Add memmem-simple module.
25805         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
25806         (gl_FUNC_MEMMEM): Separate performance from presence checks.
25807         * modules/memmem-simple: New file.
25808         * modules/memmem (Description): Tweak.
25809         * MODULES.html.sh (string handling): Mention new module.
25810         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
25811         addressed by memmem-simple.
25812         * NEWS: Document the difference.
25813
25814 2008-01-09  Eric Blake  <ebb9@byu.net>
25815
25816         Give gcc some memmem optimization hints.
25817         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
25818         (strcasestr): Declare as pure.
25819         * modules/memmem (Maintainer): Claim my implementation.
25820
25821 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25822
25823         Support AIX 6.1 and higher.
25824         * build-aux/config.libpath: Likewise.
25825         * build-aux/config.rpath: Likewise.
25826
25827 2008-01-08  Jim Meyering  <meyering@redhat.com>
25828             Bruno Haible  <bruno@clisp.org>
25829
25830         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
25831         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
25832         Reported by Peter Fales in
25833         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
25834
25835 2008-01-08  Bruno Haible  <bruno@clisp.org>
25836
25837         * modules/unictype/category-of (Depends-on): Add
25838         unictype/category-none.
25839         * modules/unictype/category-and-tests (Depends-on): Add
25840         unictype/category-{L,N,Lu,Nd}.
25841         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
25842         * modules/unictype/category-or-tests (Depends-on): Add
25843         unictype/category-{L,N}.
25844         * modules/unictype/category-name-tests (Depends-on): Add
25845         unictype/category-{Z,Nl}.
25846         Reported by Simon Josefsson.
25847
25848 2008-01-08  Bruno Haible  <bruno@clisp.org>
25849
25850         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
25851         convention better.
25852         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
25853         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
25854         Reported by Peter Miller <millerp@canb.auug.org.au>.
25855
25856 2008-01-08  Eric Blake  <ebb9@byu.net>
25857
25858         Rewrite memmem to guarantee linear complexity without malloc.
25859         * lib/memmem.c (memmem): Use Two-Way rather than
25860         Knuth-Morris-Pratt, to allow O(1) space usage.
25861         (critical_factorization, two_way_short_needle)
25862         (two_way_long_needle): New functions.
25863         (knuth_morris_pratt): Delete.
25864         * modules/memmem (Depends-on): No longer need malloca or stdbool.
25865         Add stdint.
25866         * tests/test-memmem.c (main): Add tests for periodic needle and
25867         sublinear performance.
25868         * doc/functions/memmem.texi (memmem): Document other deficiencies
25869         in cygwin and older glibc.
25870
25871 2008-01-08  Bruno Haible  <bruno@clisp.org>
25872
25873         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
25874         augmentation.
25875
25876 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
25877
25878         Add a configure time option: --disable-acl.
25879         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
25880         AC_ARG_ENABLE(acl).
25881
25882 2008-01-06  Simon Josefsson  <simon@josefsson.org>
25883
25884         * tests/test-localename.c: Don't include obsolete "setenv.h".
25885
25886         * modules/localename-tests (Depends-on): Need unsetenv.
25887
25888 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25889
25890         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
25891
25892 2008-01-06  Colin Watson  <cjwatson@debian.org>
25893
25894         * users.txt: Add man-db.
25895
25896 2008-01-07  Bruno Haible  <bruno@clisp.org>
25897
25898         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
25899         previous section name.
25900
25901 2008-01-07  Bruno Haible  <bruno@clisp.org>
25902
25903         * lib/progname.c (set_program_name): Don't strip off a leading
25904         "lt-" prefix outside a .libs directory.
25905         Suggested by Paul Eggert.
25906
25907 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
25908             Bruno Haible  <bruno@clisp.org>
25909
25910         Improve memory cleanup in 'relocatable' module.
25911         * lib/relocatable.h (compute_curr_prefix): Change return type to
25912         'char *'.
25913         * lib/relocatable.c (compute_curr_prefix): Change return type to
25914         'char *'. Free curr_installdir after use.
25915         (relocate): Free curr_prefix_better after use.
25916         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
25917
25918 2008-01-01  Bruno Haible  <bruno@clisp.org>
25919
25920         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
25921         failure on older glibc systems.
25922         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25923
25924 2008-01-05  Eric Blake  <ebb9@byu.net>
25925
25926         Avoid quadratic system memmem.
25927         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
25928         Reported by Ralf Wildenhues.
25929
25930         Fix memmem test for mingw.
25931         * modules/memmem-tests (configure.ac): Check for alarm.
25932         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
25933         it.
25934         * doc/functions/memmem.texi: New file.
25935         * doc/gnulib.texi (Function Substitutes): Add memmem.
25936         Reported by Bruno Haible.
25937
25938 2008-01-04  Bruno Haible  <bruno@clisp.org>
25939
25940         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
25941         Require gl_HEADER_STRINGS_H_DEFAULTS, not
25942         gl_HEADER_STRING_H_DEFAULTS.
25943
25944 2008-01-04  Eric Blake  <ebb9@byu.net>
25945
25946         Shorten duration of memmem test.
25947         * tests/test-memmem.c (main): Use alarm to declare failure if test
25948         is taking too long.
25949         Reported by Ralf Wildenhues.
25950
25951 2007-12-21  Simon Josefsson  <simon@josefsson.org>
25952
25953         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
25954         string, needed by strerror.
25955
25956 2008-01-03  Colin Watson  <cjwatson@debian.org>
25957             Bruno Haible  <bruno@clisp.org>
25958
25959         * doc/gnulib-tool.texi (Localization): New section.
25960
25961 2008-01-02  Bruno Haible  <bruno@clisp.org>
25962
25963         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
25964         variables to 'unsigned char *' type.
25965         Reported by Paul Eggert.
25966
25967 2008-01-02  Jim Meyering  <jim@meyering.net>
25968
25969         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
25970
25971 2007-12-31  Jim Meyering  <jim@meyering.net>
25972
25973         Avoid use of private FTS type name.
25974         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
25975
25976 2007-12-30  Karl Berry  <karl@gnu.org>
25977
25978         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
25979         work around defect in Texinfo and/or the standalone Info browser.
25980
25981 2007-12-30  Bruno Haible  <bruno@clisp.org>
25982
25983         Unify 5 copies of the KMP code.
25984         * lib/str-kmp.h: New file.
25985         * lib/c-strcasestr.c: Include str-kmp.h.
25986         (knuth_morris_pratt): Remove function.
25987         (c_strcasestr): Update.
25988         * lib/c-strstr.c: Include str-kmp.h.
25989         (knuth_morris_pratt): Remove function.
25990         (c_strcasestr): Update.
25991         * lib/mbscasestr.c: Include str-kmp.h.
25992         (knuth_morris_pratt_unibyte): Remove function.
25993         * lib/mbsstr.c: Include str-kmp.h.
25994         (knuth_morris_pratt_unibyte): Remove function.
25995         * lib/strcasestr.c: Include str-kmp.h.
25996         (knuth_morris_pratt): Remove function.
25997         (strcasestr): Update.
25998         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
25999         * modules/c-strstr (Files): Likewise.
26000         * modules/mbscasestr (Files): Likewise.
26001         * modules/mbsstr (Files): Likewise.
26002         * modules/strcasestr (Files): Likewise.
26003         Suggested by Paul Eggert.
26004
26005 2007-12-30  Bruno Haible  <bruno@clisp.org>
26006
26007         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
26008         defined.
26009
26010 2007-12-30  Bruno Haible  <bruno@clisp.org>
26011
26012         * lib/xmalloca.h: Include xalloc.h.
26013         (xnmalloca): New macro.
26014
26015 2007-12-30  Bruno Haible  <bruno@clisp.org>
26016
26017         * lib/malloca.h (nmalloca): New macro.
26018         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
26019         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
26020         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
26021         knuth_morris_pratt_multibyte): Likewise.
26022         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
26023         knuth_morris_pratt_multibyte): Likewise.
26024         * lib/memmem.c (knuth_morris_pratt): Likewise.
26025         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
26026
26027 2007-12-25  Bruno Haible  <bruno@clisp.org>
26028
26029         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
26030         * lib/glob.c: Don't include openat.h.
26031         (link_exists2_p): Add back the code that deals with the
26032         !GLOB_ALTDIRFUNC case.
26033         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
26034         let it do the filename concatenation.
26035         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
26036         * modules/glob (Depends-on): Remove openat.
26037
26038 2007-12-31  Bruno Haible  <bruno@clisp.org>
26039
26040         * modules/dirfd (License): Change to LGPLv2+.
26041         Approved by Jim Meyering.
26042
26043 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
26044
26045         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
26046         when multiplying M by sizeof (size_t).
26047
26048 2007-12-10  Martin Lambers  <marlam@marlam.de>
26049
26050         Override getpagesize on mingw.
26051         * lib/getpagesize.c: New file.
26052         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
26053         * modules/getpagesize (Files): Add lib/getpagesize.c.
26054         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
26055         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
26056         REPLACE_GETPAGESIZE.
26057         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
26058
26059 2007-12-25  Bruno Haible  <bruno@clisp.org>
26060
26061         * modules/localcharset (Notice): New field.
26062         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
26063         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
26064
26065 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
26066             Bruno Haible  <bruno@clisp.org>
26067
26068         Avoid using the syntax symbol() in formatted documentation.
26069         * MODULES.html.sh (func_module): When replacing symbol() with a
26070         hyperlink, remove the parentheses. Show an error if some remain.
26071         Recognize and render the '...' syntax.
26072         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
26073         Rework. Add paragraph about GCC's inlining.
26074         * doc/alloca.texi: Likewise.
26075         * doc/error.texi: Remove parentheses from symbol reference.
26076         * doc/gnulib-intro.texi: Likewise.
26077         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
26078         * modules/fnmatch (Description): Reword to say "the ... function".
26079         * modules/full-read (Description): Likewise.
26080         * modules/full-write (Description): Likewise.
26081         * modules/safe-read (Description): Likewise.
26082         * modules/safe-write (Description): Likewise.
26083         * modules/strchrnul (Description): Likewise.
26084         * modules/trim (Description): Likewise.
26085         * modules/error (Description): Remove parentheses from symbol
26086         references.
26087         * modules/verror (Description): Likewise.
26088         Reported by Karl Berry.
26089
26090 2007-12-25  Bruno Haible  <bruno@clisp.org>
26091
26092         Fixup after 2007-10-16 commit.
26093         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
26094
26095 2007-12-24  Bruno Haible  <bruno@clisp.org>
26096
26097         Make --enable-relocatable work with DESTDIR.
26098         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
26099         to compute installdir from destprog.
26100         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
26101         also set the RELOC_DESTDIR variable.
26102         Reported by Левашев Иван <octagram@bluebottle.com>.
26103
26104 2007-12-24  Bruno Haible  <bruno@clisp.org>
26105
26106         Fix link error due to xalloc_die().
26107         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
26108         of xreadlink.
26109         * lib/relocwrapper.c: Update comments.
26110         * build-aux/install-reloc: Remove xreadlink.c from file list.
26111         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
26112         xreadlink.c.
26113         Reported by Левашев Иван <octagram@bluebottle.com>.
26114
26115 2007-12-24  Bruno Haible  <bruno@clisp.org>
26116
26117         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
26118         * lib/setenv.h: Remove file.
26119         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
26120         lib/setenv.h.
26121         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
26122         (Depends-on): Add stdlib.
26123         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
26124         gl_FUNC_UNSETENV.
26125         (Include): Replace setenv.h with <stdlib.h>.
26126         * modules/unsetenv: New file.
26127         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
26128         * lib/unsetenv.c: Include <stdlib.h> first.
26129         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
26130         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
26131         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
26132         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
26133         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
26134         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26135         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
26136         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26137         * doc/functions/unsetenv.texi: Update.
26138         * modules/xsetenv (Depends-on): Add unsetenv.
26139         * modules/getdate (Depends-on): Likewise.
26140         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
26141         * lib/xsetenv.c: Don't include setenv.h.
26142         * lib/getdate.y: Likewise.
26143         * lib/relocwrapper.c: Likewise.
26144         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
26145         (Depends-on): Add stdlib.
26146         * NEWS: Mention the changes.
26147         Reported by Левашев Иван <octagram@bluebottle.com>.
26148
26149 2007-12-23  Bruno Haible  <bruno@clisp.org>
26150
26151         * lib/memmem.c (memmem): Use lowercase variable names. Tab
26152         indentation.
26153
26154 2007-12-23  Bruno Haible  <bruno@clisp.org>
26155
26156         * lib/c-strcasestr.c: Add more comments.
26157         * lib/c-strstr.c: Likewise.
26158         * lib/mbscasestr.c: Likewise.
26159         * lib/mbsstr.c: Likewise.
26160         * lib/strcasestr.c: Likewise.
26161         * lib/memmem.c: Likewise.
26162
26163 2007-12-23  Bruno Haible  <bruno@clisp.org>
26164
26165         * tests/test-memmem.c: Include <string.h> first.
26166
26167 2007-12-22  Bruno Haible  <bruno@clisp.org>
26168
26169         * gnulib-tool (func_create_testdir): Change $auxdir while generating
26170         the contents of $testsbase.
26171         Reported by Ralf Wildenhues.
26172
26173 2007-12-22  Bruno Haible  <bruno@clisp.org>
26174
26175         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
26176         two variables local_ldadd_before, local_ldadd_last.
26177
26178 2007-12-20  Eric Blake  <ebb9@byu.net>
26179
26180         Work around circular library issue when cross-compiling.
26181         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
26182         that progname.o does not need to pull in rpl_memcmp.
26183
26184 2007-12-19  Eric Blake  <ebb9@byu.net>
26185
26186         Fix memmem to avoid O(n^2) worst-case complexity.
26187         * lib/memmem.c (knuth_morris_pratt): New function.
26188         (memmem): Use it if first few naive iterations fail.
26189         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
26190         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
26191         * modules/memchr (License): Likewise.
26192         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
26193         malloca.
26194         * tests/test-memmem.c: Rewrite, borrowing ideas from
26195         test-mbsstr1.c; the old version wouldn't even compile!
26196         * modules/memmem-tests: New file.
26197         * lib/string.in.h (rpl_memmem): Add declaration.
26198         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
26199         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
26200         REPLACE_MEMMEM.
26201
26202 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26203
26204         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
26205         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
26206         before any system include files, and undef after them all.  This
26207         should fix a problem on VMS reported by John E. Malmberg in
26208         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
26209
26210 2007-12-17  Eric Blake  <ebb9@byu.net>
26211
26212         Revert addition of verify, for BSD/OS.
26213         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
26214         can't handle large files, for the sake of obsolete platforms.
26215         * modules/fseeko (Depends-on): Remove verify.
26216         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
26217         * doc/functions/ftello.texi (ftello): Likewise.
26218         * doc/functions/fgetpos.texi (fgetpos): Likewise.
26219         Reported by Larry Jones.
26220
26221 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
26222
26223         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
26224         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
26225
26226 2007-12-17  Jim Meyering  <meyering@redhat.com>
26227
26228         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
26229         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
26230         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
26231         * modules/getcwd (Depends-on): Add openat.
26232         Reported by Petr Salinger.
26233
26234 2007-12-17  Bruno Haible  <bruno@clisp.org>
26235
26236         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
26237         avoid a segmentation fault of the configure test on x86_64 systems.
26238
26239 2007-12-15  Jim Meyering  <meyering@redhat.com>
26240
26241         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
26242
26243 2007-12-13  Eric Blake  <ebb9@byu.net>
26244
26245         Another fseek test.
26246         * tests/test-fseek.c (main): Also test ungetc handling.
26247         * tests/test-fseeko.c (main): Likewise.
26248         * modules/fseeko (Depends-on): Add verify.
26249         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
26250         large.
26251         Reported by Larry Jones.
26252
26253         Fix fseeko on mingw.
26254         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
26255         seek.
26256
26257         Beef up fseek tests.
26258         * tests/test-fseek.c (main): Also test eof handling.
26259         * tests/test-fseeko.c (main): Likewise.
26260         Reported by Larry Jones.
26261
26262 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
26263
26264         Fix fseeko on BSD-based platforms.
26265         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
26266         successful seek.
26267
26268 2007-12-12  Eric Blake  <ebb9@byu.net>
26269
26270         Allow circular dependency of separate libtests.a
26271         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
26272         when use_libtests.
26273
26274 2007-12-11  Eric Blake  <ebb9@byu.net>
26275
26276         Fix bug with -0.0L in previous patch.
26277         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
26278         * tests/test-isnan.c (main): Also test on zeroes.
26279         * tests/test-isnanf.c (main): Likewise.
26280         * tests/test-isnanl.h (main): Likewise.
26281
26282         Detect pseudo-denormals on x86 even when cross-compiling.
26283         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
26284         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
26285         invalid bit patterns that happen to satisfy ==.
26286
26287         Avoid link failures with separate libtests.a.
26288         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
26289         last, to satisfy circular dependencies.
26290
26291 2007-12-11  Eric Blake  <ebb9@byu.net>
26292         and Bruno Haible  <bruno@clisp.org>
26293
26294         Fix OpenBSD 4.0 <float.h> handling of long double.
26295         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
26296         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
26297         * doc/headers/float.texi (float.h): Document OpenBSD bug.
26298
26299 2007-12-11  Jim Meyering  <meyering@redhat.com>
26300
26301         * users.txt: Add libvirt.
26302
26303         Support versions of autoconf prior to 2.59c.
26304         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
26305         if it is not already defined.
26306
26307 2007-12-09  Bruno Haible  <bruno@clisp.org>
26308
26309         Let 'gnulib-tool --import' collect sources needed for the tests in
26310         tests/ rather than in lib/.
26311         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
26312         argument. If true, add rules to generate libtests.a, and put libtests.a
26313         into $(LDADD). Consider source files in subdirectories and set
26314         uses_subdirs.
26315         (func_emit_initmacro_start, func_emit_initmacro_end,
26316         func_emit_initmacro_done): Pass all arguments explicitly.
26317         (func_import): Determine two module lists main_modules,
26318         testsrelated_modules. Determine use_libtests. Determine two variables
26319         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
26320         instead of just sed_transform_lib_file. Determine two variables
26321         main_files and testsrelated_files. Compute 'files' as the union of
26322         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
26323         func_add_or_update. In the generated gnulib-comp.m4, collect the
26324         object files for tests/ in different variables than those for lib/.
26325         Substitute LIBTESTS_LIBDEPS.
26326         (func_create_testdir): Combine the uses_subdirs results from
26327         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
26328
26329 2007-12-09  Bruno Haible  <bruno@clisp.org>
26330
26331         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
26332         the build-aux directory.
26333
26334 2007-12-09  Bruno Haible  <bruno@clisp.org>
26335
26336         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
26337         introduced on 2006-09-09.
26338
26339 2007-12-07  Jim Meyering  <meyering@redhat.com>
26340
26341         Let these macros work also with autoconf-2.59.
26342         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
26343         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
26344         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
26345
26346 2007-12-06  Jim Meyering  <meyering@redhat.com>
26347
26348         Avoid a configure-time syntax error in gl_FUNC_ACL.
26349         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
26350         function in each branch, before testing the cache variable.
26351
26352 2007-12-04  Eric Blake  <ebb9@byu.net>
26353
26354         Make scripts executable.
26355         * build-aux/config.guess: Add execute permissions.
26356         * build-aux/config.sub: Likewise.
26357         * build-aux/gendocs.sh: Likewise.
26358
26359         Fix frexp on mingw.
26360         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
26361         cross-compiling.
26362         * doc/functions/frexp.texi (frexp): Document the bug.
26363
26364         Make cygwin fseeko check more reliable.
26365         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
26366         version numbers, rather than unrelated feature check.
26367         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
26368         * doc/functions/ftello.texi (ftello): Likewise.
26369         Reported by Bruno Haible.
26370
26371         * m4/strerror.m4: Bump version number.
26372
26373 2007-12-03  Bruno Haible  <bruno@clisp.org>
26374
26375         * doc/functions/mprotect.texi: Mention the mingw problem.
26376
26377 2007-12-03  Eric Blake  <ebb9@byu.net>
26378
26379         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
26380         REPLACE_STRERROR is initialized before this macro.
26381
26382 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26383
26384         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
26385         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
26386         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
26387         put -lsec in even for programs other than 'ls'.  This fixes a problem
26388         for gettext reported by Bruno Haible in
26389         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
26390         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
26391         Add support for Solaris 10.  This isn't efficient, but should get the
26392         job done for now.
26393
26394 2007-12-03  James Youngman  <jay@gnu.org>
26395
26396         * doc/regexprops-generic.texi: change "an close-group" to "a
26397         close-group" and "illegal" to "not allowed".
26398
26399 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26400
26401         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
26402         pr_byname.h. Needed for the rare case when the maintainer has done
26403         "make maintainer-clean" in the source directory and then attempts a
26404         build outside the source directory.
26405         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
26406         scripts_byname.h.
26407
26408 2007-12-02  Martin Lambers <marlam@marlam.de>
26409             Bruno Haible  <bruno@clisp.org>
26410
26411         * lib/getpagesize.h: Remove file.
26412         * lib/unistd.in.h: Include declaration of getpagesize here.
26413         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
26414         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
26415         HAVE_SYS_PARAM_H.
26416         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
26417         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26418         * modules/getpagesize (Files): Remove lib/getpagesize.h.
26419         (Depends-on): Add unistd.
26420         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26421         (Include): Use <unistd.h> instead of getpagesize.h.
26422         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
26423         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26424         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
26425         gl_GETPAGESIZE invocation, already handled by module dependency.
26426         * lib/pagealign_alloc.c: Don't include getpagesize.h.
26427
26428 2007-12-02  Bruno Haible  <bruno@clisp.org>
26429
26430         * modules/strings-tests: New file.
26431         * tests/test-strings.c: New file.
26432
26433         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
26434         * lib/strings.in.h: New file.
26435         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
26436         * m4/strings_h.m4: New file.
26437         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
26438         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
26439         * modules/strings: New file.
26440         * modules/string (Makefile.am): Update.
26441         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
26442         Reported by Karl Berry.
26443
26444 2007-12-01  Eric Blake  <ebb9@byu.net>
26445
26446         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
26447         accomodate fix in cygwin 1.5.25.
26448
26449 2007-12-01  Jim Meyering  <meyering@redhat.com>
26450
26451         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
26452         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
26453         that would inhibit utf8-optimization of a regexp containing line-
26454         or buffer-anchors, e.g., `^', `$'.
26455
26456 2007-11-30  Bruno Haible  <bruno@clisp.org>
26457
26458         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
26459         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
26460         glthread_recursive_lock_init.
26461         * lib/lock.c (glthread_recursive_lock_init)
26462         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
26463         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26464
26465 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
26466
26467         New function qset_acl, like set_acl but with syscall semantics.
26468         * lib/acl.h (qset_acl): New decl.
26469         * lib/acl.c (qset_acl): New function.
26470         (set_acl): Use new function.  Use more-consistent diagnostics.
26471
26472 2007-11-28  Jim Meyering  <meyering@redhat.com>
26473
26474         * modules/physmem (License): Change from GPL to LGPLv2+.
26475
26476 2007-11-26  Bruno Haible  <bruno@clisp.org>
26477
26478         * lib/vasnprintf.c (decode_long_double): Don't abort if the
26479         'long double' type has excess precision.
26480         Reported by Jim Meyering in
26481         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
26482
26483 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26484
26485         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
26486         Sync from <http://gnu.org/licenses>.
26487         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
26488         with license text from same location.
26489         * doc/maintain.texi, doc/standards.texi:  Sync from
26490         <http://savannah.gnu.org/projects/gnustandards>.
26491
26492 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
26493         and Jim Meyering  <meyering@redhat.com>
26494
26495         Adjust getdate' grammar to accept a slightly more regular language.
26496         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
26497         Before, the former was rejected.
26498         * lib/getdate.y (digits_to_date_time): New function, factored
26499         out of ...
26500         (number): ...here.  Just call digits_to_date_time.
26501         (hybrid): New non-terminal to handle an <unsigned number,
26502         signed relative offset> sequence consistently.
26503
26504 2007-11-18  Jim Meyering  <meyering@redhat.com>
26505
26506         Pull my changes from coreutils:
26507         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
26508         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
26509         use of $gnulib_tool_option_extras, so that it's separated from the
26510         preceding argument.
26511
26512         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
26513         * build-aux/bootstrap (cp_mark_as_generated): Create any required
26514         parent destination directories before copying a file into place.
26515
26516 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26517
26518         bootstrap: work also with 4-argument variant of AC_INIT
26519         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
26520
26521 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26522
26523         Port test-getaddrinfo to Solaris.
26524         Problem reported by Bruno Haible in
26525         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
26526         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
26527         explanation of setting 'hints'.
26528         Don't reject an implementation merely because it returns EAI_SERVICE.
26529         (EAI_SERVICE): Define to 0 if not defined.
26530
26531 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
26532
26533         The license of gnu-make and posix-shell is now "GPLed build tool".
26534         * modules/gnu-make (License): Likewise.
26535         * modules/posix-shell (License): Likewise.
26536
26537         New module posix-shell, for determining a POSIX shell
26538         or perhaps something that is close enough to a POSIX shell.
26539         * m4/posix-shell.m4: New file.
26540         * modules/posix-shell: New file.
26541
26542         * MODULES.html.sh: Mention new module.
26543
26544         New module gnu-make, for determining whether we're using GNU Make.
26545         * m4/gnu-make.m4: New file.
26546         * modules/gnu-make: New file.
26547         * MODULES.html.sh: Mention new module.
26548
26549 2007-11-14  Jim Meyering  <meyering@redhat.com>
26550
26551         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
26552         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
26553         use this macro to create a function _definition_.
26554         Remove useless "#undef ARGMATCH_DIE".
26555
26556 2007-11-14  Bruno Haible  <bruno@clisp.org>
26557
26558         * lib/config.charset: Update for OpenBSD 4.1.
26559         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
26560
26561 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
26562
26563         Document 64-bit #if problems in stdint.texi.
26564         * doc/headers/stdint.texi (stdint.h): Mention problems with
26565         64-bit-#if, and how to work around them.
26566
26567         Don't insist on 'long long int' support in the preprocessor.  It
26568         breaks too many things.  For example, PRIdMAX still uses a 'long
26569         long int' format with the latest Sun compiler, even though
26570         HAVE_LONG_LONG_INT isn't defined due to that compiler's
26571         preprocessor problem.  This causes the latest coreutils to dump
26572         core on Solaris 10 sparc with the Sun C compiler.
26573         Instead, fix the 2007-10-16 problem in a different way, by evaluating
26574         the troublesome expressions at configure-time, not at #if-time.
26575         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
26576         preprocessor.
26577         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
26578         compile-time C checks, done at 'configure'-time.
26579         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
26580         * modules/inttypes (Makefile): Substitute the new symbols that
26581         gl_INTTYPES_H now generates.
26582         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
26583
26584 2007-11-12  Bruno Haible  <bruno@clisp.org>
26585
26586         Tests for Unicode character classification functions.
26587
26588         * modules/unictype/bidicategory-byname-tests: New file.
26589         * modules/unictype/bidicategory-name-tests: New file.
26590         * modules/unictype/bidicategory-of-tests: New file.
26591         * modules/unictype/bidicategory-test-tests: New file.
26592         * modules/unictype/block-list-tests: New file.
26593         * modules/unictype/block-of-tests: New file.
26594         * modules/unictype/block-test-tests: New file.
26595         * modules/unictype/category-C-tests: New file.
26596         * modules/unictype/category-Cc-tests: New file.
26597         * modules/unictype/category-Cf-tests: New file.
26598         * modules/unictype/category-Cn-tests: New file.
26599         * modules/unictype/category-Co-tests: New file.
26600         * modules/unictype/category-Cs-tests: New file.
26601         * modules/unictype/category-L-tests: New file.
26602         * modules/unictype/category-Ll-tests: New file.
26603         * modules/unictype/category-Lm-tests: New file.
26604         * modules/unictype/category-Lo-tests: New file.
26605         * modules/unictype/category-Lt-tests: New file.
26606         * modules/unictype/category-Lu-tests: New file.
26607         * modules/unictype/category-M-tests: New file.
26608         * modules/unictype/category-Mc-tests: New file.
26609         * modules/unictype/category-Me-tests: New file.
26610         * modules/unictype/category-Mn-tests: New file.
26611         * modules/unictype/category-N-tests: New file.
26612         * modules/unictype/category-Nd-tests: New file.
26613         * modules/unictype/category-Nl-tests: New file.
26614         * modules/unictype/category-No-tests: New file.
26615         * modules/unictype/category-P-tests: New file.
26616         * modules/unictype/category-Pc-tests: New file.
26617         * modules/unictype/category-Pd-tests: New file.
26618         * modules/unictype/category-Pe-tests: New file.
26619         * modules/unictype/category-Pf-tests: New file.
26620         * modules/unictype/category-Pi-tests: New file.
26621         * modules/unictype/category-Po-tests: New file.
26622         * modules/unictype/category-Ps-tests: New file.
26623         * modules/unictype/category-S-tests: New file.
26624         * modules/unictype/category-Sc-tests: New file.
26625         * modules/unictype/category-Sk-tests: New file.
26626         * modules/unictype/category-Sm-tests: New file.
26627         * modules/unictype/category-So-tests: New file.
26628         * modules/unictype/category-Z-tests: New file.
26629         * modules/unictype/category-Zl-tests: New file.
26630         * modules/unictype/category-Zp-tests: New file.
26631         * modules/unictype/category-Zs-tests: New file.
26632         * modules/unictype/category-and-not-tests: New file.
26633         * modules/unictype/category-and-tests: New file.
26634         * modules/unictype/category-byname-tests: New file.
26635         * modules/unictype/category-name-tests: New file.
26636         * modules/unictype/category-none-tests: New file.
26637         * modules/unictype/category-of-tests: New file.
26638         * modules/unictype/category-or-tests: New file.
26639         * modules/unictype/category-test-withtable-tests: New file.
26640         * modules/unictype/combining-class-tests: New file.
26641         * modules/unictype/ctype-alnum-tests: New file.
26642         * modules/unictype/ctype-alpha-tests: New file.
26643         * modules/unictype/ctype-blank-tests: New file.
26644         * modules/unictype/ctype-cntrl-tests: New file.
26645         * modules/unictype/ctype-digit-tests: New file.
26646         * modules/unictype/ctype-graph-tests: New file.
26647         * modules/unictype/ctype-lower-tests: New file.
26648         * modules/unictype/ctype-print-tests: New file.
26649         * modules/unictype/ctype-punct-tests: New file.
26650         * modules/unictype/ctype-space-tests: New file.
26651         * modules/unictype/ctype-upper-tests: New file.
26652         * modules/unictype/ctype-xdigit-tests: New file.
26653         * modules/unictype/decimal-digit-tests: New file.
26654         * modules/unictype/digit-tests: New file.
26655         * modules/unictype/mirror-tests: New file.
26656         * modules/unictype/numeric-tests: New file.
26657         * modules/unictype/property-alphabetic-tests: New file.
26658         * modules/unictype/property-ascii-hex-digit-tests: New file.
26659         * modules/unictype/property-bidi-arabic-digit-tests: New file.
26660         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
26661         * modules/unictype/property-bidi-block-separator-tests: New file.
26662         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
26663         * modules/unictype/property-bidi-common-separator-tests: New file.
26664         * modules/unictype/property-bidi-control-tests: New file.
26665         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
26666         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
26667         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
26668         * modules/unictype/property-bidi-european-digit-tests: New file.
26669         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
26670         * modules/unictype/property-bidi-left-to-right-tests: New file.
26671         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
26672         * modules/unictype/property-bidi-other-neutral-tests: New file.
26673         * modules/unictype/property-bidi-pdf-tests: New file.
26674         * modules/unictype/property-bidi-segment-separator-tests: New file.
26675         * modules/unictype/property-bidi-whitespace-tests: New file.
26676         * modules/unictype/property-byname-tests: New file.
26677         * modules/unictype/property-combining-tests: New file.
26678         * modules/unictype/property-composite-tests: New file.
26679         * modules/unictype/property-currency-symbol-tests: New file.
26680         * modules/unictype/property-dash-tests: New file.
26681         * modules/unictype/property-decimal-digit-tests: New file.
26682         * modules/unictype/property-default-ignorable-code-point-tests: New file.
26683         * modules/unictype/property-deprecated-tests: New file.
26684         * modules/unictype/property-diacritic-tests: New file.
26685         * modules/unictype/property-extender-tests: New file.
26686         * modules/unictype/property-format-control-tests: New file.
26687         * modules/unictype/property-grapheme-base-tests: New file.
26688         * modules/unictype/property-grapheme-extend-tests: New file.
26689         * modules/unictype/property-grapheme-link-tests: New file.
26690         * modules/unictype/property-hex-digit-tests: New file.
26691         * modules/unictype/property-hyphen-tests: New file.
26692         * modules/unictype/property-id-continue-tests: New file.
26693         * modules/unictype/property-id-start-tests: New file.
26694         * modules/unictype/property-ideographic-tests: New file.
26695         * modules/unictype/property-ids-binary-operator-tests: New file.
26696         * modules/unictype/property-ids-trinary-operator-tests: New file.
26697         * modules/unictype/property-ignorable-control-tests: New file.
26698         * modules/unictype/property-iso-control-tests: New file.
26699         * modules/unictype/property-join-control-tests: New file.
26700         * modules/unictype/property-left-of-pair-tests: New file.
26701         * modules/unictype/property-line-separator-tests: New file.
26702         * modules/unictype/property-logical-order-exception-tests: New file.
26703         * modules/unictype/property-lowercase-tests: New file.
26704         * modules/unictype/property-math-tests: New file.
26705         * modules/unictype/property-non-break-tests: New file.
26706         * modules/unictype/property-not-a-character-tests: New file.
26707         * modules/unictype/property-numeric-tests: New file.
26708         * modules/unictype/property-other-alphabetic-tests: New file.
26709         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
26710         * modules/unictype/property-other-grapheme-extend-tests: New file.
26711         * modules/unictype/property-other-id-continue-tests: New file.
26712         * modules/unictype/property-other-id-start-tests: New file.
26713         * modules/unictype/property-other-lowercase-tests: New file.
26714         * modules/unictype/property-other-math-tests: New file.
26715         * modules/unictype/property-other-uppercase-tests: New file.
26716         * modules/unictype/property-paired-punctuation-tests: New file.
26717         * modules/unictype/property-paragraph-separator-tests: New file.
26718         * modules/unictype/property-pattern-syntax-tests: New file.
26719         * modules/unictype/property-pattern-white-space-tests: New file.
26720         * modules/unictype/property-private-use-tests: New file.
26721         * modules/unictype/property-punctuation-tests: New file.
26722         * modules/unictype/property-quotation-mark-tests: New file.
26723         * modules/unictype/property-radical-tests: New file.
26724         * modules/unictype/property-sentence-terminal-tests: New file.
26725         * modules/unictype/property-soft-dotted-tests: New file.
26726         * modules/unictype/property-space-tests: New file.
26727         * modules/unictype/property-terminal-punctuation-tests: New file.
26728         * modules/unictype/property-test-tests: New file.
26729         * modules/unictype/property-titlecase-tests: New file.
26730         * modules/unictype/property-unassigned-code-value-tests: New file.
26731         * modules/unictype/property-unified-ideograph-tests: New file.
26732         * modules/unictype/property-uppercase-tests: New file.
26733         * modules/unictype/property-variation-selector-tests: New file.
26734         * modules/unictype/property-white-space-tests: New file.
26735         * modules/unictype/property-xid-continue-tests: New file.
26736         * modules/unictype/property-xid-start-tests: New file.
26737         * modules/unictype/property-zero-width-tests: New file.
26738         * modules/unictype/scripts-tests: New file.
26739         * modules/unictype/syntax-c-ident-tests: New file.
26740         * modules/unictype/syntax-c-whitespace-tests: New file.
26741         * modules/unictype/syntax-java-ident-tests: New file.
26742         * modules/unictype/syntax-java-whitespace-tests: New file.
26743         * tests/unictype/test-bidi_byname.c: New file.
26744         * tests/unictype/test-bidi_name.c: New file.
26745         * tests/unictype/test-bidi_of.c: New file.
26746         * tests/unictype/test-bidi_test.c: New file.
26747         * tests/unictype/test-block_list.c: New file.
26748         * tests/unictype/test-block_of.c: New file.
26749         * tests/unictype/test-block_test.c: New file.
26750         * tests/unictype/test-categ_and.c: New file.
26751         * tests/unictype/test-categ_and_not.c: New file.
26752         * tests/unictype/test-categ_byname.c: New file.
26753         * tests/unictype/test-categ_name.c: New file.
26754         * tests/unictype/test-categ_none.c: New file.
26755         * tests/unictype/test-categ_of.c: New file.
26756         * tests/unictype/test-categ_or.c: New file.
26757         * tests/unictype/test-categ_test_withtable.c: New file.
26758         * tests/unictype/test-combining.c: New file.
26759         * tests/unictype/test-decdigit.c: New file.
26760         * tests/unictype/test-digit.c: New file.
26761         * tests/unictype/test-mirror.c: New file.
26762         * tests/unictype/test-numeric.c: New file.
26763         * tests/unictype/test-pr_byname.c: New file.
26764         * tests/unictype/test-pr_test.c: New file.
26765         * tests/unictype/test-predicate-part1.h: New file.
26766         * tests/unictype/test-predicate-part2.h: New file.
26767         * tests/unictype/test-scripts.c: New file.
26768         * tests/unictype/test-sy_c_ident.c: New file.
26769         * tests/unictype/test-sy_java_ident.c: New file.
26770
26771         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
26772         for Unicode 5.0.0.
26773         * tests/unictype/test-categ_Cc.c: Likewise.
26774         * tests/unictype/test-categ_Cf.c: Likewise.
26775         * tests/unictype/test-categ_Cn.c: Likewise.
26776         * tests/unictype/test-categ_Co.c: Likewise.
26777         * tests/unictype/test-categ_Cs.c: Likewise.
26778         * tests/unictype/test-categ_L.c: Likewise.
26779         * tests/unictype/test-categ_Ll.c: Likewise.
26780         * tests/unictype/test-categ_Lm.c: Likewise.
26781         * tests/unictype/test-categ_Lo.c: Likewise.
26782         * tests/unictype/test-categ_Lt.c: Likewise.
26783         * tests/unictype/test-categ_Lu.c: Likewise.
26784         * tests/unictype/test-categ_M.c: Likewise.
26785         * tests/unictype/test-categ_Mc.c: Likewise.
26786         * tests/unictype/test-categ_Me.c: Likewise.
26787         * tests/unictype/test-categ_Mn.c: Likewise.
26788         * tests/unictype/test-categ_N.c: Likewise.
26789         * tests/unictype/test-categ_Nd.c: Likewise.
26790         * tests/unictype/test-categ_Nl.c: Likewise.
26791         * tests/unictype/test-categ_No.c: Likewise.
26792         * tests/unictype/test-categ_P.c: Likewise.
26793         * tests/unictype/test-categ_Pc.c: Likewise.
26794         * tests/unictype/test-categ_Pd.c: Likewise.
26795         * tests/unictype/test-categ_Pe.c: Likewise.
26796         * tests/unictype/test-categ_Pf.c: Likewise.
26797         * tests/unictype/test-categ_Pi.c: Likewise.
26798         * tests/unictype/test-categ_Po.c: Likewise.
26799         * tests/unictype/test-categ_Ps.c: Likewise.
26800         * tests/unictype/test-categ_S.c: Likewise.
26801         * tests/unictype/test-categ_Sc.c: Likewise.
26802         * tests/unictype/test-categ_Sk.c: Likewise.
26803         * tests/unictype/test-categ_Sm.c: Likewise.
26804         * tests/unictype/test-categ_So.c: Likewise.
26805         * tests/unictype/test-categ_Z.c: Likewise.
26806         * tests/unictype/test-categ_Zl.c: Likewise.
26807         * tests/unictype/test-categ_Zp.c: Likewise.
26808         * tests/unictype/test-categ_Zs.c: Likewise.
26809         * tests/unictype/test-ctype_alnum.c: Likewise.
26810         * tests/unictype/test-ctype_alpha.c: Likewise.
26811         * tests/unictype/test-ctype_blank.c: Likewise.
26812         * tests/unictype/test-ctype_cntrl.c: Likewise.
26813         * tests/unictype/test-ctype_digit.c: Likewise.
26814         * tests/unictype/test-ctype_graph.c: Likewise.
26815         * tests/unictype/test-ctype_lower.c: Likewise.
26816         * tests/unictype/test-ctype_print.c: Likewise.
26817         * tests/unictype/test-ctype_punct.c: Likewise.
26818         * tests/unictype/test-ctype_space.c: Likewise.
26819         * tests/unictype/test-ctype_upper.c: Likewise.
26820         * tests/unictype/test-ctype_xdigit.c: Likewise.
26821         * tests/unictype/test-decdigit.h: Likewise.
26822         * tests/unictype/test-digit.h: Likewise.
26823         * tests/unictype/test-numeric.h: Likewise.
26824         * tests/unictype/test-pr_alphabetic.c: Likewise.
26825         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
26826         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
26827         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
26828         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
26829         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
26830         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
26831         * tests/unictype/test-pr_bidi_control.c: Likewise.
26832         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
26833         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
26834         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
26835         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
26836         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
26837         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
26838         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
26839         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
26840         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
26841         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
26842         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
26843         * tests/unictype/test-pr_combining.c: Likewise.
26844         * tests/unictype/test-pr_composite.c: Likewise.
26845         * tests/unictype/test-pr_currency_symbol.c: Likewise.
26846         * tests/unictype/test-pr_dash.c: Likewise.
26847         * tests/unictype/test-pr_decimal_digit.c: Likewise.
26848         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
26849         * tests/unictype/test-pr_deprecated.c: Likewise.
26850         * tests/unictype/test-pr_diacritic.c: Likewise.
26851         * tests/unictype/test-pr_extender.c: Likewise.
26852         * tests/unictype/test-pr_format_control.c: Likewise.
26853         * tests/unictype/test-pr_grapheme_base.c: Likewise.
26854         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
26855         * tests/unictype/test-pr_grapheme_link.c: Likewise.
26856         * tests/unictype/test-pr_hex_digit.c: Likewise.
26857         * tests/unictype/test-pr_hyphen.c: Likewise.
26858         * tests/unictype/test-pr_id_continue.c: Likewise.
26859         * tests/unictype/test-pr_id_start.c: Likewise.
26860         * tests/unictype/test-pr_ideographic.c: Likewise.
26861         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
26862         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
26863         * tests/unictype/test-pr_ignorable_control.c: Likewise.
26864         * tests/unictype/test-pr_iso_control.c: Likewise.
26865         * tests/unictype/test-pr_join_control.c: Likewise.
26866         * tests/unictype/test-pr_left_of_pair.c: Likewise.
26867         * tests/unictype/test-pr_line_separator.c: Likewise.
26868         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
26869         * tests/unictype/test-pr_lowercase.c: Likewise.
26870         * tests/unictype/test-pr_math.c: Likewise.
26871         * tests/unictype/test-pr_non_break.c: Likewise.
26872         * tests/unictype/test-pr_not_a_character.c: Likewise.
26873         * tests/unictype/test-pr_numeric.c: Likewise.
26874         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
26875         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
26876         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
26877         * tests/unictype/test-pr_other_id_continue.c: Likewise.
26878         * tests/unictype/test-pr_other_id_start.c: Likewise.
26879         * tests/unictype/test-pr_other_lowercase.c: Likewise.
26880         * tests/unictype/test-pr_other_math.c: Likewise.
26881         * tests/unictype/test-pr_other_uppercase.c: Likewise.
26882         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
26883         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
26884         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
26885         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
26886         * tests/unictype/test-pr_private_use.c: Likewise.
26887         * tests/unictype/test-pr_punctuation.c: Likewise.
26888         * tests/unictype/test-pr_quotation_mark.c: Likewise.
26889         * tests/unictype/test-pr_radical.c: Likewise.
26890         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
26891         * tests/unictype/test-pr_soft_dotted.c: Likewise.
26892         * tests/unictype/test-pr_space.c: Likewise.
26893         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
26894         * tests/unictype/test-pr_titlecase.c: Likewise.
26895         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
26896         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
26897         * tests/unictype/test-pr_uppercase.c: Likewise.
26898         * tests/unictype/test-pr_variation_selector.c: Likewise.
26899         * tests/unictype/test-pr_white_space.c: Likewise.
26900         * tests/unictype/test-pr_xid_continue.c: Likewise.
26901         * tests/unictype/test-pr_xid_start.c: Likewise.
26902         * tests/unictype/test-pr_zero_width.c: Likewise.
26903         * tests/unictype/test-sy_c_whitespace.c: Likewise.
26904         * tests/unictype/test-sy_java_whitespace.c: Likewise.
26905
26906 2007-11-12  Bruno Haible  <bruno@clisp.org>
26907
26908         Unicode character classification functions.
26909         * lib/unictype.h: New file.
26910         * modules/unictype/base: New file.
26911         * modules/unictype/category-L: New file.
26912         * modules/unictype/category-Lu: New file.
26913         * modules/unictype/category-Ll: New file.
26914         * modules/unictype/category-Lt: New file.
26915         * modules/unictype/category-Lm: New file.
26916         * modules/unictype/category-Lo: New file.
26917         * modules/unictype/category-M: New file.
26918         * modules/unictype/category-Mn: New file.
26919         * modules/unictype/category-Mc: New file.
26920         * modules/unictype/category-Me: New file.
26921         * modules/unictype/category-N: New file.
26922         * modules/unictype/category-Nd: New file.
26923         * modules/unictype/category-Nl: New file.
26924         * modules/unictype/category-No: New file.
26925         * modules/unictype/category-P: New file.
26926         * modules/unictype/category-Pc: New file.
26927         * modules/unictype/category-Pd: New file.
26928         * modules/unictype/category-Ps: New file.
26929         * modules/unictype/category-Pe: New file.
26930         * modules/unictype/category-Pi: New file.
26931         * modules/unictype/category-Pf: New file.
26932         * modules/unictype/category-Po: New file.
26933         * modules/unictype/category-S: New file.
26934         * modules/unictype/category-Sm: New file.
26935         * modules/unictype/category-Sc: New file.
26936         * modules/unictype/category-Sk: New file.
26937         * modules/unictype/category-So: New file.
26938         * modules/unictype/category-Z: New file.
26939         * modules/unictype/category-Zs: New file.
26940         * modules/unictype/category-Zl: New file.
26941         * modules/unictype/category-Zp: New file.
26942         * modules/unictype/category-C: New file.
26943         * modules/unictype/category-Cc: New file.
26944         * modules/unictype/category-Cf: New file.
26945         * modules/unictype/category-Cs: New file.
26946         * modules/unictype/category-Co: New file.
26947         * modules/unictype/category-Cn: New file.
26948         * modules/unictype/category-or: New file.
26949         * modules/unictype/category-of: New file.
26950         * modules/unictype/category-test: New file.
26951         * modules/unictype/category-test-withtable: New file.
26952         * modules/unictype/category-byname: New file.
26953         * modules/unictype/category-none: New file.
26954         * modules/unictype/category-and: New file.
26955         * modules/unictype/category-and-not: New file.
26956         * modules/unictype/category-name: New file.
26957         * modules/unictype/combining-class: New file.
26958         * modules/unictype/category-all: New file.
26959         * modules/unictype/bidicategory-all: New file.
26960         * modules/unictype/bidicategory-byname: New file.
26961         * modules/unictype/bidicategory-name: New file.
26962         * modules/unictype/bidicategory-of: New file.
26963         * modules/unictype/bidicategory-test: New file.
26964         * modules/unictype/decimal-digit: New file.
26965         * modules/unictype/digit: New file.
26966         * modules/unictype/numeric: New file.
26967         * modules/unictype/mirror: New file.
26968         * modules/unictype/property-white-space: New file.
26969         * modules/unictype/property-alphabetic: New file.
26970         * modules/unictype/property-other-alphabetic: New file.
26971         * modules/unictype/property-not-a-character: New file.
26972         * modules/unictype/property-default-ignorable-code-point: New file.
26973         * modules/unictype/property-other-default-ignorable-code-point: New
26974         file.
26975         * modules/unictype/property-deprecated: New file.
26976         * modules/unictype/property-logical-order-exception: New file.
26977         * modules/unictype/property-variation-selector: New file.
26978         * modules/unictype/property-private-use: New file.
26979         * modules/unictype/property-unassigned-code-value: New file.
26980         * modules/unictype/property-uppercase: New file.
26981         * modules/unictype/property-other-uppercase: New file.
26982         * modules/unictype/property-lowercase: New file.
26983         * modules/unictype/property-other-lowercase: New file.
26984         * modules/unictype/property-titlecase: New file.
26985         * modules/unictype/property-soft-dotted: New file.
26986         * modules/unictype/property-id-start: New file.
26987         * modules/unictype/property-other-id-start: New file.
26988         * modules/unictype/property-id-continue: New file.
26989         * modules/unictype/property-other-id-continue: New file.
26990         * modules/unictype/property-xid-start: New file.
26991         * modules/unictype/property-xid-continue: New file.
26992         * modules/unictype/property-pattern-white-space: New file.
26993         * modules/unictype/property-pattern-syntax: New file.
26994         * modules/unictype/property-join-control: New file.
26995         * modules/unictype/property-grapheme-base: New file.
26996         * modules/unictype/property-grapheme-extend: New file.
26997         * modules/unictype/property-other-grapheme-extend: New file.
26998         * modules/unictype/property-grapheme-link: New file.
26999         * modules/unictype/property-bidi-control: New file.
27000         * modules/unictype/property-bidi-left-to-right: New file.
27001         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
27002         * modules/unictype/property-bidi-arabic-right-to-left: New file.
27003         * modules/unictype/property-bidi-european-digit: New file.
27004         * modules/unictype/property-bidi-eur-num-separator: New file.
27005         * modules/unictype/property-bidi-eur-num-terminator: New file.
27006         * modules/unictype/property-bidi-arabic-digit: New file.
27007         * modules/unictype/property-bidi-common-separator: New file.
27008         * modules/unictype/property-bidi-block-separator: New file.
27009         * modules/unictype/property-bidi-segment-separator: New file.
27010         * modules/unictype/property-bidi-whitespace: New file.
27011         * modules/unictype/property-bidi-non-spacing-mark: New file.
27012         * modules/unictype/property-bidi-boundary-neutral: New file.
27013         * modules/unictype/property-bidi-pdf: New file.
27014         * modules/unictype/property-bidi-embedding-or-override: New file.
27015         * modules/unictype/property-bidi-other-neutral: New file.
27016         * modules/unictype/property-hex-digit: New file.
27017         * modules/unictype/property-ascii-hex-digit: New file.
27018         * modules/unictype/property-ideographic: New file.
27019         * modules/unictype/property-unified-ideograph: New file.
27020         * modules/unictype/property-radical: New file.
27021         * modules/unictype/property-ids-binary-operator: New file.
27022         * modules/unictype/property-ids-trinary-operator: New file.
27023         * modules/unictype/property-zero-width: New file.
27024         * modules/unictype/property-space: New file.
27025         * modules/unictype/property-non-break: New file.
27026         * modules/unictype/property-iso-control: New file.
27027         * modules/unictype/property-format-control: New file.
27028         * modules/unictype/property-dash: New file.
27029         * modules/unictype/property-hyphen: New file.
27030         * modules/unictype/property-punctuation: New file.
27031         * modules/unictype/property-line-separator: New file.
27032         * modules/unictype/property-paragraph-separator: New file.
27033         * modules/unictype/property-quotation-mark: New file.
27034         * modules/unictype/property-sentence-terminal: New file.
27035         * modules/unictype/property-terminal-punctuation: New file.
27036         * modules/unictype/property-currency-symbol: New file.
27037         * modules/unictype/property-math: New file.
27038         * modules/unictype/property-other-math: New file.
27039         * modules/unictype/property-paired-punctuation: New file.
27040         * modules/unictype/property-left-of-pair: New file.
27041         * modules/unictype/property-combining: New file.
27042         * modules/unictype/property-composite: New file.
27043         * modules/unictype/property-decimal-digit: New file.
27044         * modules/unictype/property-numeric: New file.
27045         * modules/unictype/property-diacritic: New file.
27046         * modules/unictype/property-extender: New file.
27047         * modules/unictype/property-ignorable-control: New file.
27048         * modules/unictype/property-test: New file.
27049         * modules/unictype/property-byname: New file.
27050         * modules/unictype/property-all: New file.
27051         * modules/unictype/scripts: New file.
27052         * modules/unictype/scripts-all: New file.
27053         * modules/unictype/block-of: New file.
27054         * modules/unictype/block-test: New file.
27055         * modules/unictype/block-list: New file.
27056         * modules/unictype/block-all: New file.
27057         * modules/unictype/syntax-c-whitespace: New file.
27058         * modules/unictype/syntax-java-whitespace: New file.
27059         * modules/unictype/syntax-c-ident: New file.
27060         * modules/unictype/syntax-java-ident: New file.
27061         * modules/unictype/ctype-alnum: New file.
27062         * modules/unictype/ctype-alpha: New file.
27063         * modules/unictype/ctype-cntrl: New file.
27064         * modules/unictype/ctype-digit: New file.
27065         * modules/unictype/ctype-graph: New file.
27066         * modules/unictype/ctype-lower: New file.
27067         * modules/unictype/ctype-print: New file.
27068         * modules/unictype/ctype-punct: New file.
27069         * modules/unictype/ctype-space: New file.
27070         * modules/unictype/ctype-upper: New file.
27071         * modules/unictype/ctype-xdigit: New file.
27072         * modules/unictype/ctype-blank: New file.
27073         * lib/unictype/bidi_byname.c: New file.
27074         * lib/unictype/bidi_name.c: New file.
27075         * lib/unictype/bidi_of.c: New file.
27076         * lib/unictype/bidi_test.c: New file.
27077         * lib/unictype/bitmap.h: New file.
27078         * lib/unictype/block_test.c: New file.
27079         * lib/unictype/blocks.c: New file.
27080         * lib/unictype/categ_C.c: New file.
27081         * lib/unictype/categ_Cc.c: New file.
27082         * lib/unictype/categ_Cf.c: New file.
27083         * lib/unictype/categ_Cn.c: New file.
27084         * lib/unictype/categ_Co.c: New file.
27085         * lib/unictype/categ_Cs.c: New file.
27086         * lib/unictype/categ_L.c: New file.
27087         * lib/unictype/categ_Ll.c: New file.
27088         * lib/unictype/categ_Lm.c: New file.
27089         * lib/unictype/categ_Lo.c: New file.
27090         * lib/unictype/categ_Lt.c: New file.
27091         * lib/unictype/categ_Lu.c: New file.
27092         * lib/unictype/categ_M.c: New file.
27093         * lib/unictype/categ_Mc.c: New file.
27094         * lib/unictype/categ_Me.c: New file.
27095         * lib/unictype/categ_Mn.c: New file.
27096         * lib/unictype/categ_N.c: New file.
27097         * lib/unictype/categ_Nd.c: New file.
27098         * lib/unictype/categ_Nl.c: New file.
27099         * lib/unictype/categ_No.c: New file.
27100         * lib/unictype/categ_P.c: New file.
27101         * lib/unictype/categ_Pc.c: New file.
27102         * lib/unictype/categ_Pd.c: New file.
27103         * lib/unictype/categ_Pe.c: New file.
27104         * lib/unictype/categ_Pf.c: New file.
27105         * lib/unictype/categ_Pi.c: New file.
27106         * lib/unictype/categ_Po.c: New file.
27107         * lib/unictype/categ_Ps.c: New file.
27108         * lib/unictype/categ_S.c: New file.
27109         * lib/unictype/categ_Sc.c: New file.
27110         * lib/unictype/categ_Sk.c: New file.
27111         * lib/unictype/categ_Sm.c: New file.
27112         * lib/unictype/categ_So.c: New file.
27113         * lib/unictype/categ_Z.c: New file.
27114         * lib/unictype/categ_Zl.c: New file.
27115         * lib/unictype/categ_Zp.c: New file.
27116         * lib/unictype/categ_Zs.c: New file.
27117         * lib/unictype/categ_and.c: New file.
27118         * lib/unictype/categ_and_not.c: New file.
27119         * lib/unictype/categ_byname.c: New file.
27120         * lib/unictype/categ_name.c: New file.
27121         * lib/unictype/categ_none.c: New file.
27122         * lib/unictype/categ_of.c: New file.
27123         * lib/unictype/categ_or.c: New file.
27124         * lib/unictype/categ_test.c: New file.
27125         * lib/unictype/combining.c: New file.
27126         * lib/unictype/ctype_alnum.c: New file.
27127         * lib/unictype/ctype_alpha.c: New file.
27128         * lib/unictype/ctype_blank.c: New file.
27129         * lib/unictype/ctype_cntrl.c: New file.
27130         * lib/unictype/ctype_digit.c: New file.
27131         * lib/unictype/ctype_graph.c: New file.
27132         * lib/unictype/ctype_lower.c: New file.
27133         * lib/unictype/ctype_print.c: New file.
27134         * lib/unictype/ctype_punct.c: New file.
27135         * lib/unictype/ctype_space.c: New file.
27136         * lib/unictype/ctype_upper.c: New file.
27137         * lib/unictype/ctype_xdigit.c: New file.
27138         * lib/unictype/decdigit.c: New file.
27139         * lib/unictype/digit.c: New file.
27140         * lib/unictype/identsyntaxmap.h: New file.
27141         * lib/unictype/mirror.c: New file.
27142         * lib/unictype/numeric.c: New file.
27143         * lib/unictype/pr_alphabetic.c: New file.
27144         * lib/unictype/pr_ascii_hex_digit.c: New file.
27145         * lib/unictype/pr_bidi_arabic_digit.c: New file.
27146         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
27147         * lib/unictype/pr_bidi_block_separator.c: New file.
27148         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
27149         * lib/unictype/pr_bidi_common_separator.c: New file.
27150         * lib/unictype/pr_bidi_control.c: New file.
27151         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
27152         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
27153         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
27154         * lib/unictype/pr_bidi_european_digit.c: New file.
27155         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
27156         * lib/unictype/pr_bidi_left_to_right.c: New file.
27157         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
27158         * lib/unictype/pr_bidi_other_neutral.c: New file.
27159         * lib/unictype/pr_bidi_pdf.c: New file.
27160         * lib/unictype/pr_bidi_segment_separator.c: New file.
27161         * lib/unictype/pr_bidi_whitespace.c: New file.
27162         * lib/unictype/pr_byname.c: New file.
27163         * lib/unictype/pr_byname.gperf: New file.
27164         * lib/unictype/pr_combining.c: New file.
27165         * lib/unictype/pr_composite.c: New file.
27166         * lib/unictype/pr_currency_symbol.c: New file.
27167         * lib/unictype/pr_dash.c: New file.
27168         * lib/unictype/pr_decimal_digit.c: New file.
27169         * lib/unictype/pr_default_ignorable_code_point.c: New file.
27170         * lib/unictype/pr_deprecated.c: New file.
27171         * lib/unictype/pr_diacritic.c: New file.
27172         * lib/unictype/pr_extender.c: New file.
27173         * lib/unictype/pr_format_control.c: New file.
27174         * lib/unictype/pr_grapheme_base.c: New file.
27175         * lib/unictype/pr_grapheme_extend.c: New file.
27176         * lib/unictype/pr_grapheme_link.c: New file.
27177         * lib/unictype/pr_hex_digit.c: New file.
27178         * lib/unictype/pr_hyphen.c: New file.
27179         * lib/unictype/pr_id_continue.c: New file.
27180         * lib/unictype/pr_id_start.c: New file.
27181         * lib/unictype/pr_ideographic.c: New file.
27182         * lib/unictype/pr_ids_binary_operator.c: New file.
27183         * lib/unictype/pr_ids_trinary_operator.c: New file.
27184         * lib/unictype/pr_ignorable_control.c: New file.
27185         * lib/unictype/pr_iso_control.c: New file.
27186         * lib/unictype/pr_join_control.c: New file.
27187         * lib/unictype/pr_left_of_pair.c: New file.
27188         * lib/unictype/pr_line_separator.c: New file.
27189         * lib/unictype/pr_logical_order_exception.c: New file.
27190         * lib/unictype/pr_lowercase.c: New file.
27191         * lib/unictype/pr_math.c: New file.
27192         * lib/unictype/pr_non_break.c: New file.
27193         * lib/unictype/pr_not_a_character.c: New file.
27194         * lib/unictype/pr_numeric.c: New file.
27195         * lib/unictype/pr_other_alphabetic.c: New file.
27196         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
27197         * lib/unictype/pr_other_grapheme_extend.c: New file.
27198         * lib/unictype/pr_other_id_continue.c: New file.
27199         * lib/unictype/pr_other_id_start.c: New file.
27200         * lib/unictype/pr_other_lowercase.c: New file.
27201         * lib/unictype/pr_other_math.c: New file.
27202         * lib/unictype/pr_other_uppercase.c: New file.
27203         * lib/unictype/pr_paired_punctuation.c: New file.
27204         * lib/unictype/pr_paragraph_separator.c: New file.
27205         * lib/unictype/pr_pattern_syntax.c: New file.
27206         * lib/unictype/pr_pattern_white_space.c: New file.
27207         * lib/unictype/pr_private_use.c: New file.
27208         * lib/unictype/pr_punctuation.c: New file.
27209         * lib/unictype/pr_quotation_mark.c: New file.
27210         * lib/unictype/pr_radical.c: New file.
27211         * lib/unictype/pr_sentence_terminal.c: New file.
27212         * lib/unictype/pr_soft_dotted.c: New file.
27213         * lib/unictype/pr_space.c: New file.
27214         * lib/unictype/pr_terminal_punctuation.c: New file.
27215         * lib/unictype/pr_test.c: New file.
27216         * lib/unictype/pr_titlecase.c: New file.
27217         * lib/unictype/pr_unassigned_code_value.c: New file.
27218         * lib/unictype/pr_unified_ideograph.c: New file.
27219         * lib/unictype/pr_uppercase.c: New file.
27220         * lib/unictype/pr_variation_selector.c: New file.
27221         * lib/unictype/pr_white_space.c: New file.
27222         * lib/unictype/pr_xid_continue.c: New file.
27223         * lib/unictype/pr_xid_start.c: New file.
27224         * lib/unictype/pr_zero_width.c: New file.
27225         * lib/unictype/scripts.c: New file.
27226         * lib/unictype/sy_c_ident.c: New file.
27227         * lib/unictype/sy_c_whitespace.c: New file.
27228         * lib/unictype/sy_java_ident.c: New file.
27229         * lib/unictype/sy_java_whitespace.c: New file.
27230
27231         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
27232         Unicode 5.0.0.
27233         * lib/unictype/blocks.h: Likewise.
27234         * lib/unictype/categ_C.h: Likewise.
27235         * lib/unictype/categ_Cc.h: Likewise.
27236         * lib/unictype/categ_Cf.h: Likewise.
27237         * lib/unictype/categ_Cn.h: Likewise.
27238         * lib/unictype/categ_Co.h: Likewise.
27239         * lib/unictype/categ_Cs.h: Likewise.
27240         * lib/unictype/categ_L.h: Likewise.
27241         * lib/unictype/categ_Ll.h: Likewise.
27242         * lib/unictype/categ_Lm.h: Likewise.
27243         * lib/unictype/categ_Lo.h: Likewise.
27244         * lib/unictype/categ_Lt.h: Likewise.
27245         * lib/unictype/categ_Lu.h: Likewise.
27246         * lib/unictype/categ_M.h: Likewise.
27247         * lib/unictype/categ_Mc.h: Likewise.
27248         * lib/unictype/categ_Me.h: Likewise.
27249         * lib/unictype/categ_Mn.h: Likewise.
27250         * lib/unictype/categ_N.h: Likewise.
27251         * lib/unictype/categ_Nd.h: Likewise.
27252         * lib/unictype/categ_Nl.h: Likewise.
27253         * lib/unictype/categ_No.h: Likewise.
27254         * lib/unictype/categ_P.h: Likewise.
27255         * lib/unictype/categ_Pc.h: Likewise.
27256         * lib/unictype/categ_Pd.h: Likewise.
27257         * lib/unictype/categ_Pe.h: Likewise.
27258         * lib/unictype/categ_Pf.h: Likewise.
27259         * lib/unictype/categ_Pi.h: Likewise.
27260         * lib/unictype/categ_Po.h: Likewise.
27261         * lib/unictype/categ_Ps.h: Likewise.
27262         * lib/unictype/categ_S.h: Likewise.
27263         * lib/unictype/categ_Sc.h: Likewise.
27264         * lib/unictype/categ_Sk.h: Likewise.
27265         * lib/unictype/categ_Sm.h: Likewise.
27266         * lib/unictype/categ_So.h: Likewise.
27267         * lib/unictype/categ_Z.h: Likewise.
27268         * lib/unictype/categ_Zl.h: Likewise.
27269         * lib/unictype/categ_Zp.h: Likewise.
27270         * lib/unictype/categ_Zs.h: Likewise.
27271         * lib/unictype/categ_of.h: Likewise.
27272         * lib/unictype/combining.h: Likewise.
27273         * lib/unictype/ctype_alnum.h: Likewise.
27274         * lib/unictype/ctype_alpha.h: Likewise.
27275         * lib/unictype/ctype_blank.h: Likewise.
27276         * lib/unictype/ctype_cntrl.h: Likewise.
27277         * lib/unictype/ctype_digit.h: Likewise.
27278         * lib/unictype/ctype_graph.h: Likewise.
27279         * lib/unictype/ctype_lower.h: Likewise.
27280         * lib/unictype/ctype_print.h: Likewise.
27281         * lib/unictype/ctype_punct.h: Likewise.
27282         * lib/unictype/ctype_space.h: Likewise.
27283         * lib/unictype/ctype_upper.h: Likewise.
27284         * lib/unictype/ctype_xdigit.h: Likewise.
27285         * lib/unictype/decdigit.h: Likewise.
27286         * lib/unictype/digit.h: Likewise.
27287         * lib/unictype/mirror.h: Likewise.
27288         * lib/unictype/numeric.h: Likewise.
27289         * lib/unictype/pr_alphabetic.h: Likewise.
27290         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
27291         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
27292         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
27293         * lib/unictype/pr_bidi_block_separator.h: Likewise.
27294         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
27295         * lib/unictype/pr_bidi_common_separator.h: Likewise.
27296         * lib/unictype/pr_bidi_control.h: Likewise.
27297         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
27298         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
27299         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
27300         * lib/unictype/pr_bidi_european_digit.h: Likewise.
27301         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
27302         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
27303         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
27304         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
27305         * lib/unictype/pr_bidi_pdf.h: Likewise.
27306         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
27307         * lib/unictype/pr_bidi_whitespace.h: Likewise.
27308         * lib/unictype/pr_combining.h: Likewise.
27309         * lib/unictype/pr_composite.h: Likewise.
27310         * lib/unictype/pr_currency_symbol.h: Likewise.
27311         * lib/unictype/pr_dash.h: Likewise.
27312         * lib/unictype/pr_decimal_digit.h: Likewise.
27313         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
27314         * lib/unictype/pr_deprecated.h: Likewise.
27315         * lib/unictype/pr_diacritic.h: Likewise.
27316         * lib/unictype/pr_extender.h: Likewise.
27317         * lib/unictype/pr_format_control.h: Likewise.
27318         * lib/unictype/pr_grapheme_base.h: Likewise.
27319         * lib/unictype/pr_grapheme_extend.h: Likewise.
27320         * lib/unictype/pr_grapheme_link.h: Likewise.
27321         * lib/unictype/pr_hex_digit.h: Likewise.
27322         * lib/unictype/pr_hyphen.h: Likewise.
27323         * lib/unictype/pr_id_continue.h: Likewise.
27324         * lib/unictype/pr_id_start.h: Likewise.
27325         * lib/unictype/pr_ideographic.h: Likewise.
27326         * lib/unictype/pr_ids_binary_operator.h: Likewise.
27327         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
27328         * lib/unictype/pr_ignorable_control.h: Likewise.
27329         * lib/unictype/pr_iso_control.h: Likewise.
27330         * lib/unictype/pr_join_control.h: Likewise.
27331         * lib/unictype/pr_left_of_pair.h: Likewise.
27332         * lib/unictype/pr_line_separator.h: Likewise.
27333         * lib/unictype/pr_logical_order_exception.h: Likewise.
27334         * lib/unictype/pr_lowercase.h: Likewise.
27335         * lib/unictype/pr_math.h: Likewise.
27336         * lib/unictype/pr_non_break.h: Likewise.
27337         * lib/unictype/pr_not_a_character.h: Likewise.
27338         * lib/unictype/pr_numeric.h: Likewise.
27339         * lib/unictype/pr_other_alphabetic.h: Likewise.
27340         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
27341         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
27342         * lib/unictype/pr_other_id_continue.h: Likewise.
27343         * lib/unictype/pr_other_id_start.h: Likewise.
27344         * lib/unictype/pr_other_lowercase.h: Likewise.
27345         * lib/unictype/pr_other_math.h: Likewise.
27346         * lib/unictype/pr_other_uppercase.h: Likewise.
27347         * lib/unictype/pr_paired_punctuation.h: Likewise.
27348         * lib/unictype/pr_paragraph_separator.h: Likewise.
27349         * lib/unictype/pr_pattern_syntax.h: Likewise.
27350         * lib/unictype/pr_pattern_white_space.h: Likewise.
27351         * lib/unictype/pr_private_use.h: Likewise.
27352         * lib/unictype/pr_punctuation.h: Likewise.
27353         * lib/unictype/pr_quotation_mark.h: Likewise.
27354         * lib/unictype/pr_radical.h: Likewise.
27355         * lib/unictype/pr_sentence_terminal.h: Likewise.
27356         * lib/unictype/pr_soft_dotted.h: Likewise.
27357         * lib/unictype/pr_space.h: Likewise.
27358         * lib/unictype/pr_terminal_punctuation.h: Likewise.
27359         * lib/unictype/pr_titlecase.h: Likewise.
27360         * lib/unictype/pr_unassigned_code_value.h: Likewise.
27361         * lib/unictype/pr_unified_ideograph.h: Likewise.
27362         * lib/unictype/pr_uppercase.h: Likewise.
27363         * lib/unictype/pr_variation_selector.h: Likewise.
27364         * lib/unictype/pr_white_space.h: Likewise.
27365         * lib/unictype/pr_xid_continue.h: Likewise.
27366         * lib/unictype/pr_xid_start.h: Likewise.
27367         * lib/unictype/pr_zero_width.h: Likewise.
27368         * lib/unictype/scripts.h: Likewise.
27369         * lib/unictype/scripts_byname.gperf: Likewise.
27370         * lib/unictype/sy_c_ident.h: Likewise.
27371         * lib/unictype/sy_c_whitespace.h: Likewise.
27372         * lib/unictype/sy_java_ident.h: Likewise.
27373         * lib/unictype/sy_java_whitespace.h: Likewise.
27374
27375         * lib/unictype/Makefile: New file.
27376         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
27377         glibc.
27378         * lib/unictype/3level.h: New file, copied from glibc.
27379         * lib/unictype/3levelbit.h: New file.
27380
27381 2007-11-11  Bruno Haible  <bruno@clisp.org>
27382
27383         * modules/gperf: New file.
27384         * modules/iconv_open (Depends-on): Add it.
27385         (Makefile.am): Remove the GPERF definition.
27386
27387 2007-11-11  Bruno Haible  <bruno@clisp.org>
27388
27389         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
27390         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
27391
27392 2007-11-11  Bruno Haible  <bruno@clisp.org>
27393
27394         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
27395         (usage): Remove function.
27396
27397 2007-11-11  Bruno Haible  <bruno@clisp.org>
27398
27399         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
27400         gl_FUNC_CEILF_LIBS.
27401         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
27402         gl_FUNC_CEIL_LIBS.
27403         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
27404         gl_FUNC_CEILL_LIBS.
27405         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
27406         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
27407         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
27408
27409 2007-11-11  Bruno Haible  <bruno@clisp.org>
27410
27411         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
27412         roundf were declared but do not exist on functions.
27413         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
27414         roundl were declared but do not exist on functions.
27415         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
27416         HAVE_FLOORL_AND_CEILL, respectively.
27417         Needed for Sun C on Solaris 10.
27418
27419 2007-11-11  Bruno Haible  <bruno@clisp.org>
27420
27421         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
27422         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
27423         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
27424         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
27425         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
27426         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
27427         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
27428         HAVE_DECL_ROUNDF.
27429         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
27430         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
27431         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
27432         of HAVE_DECL_ROUND*.
27433         * modules/math (Makefile.am): Update.
27434
27435 2007-11-10  Bruno Haible  <bruno@clisp.org>
27436
27437         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
27438         ptrdiff_t as m4/intl.m4.
27439
27440 2007-11-10  Jim Meyering  <meyering@redhat.com>
27441
27442         Avoid link failure for the argmatch test.
27443         * tests/test-argmatch.c (usage): Define function to avoid a link
27444         failure: argmatch_die requires a usage function.
27445
27446 2007-11-09  Bruno Haible  <bruno@clisp.org>
27447
27448         * doc/functions/snprintf.texi: Mention BeOS deficiency.
27449         * doc/functions/vsnprintf.texi: Likewise.
27450         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
27451         with a size argument < 2.
27452
27453 2007-11-09  Bruno Haible  <bruno@clisp.org>
27454
27455         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
27456         buffer. Fixes an inefficiency introduced on 2007-11-03.
27457
27458 2007-11-09  Bruno Haible  <bruno@clisp.org>
27459
27460         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
27461         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
27462
27463 2007-11-08  Jim Meyering  <meyering@redhat.com>
27464
27465         Change cache variable name prefix "jm_" to "gl_" everywhere.
27466         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
27467         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
27468         * m4/uptime.m4: s/gl_/jm_/
27469
27470 2007-11-07  Bruno Haible  <bruno@clisp.org>
27471
27472         Update to GNU gettext 0.17.
27473         * m4/intl.m4: Update to GNU gettext 0.17.
27474         * m4/po.m4: Likewise.
27475         * modules/gettext (Files): Remove m4/ulonglong.m4.
27476         (configure.ac): Require gettext infrastructure from version 0.17.
27477
27478 2007-11-06  Bruno Haible  <bruno@clisp.org>
27479
27480         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
27481         symbolic values are not defined in a public header.
27482         * lib/freadable.c (freadable) [QNX]: Likewise.
27483         * lib/freadahead.c (freadahead) [QNX]: Likewise.
27484         * lib/freading.c (freading) [QNX]: Likewise.
27485         * lib/fseterr.c (fseterr) [QNX]: Likewise.
27486         * lib/fwritable.c (fwritable) [QNX]: Likewise.
27487         * lib/fwriting.c (fwriting) [QNX]: Likewise.
27488         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
27489         Reported by Alain Magloire.
27490
27491         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
27492
27493 2007-11-05  Bruno Haible  <bruno@clisp.org>
27494
27495         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
27496         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
27497         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
27498         Reported by Eric Blake.
27499
27500 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27501             Bruno Haible  <bruno@clisp.org>
27502
27503         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
27504         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
27505         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
27506         (malloc): Undefine also before including <stdlib.h>.
27507         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
27508         Needed on OSF/1 4.0.
27509
27510 2007-11-05  Jim Meyering  <meyering@redhat.com>
27511
27512         git-version-gen: sync from coreutils.
27513         * build-aux/git-version-gen: Add comments.
27514         Change the first '-' to '.' in the snapshot version string,
27515         e.g., 6.9-377-08144 -> 6.9.377-08144
27516         Remove first parameter.
27517         Don't declare a version "-dirty" merely because a time
27518         stamp has changed.
27519
27520 2007-11-04  Bruno Haible  <bruno@clisp.org>
27521
27522         * lib/lock.h: Protect all macro definitions containing an 'if'
27523         statement through a "do { ... } while (0)".
27524         * lib/tls.h: Likewise.
27525
27526 2007-11-04  Bruno Haible  <bruno@clisp.org>
27527
27528         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
27529
27530 2007-11-04  Bruno Haible  <bruno@clisp.org>
27531
27532         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
27533         * modules/fprintf-posix (Depends-on): Add nocrash.
27534         * modules/snprintf-posix (Depends-on): Likewise.
27535         * modules/sprintf-posix (Depends-on): Likewise.
27536         * modules/vasnprintf-posix (Depends-on): Likewise.
27537         * modules/vasprintf-posix (Depends-on): Likewise.
27538         * modules/vfprintf-posix (Depends-on): Likewise.
27539         * modules/vsnprintf-posix (Depends-on): Likewise.
27540         * modules/vsprintf-posix (Depends-on): Likewise.
27541         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27542         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27543         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27544         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27545         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27546         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27547         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27548
27549 2007-11-04  Bruno Haible  <bruno@clisp.org>
27550
27551         * modules/nocrash: New file.
27552         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
27553         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
27554
27555 2007-11-04  Bruno Haible  <bruno@clisp.org>
27556
27557         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
27558         precision handling.
27559         * tests/test-vasprintf-posix.c (test_function): Likewise.
27560         * tests/test-snprintf-posix.h (test_function): Likewise.
27561         * tests/test-sprintf-posix.h (test_function): Likewise.
27562
27563         Fix *printf behaviour for large precisions on mingw and BeOS.
27564         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
27565         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
27566         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
27567         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27568         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27569         gl_PRINTF_PRECISION and test its result. Invoke
27570         gl_PREREQ_VASNPRINTF_PRECISION.
27571         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27572         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27573         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27574         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27575         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27576         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27577         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27578         * doc/functions/fprintf.texi: Update.
27579         * doc/functions/printf.texi: Update.
27580         * doc/functions/snprintf.texi: Update.
27581         * doc/functions/sprintf.texi: Update.
27582         * doc/functions/vfprintf.texi: Update.
27583         * doc/functions/vprintf.texi: Update.
27584         * doc/functions/vsnprintf.texi: Update.
27585         * doc/functions/vsprintf.texi: Update.
27586
27587 2007-11-04  Bruno Haible  <bruno@clisp.org>
27588
27589         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
27590
27591 2007-11-04  Bruno Haible  <bruno@clisp.org>
27592
27593         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
27594         Reported by Sylvain Beucler <beuc@gnu.org>.
27595
27596 2007-11-03  Bruno Haible  <bruno@clisp.org>
27597
27598         * tests/test-fprintf-posix2.sh: New file.
27599         * tests/test-fprintf-posix2.c: New file.
27600         * modules/fprintf-posix-tests (Files): Add them.
27601         (TESTS): Add test-fprintf-posix2.sh.
27602         (configure.ac): Check for getrlimit and setrlimit.
27603         (check_PROGRAMS): Add test-fprintf-posix2.
27604
27605         * tests/test-printf-posix2.sh: New file.
27606         * tests/test-printf-posix2.c: New file.
27607         * modules/printf-posix-tests (Files): Add them.
27608         (TESTS): Add test-printf-posix2.sh.
27609         (configure.ac): Check for getrlimit and setrlimit.
27610         (check_PROGRAMS): Add test-printf-posix2.
27611
27612         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
27613         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
27614         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
27615         (decode_double): New function, copied from decode_long_double.
27616         (scale10_round_decimal_decoded): New function, extracted from
27617         scale10_round_decimal_long_double.
27618         (scale10_round_decimal_long_double): Use it.
27619         (scale10_round_decimal_double): New function.
27620         (floorlog10): New function.
27621         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
27622         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
27623         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27624         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27625         gl_PRINTF_ENOMEM and test its result. Invoke
27626         gl_PREREQ_VASNPRINTF_ENOMEM.
27627         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27628         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27629         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27630         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27631         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27632         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27633         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27634         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
27635         * modules/snprintf-posix (Depends-on): Likewise.
27636         * modules/sprintf-posix (Depends-on): Likewise.
27637         * modules/vasnprintf-posix (Depends-on): Likewise.
27638         * modules/vasprintf-posix (Depends-on): Likewise.
27639         * modules/vfprintf-posix (Depends-on): Likewise.
27640         * modules/vsnprintf-posix (Depends-on): Likewise.
27641         * modules/vsprintf-posix (Depends-on): Likewise.
27642         * doc/functions/fprintf.texi: Update.
27643         * doc/functions/printf.texi: Update.
27644         * doc/functions/snprintf.texi: Update.
27645         * doc/functions/sprintf.texi: Update.
27646         * doc/functions/vfprintf.texi: Update.
27647         * doc/functions/vprintf.texi: Update.
27648         * doc/functions/vsnprintf.texi: Update.
27649         * doc/functions/vsprintf.texi: Update.
27650
27651 2007-11-03  Bruno Haible  <bruno@clisp.org>
27652
27653         * modules/frexp-nolibm-tests: New file.
27654
27655         * modules/frexp-nolibm: New file.
27656         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
27657
27658 2007-11-03  Bruno Haible  <bruno@clisp.org>
27659
27660         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
27661         value is C99 compliant.
27662         Needed for OSF/1 5.1.
27663
27664 2007-11-03  Bruno Haible  <bruno@clisp.org>
27665
27666         Fix out-of-memory handling of vasnprintf.
27667         * lib/printf-parse.c: Include <errno.h>.
27668         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
27669         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
27670         is already set.
27671
27672 2007-11-02  Eric Blake  <ebb9@byu.net>
27673
27674         Fix tests on cygwin.
27675         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
27676
27677 2007-11-01  Bruno Haible  <bruno@clisp.org>
27678
27679         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
27680         warning.
27681         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
27682         needed for POSIX compatibility.
27683
27684 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27685
27686         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
27687         for compatibility with GNU.
27688
27689 2007-11-01  Bruno Haible  <bruno@clisp.org>
27690
27691         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
27692         (putenv): Renamed from rpl_putenv. Change argument type from
27693         'const char *' to 'char *'.
27694         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
27695         of defining putenv in config.h, just set REPLACE_PUTENV.
27696         * modules/putenv (Depends-on): Add stdlib.
27697         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27698         (Include): Use <stdlib.h>.
27699         * lib/stdlib.in.h (putenv): New declaration.
27700         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
27701         REPLACE_PUTENV.
27702         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
27703         REPLACE_PUTENV.
27704         Needed for MacOS X 10.5.0.
27705         Reported by Peter O'Gorman <peter@pogma.com>.
27706
27707 2007-11-01  Jim Meyering  <meyering@redhat.com>
27708
27709         Treat an empty date string exactly like "0".
27710         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
27711         if the remaining date string (to be parsed) is empty, use "0".
27712         Reported by Mischa Molhoek and discussed in this thread:
27713         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
27714
27715 2007-10-31  Bruno Haible  <bruno@clisp.org>
27716
27717         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
27718         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
27719         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
27720         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
27721         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
27722         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
27723
27724 2007-10-31  Bruno Haible  <bruno@clisp.org>
27725
27726         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
27727         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
27728         (AC_TYPE_LONG_LONG_INT): Use it.
27729         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
27730         it as well.
27731         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
27732         to m4/longlong.m4.
27733         * modules/stdint (Files): Remove m4/ulonglong.m4.
27734         * modules/strtoull (Files): Use m4/longlong.m4 instead of
27735         m4/ulonglong.m4.
27736         * modules/strtoumax (Files): Likewise.
27737
27738 2007-10-30  Bruno Haible  <bruno@clisp.org>
27739
27740         * modules/xvasprintf-posix: New file.
27741         Suggested by Eric Blake.
27742
27743 2007-10-30  Bruno Haible  <bruno@clisp.org>
27744
27745         * modules/xprintf-posix-tests: New file.
27746         * tests/test-xprintf-posix.sh: New file.
27747         * tests/test-xprintf-posix.c: New file.
27748         * tests/test-xfprintf-posix.c: New file.
27749
27750         * modules/xprintf-posix: New file.
27751
27752 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27753
27754         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
27755         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
27756         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
27757
27758 2007-10-29  Bruno Haible  <bruno@clisp.org>
27759
27760         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
27761         contain the special marker '_cv_'.
27762         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
27763         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
27764         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
27765         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
27766         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
27767         Reported by Ralf Wildenhues.
27768
27769 2007-10-29  Bruno Haible  <bruno@clisp.org>
27770
27771         * gnulib-tool (func_import): When --lgpl is not specified, set
27772         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
27773         GPLv3.
27774         Reported by Simon Josefsson.
27775
27776 2007-10-28  Bruno Haible  <bruno@clisp.org>
27777
27778         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
27779         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
27780         HAVE_DECL_ISFINITE.
27781         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
27782         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
27783         HAVE_DECL_ISFINITE.
27784
27785 2007-10-28  Bruno Haible  <bruno@clisp.org>
27786
27787         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
27788         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
27789
27790 2007-10-28  Bruno Haible  <bruno@clisp.org>
27791
27792         Fix link errors with Sun C 5.0 on Solaris 10.
27793         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
27794         function is declared but not present in the compiler's libm.
27795         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
27796         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
27797         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
27798         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
27799         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
27800         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
27801         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
27802         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
27803         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
27804         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
27805         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
27806         HAVE_DECL_FLOORL.
27807
27808 2007-10-28  Bruno Haible  <bruno@clisp.org>
27809
27810         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
27811         gl_FUNC_FLOORL. Cache the result.
27812         (gl_FUNC_FLOORL): Use it.
27813         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
27814         gl_FUNC_CEILL. Cache the result.
27815         (gl_FUNC_CEILL): Use it.
27816
27817         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
27818         gl_FUNC_FLOOR. Cache the result.
27819         (gl_FUNC_FLOOR): Use it.
27820         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
27821         gl_FUNC_CEIL. Cache the result.
27822         (gl_FUNC_CEIL): Use it.
27823
27824         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
27825         gl_FUNC_FLOORF. Cache the result.
27826         (gl_FUNC_FLOORF): Use it.
27827         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
27828         gl_FUNC_CEILF. Cache the result.
27829         (gl_FUNC_CEILF): Use it.
27830
27831 2007-10-28  Bruno Haible  <bruno@clisp.org>
27832
27833         * gnulib-tool: Allow specifying the LGPL version number through
27834         --lgpl=2 or --lgpl=3.
27835         (func_usage): Document --lgpl with argument.
27836         Handle --lgpl=... arguments.
27837         (func_import): Recognize also gl_LGPL calls with an argument. When
27838         --lgpl=2 is used and the module's license is just LGPL, report an
27839         error. Set sed_transform_lib_file according to the lgpl variable. In
27840         the generated files, use --lgpl or gl_LGPL invocations with argument,
27841         if necessary.
27842         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
27843         an LGPv2+ license.
27844         * doc/gnulib-tool.texi (Modified imports): Update explanation of
27845         gl_LGPL macro.
27846
27847 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27848             Bruno Haible  <bruno@clisp.org>
27849
27850         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
27851         (u16_uctomb_aux): Likewise.
27852         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
27853         !HAVE_INLINE.
27854         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
27855
27856 2007-10-28  Bruno Haible  <bruno@clisp.org>
27857
27858         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
27859         Invoke AM_GETTEXT_OPTION if it exists.
27860         * modules/vasprintf: Likewise.
27861         * modules/verror: Likewise.
27862         * modules/xprintf: Likewise.
27863         * modules/xvasprintf: Likewise.
27864
27865 2007-10-27  Ben Pfaff  <blp@gnu.org>
27866
27867         * lib/math.in.h: Define isfinite macro and prototypes for
27868         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
27869         implementations.
27870         * m4/math_h.m4: New substitutions for isfinite module.
27871         * lib/isfinite.c: New file.
27872         * m4/isfinite.m4: New file.
27873         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
27874         * modules/isfinite: New file.
27875         * modules/isfinite-tests: New file.
27876         * tests/tests-isfinite.c: New file.
27877         * doc/functions/isfinite.texi: Mention isfinite module.
27878         * MODULES.html.sh: Mention new module.
27879
27880 2007-10-27  Ben Pfaff  <blp@gnu.org>
27881
27882         Ralf Wildenhues reported that Tru64 4.0D declares the round
27883         functions but does not have definitions.
27884         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
27885         cannot be found in any library, set the output variable to
27886         "missing" instead of "".
27887         * m4/round.m4: Also use our substitute if we cannot find round in
27888         any library, even if it is declared.
27889         * m4/roundf.m4: Likewise for roundf.
27890         * m4/roundl.m4: Likewise for roundl.
27891         * lib/math.in.h: Undefine roundf, round, roundl before defining
27892         their replacements, to allow for hypothetical systems where these
27893         may be defined as macros but not available in libraries.
27894
27895 2007-10-27  Bruno Haible  <bruno@clisp.org>
27896
27897         * doc/gnulib.texi: Invoke @firstparagraphindent.
27898         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
27899         changes in gnulib.
27900         (Source changes): New section.
27901
27902 2007-10-26  Bruno Haible  <bruno@clisp.org>
27903
27904         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
27905         borrowed from autoconf.
27906
27907 2007-10-26  Bruno Haible  <bruno@clisp.org>
27908
27909         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
27910         strerror returned the empty string. Needed on HP-UX 11.00.
27911
27912 2007-10-24  Micah Cowan  <micah@cowan.name>
27913
27914         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
27915         * build-aux/bootstrap: Remove support for now-unnecessary option,
27916         --cvs-user, and envvars CVS_USER, CVS_RSH.
27917
27918 2007-10-24  Jim Meyering  <meyering@redhat.com>
27919
27920         Avoid diagnostics from sha1sum when there is no cached checksum.
27921         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
27922         if the po.s1 file hasn't been created yet.
27923
27924         * build-aux/bootstrap: Sync from coreutils:
27925         2007-10-24  Jim Meyering  <meyering@redhat.com>
27926         Get gnulib from the git repository, not from an obsolete cvs one.
27927         * build-aux/bootstrap: Suggestion from Micah Cowan.
27928         2007-10-04  Jim Meyering  <jim@meyering.net>
27929         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
27930         (update_po_files): Work also when there are no .po files in po/.
27931
27932 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27933
27934         * README: Append ".git" to git and cg examples.
27935         Problem reported by Benoit Sigoure.
27936
27937 2007-10-23  Micah Cowan  <micah@cowan.name>
27938
27939         * users.txt: Add wget.
27940
27941 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27942
27943         Fix linking of some unistdio tests on FreeBSD.
27944         * modules/unistdio/u16-vsnprintf-tests
27945         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
27946         * modules/unistdio/u16-vsprintf-tests
27947         (test_u16_vsnprintf1_LDADD): Likewise.
27948         * modules/unistdio/u32-vsnprintf-tests
27949         (test_u32_vsnprintf1_LDADD): Likewise.
27950         * modules/unistdio/u32-vsprintf-tests
27951         (test_u32_vsprintf1_LDADD): Likewise.
27952         * modules/unistdio/u8-vsnprintf-tests
27953         (test_u8_vsnprintf1_LDADD): Likewise.
27954         * modules/unistdio/u8-vsprintf-tests
27955         (test_u8_vsprintf1_LDADD): Likewise.
27956         * modules/unistdio/ulc-vsnprintf-tests
27957         (test_ulc_vsnprintf1_LDADD): Likewise.
27958         * modules/unistdio/ulc-vsprintf-tests
27959         (test_ulc_vsprintf1_LDADD): Likewise.
27960
27961         Fix linking of some uniconv tests on FreeBSD.
27962         * modules/uniconv/u16-conv-from-enc-tests
27963         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
27964         * modules/uniconv/u16-conv-to-enc-tests
27965         (test_u16_conv_to_enc_LDADD): Likewise.
27966         * modules/uniconv/u16-strconv-from-enc-tests
27967         (test_u16_strconv_from_enc_LDADD): Likewise.
27968         * modules/uniconv/u16-strconv-to-enc-tests
27969         (test_u16_strconv_to_enc_LDADD): Likewise.
27970         * modules/uniconv/u32-conv-from-enc-tests
27971         (test_u32_conv_from_enc_LDADD): Likewise.
27972         * modules/uniconv/u32-conv-to-enc-tests
27973         (test_u32_conv_to_enc_LDADD): Likewise.
27974         * modules/uniconv/u32-strconv-from-enc-tests
27975         (test_u32_strconv_from_enc_LDADD): Likewise.
27976         * modules/uniconv/u32-strconv-to-enc-tests
27977         (test_u32_strconv_to_enc_LDADD): Likewise.
27978         * modules/uniconv/u8-conv-from-enc-tests
27979         (test_u8_conv_from_enc_LDADD): Likewise.
27980         * modules/uniconv/u8-conv-to-enc-tests
27981         (test_u8_conv_to_enc_LDADD): Likewise.
27982         * modules/uniconv/u8-strconv-from-enc-tests
27983         (test_u8_strconv_from_enc_LDADD): Likewise.
27984         * modules/uniconv/u8-strconv-to-enc-tests
27985         (test_u8_strconv_to_enc_LDADD): Likewise.
27986
27987 2007-10-22  Bruno Haible  <bruno@clisp.org>
27988
27989         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
27990         size.
27991
27992 2007-10-22  Eric Blake  <ebb9@byu.net>
27993
27994         Tweak x*printf documentation.
27995         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
27996         variable name and comments.
27997         Suggested by Bruno Haible.
27998
27999 2007-10-22  Bruno Haible  <bruno@clisp.org>
28000
28001         * lib/acl.c (copy_acl): Fix file name in comment.
28002
28003 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28004
28005         Fix Tru64 problem with stdbool.h.
28006         * lib/stdbool.in.h (false, true):
28007         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
28008         Don't declare as an enum in this situation; it runs afoul of Tru64.
28009         Problem reported by Steven M. Schweda in
28010         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
28011
28012 2007-10-22  Eric Blake  <ebb9@byu.net>
28013
28014         Also wrap vf?printf.
28015         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
28016         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
28017         (xvprintf, xvfprintf): New functions.
28018
28019 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28020
28021         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
28022         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
28023
28024         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
28025         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
28026
28027 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28028
28029         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
28030         by Bruno Haible.
28031
28032 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28033
28034         * lib/getloadavg.c
28035         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
28036         Undef `sys' after including sys/table.h, for Tru64 4.0D.
28037
28038         * tests/test-i-ring.c: Work for C89.
28039
28040 2007-10-22  Bruno Haible  <bruno@clisp.org>
28041
28042         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
28043         -1u, in preprocessor expression, so that we don't test for the bug
28044         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
28045         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
28046
28047 2007-10-22  Eric Blake  <ebb9@byu.net>
28048
28049         * tests/test-yesno.sh: Silence stderr during test.
28050
28051 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28052
28053         * modules/crypto/gc-camellia: New file.
28054
28055         * m4/gc-camellia.m4: New file.
28056
28057         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
28058
28059         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
28060
28061 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28062
28063         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
28064         --help to stdout.  Reported by sms@antinode.org (Steven
28065         M. Schweda).
28066
28067 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28068
28069         * users.txt: Fix link to libksba.
28070
28071 2007-10-21  Ben Pfaff  <blp@gnu.org>
28072
28073         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
28074         round.c roundf implementation that depends on floorf and ceilf to
28075         be tested unconditionally.
28076
28077 2007-10-21  Ben Pfaff  <blp@gnu.org>
28078
28079         * m4/check-libm-func.m4: Removed.
28080         * m4/check-math-lib.m4: New file.
28081         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
28082         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
28083         definition and lack of AC_LIBOBJ([roundf]).
28084         * m4/roundl.m4: Ditto, and similarly for roundl.
28085         * modules/round: Reference new m4 file.
28086         * modules/roundf: Ditto.
28087         * modules/roundl: Ditto.
28088         * tests/test-round2.c (main): Use ROUND instead of round.
28089         Bug report from Bruno Haible.
28090
28091 2007-10-21  Bruno Haible  <bruno@clisp.org>
28092
28093         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
28094         context.
28095
28096 2007-10-21  Bruno Haible  <bruno@clisp.org>
28097
28098         * tests/test-wcwidth.c (main): Allow negative result for some control
28099         characters.
28100
28101         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
28102         Needed on OSF/1 5.1.
28103
28104 2007-10-21  Bruno Haible  <bruno@clisp.org>
28105
28106         * tests/test-floorf1.c: Include isnanf.h.
28107         (main): Use isnanf() instead of isnan().
28108         * tests/test-ceilf1.c: Include isnanf.h.
28109         (main): Use isnanf() instead of isnan().
28110         * tests/test-truncf1.c: Include isnanf.h.
28111         (main): Use isnanf() instead of isnan().
28112         * tests/test-roundf1.c: Include isnanf.h.
28113         (main): Use isnanf() instead of isnan().
28114
28115 2007-10-21  Eric Blake  <ebb9@byu.net>
28116
28117         * users.txt: Update URL for m4.
28118
28119 2007-10-21  Bruno Haible  <bruno@clisp.org>
28120
28121         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
28122
28123 2007-10-21  Bruno Haible  <bruno@clisp.org>
28124
28125         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
28126         Git's management files if the CVS files are not present.
28127
28128 2007-10-20  Bruno Haible  <bruno@clisp.org>
28129
28130         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
28131         gcc-3.4.x.
28132
28133 2007-10-20  Ben Pfaff  <blp@gnu.org>
28134
28135         * lib/math.in.h: Declare round, roundf, roundl if we are providing
28136         implementations.
28137         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
28138         * lib/round.c: New file.
28139         * lib/roundf.c: New file.
28140         * lib/roundl.c: New file.
28141         * m4/round.m4: New file.
28142         * m4/roundf.m4: New file.
28143         * m4/roundl.m4: New file.
28144         * m4/check-libm-func-m4: New file.
28145         * modules/math: Replace round, roundf, roundl related @VARS@ in
28146         math.in.h.
28147         * modules/round: New file.
28148         * modules/round-tests: New file.
28149         * modules/roundf: New file.
28150         * modules/roundf-tests: New file.
28151         * modules/roundl: New file.
28152         * modules/roundl-tests: New file.
28153         * tests/test-round1.c: New file.
28154         * tests/test-round2.c: New file.
28155         * tests/test-roundf1.c: New file.
28156         * tests/test-roundf2.c: New file.
28157         * tests/test-roundl.c: New file.
28158         * doc/functions/round.texi: Mention round module.
28159         * doc/functions/roundf.texi: Mention roundf module.
28160         * doc/functions/roundl.texi: Mention roundl module.
28161         * MODULES.html.sh: Mention new modules.
28162         Thanks to Bruno Haible for suggestions.
28163
28164 2007-10-20  Jim Meyering  <meyering@redhat.com>
28165
28166         * lib/xprintf.c: Include <config.h> unconditionally.
28167
28168         Change xprintf's license to GPL.
28169         * modules/xprintf (License): s/LGPL/GPL/, since this module
28170         depends on modules (exit and exitfail) which are GPL.
28171         Suggestion from Bruno Haible.
28172
28173         xprintf fixes.
28174         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
28175         Use a clearer diagnostic.
28176         Patch from Bruno Haible.
28177
28178 2007-10-20  Bruno Haible  <bruno@clisp.org>
28179
28180         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
28181         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
28182         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28183
28184 2007-10-20  Bruno Haible  <bruno@clisp.org>
28185
28186         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
28187         precision in the comparison result > x - 1 or similar.
28188         * tests/test-ceilf2.c (correct_result_p): Likewise.
28189         * tests/test-truncf2.c (correct_result_p): Likewise.
28190         * tests/test-trunc2.c (correct_result_p): Likewise.
28191         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28192
28193 2007-10-20  Bruno Haible  <bruno@clisp.org>
28194
28195         * modules/ceil: New file.
28196         * m4/ceil.m4: New file.
28197         * doc/functions/ceil.texi: Mention the 'ceil' module.
28198
28199 2007-10-20  Bruno Haible  <bruno@clisp.org>
28200
28201         * modules/floor: New file.
28202         * m4/floor.m4: New file.
28203         * doc/functions/floor.texi: Mention the 'floor' module.
28204
28205 2007-10-20  Bruno Haible  <bruno@clisp.org>
28206
28207         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
28208         of %a.
28209         * modules/floorf-tests (Depends-on): Likewise.
28210         * modules/truncf-tests (Depends-on): Likewise.
28211         * modules/trunc-tests (Depends-on): Likewise.
28212         Reported by Ben Pfaff.
28213
28214 2007-10-19  Jim Meyering  <meyering@redhat.com>
28215
28216         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
28217         Don't bother testing specific errno values.  Just test ferror.
28218
28219         New module: xprintf
28220         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
28221
28222 2007-10-19  Bruno Haible  <bruno@clisp.org>
28223
28224         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
28225         syntax.
28226         * modules/javaexec (Makefile.am): Likewise.
28227         * modules/relocatable-prog (Makefile.am): Likewise.
28228         Suggested by Jim Meyering.
28229
28230 2007-10-18  Bruno Haible  <bruno@clisp.org>
28231
28232         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
28233         Reported by Jim Meyering.
28234
28235 2007-10-18  Eric Blake  <ebb9@byu.net>
28236
28237         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
28238
28239 2007-10-18  Bruno Haible  <bruno@clisp.org>
28240
28241         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
28242         the format string into writable memory. Needed in Fortify conditions.
28243
28244 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
28245             Bruno Haible  <bruno@clisp.org>
28246
28247         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
28248         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
28249         * modules/trim (Depends-on): Add mbchar.
28250         (configure.ac): Add gl_FUNC_MBRTOWC.
28251         (Makefile.am): Augment lib_SOURCES.
28252
28253 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28254
28255         Modify glob.c to use fstatat and dirfd, to simplify it.
28256         Suggested by Eric Blake.
28257         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
28258         Don't include <stdbool.h>; not used.
28259         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
28260         (link_exists_p): Simplify implementation, since we can now assume
28261         dirfd and fstatat.
28262         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
28263
28264 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28265
28266         * gnulib-tool (func_get_dependencies): Fix sed script to
28267         match only tests.
28268
28269 2007-10-17  Bruno Haible  <bruno@clisp.org>
28270
28271         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
28272         allow locale names without encoding suffix.
28273         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28274         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28275
28276 2007-10-16  Bruno Haible  <bruno@clisp.org>
28277
28278         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
28279         * lib/getgroups.c (getgroups): Likewise.
28280         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
28281
28282 2007-10-16  Bruno Haible  <bruno@clisp.org>
28283
28284         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
28285         * modules/malloc-posix (License): Likewise.
28286         * modules/realloc-posix (License): Likewise.
28287         * modules/calloc-posix (License): Likewise.
28288         * modules/intprops (License): Change from GPL to LGPL, with
28289         Paul Eggert's approval.
28290
28291 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28292
28293         Merge glibc changes into lib/glob.c.
28294
28295         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
28296         2007-10-15 04:59:03 UTC.  Here are the changes:
28297
28298         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
28299
28300         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
28301
28302         * lib/glob.c: Add some branch prediction throughout.
28303
28304         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
28305
28306         [BZ #5103]
28307         * lib/glob.c (glob): Recognize patterns starting \/.
28308
28309         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
28310
28311         [BZ #3996]
28312         * lib/glob.c (attribute_hidden): Define if not defined.
28313         (glob): Unescape dirname, filename or username when needed and not
28314         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
28315         is NULL.  Handle unescaped [ in pattern without closing ].
28316         Don't pass GLOB_CHECK down to recursive glob for directories.
28317         (__glob_pattern_type): New function.
28318         (__glob_pattern_p): Implement using __glob_pattern_type.
28319         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
28320         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
28321         Remove unreachable code.
28322
28323         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
28324
28325         * lib/glob.c (glob_in_dir): Add some comments and asserts to
28326         explain why there are no leaks.
28327
28328         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
28329
28330         [BZ #3253]
28331         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
28332         time, rather allocate increasingly bigger arrays of pointers, if
28333         possible with alloca, if too large with malloc.
28334
28335 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28336
28337         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
28338         Problem reported by H.Merijn Brand in
28339         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
28340         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
28341         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28342
28343 2007-10-15  Bruno Haible  <bruno@clisp.org>
28344
28345         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
28346         with explicit rpl_ prefix.
28347         * lib/fopen.c (fopen): Likewise.
28348         * lib/freopen.c (freopen): Likewise.
28349         * lib/iconv.c (iconv): Likewise.
28350         * lib/iconv_close.c (iconv_close): Likewise.
28351
28352 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28353
28354         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
28355
28356 2007-10-15  Bruno Haible  <bruno@clisp.org>
28357
28358         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
28359         <stddef.h> instead of <stdlib.h> since we only need NULL.
28360         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28361
28362 2007-10-15  Bruno Haible  <bruno@clisp.org>
28363
28364         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
28365         Replace paragraph talking about LIBOBJS.
28366         Reported by Colin Watson <cjwatson@debian.org>.
28367
28368 2007-10-15  Bruno Haible  <bruno@clisp.org>
28369
28370         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
28371         <stdlib.h> before using NULL.
28372
28373 2007-10-15  Simon Josefsson  <simon@josefsson.org>
28374
28375         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
28376         Reported by Albert Chin <china@thewrittenword.com>.
28377
28378 2007-10-14  Bruno Haible  <bruno@clisp.org>
28379
28380         * modules/iconv_open-utf-tests: New file.
28381         * tests/test-iconv-utf.c: New file.
28382
28383         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
28384         * modules/iconv_open-utf: New file.
28385         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
28386         (iconv, iconv_close): New declarations.
28387         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
28388         be defined.
28389         (iconv_open): Add special handling of conversion between UTF-8 and
28390         UTF-{16,32}{BE,LE}.
28391         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
28392         * lib/iconv_close.c: New file.
28393         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
28394         gl_FUNC_ICONV_OPEN.
28395         (gl_FUNC_ICONV_OPEN): Use it.
28396         (gl_FUNC_ICONV_OPEN_UTF): New macro.
28397         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
28398         and REPLACE_ICONV_UTF.
28399         * modules/iconv_open (Depends-on): Add c-strcase.
28400         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
28401         ICONV_CONST.
28402         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
28403
28404 2007-10-13  Albert Chin  <china@thewrittenword.com>
28405             Bruno Haible  <bruno@clisp.org>
28406
28407         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
28408         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
28409
28410 2007-10-13  Bruno Haible  <bruno@clisp.org>
28411
28412         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
28413         defined, use the ISO C99 inline semantics.
28414         * lib/argp.h (ARGP_EI): Likewise.
28415
28416 2007-10-13  Bruno Haible  <bruno@clisp.org>
28417
28418         Handle 'inline' change in gcc 4.3.0.
28419         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
28420         argp_fmtstream_write, argp_fmtstream_set_lmargin,
28421         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
28422         argp_fmtstream_point): Disable 'extern' declaration if the function
28423         definition is going to be provided inline.
28424         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
28425         semantics, not the ISO C99 inline semantics.
28426         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
28427         'extern' declaration if the function definition is going to be provided
28428         inline.
28429         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
28430         the GNU C inline semantics, not the ISO C99 inline semantics. With
28431         GCC 4.2, avoid a warning.
28432
28433 2007-10-13  Bruno Haible  <bruno@clisp.org>
28434
28435         * lib/freading.h (freading): Enable the use of __freading for
28436         glibc >= 2.7.
28437         * lib/freading.c (freading): Likewise.
28438
28439 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
28440
28441         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
28442         "warning: C99 inline functions are not supported; using GNU89".
28443
28444 2007-10-12  Bruno Haible  <bruno@clisp.org>
28445
28446         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
28447         of 2.
28448         * tests/test-ceilf2.c: New file.
28449         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
28450
28451         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
28452         * modules/ceilf-tests: Update.
28453
28454 2007-10-12  Bruno Haible  <bruno@clisp.org>
28455
28456         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
28457         of 2.
28458         * tests/test-floorf2.c: New file.
28459         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
28460
28461         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
28462         * modules/floorf-tests: Update.
28463
28464 2007-10-12  Bruno Haible  <bruno@clisp.org>
28465
28466         * tests/test-trunc2.c: New file.
28467         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
28468
28469         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
28470         * modules/trunc-tests: Update.
28471
28472 2007-10-12  Bruno Haible  <bruno@clisp.org>
28473
28474         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
28475         of 2.
28476         * tests/test-truncf2.c: New file.
28477         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
28478
28479         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
28480         * modules/truncf-tests: Update.
28481
28482 2007-10-11  Eric Blake  <ebb9@byu.net>
28483
28484         Don't claim strerror is broken on Interix.
28485         * doc/functions/strerror.texi (strerror): Known broken systems are
28486         now Solaris 8, and not Interix.
28487         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
28488         Interix on cross-compile.
28489         Reported by Martin Koeppe in
28490         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
28491
28492 2007-10-11  Bruno Haible  <bruno@clisp.org>
28493
28494         * modules/i-ring-tests: New file.
28495         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
28496         instead of assert.
28497
28498 2007-10-11  Bruno Haible  <bruno@clisp.org>
28499
28500         * modules/filenamecat-tests: New file.
28501         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
28502         * lib/filenamecat.c: Remove test code.
28503
28504 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
28505
28506         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
28507
28508         * lib/strerror.c: Include <string.h> always, to test interface,
28509         and to remove the need for the dummy.
28510         Include intprops.h to compute width instead of doing it ourselves
28511         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
28512         (strerror): Define it to return NULL if there's no system strerror.
28513         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
28514         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
28515         ancient pre-strerror Unix systems well any more.  Saying "unknown
28516         system error" is enough.
28517         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
28518         simpler strerror.c implementation.
28519         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
28520         Simplify the tests to reflect the simpler strerror implementation.
28521         * modules/strerror (Depends-on): Add intprops.
28522
28523 2007-10-09  Eric Blake  <ebb9@byu.net>
28524
28525         Silence test-fpending.
28526         * modules/fpending-tests (Files): Add wrapper script.
28527         * tests/test-fpending.sh: New file.
28528
28529 2007-10-09  Bruno Haible  <bruno@clisp.org>
28530
28531         * MODULES.html.sh (func_module): Don't create a hyperlink for
28532         function names like 'printf_frexp'.
28533         (Misc): Add crc, memxor.
28534         (Characteristics of floating types): New section.
28535         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
28536         isnanf-nolibm, signbit, trunc, truncf, truncl.
28537         (Enhancements for ISO C 99 functions): New subsection Input/output.
28538         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
28539         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
28540         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
28541         (Compatibility checks for POSIX:2001 functions): Add clock-time.
28542         (Enhancements for POSIX:2001 functions): Add chdir-long.
28543         (File system functions): Add areadlink, chdir-safer, read-file.
28544         Remove cycle-check.
28545         (File system as inode set): New section.
28546         (Date and time): Add gethrxtime.
28547         (Multithreading): Add openmp.
28548         (Internationalization functions): Add localename.
28549         (Unicode string functions): Add unistr/u*-mbsnlen.
28550         (Support for maintaining and releasing projects): Add git-version-gen.
28551         (Lone files): Remove directories.
28552
28553 2007-10-08  Ben Pfaff  <blp@gnu.org>
28554
28555         * lib/xmalloca.h: Fix typo in comment.
28556
28557 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
28558
28559         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
28560         when avoiding problems with integer overflow.  Use a portable test
28561         instead.
28562
28563 2007-10-08  Simon Josefsson  <simon@josefsson.org>
28564
28565         * modules/dummy (License): Change to LGPLv2+.
28566         * modules/float (License): Likewise
28567         * modules/realloc (License): Likewise
28568         * modules/stdlib (License): Likewise
28569
28570 2007-10-07  Bruno Haible  <bruno@clisp.org>
28571
28572         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
28573         * floor.c (TWO_MANT_DIG): Likewise.
28574         * ceil.c (TWO_MANT_DIG): Likewise.
28575         Reported by Ben Pfaff.
28576
28577 2007-10-07  Bruno Haible  <bruno@clisp.org>
28578
28579         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
28580         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
28581         * lib/frexp.c (FUNC): Likewise.
28582         * lib/printf-frexp.h (printf_frexp): Likewise.
28583         * lib/printf-frexpl.h (printf_frexpl): Likewise.
28584         * lib/printf-frexp.c (FUNC): Likewise.
28585         Suggested by Jim Meyering.
28586
28587 2007-10-07  Jim Meyering  <meyering@redhat.com>
28588
28589         Make xnanosleep's integer overflow test more robust.
28590         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
28591         so that gcc-4.3.0 doesn't optimize away this test for overflow.
28592
28593 2007-10-07  Bruno Haible  <bruno@clisp.org>
28594
28595         * NEWS: Mention the license change.
28596
28597         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
28598         abbreviations in the modules files.
28599
28600         Change copyright notice from GPLv2+ to GPLv3+.
28601         * README: Change copyright notice.
28602         * MODULES.html.sh: Likewise.
28603         * build-aux/bootstrap.conf: Likewise.
28604         * build-aux/config.libpath: Likewise.
28605         * build-aux/csharpcomp.sh.in: Likewise.
28606         * build-aux/csharpexec.sh.in: Likewise.
28607         * build-aux/install-reloc: Likewise.
28608         * build-aux/javacomp.sh.in: Likewise.
28609         * build-aux/javaexec.sh.in: Likewise.
28610         * build-aux/ldd.sh.in: Likewise.
28611         * build-aux/reloc-ldflags: Likewise.
28612         * build-aux/relocatable.sh.in: Likewise.
28613         * build-aux/x-to-1.in: Likewise.
28614         * check-module: Likewise.
28615         * config/srclistvars.sh: Likewise.
28616         * gnulib-tool: Likewise.
28617         * lib/acl-internal.h: Likewise.
28618         * lib/acl.c: Likewise.
28619         * lib/acl.h: Likewise.
28620         * lib/acl_entries.c: Likewise.
28621         * lib/areadlink-with-size.c: Likewise.
28622         * lib/areadlink.c: Likewise.
28623         * lib/areadlink.h: Likewise.
28624         * lib/argmatch.c: Likewise.
28625         * lib/argmatch.h: Likewise.
28626         * lib/argp-ba.c: Likewise.
28627         * lib/argp-eexst.c: Likewise.
28628         * lib/argp-fmtstream.c: Likewise.
28629         * lib/argp-fmtstream.h: Likewise.
28630         * lib/argp-fs-xinl.c: Likewise.
28631         * lib/argp-help.c: Likewise.
28632         * lib/argp-namefrob.h: Likewise.
28633         * lib/argp-parse.c: Likewise.
28634         * lib/argp-pin.c: Likewise.
28635         * lib/argp-pv.c: Likewise.
28636         * lib/argp-pvh.c: Likewise.
28637         * lib/argp-xinl.c: Likewise.
28638         * lib/argp.h: Likewise.
28639         * lib/at-func.c: Likewise.
28640         * lib/atanl.c: Likewise.
28641         * lib/backupfile.c: Likewise.
28642         * lib/backupfile.h: Likewise.
28643         * lib/basename.c: Likewise.
28644         * lib/binary-io.h: Likewise.
28645         * lib/byteswap.in.h: Likewise.
28646         * lib/c-stack.c: Likewise.
28647         * lib/c-stack.h: Likewise.
28648         * lib/c-strcasestr.c: Likewise.
28649         * lib/c-strcasestr.h: Likewise.
28650         * lib/c-strstr.c: Likewise.
28651         * lib/c-strstr.h: Likewise.
28652         * lib/c-strtod.c: Likewise.
28653         * lib/calloc.c: Likewise.
28654         * lib/canon-host.c: Likewise.
28655         * lib/canon-host.h: Likewise.
28656         * lib/canonicalize-lgpl.c: Likewise.
28657         * lib/canonicalize.c: Likewise.
28658         * lib/canonicalize.h: Likewise.
28659         * lib/ceil.c: Likewise.
28660         * lib/ceilf.c: Likewise.
28661         * lib/ceill.c: Likewise.
28662         * lib/chdir-long.c: Likewise.
28663         * lib/chdir-long.h: Likewise.
28664         * lib/chdir-safer.c: Likewise.
28665         * lib/chdir-safer.h: Likewise.
28666         * lib/chown.c: Likewise.
28667         * lib/classpath.c: Likewise.
28668         * lib/classpath.h: Likewise.
28669         * lib/clean-temp.c: Likewise.
28670         * lib/clean-temp.h: Likewise.
28671         * lib/cloexec.c: Likewise.
28672         * lib/close-stream.c: Likewise.
28673         * lib/closein.c: Likewise.
28674         * lib/closein.h: Likewise.
28675         * lib/closeout.c: Likewise.
28676         * lib/closeout.h: Likewise.
28677         * lib/concat-filename.c: Likewise.
28678         * lib/copy-file.c: Likewise.
28679         * lib/copy-file.h: Likewise.
28680         * lib/count-one-bits.h: Likewise.
28681         * lib/crc.c: Likewise.
28682         * lib/crc.h: Likewise.
28683         * lib/creat-safer.c: Likewise.
28684         * lib/csharpcomp.c: Likewise.
28685         * lib/csharpcomp.h: Likewise.
28686         * lib/csharpexec.c: Likewise.
28687         * lib/csharpexec.h: Likewise.
28688         * lib/cycle-check.c: Likewise.
28689         * lib/cycle-check.h: Likewise.
28690         * lib/diacrit.c: Likewise.
28691         * lib/diacrit.h: Likewise.
28692         * lib/diffseq.h: Likewise.
28693         * lib/dirchownmod.c: Likewise.
28694         * lib/dirent.in.h: Likewise.
28695         * lib/dirfd.c: Likewise.
28696         * lib/dirfd.h: Likewise.
28697         * lib/dirname.c: Likewise.
28698         * lib/dirname.h: Likewise.
28699         * lib/dummy.c: Likewise.
28700         * lib/dup-safer.c: Likewise.
28701         * lib/dup2.c: Likewise.
28702         * lib/eealloc.h: Likewise.
28703         * lib/error.c: Likewise.
28704         * lib/error.h: Likewise.
28705         * lib/euidaccess.c: Likewise.
28706         * lib/exclude.c: Likewise.
28707         * lib/exclude.h: Likewise.
28708         * lib/execute.c: Likewise.
28709         * lib/execute.h: Likewise.
28710         * lib/exitfail.c: Likewise.
28711         * lib/exitfail.h: Likewise.
28712         * lib/expl.c: Likewise.
28713         * lib/fatal-signal.c: Likewise.
28714         * lib/fatal-signal.h: Likewise.
28715         * lib/fbufmode.c: Likewise.
28716         * lib/fbufmode.h: Likewise.
28717         * lib/fchdir.c: Likewise.
28718         * lib/fchmodat.c: Likewise.
28719         * lib/fchownat.c: Likewise.
28720         * lib/fcntl--.h: Likewise.
28721         * lib/fcntl-safer.h: Likewise.
28722         * lib/fcntl.in.h: Likewise.
28723         * lib/fd-safer.c: Likewise.
28724         * lib/fflush.c: Likewise.
28725         * lib/file-has-acl.c: Likewise.
28726         * lib/file-set.c: Likewise.
28727         * lib/file-type.c: Likewise.
28728         * lib/file-type.h: Likewise.
28729         * lib/fileblocks.c: Likewise.
28730         * lib/filemode.c: Likewise.
28731         * lib/filemode.h: Likewise.
28732         * lib/filename.h: Likewise.
28733         * lib/filenamecat.c: Likewise.
28734         * lib/filenamecat.h: Likewise.
28735         * lib/findprog.c: Likewise.
28736         * lib/findprog.h: Likewise.
28737         * lib/float.in.h: Likewise.
28738         * lib/floor.c: Likewise.
28739         * lib/floorf.c: Likewise.
28740         * lib/floorl.c: Likewise.
28741         * lib/fopen-safer.c: Likewise.
28742         * lib/fopen.c: Likewise.
28743         * lib/fpending.c: Likewise.
28744         * lib/fpending.h: Likewise.
28745         * lib/fprintf.c: Likewise.
28746         * lib/fprintftime.h: Likewise.
28747         * lib/fpucw.h: Likewise.
28748         * lib/fpurge.c: Likewise.
28749         * lib/fpurge.h: Likewise.
28750         * lib/freadable.c: Likewise.
28751         * lib/freadable.h: Likewise.
28752         * lib/freadahead.c: Likewise.
28753         * lib/freadahead.h: Likewise.
28754         * lib/freading.c: Likewise.
28755         * lib/freading.h: Likewise.
28756         * lib/free.c: Likewise.
28757         * lib/freopen.c: Likewise.
28758         * lib/frexp.c: Likewise.
28759         * lib/frexpl.c: Likewise.
28760         * lib/fseek.c: Likewise.
28761         * lib/fseterr.c: Likewise.
28762         * lib/fseterr.h: Likewise.
28763         * lib/fstatat.c: Likewise.
28764         * lib/fstrcmp.c: Likewise.
28765         * lib/fstrcmp.h: Likewise.
28766         * lib/fsusage.c: Likewise.
28767         * lib/fsusage.h: Likewise.
28768         * lib/ftell.c: Likewise.
28769         * lib/ftello.c: Likewise.
28770         * lib/fts-cycle.c: Likewise.
28771         * lib/fts.c: Likewise.
28772         * lib/fts_.h: Likewise.
28773         * lib/full-read.c: Likewise.
28774         * lib/full-read.h: Likewise.
28775         * lib/full-write.c: Likewise.
28776         * lib/full-write.h: Likewise.
28777         * lib/fwritable.c: Likewise.
28778         * lib/fwritable.h: Likewise.
28779         * lib/fwriteerror.c: Likewise.
28780         * lib/fwriteerror.h: Likewise.
28781         * lib/fwriting.c: Likewise.
28782         * lib/fwriting.h: Likewise.
28783         * lib/gcd.c: Likewise.
28784         * lib/gcd.h: Likewise.
28785         * lib/getcwd.c: Likewise.
28786         * lib/getdate.h: Likewise.
28787         * lib/getdate.y: Likewise.
28788         * lib/getdomainname.c: Likewise.
28789         * lib/getdomainname.h: Likewise.
28790         * lib/getgroups.c: Likewise.
28791         * lib/gethostname.c: Likewise.
28792         * lib/gethrxtime.c: Likewise.
28793         * lib/gethrxtime.h: Likewise.
28794         * lib/getloadavg.c: Likewise.
28795         * lib/getndelim2.c: Likewise.
28796         * lib/getndelim2.h: Likewise.
28797         * lib/getnline.c: Likewise.
28798         * lib/getnline.h: Likewise.
28799         * lib/getopt.c: Likewise.
28800         * lib/getopt.in.h: Likewise.
28801         * lib/getopt1.c: Likewise.
28802         * lib/getopt_int.h: Likewise.
28803         * lib/getpagesize.h: Likewise.
28804         * lib/getsubopt.c: Likewise.
28805         * lib/gettime.c: Likewise.
28806         * lib/getugroups.c: Likewise.
28807         * lib/getugroups.h: Likewise.
28808         * lib/getusershell.c: Likewise.
28809         * lib/gl_anyavltree_list1.h: Likewise.
28810         * lib/gl_anyavltree_list2.h: Likewise.
28811         * lib/gl_anyhash_list1.h: Likewise.
28812         * lib/gl_anyhash_list2.h: Likewise.
28813         * lib/gl_anylinked_list1.h: Likewise.
28814         * lib/gl_anylinked_list2.h: Likewise.
28815         * lib/gl_anyrbtree_list1.h: Likewise.
28816         * lib/gl_anyrbtree_list2.h: Likewise.
28817         * lib/gl_anytree_list1.h: Likewise.
28818         * lib/gl_anytree_list2.h: Likewise.
28819         * lib/gl_anytree_oset.h: Likewise.
28820         * lib/gl_anytreehash_list1.h: Likewise.
28821         * lib/gl_anytreehash_list2.h: Likewise.
28822         * lib/gl_array_list.c: Likewise.
28823         * lib/gl_array_list.h: Likewise.
28824         * lib/gl_array_oset.c: Likewise.
28825         * lib/gl_array_oset.h: Likewise.
28826         * lib/gl_avltree_list.c: Likewise.
28827         * lib/gl_avltree_list.h: Likewise.
28828         * lib/gl_avltree_oset.c: Likewise.
28829         * lib/gl_avltree_oset.h: Likewise.
28830         * lib/gl_avltreehash_list.c: Likewise.
28831         * lib/gl_avltreehash_list.h: Likewise.
28832         * lib/gl_carray_list.c: Likewise.
28833         * lib/gl_carray_list.h: Likewise.
28834         * lib/gl_linked_list.c: Likewise.
28835         * lib/gl_linked_list.h: Likewise.
28836         * lib/gl_linkedhash_list.c: Likewise.
28837         * lib/gl_linkedhash_list.h: Likewise.
28838         * lib/gl_list.c: Likewise.
28839         * lib/gl_list.h: Likewise.
28840         * lib/gl_oset.c: Likewise.
28841         * lib/gl_oset.h: Likewise.
28842         * lib/gl_rbtree_list.c: Likewise.
28843         * lib/gl_rbtree_list.h: Likewise.
28844         * lib/gl_rbtree_oset.c: Likewise.
28845         * lib/gl_rbtree_oset.h: Likewise.
28846         * lib/gl_rbtreehash_list.c: Likewise.
28847         * lib/gl_rbtreehash_list.h: Likewise.
28848         * lib/gl_sublist.c: Likewise.
28849         * lib/gl_sublist.h: Likewise.
28850         * lib/group-member.c: Likewise.
28851         * lib/group-member.h: Likewise.
28852         * lib/hard-locale.c: Likewise.
28853         * lib/hard-locale.h: Likewise.
28854         * lib/hash-pjw.c: Likewise.
28855         * lib/hash-pjw.h: Likewise.
28856         * lib/hash-triple.c: Likewise.
28857         * lib/hash.c: Likewise.
28858         * lib/hash.h: Likewise.
28859         * lib/human.c: Likewise.
28860         * lib/human.h: Likewise.
28861         * lib/i-ring.c: Likewise.
28862         * lib/i-ring.h: Likewise.
28863         * lib/idcache.c: Likewise.
28864         * lib/imaxabs.c: Likewise.
28865         * lib/imaxdiv.c: Likewise.
28866         * lib/inet_pton.c: Likewise.
28867         * lib/inet_pton.h: Likewise.
28868         * lib/intprops.h: Likewise.
28869         * lib/inttostr.c: Likewise.
28870         * lib/inttostr.h: Likewise.
28871         * lib/inttypes.in.h: Likewise.
28872         * lib/isapipe.c: Likewise.
28873         * lib/isdir.c: Likewise.
28874         * lib/isnan.c: Likewise.
28875         * lib/isnan.h: Likewise.
28876         * lib/isnanf.c: Likewise.
28877         * lib/isnanf.h: Likewise.
28878         * lib/isnanl-nolibm.h: Likewise.
28879         * lib/isnanl.c: Likewise.
28880         * lib/isnanl.h: Likewise.
28881         * lib/javacomp.c: Likewise.
28882         * lib/javacomp.h: Likewise.
28883         * lib/javaexec.c: Likewise.
28884         * lib/javaexec.h: Likewise.
28885         * lib/javaversion.c: Likewise.
28886         * lib/javaversion.h: Likewise.
28887         * lib/javaversion.java: Likewise.
28888         * lib/lbrkprop.h: Likewise.
28889         * lib/lchmod.h: Likewise.
28890         * lib/lchown.c: Likewise.
28891         * lib/ldexpl.c: Likewise.
28892         * lib/linebreak.c: Likewise.
28893         * lib/linebreak.h: Likewise.
28894         * lib/linebuffer.c: Likewise.
28895         * lib/linebuffer.h: Likewise.
28896         * lib/locale.in.h: Likewise.
28897         * lib/logl.c: Likewise.
28898         * lib/long-options.c: Likewise.
28899         * lib/long-options.h: Likewise.
28900         * lib/lstat.c: Likewise.
28901         * lib/lstat.h: Likewise.
28902         * lib/math.in.h: Likewise.
28903         * lib/mbchar.c: Likewise.
28904         * lib/mbchar.h: Likewise.
28905         * lib/mbfile.h: Likewise.
28906         * lib/mbiter.h: Likewise.
28907         * lib/mbscasecmp.c: Likewise.
28908         * lib/mbscasestr.c: Likewise.
28909         * lib/mbschr.c: Likewise.
28910         * lib/mbscspn.c: Likewise.
28911         * lib/mbslen.c: Likewise.
28912         * lib/mbsncasecmp.c: Likewise.
28913         * lib/mbsnlen.c: Likewise.
28914         * lib/mbspbrk.c: Likewise.
28915         * lib/mbspcasecmp.c: Likewise.
28916         * lib/mbsrchr.c: Likewise.
28917         * lib/mbssep.c: Likewise.
28918         * lib/mbsspn.c: Likewise.
28919         * lib/mbsstr.c: Likewise.
28920         * lib/mbstok_r.c: Likewise.
28921         * lib/mbswidth.c: Likewise.
28922         * lib/mbswidth.h: Likewise.
28923         * lib/mbuiter.h: Likewise.
28924         * lib/memcasecmp.c: Likewise.
28925         * lib/memcasecmp.h: Likewise.
28926         * lib/memchr.c: Likewise.
28927         * lib/memcmp.c: Likewise.
28928         * lib/memcoll.c: Likewise.
28929         * lib/memcoll.h: Likewise.
28930         * lib/memcpy.c: Likewise.
28931         * lib/memrchr.c: Likewise.
28932         * lib/mkancesdirs.c: Likewise.
28933         * lib/mkdir-p.c: Likewise.
28934         * lib/mkdir-p.h: Likewise.
28935         * lib/mkdir.c: Likewise.
28936         * lib/mkdirat.c: Likewise.
28937         * lib/mkdtemp.c: Likewise.
28938         * lib/mkstemp-safer.c: Likewise.
28939         * lib/mkstemp.c: Likewise.
28940         * lib/modechange.c: Likewise.
28941         * lib/modechange.h: Likewise.
28942         * lib/mountlist.c: Likewise.
28943         * lib/mountlist.h: Likewise.
28944         * lib/mpsort.c: Likewise.
28945         * lib/nanosleep.c: Likewise.
28946         * lib/obstack.c: Likewise.
28947         * lib/obstack.h: Likewise.
28948         * lib/open-safer.c: Likewise.
28949         * lib/open.c: Likewise.
28950         * lib/openat-die.c: Likewise.
28951         * lib/openat-priv.h: Likewise.
28952         * lib/openat-proc.c: Likewise.
28953         * lib/openat.c: Likewise.
28954         * lib/openat.h: Likewise.
28955         * lib/pagealign_alloc.c: Likewise.
28956         * lib/pagealign_alloc.h: Likewise.
28957         * lib/physmem.c: Likewise.
28958         * lib/physmem.h: Likewise.
28959         * lib/pipe-safer.c: Likewise.
28960         * lib/pipe.c: Likewise.
28961         * lib/pipe.h: Likewise.
28962         * lib/posixtm.c: Likewise.
28963         * lib/posixtm.h: Likewise.
28964         * lib/posixver.c: Likewise.
28965         * lib/printf-frexp.c: Likewise.
28966         * lib/printf-frexp.h: Likewise.
28967         * lib/printf-frexpl.c: Likewise.
28968         * lib/printf-frexpl.h: Likewise.
28969         * lib/printf.c: Likewise.
28970         * lib/progname.c: Likewise.
28971         * lib/progname.h: Likewise.
28972         * lib/progreloc.c: Likewise.
28973         * lib/putenv.c: Likewise.
28974         * lib/quote.c: Likewise.
28975         * lib/quote.h: Likewise.
28976         * lib/quotearg.c: Likewise.
28977         * lib/quotearg.h: Likewise.
28978         * lib/raise.c: Likewise.
28979         * lib/readline.c: Likewise.
28980         * lib/readline.h: Likewise.
28981         * lib/readlink.c: Likewise.
28982         * lib/readtokens.c: Likewise.
28983         * lib/readtokens.h: Likewise.
28984         * lib/readtokens0.c: Likewise.
28985         * lib/readtokens0.h: Likewise.
28986         * lib/readutmp.c: Likewise.
28987         * lib/readutmp.h: Likewise.
28988         * lib/realloc.c: Likewise.
28989         * lib/relocwrapper.c: Likewise.
28990         * lib/rename-dest-slash.c: Likewise.
28991         * lib/rename.c: Likewise.
28992         * lib/rmdir.c: Likewise.
28993         * lib/rpmatch.c: Likewise.
28994         * lib/safe-read.c: Likewise.
28995         * lib/safe-read.h: Likewise.
28996         * lib/safe-write.c: Likewise.
28997         * lib/safe-write.h: Likewise.
28998         * lib/same-inode.h: Likewise.
28999         * lib/same.c: Likewise.
29000         * lib/same.h: Likewise.
29001         * lib/save-cwd.c: Likewise.
29002         * lib/save-cwd.h: Likewise.
29003         * lib/savedir.c: Likewise.
29004         * lib/savedir.h: Likewise.
29005         * lib/savewd.c: Likewise.
29006         * lib/savewd.h: Likewise.
29007         * lib/search.in.h: Likewise.
29008         * lib/setenv.c: Likewise.
29009         * lib/setenv.h: Likewise.
29010         * lib/settime.c: Likewise.
29011         * lib/sh-quote.c: Likewise.
29012         * lib/sh-quote.h: Likewise.
29013         * lib/sig2str.c: Likewise.
29014         * lib/sig2str.h: Likewise.
29015         * lib/signal.in.h: Likewise.
29016         * lib/signbitd.c: Likewise.
29017         * lib/signbitf.c: Likewise.
29018         * lib/signbitl.c: Likewise.
29019         * lib/sigprocmask.c: Likewise.
29020         * lib/sincosl.c: Likewise.
29021         * lib/sleep.c: Likewise.
29022         * lib/sprintf.c: Likewise.
29023         * lib/sqrtl.c: Likewise.
29024         * lib/stat-time.h: Likewise.
29025         * lib/stdio--.h: Likewise.
29026         * lib/stdio-safer.h: Likewise.
29027         * lib/stdlib--.h: Likewise.
29028         * lib/stdlib-safer.h: Likewise.
29029         * lib/stdlib.in.h: Likewise.
29030         * lib/stpcpy.c: Likewise.
29031         * lib/stpncpy.c: Likewise.
29032         * lib/strchrnul.c: Likewise.
29033         * lib/strcspn.c: Likewise.
29034         * lib/strerror.c: Likewise.
29035         * lib/strftime.c: Likewise.
29036         * lib/strftime.h: Likewise.
29037         * lib/striconveh.c: Likewise.
29038         * lib/striconveh.h: Likewise.
29039         * lib/striconveha.c: Likewise.
29040         * lib/striconveha.h: Likewise.
29041         * lib/stripslash.c: Likewise.
29042         * lib/strnlen1.c: Likewise.
29043         * lib/strnlen1.h: Likewise.
29044         * lib/strtod.c: Likewise.
29045         * lib/strtoimax.c: Likewise.
29046         * lib/strtok_r.c: Likewise.
29047         * lib/strtol.c: Likewise.
29048         * lib/strtoll.c: Likewise.
29049         * lib/strtoul.c: Likewise.
29050         * lib/strtoull.c: Likewise.
29051         * lib/sysexits.in.h: Likewise.
29052         * lib/tempname.c: Likewise.
29053         * lib/tempname.h: Likewise.
29054         * lib/timespec.h: Likewise.
29055         * lib/tls.c: Likewise.
29056         * lib/tls.h: Likewise.
29057         * lib/tmpdir.c: Likewise.
29058         * lib/tmpdir.h: Likewise.
29059         * lib/tmpfile-safer.c: Likewise.
29060         * lib/tmpfile.c: Likewise.
29061         * lib/trigl.c: Likewise.
29062         * lib/trigl.h: Likewise.
29063         * lib/trim.c: Likewise.
29064         * lib/trim.h: Likewise.
29065         * lib/trunc.c: Likewise.
29066         * lib/truncf.c: Likewise.
29067         * lib/truncl.c: Likewise.
29068         * lib/tsearch.c: Likewise.
29069         * lib/unicodeio.c: Likewise.
29070         * lib/unicodeio.h: Likewise.
29071         * lib/unistd--.h: Likewise.
29072         * lib/unistd-safer.h: Likewise.
29073         * lib/unistdio/ulc-fprintf.c: Likewise.
29074         * lib/unistdio/ulc-vfprintf.c: Likewise.
29075         * lib/unlinkdir.c: Likewise.
29076         * lib/unlinkdir.h: Likewise.
29077         * lib/unlocked-io.h: Likewise.
29078         * lib/unsetenv.c: Likewise.
29079         * lib/userspec.c: Likewise.
29080         * lib/utime.c: Likewise.
29081         * lib/utimecmp.c: Likewise.
29082         * lib/utimecmp.h: Likewise.
29083         * lib/utimens.c: Likewise.
29084         * lib/verify.h: Likewise.
29085         * lib/verror.c: Likewise.
29086         * lib/verror.h: Likewise.
29087         * lib/version-etc-fsf.c: Likewise.
29088         * lib/version-etc.c: Likewise.
29089         * lib/version-etc.h: Likewise.
29090         * lib/vfprintf.c: Likewise.
29091         * lib/vprintf.c: Likewise.
29092         * lib/vsprintf.c: Likewise.
29093         * lib/w32spawn.h: Likewise.
29094         * lib/wait-process.c: Likewise.
29095         * lib/wait-process.h: Likewise.
29096         * lib/wcwidth.c: Likewise.
29097         * lib/write-any-file.c: Likewise.
29098         * lib/xalloc-die.c: Likewise.
29099         * lib/xalloc.h: Likewise.
29100         * lib/xasprintf.c: Likewise.
29101         * lib/xgetcwd.c: Likewise.
29102         * lib/xgetcwd.h: Likewise.
29103         * lib/xgetdomainname.c: Likewise.
29104         * lib/xgetdomainname.h: Likewise.
29105         * lib/xgethostname.c: Likewise.
29106         * lib/xmalloc.c: Likewise.
29107         * lib/xmalloca.c: Likewise.
29108         * lib/xmalloca.h: Likewise.
29109         * lib/xmemcoll.c: Likewise.
29110         * lib/xnanosleep.c: Likewise.
29111         * lib/xreadlink.c: Likewise.
29112         * lib/xreadlink.h: Likewise.
29113         * lib/xsetenv.c: Likewise.
29114         * lib/xsetenv.h: Likewise.
29115         * lib/xstriconv.c: Likewise.
29116         * lib/xstriconv.h: Likewise.
29117         * lib/xstrndup.c: Likewise.
29118         * lib/xstrndup.h: Likewise.
29119         * lib/xstrtod.c: Likewise.
29120         * lib/xstrtod.h: Likewise.
29121         * lib/xstrtol-error.c: Likewise.
29122         * lib/xstrtol.c: Likewise.
29123         * lib/xstrtol.h: Likewise.
29124         * lib/xtime.h: Likewise.
29125         * lib/xvasprintf.c: Likewise.
29126         * lib/xvasprintf.h: Likewise.
29127         * lib/yesno.c: Likewise.
29128         * lib/yesno.h: Likewise.
29129         * posix-modules: Likewise.
29130         * tests/test-alloca-opt.c: Likewise.
29131         * tests/test-arcfour.c: Likewise.
29132         * tests/test-arctwo.c: Likewise.
29133         * tests/test-argmatch.c: Likewise.
29134         * tests/test-argp-2.sh: Likewise.
29135         * tests/test-argp.c: Likewise.
29136         * tests/test-arpa_inet.c: Likewise.
29137         * tests/test-array_list.c: Likewise.
29138         * tests/test-array_oset.c: Likewise.
29139         * tests/test-atexit.c: Likewise.
29140         * tests/test-avltree_list.c: Likewise.
29141         * tests/test-avltree_oset.c: Likewise.
29142         * tests/test-avltreehash_list.c: Likewise.
29143         * tests/test-base64.c: Likewise.
29144         * tests/test-binary-io.c: Likewise.
29145         * tests/test-byteswap.c: Likewise.
29146         * tests/test-c-ctype.c: Likewise.
29147         * tests/test-c-strcasecmp.c: Likewise.
29148         * tests/test-c-strcasestr.c: Likewise.
29149         * tests/test-c-strncasecmp.c: Likewise.
29150         * tests/test-c-strstr.c: Likewise.
29151         * tests/test-canonicalize-lgpl.c: Likewise.
29152         * tests/test-canonicalize.c: Likewise.
29153         * tests/test-carray_list.c: Likewise.
29154         * tests/test-ceilf.c: Likewise.
29155         * tests/test-ceill.c: Likewise.
29156         * tests/test-count-one-bits.c: Likewise.
29157         * tests/test-crc.c: Likewise.
29158         * tests/test-dirname.c: Likewise.
29159         * tests/test-fbufmode.c: Likewise.
29160         * tests/test-fcntl.c: Likewise.
29161         * tests/test-fflush.c: Likewise.
29162         * tests/test-floorf.c: Likewise.
29163         * tests/test-floorl.c: Likewise.
29164         * tests/test-fopen.c: Likewise.
29165         * tests/test-fprintf-posix.c: Likewise.
29166         * tests/test-fprintf-posix.h: Likewise.
29167         * tests/test-fpurge.c: Likewise.
29168         * tests/test-freadable.c: Likewise.
29169         * tests/test-freadahead.c: Likewise.
29170         * tests/test-freading.c: Likewise.
29171         * tests/test-freopen.c: Likewise.
29172         * tests/test-frexp.c: Likewise.
29173         * tests/test-frexpl.c: Likewise.
29174         * tests/test-fseek.c: Likewise.
29175         * tests/test-fseeko.c: Likewise.
29176         * tests/test-fseterr.c: Likewise.
29177         * tests/test-fstrcmp.c: Likewise.
29178         * tests/test-ftell.c: Likewise.
29179         * tests/test-ftello.c: Likewise.
29180         * tests/test-fwritable.c: Likewise.
29181         * tests/test-fwriting.c: Likewise.
29182         * tests/test-getaddrinfo.c: Likewise.
29183         * tests/test-getpass.c: Likewise.
29184         * tests/test-gettimeofday.c: Likewise.
29185         * tests/test-hmac-md5.c: Likewise.
29186         * tests/test-hmac-sha1.c: Likewise.
29187         * tests/test-iconv.c: Likewise.
29188         * tests/test-iconvme.c: Likewise.
29189         * tests/test-inttypes.c: Likewise.
29190         * tests/test-isnan.c: Likewise.
29191         * tests/test-isnanf.c: Likewise.
29192         * tests/test-isnanl-nolibm.c: Likewise.
29193         * tests/test-isnanl.c: Likewise.
29194         * tests/test-isnanl.h: Likewise.
29195         * tests/test-ldexpl.c: Likewise.
29196         * tests/test-linked_list.c: Likewise.
29197         * tests/test-linkedhash_list.c: Likewise.
29198         * tests/test-locale.c: Likewise.
29199         * tests/test-localename.c: Likewise.
29200         * tests/test-lock.c: Likewise.
29201         * tests/test-lseek.c: Likewise.
29202         * tests/test-malloca.c: Likewise.
29203         * tests/test-math.c: Likewise.
29204         * tests/test-mbscasecmp.c: Likewise.
29205         * tests/test-mbscasestr1.c: Likewise.
29206         * tests/test-mbscasestr2.c: Likewise.
29207         * tests/test-mbscasestr3.c: Likewise.
29208         * tests/test-mbscasestr4.c: Likewise.
29209         * tests/test-mbschr.c: Likewise.
29210         * tests/test-mbscspn.c: Likewise.
29211         * tests/test-mbsncasecmp.c: Likewise.
29212         * tests/test-mbspbrk.c: Likewise.
29213         * tests/test-mbspcasecmp.c: Likewise.
29214         * tests/test-mbsrchr.c: Likewise.
29215         * tests/test-mbsspn.c: Likewise.
29216         * tests/test-mbsstr1.c: Likewise.
29217         * tests/test-mbsstr2.c: Likewise.
29218         * tests/test-mbsstr3.c: Likewise.
29219         * tests/test-md5.c: Likewise.
29220         * tests/test-memmem.c: Likewise.
29221         * tests/test-netinet_in.c: Likewise.
29222         * tests/test-open.c: Likewise.
29223         * tests/test-printf-frexp.c: Likewise.
29224         * tests/test-printf-frexpl.c: Likewise.
29225         * tests/test-printf-posix.c: Likewise.
29226         * tests/test-printf-posix.h: Likewise.
29227         * tests/test-rbtree_list.c: Likewise.
29228         * tests/test-rbtree_oset.c: Likewise.
29229         * tests/test-rbtreehash_list.c: Likewise.
29230         * tests/test-read-file.c: Likewise.
29231         * tests/test-rijndael.c: Likewise.
29232         * tests/test-search.c: Likewise.
29233         * tests/test-signbit.c: Likewise.
29234         * tests/test-sleep.c: Likewise.
29235         * tests/test-snprintf-posix.c: Likewise.
29236         * tests/test-snprintf-posix.h: Likewise.
29237         * tests/test-snprintf.c: Likewise.
29238         * tests/test-sprintf-posix.c: Likewise.
29239         * tests/test-sprintf-posix.h: Likewise.
29240         * tests/test-stat-time.c: Likewise.
29241         * tests/test-stdbool.c: Likewise.
29242         * tests/test-stdint.c: Likewise.
29243         * tests/test-stdio.c: Likewise.
29244         * tests/test-stdlib.c: Likewise.
29245         * tests/test-stpncpy.c: Likewise.
29246         * tests/test-strcasestr.c: Likewise.
29247         * tests/test-striconv.c: Likewise.
29248         * tests/test-striconveh.c: Likewise.
29249         * tests/test-striconveha.c: Likewise.
29250         * tests/test-string.c: Likewise.
29251         * tests/test-sys_select.c: Likewise.
29252         * tests/test-sys_socket.c: Likewise.
29253         * tests/test-sys_stat.c: Likewise.
29254         * tests/test-sys_time.c: Likewise.
29255         * tests/test-sysexits.c: Likewise.
29256         * tests/test-time.c: Likewise.
29257         * tests/test-tls.c: Likewise.
29258         * tests/test-trunc.c: Likewise.
29259         * tests/test-truncf.c: Likewise.
29260         * tests/test-truncl.c: Likewise.
29261         * tests/test-unistd.c: Likewise.
29262         * tests/test-vasnprintf-posix.c: Likewise.
29263         * tests/test-vasnprintf-posix2.c: Likewise.
29264         * tests/test-vasnprintf.c: Likewise.
29265         * tests/test-vasprintf-posix.c: Likewise.
29266         * tests/test-vasprintf.c: Likewise.
29267         * tests/test-verify.c: Likewise.
29268         * tests/test-vfprintf-posix.c: Likewise.
29269         * tests/test-vprintf-posix.c: Likewise.
29270         * tests/test-vsnprintf-posix.c: Likewise.
29271         * tests/test-vsnprintf.c: Likewise.
29272         * tests/test-vsprintf-posix.c: Likewise.
29273         * tests/test-wchar.c: Likewise.
29274         * tests/test-wctype.c: Likewise.
29275         * tests/test-wcwidth.c: Likewise.
29276         * tests/test-xstrtol.c: Likewise.
29277         * tests/test-xvasprintf.c: Likewise.
29278         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
29279         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
29280         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29281         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29282         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29283         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
29284         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29285         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29286         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29287         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
29288         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29289         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29290         * tests/uniname/test-uninames.c: Likewise.
29291         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
29292         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
29293         * tests/unistdio/test-u16-printf1.h: Likewise.
29294         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
29295         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
29296         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
29297         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
29298         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
29299         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
29300         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
29301         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
29302         * tests/unistdio/test-u32-printf1.h: Likewise.
29303         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
29304         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
29305         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
29306         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
29307         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
29308         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
29309         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
29310         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
29311         * tests/unistdio/test-u8-printf1.h: Likewise.
29312         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
29313         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
29314         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
29315         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
29316         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
29317         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
29318         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
29319         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
29320         * tests/unistdio/test-ulc-printf1.h: Likewise.
29321         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
29322         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
29323         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
29324         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
29325         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
29326         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
29327         * tests/uniwidth/test-u16-strwidth.c: Likewise.
29328         * tests/uniwidth/test-u16-width.c: Likewise.
29329         * tests/uniwidth/test-u32-strwidth.c: Likewise.
29330         * tests/uniwidth/test-u32-width.c: Likewise.
29331         * tests/uniwidth/test-u8-strwidth.c: Likewise.
29332         * tests/uniwidth/test-u8-width.c: Likewise.
29333         * tests/uniwidth/test-uc_width.c: Likewise.
29334         * config/srclist-update: Likewise.
29335         (fixlicense): Update to GPLv3+.
29336
29337         Change copyright notice from LGPLv2.1+ to LGPLv3+.
29338         * tests/test-tsearch.c: Change copyright notice.
29339
29340         Change copyright notice from LGPLv2.0+ to LGPLv3+.
29341         * lib/c-strcaseeq.h: Change copyright notice.
29342         * lib/streq.h: Likewise.
29343         * lib/uniconv.h: Likewise.
29344         * lib/uniconv/u-conv-from-enc.h: Likewise.
29345         * lib/uniconv/u-conv-to-enc.h: Likewise.
29346         * lib/uniconv/u-strconv-from-enc.h: Likewise.
29347         * lib/uniconv/u-strconv-to-enc.h: Likewise.
29348         * lib/uniconv/u16-conv-from-enc.c: Likewise.
29349         * lib/uniconv/u16-conv-to-enc.c: Likewise.
29350         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
29351         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
29352         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
29353         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
29354         * lib/uniconv/u32-conv-from-enc.c: Likewise.
29355         * lib/uniconv/u32-conv-to-enc.c: Likewise.
29356         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
29357         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
29358         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
29359         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
29360         * lib/uniconv/u8-conv-from-enc.c: Likewise.
29361         * lib/uniconv/u8-conv-to-enc.c: Likewise.
29362         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
29363         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
29364         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
29365         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
29366         * lib/uniname.h: Likewise.
29367         * lib/uniname/uniname.c: Likewise.
29368         * lib/unistdio.h: Likewise.
29369         * lib/unistdio/u-asnprintf.h: Likewise.
29370         * lib/unistdio/u-asprintf.h: Likewise.
29371         * lib/unistdio/u-printf-args.c: Likewise.
29372         * lib/unistdio/u-printf-args.h: Likewise.
29373         * lib/unistdio/u-printf-parse.h: Likewise.
29374         * lib/unistdio/u-snprintf.h: Likewise.
29375         * lib/unistdio/u-sprintf.h: Likewise.
29376         * lib/unistdio/u-vasprintf.h: Likewise.
29377         * lib/unistdio/u-vsnprintf.h: Likewise.
29378         * lib/unistdio/u-vsprintf.h: Likewise.
29379         * lib/unistdio/u16-asnprintf.c: Likewise.
29380         * lib/unistdio/u16-asprintf.c: Likewise.
29381         * lib/unistdio/u16-printf-parse.c: Likewise.
29382         * lib/unistdio/u16-snprintf.c: Likewise.
29383         * lib/unistdio/u16-sprintf.c: Likewise.
29384         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
29385         * lib/unistdio/u16-u16-asprintf.c: Likewise.
29386         * lib/unistdio/u16-u16-snprintf.c: Likewise.
29387         * lib/unistdio/u16-u16-sprintf.c: Likewise.
29388         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
29389         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
29390         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
29391         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
29392         * lib/unistdio/u16-vasnprintf.c: Likewise.
29393         * lib/unistdio/u16-vasprintf.c: Likewise.
29394         * lib/unistdio/u16-vsnprintf.c: Likewise.
29395         * lib/unistdio/u16-vsprintf.c: Likewise.
29396         * lib/unistdio/u32-asnprintf.c: Likewise.
29397         * lib/unistdio/u32-asprintf.c: Likewise.
29398         * lib/unistdio/u32-printf-parse.c: Likewise.
29399         * lib/unistdio/u32-snprintf.c: Likewise.
29400         * lib/unistdio/u32-sprintf.c: Likewise.
29401         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
29402         * lib/unistdio/u32-u32-asprintf.c: Likewise.
29403         * lib/unistdio/u32-u32-snprintf.c: Likewise.
29404         * lib/unistdio/u32-u32-sprintf.c: Likewise.
29405         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
29406         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
29407         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
29408         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
29409         * lib/unistdio/u32-vasnprintf.c: Likewise.
29410         * lib/unistdio/u32-vasprintf.c: Likewise.
29411         * lib/unistdio/u32-vsnprintf.c: Likewise.
29412         * lib/unistdio/u32-vsprintf.c: Likewise.
29413         * lib/unistdio/u8-asnprintf.c: Likewise.
29414         * lib/unistdio/u8-asprintf.c: Likewise.
29415         * lib/unistdio/u8-printf-parse.c: Likewise.
29416         * lib/unistdio/u8-snprintf.c: Likewise.
29417         * lib/unistdio/u8-sprintf.c: Likewise.
29418         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
29419         * lib/unistdio/u8-u8-asprintf.c: Likewise.
29420         * lib/unistdio/u8-u8-snprintf.c: Likewise.
29421         * lib/unistdio/u8-u8-sprintf.c: Likewise.
29422         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
29423         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
29424         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
29425         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
29426         * lib/unistdio/u8-vasnprintf.c: Likewise.
29427         * lib/unistdio/u8-vasprintf.c: Likewise.
29428         * lib/unistdio/u8-vsnprintf.c: Likewise.
29429         * lib/unistdio/u8-vsprintf.c: Likewise.
29430         * lib/unistdio/ulc-asnprintf.c: Likewise.
29431         * lib/unistdio/ulc-asprintf.c: Likewise.
29432         * lib/unistdio/ulc-printf-parse.c: Likewise.
29433         * lib/unistdio/ulc-snprintf.c: Likewise.
29434         * lib/unistdio/ulc-sprintf.c: Likewise.
29435         * lib/unistdio/ulc-vasnprintf.c: Likewise.
29436         * lib/unistdio/ulc-vasprintf.c: Likewise.
29437         * lib/unistdio/ulc-vsnprintf.c: Likewise.
29438         * lib/unistdio/ulc-vsprintf.c: Likewise.
29439         * lib/unistr.h: Likewise.
29440         * lib/unistr/u-cpy-alloc.h: Likewise.
29441         * lib/unistr/u-cpy.h: Likewise.
29442         * lib/unistr/u-endswith.h: Likewise.
29443         * lib/unistr/u-move.h: Likewise.
29444         * lib/unistr/u-set.h: Likewise.
29445         * lib/unistr/u-startswith.h: Likewise.
29446         * lib/unistr/u-stpcpy.h: Likewise.
29447         * lib/unistr/u-stpncpy.h: Likewise.
29448         * lib/unistr/u-strcat.h: Likewise.
29449         * lib/unistr/u-strcpy.h: Likewise.
29450         * lib/unistr/u-strcspn.h: Likewise.
29451         * lib/unistr/u-strdup.h: Likewise.
29452         * lib/unistr/u-strlen.h: Likewise.
29453         * lib/unistr/u-strncat.h: Likewise.
29454         * lib/unistr/u-strncpy.h: Likewise.
29455         * lib/unistr/u-strnlen.h: Likewise.
29456         * lib/unistr/u-strpbrk.h: Likewise.
29457         * lib/unistr/u-strspn.h: Likewise.
29458         * lib/unistr/u-strstr.h: Likewise.
29459         * lib/unistr/u-strtok.h: Likewise.
29460         * lib/unistr/u16-check.c: Likewise.
29461         * lib/unistr/u16-chr.c: Likewise.
29462         * lib/unistr/u16-cmp.c: Likewise.
29463         * lib/unistr/u16-cpy-alloc.c: Likewise.
29464         * lib/unistr/u16-cpy.c: Likewise.
29465         * lib/unistr/u16-endswith.c: Likewise.
29466         * lib/unistr/u16-mblen.c: Likewise.
29467         * lib/unistr/u16-mbsnlen.c: Likewise.
29468         * lib/unistr/u16-mbtouc-aux.c: Likewise.
29469         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
29470         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
29471         * lib/unistr/u16-mbtouc.c: Likewise.
29472         * lib/unistr/u16-mbtoucr.c: Likewise.
29473         * lib/unistr/u16-move.c: Likewise.
29474         * lib/unistr/u16-next.c: Likewise.
29475         * lib/unistr/u16-prev.c: Likewise.
29476         * lib/unistr/u16-set.c: Likewise.
29477         * lib/unistr/u16-startswith.c: Likewise.
29478         * lib/unistr/u16-stpcpy.c: Likewise.
29479         * lib/unistr/u16-stpncpy.c: Likewise.
29480         * lib/unistr/u16-strcat.c: Likewise.
29481         * lib/unistr/u16-strchr.c: Likewise.
29482         * lib/unistr/u16-strcmp.c: Likewise.
29483         * lib/unistr/u16-strcpy.c: Likewise.
29484         * lib/unistr/u16-strcspn.c: Likewise.
29485         * lib/unistr/u16-strdup.c: Likewise.
29486         * lib/unistr/u16-strlen.c: Likewise.
29487         * lib/unistr/u16-strmblen.c: Likewise.
29488         * lib/unistr/u16-strmbtouc.c: Likewise.
29489         * lib/unistr/u16-strncat.c: Likewise.
29490         * lib/unistr/u16-strncmp.c: Likewise.
29491         * lib/unistr/u16-strncpy.c: Likewise.
29492         * lib/unistr/u16-strnlen.c: Likewise.
29493         * lib/unistr/u16-strpbrk.c: Likewise.
29494         * lib/unistr/u16-strrchr.c: Likewise.
29495         * lib/unistr/u16-strspn.c: Likewise.
29496         * lib/unistr/u16-strstr.c: Likewise.
29497         * lib/unistr/u16-strtok.c: Likewise.
29498         * lib/unistr/u16-to-u32.c: Likewise.
29499         * lib/unistr/u16-to-u8.c: Likewise.
29500         * lib/unistr/u16-uctomb-aux.c: Likewise.
29501         * lib/unistr/u16-uctomb.c: Likewise.
29502         * lib/unistr/u32-check.c: Likewise.
29503         * lib/unistr/u32-chr.c: Likewise.
29504         * lib/unistr/u32-cmp.c: Likewise.
29505         * lib/unistr/u32-cpy-alloc.c: Likewise.
29506         * lib/unistr/u32-cpy.c: Likewise.
29507         * lib/unistr/u32-endswith.c: Likewise.
29508         * lib/unistr/u32-mblen.c: Likewise.
29509         * lib/unistr/u32-mbsnlen.c: Likewise.
29510         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
29511         * lib/unistr/u32-mbtouc.c: Likewise.
29512         * lib/unistr/u32-mbtoucr.c: Likewise.
29513         * lib/unistr/u32-move.c: Likewise.
29514         * lib/unistr/u32-next.c: Likewise.
29515         * lib/unistr/u32-prev.c: Likewise.
29516         * lib/unistr/u32-set.c: Likewise.
29517         * lib/unistr/u32-startswith.c: Likewise.
29518         * lib/unistr/u32-stpcpy.c: Likewise.
29519         * lib/unistr/u32-stpncpy.c: Likewise.
29520         * lib/unistr/u32-strcat.c: Likewise.
29521         * lib/unistr/u32-strchr.c: Likewise.
29522         * lib/unistr/u32-strcmp.c: Likewise.
29523         * lib/unistr/u32-strcpy.c: Likewise.
29524         * lib/unistr/u32-strcspn.c: Likewise.
29525         * lib/unistr/u32-strdup.c: Likewise.
29526         * lib/unistr/u32-strlen.c: Likewise.
29527         * lib/unistr/u32-strmblen.c: Likewise.
29528         * lib/unistr/u32-strmbtouc.c: Likewise.
29529         * lib/unistr/u32-strncat.c: Likewise.
29530         * lib/unistr/u32-strncmp.c: Likewise.
29531         * lib/unistr/u32-strncpy.c: Likewise.
29532         * lib/unistr/u32-strnlen.c: Likewise.
29533         * lib/unistr/u32-strpbrk.c: Likewise.
29534         * lib/unistr/u32-strrchr.c: Likewise.
29535         * lib/unistr/u32-strspn.c: Likewise.
29536         * lib/unistr/u32-strstr.c: Likewise.
29537         * lib/unistr/u32-strtok.c: Likewise.
29538         * lib/unistr/u32-to-u16.c: Likewise.
29539         * lib/unistr/u32-to-u8.c: Likewise.
29540         * lib/unistr/u32-uctomb.c: Likewise.
29541         * lib/unistr/u8-check.c: Likewise.
29542         * lib/unistr/u8-chr.c: Likewise.
29543         * lib/unistr/u8-cmp.c: Likewise.
29544         * lib/unistr/u8-cpy-alloc.c: Likewise.
29545         * lib/unistr/u8-cpy.c: Likewise.
29546         * lib/unistr/u8-endswith.c: Likewise.
29547         * lib/unistr/u8-mblen.c: Likewise.
29548         * lib/unistr/u8-mbsnlen.c: Likewise.
29549         * lib/unistr/u8-mbtouc-aux.c: Likewise.
29550         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
29551         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
29552         * lib/unistr/u8-mbtouc.c: Likewise.
29553         * lib/unistr/u8-mbtoucr.c: Likewise.
29554         * lib/unistr/u8-move.c: Likewise.
29555         * lib/unistr/u8-next.c: Likewise.
29556         * lib/unistr/u8-prev.c: Likewise.
29557         * lib/unistr/u8-set.c: Likewise.
29558         * lib/unistr/u8-startswith.c: Likewise.
29559         * lib/unistr/u8-stpcpy.c: Likewise.
29560         * lib/unistr/u8-stpncpy.c: Likewise.
29561         * lib/unistr/u8-strcat.c: Likewise.
29562         * lib/unistr/u8-strchr.c: Likewise.
29563         * lib/unistr/u8-strcmp.c: Likewise.
29564         * lib/unistr/u8-strcpy.c: Likewise.
29565         * lib/unistr/u8-strcspn.c: Likewise.
29566         * lib/unistr/u8-strdup.c: Likewise.
29567         * lib/unistr/u8-strlen.c: Likewise.
29568         * lib/unistr/u8-strmblen.c: Likewise.
29569         * lib/unistr/u8-strmbtouc.c: Likewise.
29570         * lib/unistr/u8-strncat.c: Likewise.
29571         * lib/unistr/u8-strncmp.c: Likewise.
29572         * lib/unistr/u8-strncpy.c: Likewise.
29573         * lib/unistr/u8-strnlen.c: Likewise.
29574         * lib/unistr/u8-strpbrk.c: Likewise.
29575         * lib/unistr/u8-strrchr.c: Likewise.
29576         * lib/unistr/u8-strspn.c: Likewise.
29577         * lib/unistr/u8-strstr.c: Likewise.
29578         * lib/unistr/u8-strtok.c: Likewise.
29579         * lib/unistr/u8-to-u16.c: Likewise.
29580         * lib/unistr/u8-to-u32.c: Likewise.
29581         * lib/unistr/u8-uctomb-aux.c: Likewise.
29582         * lib/unistr/u8-uctomb.c: Likewise.
29583         * lib/unitypes.h: Likewise.
29584         * lib/uniwidth.h: Likewise.
29585         * lib/uniwidth/cjk.h: Likewise.
29586         * lib/uniwidth/u16-strwidth.c: Likewise.
29587         * lib/uniwidth/u16-width.c: Likewise.
29588         * lib/uniwidth/u32-strwidth.c: Likewise.
29589         * lib/uniwidth/u32-width.c: Likewise.
29590         * lib/uniwidth/u8-strwidth.c: Likewise.
29591         * lib/uniwidth/u8-width.c: Likewise.
29592         * lib/uniwidth/width.c: Likewise.
29593
29594 2007-10-07  Bruno Haible  <bruno@clisp.org>
29595
29596         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
29597         The file is still under LGPL (see modules/inttypes).
29598
29599 2007-10-06  Bruno Haible  <bruno@clisp.org>
29600
29601         * modules/trunc (Dependencies): Add 'extensions'.
29602         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
29603         Reported by Ben Pfaff <blp@gnu.org>.
29604
29605 2007-10-06  Bruno Haible  <bruno@clisp.org>
29606
29607         * modules/freopen-tests: New file.
29608         * tests/test-freopen.c: New file.
29609
29610         * modules/fopen-tests: New file.
29611         * tests/test-fopen.c: New file.
29612
29613         * modules/fopen: New file.
29614         * lib/fopen.c: New file.
29615         * m4/fopen.m4: New file.
29616         * modules/freopen: New file.
29617         * lib/freopen.c: New file.
29618         * m4/freopen.m4: New file.
29619         * lib/stdio.in.h (fopen, freopen): New declarations.
29620         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
29621         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
29622         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
29623         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
29624         * doc/functions/fopen.texi: Mention the 'fopen' module.
29625         * doc/functions/freopen.texi: Mention the 'freopen' module.
29626
29627 2007-10-06  Bruno Haible  <bruno@clisp.org>
29628
29629         * modules/open-tests: New file.
29630         * tests/test-open.c: New file.
29631
29632         * modules/open: New file.
29633         * lib/open.c: New file.
29634         * m4/open.m4: New file.
29635         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
29636         lib/open.c does.
29637         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
29638         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
29639         macros.
29640         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
29641         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
29642         REPLACE_OPEN.
29643         * doc/functions/open.texi: Mention the 'open' module.
29644
29645 2007-10-04  Bruno Haible  <bruno@clisp.org>
29646
29647         * modules/ceill-tests: New file.
29648         * tests/test-ceill.c: New file.
29649
29650         * modules/ceill: New file.
29651         * lib/ceill.c: Replace entire file.
29652         * m4/ceill.m4: New file.
29653         * lib/math.in.h (ceill): Replace declaration.
29654         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
29655         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
29656         * doc/functions/ceill.texi: Mention the 'ceill' module.
29657         * modules/mathl (Files): Remove lib/ceill.c.
29658         (Depends-on): Add ceill.
29659
29660 2007-10-04  Bruno Haible  <bruno@clisp.org>
29661
29662         * modules/ceilf-tests: New file.
29663         * tests/test-ceilf.c: New file.
29664
29665         * modules/ceilf: New file.
29666         * lib/ceil.c: New file.
29667         * lib/ceilf.c: New file.
29668         * m4/ceilf.m4: New file.
29669         * lib/math.in.h (ceilf): New declaration.
29670         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
29671         HAVE_DECL_CEILF.
29672         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
29673         HAVE_DECL_CEILF.
29674         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
29675
29676 2007-10-04  Bruno Haible  <bruno@clisp.org>
29677
29678         * modules/floorl-tests: New file.
29679         * tests/test-floorl.c: New file.
29680
29681         * modules/floorl: New file.
29682         * lib/floorl.c: Replace entire file.
29683         * m4/floorl.m4: New file.
29684         * lib/math.in.h (floorl): Replace declaration.
29685         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
29686         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
29687         * doc/functions/floorl.texi: Mention the 'floorl' module.
29688         * modules/mathl (Files): Remove lib/floorl.c.
29689         (Depends-on): Add floorl.
29690
29691 2007-10-04  Bruno Haible  <bruno@clisp.org>
29692
29693         * modules/floorf-tests: New file.
29694         * tests/test-floorf.c: New file.
29695
29696         * modules/floorf: New file.
29697         * lib/floor.c: New file.
29698         * lib/floorf.c: New file.
29699         * m4/floorf.m4: New file.
29700         * lib/math.in.h (floorf): New declaration.
29701         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
29702         HAVE_DECL_FLOORF.
29703         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
29704         HAVE_DECL_FLOORF.
29705         * doc/functions/floorf.texi: Mention the 'floorf' module.
29706
29707 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
29708             Bruno Haible  <bruno@clisp.org>
29709
29710         Advertise for the Git server instead of the CVS server.
29711         * doc/gnulib-intro.texi (Steady Development): Mention the Git
29712         repository instead of the CVS one.
29713         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
29714         about all VCS systems generically.
29715         * doc/gnulib.texi (Introduction): Capitalize `Git'.
29716
29717 2007-10-04  Bruno Haible  <bruno@clisp.org>
29718
29719         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
29720         means.
29721         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
29722
29723 2007-10-04  Bruno Haible  <bruno@clisp.org>
29724
29725         * modules/truncl-tests: New file.
29726         * tests/test-truncl.c: New file.
29727
29728         * modules/truncl: New file.
29729         * lib/truncl.c: New file.
29730         * m4/truncl.m4: New file.
29731         * lib/math.in.h (truncl): New declaration.
29732         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
29733         HAVE_DECL_TRUNCL.
29734         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
29735         HAVE_DECL_TRUNCL.
29736         * doc/functions/truncl.texi: Mention the 'truncl' module.
29737
29738 2007-10-04  Bruno Haible  <bruno@clisp.org>
29739
29740         * modules/truncf-tests: New file.
29741         * tests/test-truncf.c: New file.
29742
29743         * modules/truncf: New file.
29744         * lib/trunc.c: Make paramerizable through USE_* macros.
29745         * lib/truncf.c: New file.
29746         * m4/truncf.m4: New file.
29747         * lib/math.in.h (truncf): New declaration.
29748         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
29749         HAVE_DECL_TRUNCF.
29750         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
29751         HAVE_DECL_TRUNCF.
29752         * doc/functions/truncf.texi: Mention the 'truncf' module.
29753
29754 2007-10-03  Bruno Haible  <bruno@clisp.org>
29755
29756         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
29757         augmentation also for tests modules.
29758         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
29759         * modules/atexit-tests (Makefile.am): Likewise.
29760         * modules/binary-io-tests (Makefile.am): Likewise.
29761         * modules/c-strcase-tests (Makefile.am): Likewise.
29762         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
29763         * modules/canonicalize-tests (Makefile.am): Likewise.
29764         * modules/closein-tests (Makefile.am): Likewise.
29765         * modules/fprintf-posix-tests (Makefile.am): Likewise.
29766         * modules/freadahead-tests (Makefile.am): Likewise.
29767         * modules/fseek-tests (Makefile.am): Likewise.
29768         * modules/fseeko-tests (Makefile.am): Likewise.
29769         * modules/ftell-tests (Makefile.am): Likewise.
29770         * modules/ftello-tests (Makefile.am): Likewise.
29771         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
29772         * modules/isnanl-tests (Makefile.am): Likewise.
29773         * modules/lseek-tests (Makefile.am): Likewise.
29774         * modules/mbscasecmp-tests (Makefile.am): Likewise.
29775         * modules/mbscasestr-tests (Makefile.am): Likewise.
29776         * modules/mbschr-tests (Makefile.am): Likewise.
29777         * modules/mbscspn-tests (Makefile.am): Likewise.
29778         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
29779         * modules/mbspbrk-tests (Makefile.am): Likewise.
29780         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
29781         * modules/mbsrchr-tests (Makefile.am): Likewise.
29782         * modules/mbsspn-tests (Makefile.am): Likewise.
29783         * modules/mbsstr-tests (Makefile.am): Likewise.
29784         * modules/printf-posix-tests (Makefile.am): Likewise.
29785         * modules/snprintf-posix-tests (Makefile.am): Likewise.
29786         * modules/sprintf-posix-tests (Makefile.am): Likewise.
29787         * modules/tsearch-tests (Makefile.am): Likewise.
29788         * modules/uniname/uniname-tests (Makefile.am): Likewise.
29789         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
29790         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
29791         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
29792         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
29793         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
29794         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
29795         * modules/vprintf-posix-tests (Makefile.am): Likewise.
29796         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
29797         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
29798         * modules/xstrtoimax-tests (Makefile.am): Likewise.
29799         * modules/xstrtol-tests (Makefile.am): Likewise.
29800         * modules/xstrtoumax-tests (Makefile.am): Likewise.
29801         * modules/yesno-tests (Makefile.am): Likewise.
29802
29803 2007-10-03  Bruno Haible  <bruno@clisp.org>
29804
29805         * modules/trunc-tests: New file.
29806         * tests/test-trunc.c: New file.
29807
29808         * modules/trunc: New file.
29809         * lib/trunc.c: New file.
29810         * m4/trunc.m4: New file.
29811         * lib/math.in.h (trunc): New declaration.
29812         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
29813         HAVE_DECL_TRUNC.
29814         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
29815         HAVE_DECL_TRUNC.
29816         * doc/functions/trunc.texi: Mention the 'trunc' module.
29817
29818 2007-10-03  Bruno Haible  <bruno@clisp.org>
29819
29820         * tests/test-fpending.c: New file, mostly copied
29821         from coreutils/lib/t-fpending.c.
29822         * modules/fpending-tests: New file.
29823
29824 2007-10-03  Bruno Haible  <bruno@clisp.org>
29825
29826         Port the stdio extensions to QNX (untested).
29827         * lib/fseterr.c (fseterr): Add support for QNX.
29828         * lib/fbufmode.c (fbufmode): Likewise.
29829         * lib/freadable.c (freadable): Likewise.
29830         * lib/fwritable.c (fwritable): Likewise.
29831         * lib/freading.c (freading): Likewise.
29832         * lib/fwriting.c (fwriting): Likewise.
29833         * lib/freadahead.c (freadahed): Likewise.
29834         * lib/fpurge.c (fpurge): Likewise.
29835         * lib/fseeko.c (rpl_fseeko): Likewise.
29836
29837 2007-10-03  Bruno Haible  <bruno@clisp.org>
29838             Jim Meyering  <jim@meyering.net>
29839             Eric Blake  <ebb9@byu.net>
29840
29841         * doc/relocatable.texi: Use @command instead of @program.
29842
29843 2007-10-02  Jim Meyering  <jim@meyering.net>
29844
29845         Perform one more "_.h" -> ".in.h" substitution.
29846         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
29847         instead of unistd_.h here, too.
29848
29849 2007-10-01  Bruno Haible  <bruno@clisp.org>
29850
29851         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
29852         Needed for the alloca-opt module.
29853
29854 2007-09-30  Bruno Haible  <bruno@clisp.org>
29855
29856         * lib/alloca.in.h: Renamed from lib/alloca_.h.
29857         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
29858         alloca_.h.
29859         * lib/argz.in.h: Renamed from lib/argz_.h.
29860         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
29861         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
29862         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
29863         byteswap_.h.
29864         * lib/dirent.in.h: Renamed from lib/dirent_.h.
29865         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
29866         dirent_.h.
29867         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
29868         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
29869         fcntl_.h.
29870         * lib/float.in.h: Renamed from lib/float_.h.
29871         * modules/float (Files, Makefile.am): Use float.in.h instead of
29872         float_.h.
29873         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
29874         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
29875         fnmatch_.h.
29876         * lib/getopt.in.h: Renamed from lib/getopt_.h.
29877         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
29878         getopt_.h.
29879         * lib/glob.in.h: Renamed from lib/glob_.h.
29880         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
29881         * lib/iconv.in.h: Renamed from lib/iconv_.h.
29882         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
29883         iconv_.h.
29884         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
29885         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
29886         inttypes_.h.
29887         * lib/locale.in.h: Renamed from lib/locale_.h.
29888         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
29889         locale_.h.
29890         * lib/math.in.h: Renamed from lib/math_.h.
29891         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
29892         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
29893         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
29894         of netinet_in_.h. Add dependency.
29895         * lib/poll.in.h: Renamed from lib/poll_.h.
29896         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
29897         * lib/search.in.h: Renamed from lib/search_.h.
29898         * modules/search (Files, Makefile.am): Use search.in.h instead of
29899         search_.h.
29900         * lib/signal.in.h: Renamed from lib/signal_.h.
29901         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
29902         _signal.h.
29903         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
29904         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
29905         stdbool_.h.
29906         * lib/stdint.in.h: Renamed from lib/stdint_.h.
29907         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
29908         stdint_.h.
29909         * lib/stdio.in.h: Renamed from lib/stdio_.h.
29910         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
29911         stdio_.h.
29912         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
29913         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
29914         stdlib_.h.
29915         * lib/string.in.h: Renamed from lib/string_.h.
29916         * modules/string (Files, Makefile.am): Use string.in.h instead of
29917         string_.h.
29918         * doc/gnulib-tool.texi (Initial import): Update.
29919         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
29920         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
29921         of sys_select_.h. Add dependency.
29922         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
29923         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
29924         of sys_socket_.h.
29925         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
29926         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
29927         sys_stat_.h.
29928         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
29929         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
29930         sys_time_.h.
29931         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
29932         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
29933         sysexits_.h.
29934         * lib/time.in.h: Renamed from lib/time_.h.
29935         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
29936         * lib/unistd.in.h: Renamed from lib/unistd_.h.
29937         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
29938         unistd_.h.
29939         * lib/wchar.in.h: Renamed from lib/wchar_.h.
29940         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
29941         wchar_.h.
29942         * lib/wctype.in.h: Renamed from lib/wctype_.h.
29943         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
29944         wctype_.h.
29945         * build-aux/bootstrap (slurp): Update.
29946         * lib/.cppi-disable: Update.
29947
29948 2007-09-30  Bruno Haible  <bruno@clisp.org>
29949
29950         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
29951         Needed on BeOS.
29952
29953 2007-09-30  Bruno Haible  <bruno@clisp.org>
29954
29955         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
29956
29957 2007-09-29  Bruno Haible  <bruno@clisp.org>
29958
29959         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
29960
29961 2007-09-29  Bruno Haible  <bruno@clisp.org>
29962
29963         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
29964         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
29965         * build-aux/install-reloc: Compile also areadlink.c.
29966         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
29967
29968 2007-09-29  Bruno Haible  <bruno@clisp.org>
29969
29970         * gnulib-tool (func_emit_initmacro_done): Indentation.
29971
29972 2007-09-29  Bruno Haible  <bruno@clisp.org>
29973
29974         * README: Add CVS checkout update instructions.
29975         Info from Bob Proulx <bob@proulx.com>.
29976
29977 2007-09-28  Eric Blake  <ebb9@byu.net>
29978
29979         Provide move-if-change.
29980         * build-aux/move-if-change: New file, based on best practice
29981         rather than any canonical upstream location.
29982
29983 2007-09-28  Jim Meyering  <jim@meyering.net>
29984
29985         Fix canonicalize loop-detection corner case.
29986         Do not attempt to stat the symlink values stored via seen_triple.
29987         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
29988         on linux-2.6.18, (but not 2.6.22).
29989         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
29990         triple_compare.  The former compares dev,ino,filename, while the latter
29991         would actually stat dirname(filename) when dev and ino were equal.
29992         * lib/hash-triple.c: Install <string.h>.
29993         (STREQ): Define.
29994         (triple_compare_ino_str): New function.
29995         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
29996
29997 2007-09-28  Eric Blake  <ebb9@byu.net>
29998
29999         Enforce that AC_REPLACE_FUNCS files exist.
30000         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
30001         override check for typos.
30002
30003         Fix test-closein on Solaris 10.
30004         * tests/test-closein.c (main): Don't assume stdin can be inherited
30005         closed on all systems.
30006         * tests/test-closein.sh: Likewise.
30007         Reported by Piotr Tarnowski.
30008
30009 2007-09-28  Jim Meyering  <jim@meyering.net>
30010
30011         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
30012
30013 2007-09-27  Jim Meyering  <jim@meyering.net>
30014
30015         canonicalize: Avoid a false-positive cycle failure.
30016         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
30017         Sort.  Remove cycle-check.
30018         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
30019         not cycle-check.h.
30020         (seen_triple): New function.
30021         (canonicalize_filename_mode): Use it instead of cycle-check.
30022         * tests/test-canonicalize.c: Add a test for this bug.
30023         * tests/test-canonicalize.sh: Set up and run the test.
30024
30025         New module, file-set, from coreutils.
30026         * modules/file-set: Define it.
30027         * lib/file-set.c, lib/file-set.h: Implement.
30028
30029         New module, hash-triple, from coreutils.
30030         * modules/hash-triple: Define it.
30031         * lib/hash-triple.c, lib/hash-triple.h: Implement.
30032
30033 2007-09-25  Eric Blake  <ebb9@byu.net>
30034
30035         Fix strerror on Interix.
30036         * lib/string_.h (strerror): Declare replacement.
30037         * doc/functions/strerror.texi (strerror): Document the Interix
30038         shortcoming.
30039         * modules/string (Makefile.am): Support new hooks.
30040         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
30041         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
30042         gl_FUNC_STRERROR_SEPARATE.
30043         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
30044         * lib/strerror.c (rpl_strerror): Provide replacement.
30045         * modules/strerror (Depends-on): Add string.
30046         (configure.ac): Detect use of module.
30047         * tests/test-strerror.c: New file.
30048         * modules/strerror-tests: New test module.
30049         * modules/argp (Depends-on): Add strerror.
30050         * modules/error (Depends-on): Likewise.
30051         Reported by Martin Koeppe.
30052
30053 2007-09-24  Bruno Haible  <bruno@clisp.org>
30054
30055         * README: Update git instructions.
30056
30057 2007-09-24  Eric Blake  <ebb9@byu.net>
30058
30059         Revert fpending breakage from 2007-09-08.
30060         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
30061         __fpending.c.
30062
30063 2007-09-24  Jim Meyering  <jim@meyering.net>
30064
30065         filenamecat.c: Add a test.
30066         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
30067         showing how the function works when DIR is the empty string.
30068
30069 2007-09-21  Simon Josefsson  <simon@josefsson.org>
30070
30071         * tests/test-canonicalize.sh: Turn on executable bit.
30072
30073 2007-09-19  Eric Blake  <ebb9@byu.net>
30074
30075         * README: Update CVS instructions.
30076
30077 2007-09-18  Bruno Haible  <bruno@clisp.org>
30078
30079         * modules/areadlink: New file.
30080         * lib/areadlink.h (areadlink): New declaration.
30081         * lib/areadlink.c: New file, based on lib/xreadlink.c.
30082
30083 2007-09-17  Jim Meyering  <jim@meyering.net>
30084
30085         * lib/savewd.c (ESTALE) [!defined]: Define.
30086         Reported to be required on Interix by Martin Koeppe.
30087
30088 2007-09-17  Bruno Haible  <bruno@clisp.org>
30089
30090         * gnulib-tool (func_version): Use $version.
30091
30092 2007-09-16  Bruno Haible  <bruno@clisp.org>
30093
30094         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
30095         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
30096         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
30097         Reported by Greg Schafer <gschafer@zip.com.au>.
30098
30099 2007-09-15  Bruno Haible  <bruno@clisp.org>
30100
30101         * gnulib-tool (sed): Try a little harder to make bash understand the
30102         alias.
30103         Reported by Bruce Korb <bruce.korb@gmail.com>.
30104
30105 2007-09-13  Eric Blake  <ebb9@byu.net>
30106
30107         * ChangeLog: Remove conflict markers.
30108
30109 2007-09-13  Simon Josefsson  <simon@josefsson.org>
30110
30111         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
30112         Reported by Bruno Haible <bruno@clisp.org>.
30113
30114 2007-09-12  Bruno Haible  <bruno@clisp.org>
30115
30116         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
30117         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
30118         is not defined.
30119
30120 2007-09-12  Eric Blake  <ebb9@byu.net>
30121
30122         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
30123         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
30124         Autoconf definition.
30125         * modules/euidaccess (Depends-on): Add extensions, for
30126         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
30127         * modules/fnmatch (Depends-on): Likewise.
30128         * modules/getaddrinfo (Depends-on): Likewise.
30129         * modules/getdelim (Depends-on): Likewise.
30130         * modules/getline (Depends-on): Likewise.
30131         * modules/getsubopt (Depends-on): Likewise.
30132         * modules/gettext (Depends-on): Likewise.
30133         * modules/group-member (Depends-on): Likewise.
30134         * modules/mbchar (Depends-on): Likewise.
30135         * modules/memmem (Depends-on): Likewise.
30136         * modules/mempcpy (Depends-on): Likewise.
30137         * modules/memrchr (Depends-on): Likewise.
30138         * modules/pagealign_alloc (Depends-on): Likewise.
30139         * modules/readutmp (Depends-on): Likewise.
30140         * modules/stpcpy (Depends-on): Likewise.
30141         * modules/stpncpy (Depends-on): Likewise.
30142         * modules/strchrnul (Depends-on): Likewise.
30143         * modules/strndup (Depends-on): Likewise.
30144         * modules/strsep (Depends-on): Likewise.
30145         * modules/strverscmp (Depends-on): Likewise.
30146         * modules/vasprintf (Depends-on): Likewise.
30147         * modules/wcwidth (Depends-on): Likewise.
30148         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
30149         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
30150         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
30151         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
30152         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
30153         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30154         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
30155         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30156         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
30157         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
30158         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
30159         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30160         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
30161         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
30162         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
30163         * m4/readutmp.m4 (gl_READUTMP): Likewise.
30164         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30165         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
30166         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30167         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
30168         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
30169         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
30170         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
30171         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
30172         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
30173         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30174         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
30175         so that lock.m4 can be used in gettext without extensions module.
30176
30177 2007-09-11  Bruno Haible  <bruno@clisp.org>
30178
30179         * m4/isc-posix.m4: Remove file.
30180         Suggested by Eric Blake.
30181
30182 2007-09-11  Eric Blake  <ebb9@byu.net>
30183
30184         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
30185
30186 2007-09-10  Bruno Haible  <bruno@clisp.org>
30187
30188         * posix-modules: Fix typo in error message.
30189         Reported by Matt <mkraai@beckman.com>.
30190
30191 2007-09-09  Bruno Haible  <bruno@clisp.org>
30192
30193         * doc/functions/getdelim.texi: Update list of platforms lacking the
30194         function.
30195         * doc/functions/getline.texi: Likewise.
30196
30197 2007-09-09  Jim Meyering  <jim@meyering.net>
30198
30199         * lib/hash.c (hash_initialize): Detect calloc failure.
30200         Reported by Bruno Haible.
30201
30202 2007-09-09  Bruno Haible  <bruno@clisp.org>
30203
30204         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
30205         malloc or realloc fails.
30206
30207 2007-09-09  Bruno Haible  <bruno@clisp.org>
30208
30209         * modules/getcwd (Depends-on): Add malloc-posix.
30210         * modules/glob (Depends-on): Likewise.
30211         * modules/putenv (Depends-on): Likewise.
30212         * modules/strdup (Depends-on): Likewise.
30213         * modules/getdelim (Depends-on): Add realloc-posix.
30214         * modules/read-file (Depends-on): Likewise.
30215
30216 2007-09-09  Bruno Haible  <bruno@clisp.org>
30217
30218         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
30219         (gl_FUNC_MALLOC_POSIX): Require it.
30220         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
30221         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
30222         * modules/realloc (Files): Add m4/malloc.m4.
30223         * modules/calloc (Files): Likewise.
30224
30225 2007-09-09  Bruno Haible  <bruno@clisp.org>
30226
30227         * modules/malloc-posix: New file.
30228         * modules/malloc (Depends-on): Add malloc-posix.
30229         * lib/malloc.c: Include errno.h.
30230         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
30231         and a POSIX-compatible malloc into a single function. Set ENOMEM
30232         when returning NULL.
30233         * m4/malloc.m4: New file.
30234         * doc/functions/malloc.texi: Mention the malloc-posix module.
30235         * lib/stdlib_.h (malloc): New declaration.
30236         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30237         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
30238         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
30239         and HAVE_MALLOC_POSIX.
30240
30241 2007-09-09  Bruno Haible  <bruno@clisp.org>
30242
30243         * modules/realloc-posix: New file.
30244         * modules/realloc (Depends-on): Add realloc-posix.
30245         * lib/realloc.c: Include errno.h.
30246         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
30247         and a POSIX-compatible realloc into a single function. Set ENOMEM
30248         when returning NULL.
30249         * m4/realloc.m4: New file.
30250         * doc/functions/realloc.texi: Mention the realloc-posix module.
30251         * lib/stdlib_.h (realloc): New declaration.
30252         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30253         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
30254         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
30255         and HAVE_REALLOC_POSIX.
30256
30257 2007-09-09  Bruno Haible  <bruno@clisp.org>
30258
30259         * modules/calloc-posix: New file.
30260         * modules/calloc (Depends-on): Add calloc-posix.
30261         * lib/calloc.c: Include errno.h.
30262         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
30263         and a POSIX-compatible calloc into a single function. Set ENOMEM
30264         when returning NULL.
30265         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
30266         * doc/functions/calloc.texi: Mention the calloc-posix module.
30267         * lib/stdlib_.h (calloc): New declaration.
30268         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30269         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
30270         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
30271         and HAVE_CALLOC_POSIX.
30272
30273 2007-09-09  Bruno Haible  <bruno@clisp.org>
30274
30275         Allow for modules to show an arbitrary notice.
30276         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
30277         * gnulib-tool: New option --extract-notice.
30278         (func_usage): Document it.
30279         (sed_extract_prog): Update.
30280         (func_get_notice): New function.
30281         (func_modules_notice): New function.
30282         (func_import, func_create_testdir): Invoke it.
30283         Suggested by Jim Meyering.
30284
30285 2007-09-09  Bruno Haible  <bruno@clisp.org>
30286
30287         * gnulib-tool: New options --verbose, --quiet.
30288         (func_usage): Document them.
30289         (verbose): New variable.
30290         (func_execute_command): New function.
30291         (func_import): Don't show the module list and the file list if
30292         $verbose < 0.
30293         (func_create_testdir): Likewise. Use func_execute_command.
30294         (func_create_megatestdir): Use func_execute_command.
30295
30296 2007-09-08  Bruno Haible  <bruno@clisp.org>
30297
30298         * gnulib-tool (func_import): Prefer rsync over wget when available,
30299         for fetching the PO files.
30300
30301 2007-09-08  Bruno Haible  <bruno@clisp.org>
30302
30303         * posix-modules: New file. Portions copied from gnulib-tool.
30304         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
30305
30306 2007-09-08  Jim Meyering  <jim@meyering.net>
30307
30308         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
30309         * lib/fpending.h: Rename from __fpending.h.
30310         * lib/fpending.c: Rename from __fpending.c.
30311         Include "fpending.h", not "__fpending.h".
30312         * lib/__fpending.h, lib/__fpending.c: Remove files.
30313         * modules/fpending (Files): Reflect new file names.
30314         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
30315
30316 2007-09-08  Bruno Haible  <bruno@clisp.org>
30317
30318         * m4/inttypes-h.m4: Remove stub file.
30319
30320 2007-09-07  Simon Josefsson  <simon@josefsson.org>
30321
30322         * doc/headers/stdint.texi: Discuss #include_next issue.
30323
30324 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30325
30326         * build-aux/bootstrap: Remove obsolete comment about wget --help.
30327
30328 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30329
30330         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
30331         in variable name.
30332
30333 2007-09-03  Jim Meyering  <jim@meyering.net>
30334
30335         New module: git-version-gen.
30336         * modules/git-version-gen: New file.
30337
30338         Import changes from coreutils for bootstrap script.
30339
30340         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
30341
30342         bootstrap: uses rsync to download the .po files
30343         * build-aux/bootstrap (po_download_command_format): New global.
30344         (download_po_files): Use rsync.
30345         (update_po_files): Don't remove .po files after download,
30346         so future rsync runs can take advantage of the copies.
30347
30348         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
30349
30350         Solve the unnecessary-.po-file-regeneration problem once and for all.
30351         * build-aux/bootstrap (download_po_files): New function, renamed from
30352         get_translations.  Now, downloads, but doesn't update LINGUAS.
30353         (update_po_files): New function.
30354
30355         bootstrap: Ignore more.
30356         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
30357         uniwidth to e.g., lib/.gitignore.
30358         (slurp): Handle the sys_stat_.h -> sys mapping, too.
30359
30360         * build-aux/bootstrap: New setting: vc_ignore.
30361         (insert_sorted_if_absent): Create $file if absent.
30362         Adapt to new, possibly empty, list: $vc_ignore.
30363
30364         bootstrap: generate more ignorable names
30365         * build-aux/bootstrap (slurp): When generating ignorable names,
30366         also map .sin to .sed, .gperf to .c, and .y to .c.
30367
30368 2007-09-03  Jim Meyering  <jim@meyering.net>
30369
30370         * build-aux/git-version-gen: New file, from coreutils.  For details, see
30371         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
30372
30373 2007-09-02  Bruno Haible  <bruno@clisp.org>
30374
30375         Fix mis-recognition of 'mcs' on QNX 6.
30376         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
30377         output contains the string "Mono".
30378         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
30379         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
30380
30381 2007-09-01  Bruno Haible  <bruno@clisp.org>
30382
30383         Fix collision between uniwidth/* and linebreak modules.
30384         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
30385         u32_width): Remove declarations.
30386         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
30387         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
30388         streq3, streq2, streq1, streq0): Remove functions.
30389         (STREQ): Remove macro.
30390         (is_cjk_encoding): Remove function.
30391         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
30392         (uc_width, u8_width, u16_width, u32_width): Remove functions.
30393         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
30394         * NEWS: Document the change.
30395
30396 2007-09-01  Bruno Haible  <bruno@clisp.org>
30397
30398         * lib/streq.h: Add double-inclusion guard.
30399
30400 2007-09-01  Karl Berry  <karl@gnu.org>
30401
30402         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
30403
30404 2007-08-28  Jim Meyering  <jim@meyering.net>
30405
30406         Rename mreadlink_with_size to areadlink_with_size.
30407         * NEWS: Document the change.
30408         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
30409         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
30410         * lib/mreadlink.h: Rename this to...
30411         * lib/areadlink.h: ...this.
30412         * modules/mreadlink-with-size: Rename this to...
30413         * modules/areadlink-with-size: ...this.
30414         * lib/canonicalize.c: Reflect the renaming.
30415         * modules/canonicalize: Likewise.
30416
30417 2007-08-26  Bruno Haible  <bruno@clisp.org>
30418
30419         * gnulib-tool (func_import): When deciding which files to remove,
30420         consider also dangling symbolic links.
30421         Reported by Eric Blake.
30422
30423 2007-08-26  Bruno Haible  <bruno@clisp.org>
30424
30425         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
30426
30427 2007-08-23  Simon Josefsson  <simon@josefsson.org>
30428
30429         * lib/readline.c: Don't include getline.h, the prototype is now
30430         found in stdio.h.
30431
30432 2007-08-23  Jim Meyering  <jim@meyering.net>
30433
30434         Getdelim touchup.
30435         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
30436         around the funlockfile call, since funlockfile never sets errno.
30437         Don't set errno upon failed realloc.
30438
30439 2007-08-22  Eric Blake  <ebb9@byu.net>
30440
30441         Getline touchups.
30442         * lib/getdelim.c (getdelim): Revert regression that required *n to
30443         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
30444         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
30445         getdelim, rather than whether implementation is missing.
30446         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
30447         * lib/stdio_.h (getline): Also declare if replacement is
30448         required.
30449         * doc/functions/getdelim.texi: New file.
30450         * doc/functions/getline.texi: Likewise.
30451         * doc/gnulib.texi (Function Substitutes): Add new files.
30452         Reported by Bruno Haible.
30453
30454 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
30455
30456         * users.txt: Add Guile.
30457
30458 2007-08-22  Eric Blake  <ebb9@byu.net>
30459
30460         * tests/test-getdelim.c (main): Use remove, not unlink.
30461         * tests/test-getline.c (main): Likewise.
30462
30463         Move getline and getdelim into stdio.h, per POSIX 200x.
30464         * modules/getline (Files): Remove getline.h.
30465         (Depends-on): Add stdio.
30466         (configure.ac): Add module indicator.
30467         * modules/getdelim (Files): Remove getdelim.h.
30468         (Depends-on): Add stdio.
30469         (configure.ac): Add module indicator.
30470         * modules/stdio (Makefile.am): Work with new indicators.
30471         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
30472         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
30473         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30474         * lib/getdelim.h: Delete.
30475         * lib/getline.h: Delete.
30476         * lib/stdio_.h (getdelim, getline): Declare.
30477         * modules/getdelim-tests: New module.
30478         * modules/getline-tests: Likewise.
30479         * tests/test-getdelim.c: New file.
30480         * tests/test-getline.c: Likewise.
30481         * NEWS: Document the change.
30482         * lib/getline.c: Update choice of header.
30483         * lib/csharpcomp.c: Likewise.
30484         * lib/getpass.c: Likewise.
30485         * lib/javacomp.c: Likewise.
30486         * lib/javaversion.c: Likewise.
30487         * lib/yesno.c: Likewise.
30488         * lib/getdelim.c: Likewise.
30489         (getdelim): Set errno on failure, and avoid memory leak.
30490
30491 2007-08-19  Bruno Haible  <bruno@clisp.org>
30492
30493         * modules/closein (Depends-on): Add freadahead.
30494         * lib/closein.c: Include freadahead.h.
30495         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
30496         is zero.
30497
30498 2007-08-19  Bruno Haible  <bruno@clisp.org>
30499
30500         * modules/freadahead-tests: New file.
30501         * tests/test-freadahead.sh: New file.
30502         * tests/test-freadahead.c: New file.
30503
30504         * modules/freadahead: New file.
30505         * lib/freadahead.h: New file.
30506         * lib/freadahead.c: New file.
30507         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
30508         fbufmode, fpurge, freadable, fwritable.
30509
30510 2007-08-19  Eric Blake  <ebb9@byu.net>
30511
30512         Test yesno in combination with closein.
30513         * lib/yesno.c (yesno): Document use of stdin.
30514         * modules/yesno-tests (Files): New module.
30515         * tests/test-yesno.c (main): New file.
30516         * tests/test-yesno.sh: Likewise.
30517
30518 2007-08-19  Bruno Haible  <bruno@clisp.org>
30519
30520         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
30521         * lib/fseeko.c (rpl_fseeko): Likewise.
30522         * lib/fseterr.c (fseterr): Likewise.
30523
30524 2007-08-19  Bruno Haible  <bruno@clisp.org>
30525
30526         * tests/test-lseek.c (main): Disable a test for BeOS.
30527         * doc/functions/lseek.texi: Document the BeOS bug.
30528
30529 2007-08-19  Bruno Haible  <bruno@clisp.org>
30530             Eric Blake  <ebb9@byu.net>
30531
30532         * lib/lseek.c: Include <sys/stat.h>.
30533         (rpl_lseek): Add workaround code also for Unix platforms.
30534         Needed for BeOS.
30535         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
30536         * doc/functions/lseek.texi: Document BeOS definiency.
30537
30538 2007-08-18  Bruno Haible  <bruno@clisp.org>
30539
30540         * modules/fstrcmp-tests: New file.
30541         * tests/test-fstrcmp.c: New file.
30542
30543 2007-08-18  Bruno Haible  <bruno@clisp.org>
30544
30545         * modules/fstrcmp: New file, from GNU gettext with modifications.
30546         * lib/fstrcmp.h: New file, from GNU gettext.
30547         * lib/fstrcmp.c: New file, from GNU gettext.
30548         * MODULES.html.sh (String handling): Add fstrcmp.
30549
30550 2007-08-18  Bruno Haible  <bruno@clisp.org>
30551
30552         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
30553         'bool'.
30554         (diag, compareseq): Remove const from the ctxt argument.
30555         (USE_HEURISTIC): Undefine at the end.
30556
30557 2007-08-18  Jim Meyering  <jim@meyering.net>
30558
30559         New file: lib/idcache.h
30560         * NEWS: Mention the addition.
30561         * modules/idcache (Files): Add lib/idcache.h
30562         * lib/idcache.c: Include "idcache.h".
30563         Don't include <sys/types.h>.
30564         Add a FIXME comment.
30565         Move file-scoped "static" declarations to the top.
30566         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
30567
30568 2007-08-17  Bruno Haible  <bruno@clisp.org>
30569         and Paul Eggert  <eggert@cs.ucla.edu>
30570
30571         * MODULES.html.sh: Add diffseq.
30572         * modules/diffseq: New file.
30573         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
30574         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
30575
30576 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30577
30578         Import changes from coreutils for bootstrap script.
30579
30580         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
30581
30582         * build-aux/bootstrap (slurp): Work even in environments where
30583         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
30584         current code does not slurp files whose names start with ".", and
30585         this looks like it might be a troublesome area.
30586
30587         2007-07-11  Jim Meyering  <jim@meyering.net>
30588
30589         If there's a GPL vN copyright comment, require that N == 3.
30590
30591         2007-07-08  Jim Meyering  <jim@meyering.net>
30592
30593         Run the coreutils-specific code only if tests/Makefile.am.in exists.
30594         * build-aux/bootstrap (mam_template): Move definition out of loop.
30595
30596         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
30597
30598         * build-aux/bootstrap (symlink_to_dir): Rename function from
30599         symlink_to_gnulib.  Add a directory parameter.  Update all
30600         callers.
30601         (cp_mark_as_generated): Also check for -- and link to -- files in
30602         gl/.
30603
30604         2007-07-08  Jim Meyering  <jim@meyering.net>
30605
30606         Adapt to deeper hierarchy in gnulib.
30607         * build-aux/bootstrap (symlink_to_dir): If the destination
30608         directory doesn't exist, create it. This is required at least for
30609         "lib/uniwidth/cjk.h".
30610
30611         2007-05-15  Jim Meyering  <jim@meyering.net>
30612
30613         * build-aux/bootstrap: Now that generated Makefile.am files
30614         are no longer under version control, they must be created at
30615         bootstrap time.
30616
30617 2007-08-14  Ben Pfaff  <blp@gnu.org>
30618
30619         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
30620
30621 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30622
30623         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
30624         given the changes below.
30625         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
30626         even on hosts that have padding bits beyond the supported 64.
30627
30628 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30629
30630         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
30631         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
30632         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
30633         depends on it.
30634         (xstrtol_error): Remove.
30635         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
30636         but with a different signature.
30637         (ATTRIBUTE_NORETURN, __attribute__): New macros.
30638         * lib/xstrtol-error.c: Include exitfail.h.
30639         (xstrtol_fatal): New function, with a different signature from the
30640         old xstrtol_error, so that the caller need not worry about passing
30641         in an exit status, or about storage management of the option argument.
30642         (xstrtol_error): Now a static function.  Redo signature to
30643         implement xstrtol_fatal.  Output the correct number of hyphens in
30644         front of the option so that the caller need not worry about
30645         storage management.
30646         (N_): New macro.
30647         (_): Remove; not used now.
30648         * modules/xstrtol: Depend on getopt.
30649         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
30650         of old STRTOL_FATAL_ERROR macro.
30651         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
30652         of test program.
30653         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
30654         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
30655
30656 2007-08-08  Eric Blake  <ebb9@byu.net>
30657
30658         * lib/xstrtol-error.c: Add missing include.
30659
30660         Move xstrtol messages into gnulib domain, when --pobase is used.
30661         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
30662         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
30663         * modules/xstrtol (Files): Distribute new file.
30664         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
30665         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
30666         * tests/test-xstrtol.c: ...into new file.
30667         * tests/test-xstrtoul.c: Also test xstrtoul.
30668         * tests/test-xstrtoimax.c: Also test xstrtoimax.
30669         * tests/test-xstrtoumax.c: Also test xstrtoumax.
30670         * tests/test-xstrtol.sh: Drive the tests.
30671         * tests/test-xstrtoimax.sh: Likewise.
30672         * tests/test-xstrtoumax.sh: Likewise.
30673         * modules/xstrtol-tests: New module.
30674         * modules/xstrtoimax-tests: Likewise.
30675         * modules/xstrtoumax-tests: Likewise.
30676
30677 2007-08-08  Jim Meyering  <jim@meyering.net>
30678
30679         New function: mfile_name_concat.
30680         * lib/filenamecat.c (mfile_name_concat): New function, just like
30681         file_name_concat, but return NULL upon failure rather than exiting
30682         with a diagnostic.
30683         * lib/filenamecat.h: Declare it.
30684
30685 2007-08-07  Bruno Haible  <bruno@clisp.org>
30686
30687         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
30688         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
30689         warning from gcc.
30690         Reported by Eric Blake.
30691
30692 2007-08-07  Simon Josefsson  <simon@josefsson.org>
30693
30694         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
30695         * modules/crypto/arcfour (License): Likewise.
30696         * modules/crypto/des-tests (License): Likewise.
30697         * modules/crypto/gc-arctwo-tests (License): Likewise.
30698         * modules/crypto/gc-des-tests (License): Likewise.
30699         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
30700         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
30701         * modules/crypto/gc-md2-tests (License): Likewise.
30702         * modules/crypto/gc-md4-tests (License): Likewise.
30703         * modules/crypto/gc-md5-tests (License): Likewise.
30704         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
30705         * modules/crypto/gc-rijndael-tests (License): Likewise.
30706         * modules/crypto/gc-sha1-tests (License): Likewise.
30707         * modules/crypto/gc-tests (License): Likewise.
30708         * modules/crypto/hmac-md5 (License): Likewise.
30709         * modules/crypto/hmac-sha1 (License): Likewise.
30710         * modules/crypto/md2-tests (License): Likewise.
30711         * modules/crypto/md4-tests (License): Likewise.
30712         * modules/crypto/md5 (License): Likewise.
30713         * modules/crypto/rijndael (License): Likewise.
30714         * modules/crypto/sha1 (License): Likewise.
30715         * modules/memxor (License): Likewise.
30716
30717 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30718         and Bruno Haible  <bruno@clisp.org>
30719
30720         * NEWS: Describe interface changes to human, xstrtol.
30721         * lib/human.h: Include <xstrtol.h>.
30722         (human_options): Return enum strtol_error, not int.  Remove
30723         bool arg; take int * instead.
30724         * lib/human.c: Don't include "gettext.h".
30725         (_): Remove; no longer used.
30726         Don't include <xstrtol.h>, since human.h does it.
30727         (human_options): Adjust to abovementioned interface changes.
30728         Do not report error to stderr; that's now the caller's
30729         responsibility.
30730         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
30731         interface change.
30732         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
30733         Str, Argument_type_string.  All uses changed.  Put " argument"
30734         in diagnostics to make them clearer.  Change wording of suffix
30735         message for clarity.
30736         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
30737         Argument_type_string.
30738         (STRTOL_FATAL_WARN): Remove; no longer used.
30739         * modules/human (Depends-on): Remove gettext-h.
30740
30741 2007-08-06  Simon Josefsson  <simon@josefsson.org>
30742
30743         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
30744
30745 2007-07-31  Bruno Haible  <bruno@clisp.org>
30746
30747         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
30748         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
30749         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
30750
30751 2007-07-31  Bruno Haible  <bruno@clisp.org>
30752
30753         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
30754         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
30755
30756 2007-07-30  Bruno Haible  <bruno@clisp.org>
30757
30758         * modules/base64 (License): Use the synonymous term "LGPLv2+".
30759         * modules/c-ctype (License): Likewise.
30760         * modules/c-strcase (License): Likewise.
30761         * modules/check-version (License): Likewise.
30762         * modules/iconv (License): Likewise.
30763         * modules/iconv_open (License): Likewise.
30764         * modules/read-file (License): Likewise.
30765         * modules/striconv (License): Likewise.
30766         * modules/strverscmp (License): Likewise.
30767         * modules/vasprintf (License): Likewise.
30768         * modules/crypto/des (License): Likewise.
30769         * modules/crypto/gc (License): Likewise.
30770         * modules/crypto/gc-arcfour (License): Likewise.
30771         * modules/crypto/gc-arctwo (License): Likewise.
30772         * modules/crypto/gc-des (License): Likewise.
30773         * modules/crypto/gc-hmac-md5 (License): Likewise.
30774         * modules/crypto/gc-hmac-sha1 (License): Likewise.
30775         * modules/crypto/gc-md2 (License): Likewise.
30776         * modules/crypto/gc-md4 (License): Likewise.
30777         * modules/crypto/gc-md5 (License): Likewise.
30778         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
30779         * modules/crypto/gc-random (License): Likewise.
30780         * modules/crypto/gc-rijndael (License): Likewise.
30781         * modules/crypto/gc-sha1 (License): Likewise.
30782         * modules/crypto/md2 (License): Likewise.
30783         * modules/crypto/md4 (License): Likewise.
30784
30785 2007-07-30  Jim Meyering  <jim@meyering.net>
30786
30787         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
30788         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
30789         it has valid stat data.  This bug would cause du not to count the
30790         sizes of inaccessible directories.
30791         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
30792         in <http://bugzilla.redhat.com/250077>.
30793
30794 2007-07-25  Peter O'Gorman  <peter@pogma.com>
30795             Bruno Haible  <bruno@clisp.org>
30796
30797         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
30798         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
30799         #include_next, gives a diagnostic about it, but reports no error in
30800         the exit code.
30801         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
30802
30803 2007-07-24  Ben Pfaff  <blp@gnu.org>
30804
30805         Improve name: "count-one-bits" is better than "popcount".
30806         * MODULES.html.sh: Update name.
30807         * lib/popcount.h: Renamed lib/count-one-bits.h.
30808         (popcount): Renamed count_one_bits.
30809         (popcountl): Renamed count_one_bits_l.
30810         (popcountll): Renamed count_one_bits_ll.
30811         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
30812         * modules/popcount: Renamed module/count-one-bits.
30813         * modules/popcount-tests: Renamed module/count-one-bits-tests.
30814         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
30815
30816 2007-07-23  Ben Pfaff  <blp@gnu.org>
30817
30818         * lib/popcount.h (popcount32): Reduce size of constants, to allow
30819         better code generation, and add U to large constants to avoid
30820         warnings, in non-GCC case.
30821         Suggested by Bruno Haible.
30822
30823 2007-07-23  Ben Pfaff  <blp@gnu.org>
30824
30825         * lib/popcount.h: Use verify_true instead of if...abort.
30826         * modules/popcount: Depend on verify module.
30827         Suggested by Jim Meyering.
30828
30829 2007-07-23  Bruno Haible  <bruno@clisp.org>
30830
30831         * gnulib-tool (func_import): Create a .cvsignore file also when the
30832         directory is not yet in CVS but the toplevel directory is. When
30833         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
30834         Reported by Karl Berry.
30835
30836 2007-07-22  Ben Pfaff  <blp@gnu.org>
30837
30838         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
30839         case.
30840         Suggested by Eric Blake.
30841
30842 2007-07-22  Ben Pfaff  <blp@gnu.org>
30843
30844         New module: popcount.
30845         * MODULES.html.sh: Add popcount.
30846         * modules/popcount: New file.
30847         * modules/popcount-tests: New file.
30848         * tests/test-popcount.c: New file.
30849         * lib/popcount.h: New file.
30850         * m4/popcount.m4: New file.
30851
30852 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30853
30854         * build-aux/announce-gen: Update to GPLv3.
30855
30856         * build-aux/config.guess: Update from config.
30857
30858 2007-07-21  Bruno Haible  <bruno@clisp.org>
30859
30860         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
30861         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
30862
30863 2007-07-20  Jim Meyering  <jim@meyering.net>
30864
30865         * check-module: Diagnose a self-dependency.
30866
30867 2007-07-19  Bruno Haible  <bruno@clisp.org>
30868
30869         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
30870         empty.
30871         Reported by Eric Blake.
30872
30873 2007-07-18  Bruno Haible  <bruno@clisp.org>
30874
30875         * gnulib-tool: New options --po-base, --po-domain.
30876         (func_usage): Document them.
30877         (pobase, po_domain): New variables.
30878         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
30879         DEFAULT_TEXT_DOMAIN.
30880         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
30881         (func_import): Consider pobase and po_domain. Create a po/ directory.
30882         (func_create_testdir): Set pobase and po_domain to empty.
30883         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
30884         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
30885
30886 2007-07-18  Bruno Haible  <bruno@clisp.org>
30887
30888         * gnulib-tool (func_get_automake_snippet): Synthesize also an
30889         EXTRA_DIST augmentation for files in build-aux/.
30890
30891 2007-07-16  Bruno Haible  <bruno@clisp.org>
30892
30893         * modules/lseek (License): Use the synonymous term "LGPLv2+".
30894         * modules/getdelim (License): Likewise.
30895
30896 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30897
30898         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
30899         * modules/d-type (License): Likewise.
30900         * modules/extensions (License): Likewise.
30901         * modules/fnmatch (License): Likewise.
30902         * modules/fseeko (License): Likewise.
30903         * modules/getaddrinfo (License): Likewise.
30904         * modules/getline (License): Likewise.
30905         * modules/getlogin_r (License): Likewise.
30906         * modules/getpass (License): Likewise.
30907         * modules/gettimeofday (License): Likewise.
30908         * modules/glob (License): Likewise.
30909         * modules/inet_ntop (License): Likewise.
30910         * modules/malloc (License): Likewise.
30911         * modules/malloca (License): Likewise.
30912         * modules/memmem (License): Likewise.
30913         * modules/mempcpy (License): Likewise.
30914         * modules/memset (License): Likewise.
30915         * modules/minmax (License): Likewise.
30916         * modules/mktime (License): Likewise.
30917         * modules/netinet_in (License): Likewise.
30918         * modules/pathmax (License): Likewise.
30919         * modules/poll (License): Likewise.
30920         * modules/regex (License): Likewise.
30921         * modules/snprintf (License): Likewise.
30922         * modules/stdbool (License): Likewise.
30923         * modules/stdint (License): Likewise.
30924         * modules/stdio (License): Likewise.
30925         * modules/strcase (License): Likewise.
30926         * modules/strcasestr (License): Likewise.
30927         * modules/strdup (License): Likewise.
30928         * modules/string (License): Likewise.
30929         * modules/strndup (License): Likewise.
30930         * modules/strnlen (License): Likewise.
30931         * modules/strpbrk (License): Likewise.
30932         * modules/strptime (License): Likewise.
30933         * modules/strsep (License): Likewise.
30934         * modules/sys_select (License): Likewise.
30935         * modules/sys_socket (License): Likewise.
30936         * modules/sys_stat (License): Likewise.
30937         * modules/sys_time (License): Likewise.
30938         * modules/time (License): Likewise.
30939         * modules/time_r (License): Likewise.
30940         * modules/timegm (License): Likewise.
30941         * modules/unistd (License): Likewise.
30942         * modules/vsnprintf (License): Likewise.
30943         * modules/wctype (License): Likewise.
30944
30945 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30946
30947         * modules/argz (License): LGPLv2+.
30948
30949 2007-07-15  Karl Berry  <karl@gnu.org>
30950
30951         * doc/gnulib.texi: revise node structure per new fdl.texi.
30952
30953 2007-07-14  Bruno Haible  <bruno@clisp.org>
30954
30955         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
30956         the output file.
30957         * lib/uniname/uninames.h: Regenerated.
30958
30959 2007-07-14  Karl Berry  <karl@gnu.org>
30960
30961         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
30962         omitting sectioning and index commands.
30963
30964 2007-07-13  Bruno Haible  <bruno@clisp.org>
30965
30966         New gnulib-tool option --more-symlinks.
30967         * gnulib-tool (func_usage): Document --more-symlinks.
30968         (do_copyrights): New variable.
30969         Recognize option --more-symlinks.
30970         (func_import): Don't add a copyright notice transform to
30971         sed_transform_lib_file if do_copyrights is empty.
30972
30973 2007-07-13  Bruno Haible  <bruno@clisp.org>
30974
30975         * lib/vasnprintf.c (decimal_point_char): Define also if
30976         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
30977         && !NEED_PRINTF_DIRECTIVE_A.
30978         Reported by Clemens Koller <clemens.koller@anagramm.de> via
30979         Gary V. Vaughan <gary@gnu.org>.
30980
30981 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
30982
30983         * lib/inttypes_.h: Undo previous change, since it was fixed
30984         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
30985
30986 2007-07-13  Bruno Haible  <bruno@clisp.org>
30987
30988         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
30989         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
30990
30991 2007-07-13  Jim Meyering  <jim@meyering.net>
30992
30993         df: Don't fail for Tru64's "file-on-file mount".
30994         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
30995         so we fall through and use statfs instead.  Details here:
30996         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
30997         Reported by Albert Chin.
30998
30999 2007-07-13  Bruno Haible  <bruno@clisp.org>
31000
31001         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
31002         * modules/configmake (License): Likewise.
31003         * modules/gettext (License): Likewise.
31004         * modules/gettext-h (License): Likewise.
31005         * modules/include_next (License): Likewise.
31006         * modules/link-warning (License): Likewise.
31007         * modules/localcharset (License): Likewise.
31008         * modules/localename (License): Likewise.
31009         * modules/lock (License): Likewise.
31010         * modules/relocatable-lib-lgpl (License): Likewise.
31011         * modules/size_max (License): Likewise.
31012         * modules/vasnprintf (License): Likewise.
31013         * modules/wchar (License): Likewise.
31014         * modules/xsize (License): Likewise.
31015
31016 2007-07-13  Bruno Haible  <bruno@clisp.org>
31017
31018         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
31019         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
31020
31021 2007-07-12  Bruno Haible  <bruno@clisp.org>
31022
31023         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
31024         in the modules files.
31025
31026 2007-07-11  Karl Berry  <karl@gnu.org>
31027
31028         * MODULES.html.sh (func_module): use
31029          sed -e '\|^'"${includefile}"'$|d'
31030          instead of /.../d, to avoid errors on $includefile's containing /.
31031
31032 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31033
31034         * gnulib-tool (func_import): Avoid duplication of --avoid
31035         statements
31036         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
31037         names to `_' in variable names.
31038
31039 2007-07-10  Eric Blake  <ebb9@byu.net>
31040
31041         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
31042         * NEWS: Document this change.
31043
31044 2007-07-08  Bruno Haible  <bruno@clisp.org>
31045
31046         Update to Unicode 5.0.
31047         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
31048         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
31049         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
31050         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
31051         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
31052         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
31053         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
31054         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
31055         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
31056         U+10A3F, U+1D242..U+1D244.
31057         (nonspacing_table_ind): Update.
31058         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
31059         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
31060
31061 2007-07-08  Bruno Haible  <bruno@clisp.org>
31062
31063         Update to Unicode 5.0.
31064         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
31065         code transform. Extend the name index field of unicode_name_to_code and
31066         unicode_code_to_name from 16 to 24 bits.
31067         * lib/uniname/uniname.c (unicode_character_name,
31068         unicode_name_character): Add the range 0x12xxx to the code transform.
31069         * lib/uniname/uninames.h: Regenerated.
31070         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
31071
31072 2007-07-07  Bruno Haible  <bruno@clisp.org>
31073
31074         * modules/wcwidth-tests: New file.
31075         * tests/test-wcwidth.c: New file.
31076
31077         Work around MacOS X wcwidth() bug.
31078         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
31079         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
31080         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
31081         original wcwidth in non-UTF-8 locales.
31082         * modules/wcwidth (Depends-on): Add localcharset, streq,
31083         uniwidth/width.
31084         * doc/functions/wcwidth.texi: Update.
31085
31086 2007-07-07  Bruno Haible  <bruno@clisp.org>
31087
31088         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
31089         (wcwidth): New declaration.
31090         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
31091         macros.
31092         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
31093         here. Prepare for creating <wchar.h> unconditionally.
31094         * modules/wchar (Depends-on): Add link-warning.
31095         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
31096         REPLACE_WCWIDTH, and GL_LINK_WARNING.
31097         * lib/wcwidth.h: Remove file.
31098         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
31099         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
31100         * modules/wcwidth (Files): Remove lib/wcwidth.h.
31101         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
31102         (Include): Replace wcwidth.h with <wchar.h>.
31103         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
31104         * lib/mbchar.h: Don't include wcwidth.h.
31105         * lib/mbswidth.c: Likewise.
31106         * NEWS: Mention the change.
31107
31108 2007-07-07  Bruno Haible  <bruno@clisp.org>
31109
31110         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
31111         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
31112         definition with an external declaration.
31113         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
31114         defined as a function. Remove AC_C_INLINE requirement.
31115         * modules/wcwidth (Files): Add lib/wcwidth.c.
31116         (Makefile.am): Remove redundant statement.
31117
31118 2007-07-07  Bruno Haible  <bruno@clisp.org>
31119
31120         * MODULES.html.sh (Unicode string functions): Add the new modules.
31121
31122         * tests/uniwidth/test-u32-strwidth.c: New file.
31123         * modules/uniwidth/u32-strwidth-tests: New file.
31124
31125         * lib/uniwidth/u32-strwidth.c: New file.
31126         * modules/uniwidth/u32-strwidth: New file.
31127
31128         * tests/uniwidth/test-u16-strwidth.c: New file.
31129         * modules/uniwidth/u16-strwidth-tests: New file.
31130
31131         * lib/uniwidth/u16-strwidth.c: New file.
31132         * modules/uniwidth/u16-strwidth: New file.
31133
31134         * tests/uniwidth/test-u8-strwidth.c: New file.
31135         * modules/uniwidth/u8-strwidth-tests: New file.
31136
31137         * lib/uniwidth/u8-strwidth.c: New file.
31138         * modules/uniwidth/u8-strwidth: New file.
31139
31140         * tests/uniwidth/test-u32-width.c: New file.
31141         * modules/uniwidth/u32-width-tests: New file.
31142
31143         * lib/uniwidth/u32-width.c: New file.
31144         * modules/uniwidth/u32-width: New file.
31145
31146         * tests/uniwidth/test-u16-width.c: New file.
31147         * modules/uniwidth/u16-width-tests: New file.
31148
31149         * lib/uniwidth/u16-width.c: New file.
31150         * modules/uniwidth/u16-width: New file.
31151
31152         * tests/uniwidth/test-u8-width.c: New file.
31153         * modules/uniwidth/u8-width-tests: New file.
31154
31155         * lib/uniwidth/u8-width.c: New file.
31156         * modules/uniwidth/u8-width: New file.
31157
31158         * tests/uniwidth/test-uc_width.c: New file.
31159         * modules/uniwidth/width-tests: New file.
31160
31161         * lib/uniwidth/width.c: New file, from GNU libiconv.
31162         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
31163         * modules/uniwidth/width: New file.
31164
31165         * lib/uniwidth.h: New file, from GNU libiconv.
31166         * modules/uniwidth/base: New file.
31167
31168 2007-07-07  Bruno Haible  <bruno@clisp.org>
31169
31170         * lib/uniname.h: New file, from GNU gettext.
31171         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
31172         * lib/uniname/uninames.h: New file, from GNU gettext.
31173         * lib/uniname/uniname.c: New file, from GNU gettext.
31174         * tests/uniname/test-uninames.sh: New file.
31175         * tests/uniname/test-uninames.c: New file, from GNU gettext.
31176         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
31177         * modules/uniname/base: New file.
31178         * modules/uniname/uniname: New file.
31179         * modules/uniname/uniname-tests: New file.
31180         * MODULES.html.sh (Unicode string functions): Add the new modules.
31181
31182 2007-07-06  Bruno Haible  <bruno@clisp.org>
31183
31184         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
31185
31186 2007-07-06  Bruno Haible  <bruno@clisp.org>
31187
31188         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
31189         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
31190         includes <cygwin/sys_time.h> which includes <sys/select.h> which
31191         include <sys/time.h>.
31192         Reported by Eric Blake.
31193
31194 2007-07-06  Eric Blake  <ebb9@byu.net>
31195
31196         Fix testing canonicalize on cygwin.
31197         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31198         Revert patch from 2007-06-19.
31199         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
31200         canonicalize module is also in use.
31201         * tests/test-canonicalize.c: New file.
31202         * tests/test-canonicalize.sh: Likewise.
31203         * modules/canonicalize-tests: Likewise.
31204
31205 2007-07-06  Jim Meyering  <jim@meyering.net>
31206
31207         * lib/getugroups.c (getugroups): Detect getgrent failure.
31208         Adjust comment to reflect reality: this function may return -1.
31209
31210 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
31211
31212         * build-aux/bootstrap (TP_URL,get_translations): Update to use
31213         the new TP address.
31214         (usage): Fix typo
31215         (gnulib_mk): New variable.
31216
31217 2007-07-05  Jim Meyering  <jim@meyering.net>
31218
31219         Don't let endgrent clobber errno, no matter how improbable.
31220         * lib/getugroups.c (getugroups): Save and restore errno around
31221         endgrent call.
31222
31223         Close the group DB even when failing with 2^31 or more members.
31224         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
31225
31226 2007-07-04  Jim Meyering  <jim@meyering.net>
31227
31228         * lib/getugroups.h: New file.
31229         * lib/getugroups.c: Include "getugroups.h".
31230         Remove uses of "register" keyword.
31231         Move local variable, "cp", down into scope where used.
31232         Give "username" parameter the "const" attribute.
31233         * modules/getugroups (Files): Add lib/getugroups.h
31234
31235 2007-07-04  Karl Berry  <karl@gnu.org>
31236
31237         * MODULES.html.sh (func_all_modules): Complete rename of
31238         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
31239
31240 2007-07-02  Bruno Haible  <bruno@clisp.org>
31241
31242         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
31243         mode, when inttypes.h comes from gnulib.
31244         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31245
31246 2007-07-02  Simon Josefsson  <simon@josefsson.org>
31247
31248         * NEWS: Mention lgpl module name change.
31249
31250         * modules/lgpl-2.1: Renamed from lgpl.
31251
31252         * NEWS: Mention gpl module name change.
31253
31254         * modules/gpl-3.0: New file, based on gpl-2.0.
31255
31256         * modules/gpl-2.0: Renamed from gpl.
31257
31258         * modules/gpl: Fix filename, doc/gpl.texi is now found at
31259         doc/gpl-2.0.texi.
31260
31261 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31262
31263         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
31264         #define __STDC_LIMIT_MACROS temporarily while including
31265         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
31266         Problem reported by Joel E. Denny in
31267         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
31268
31269 2007-07-01  Bruno Haible  <bruno@clisp.org>
31270
31271         * lib/unistdio.h: New file.
31272         * lib/unistdio/u-asnprintf.h: New file.
31273         * lib/unistdio/u-asprintf.h: New file.
31274         * lib/unistdio/u-printf-args.c: New file.
31275         * lib/unistdio/u-printf-args.h: New file.
31276         * lib/unistdio/u-printf-parse.h: New file.
31277         * lib/unistdio/u-snprintf.h: New file.
31278         * lib/unistdio/u-sprintf.h: New file.
31279         * lib/unistdio/u-vasprintf.h: New file.
31280         * lib/unistdio/u-vsnprintf.h: New file.
31281         * lib/unistdio/u-vsprintf.h: New file.
31282         * lib/unistdio/ulc-asnprintf.c: New file.
31283         * lib/unistdio/ulc-asprintf.c: New file.
31284         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
31285         * lib/unistdio/ulc-printf-parse.c: New file.
31286         * lib/unistdio/ulc-snprintf.c: New file.
31287         * lib/unistdio/ulc-sprintf.c: New file.
31288         * lib/unistdio/ulc-vasnprintf.c: New file.
31289         * lib/unistdio/ulc-vasprintf.c: New file.
31290         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
31291         * lib/unistdio/ulc-vsnprintf.c: New file.
31292         * lib/unistdio/ulc-vsprintf.c: New file.
31293         * lib/unistdio/u8-asnprintf.c: New file.
31294         * lib/unistdio/u8-asprintf.c: New file.
31295         * lib/unistdio/u8-printf-parse.c: New file.
31296         * lib/unistdio/u8-snprintf.c: New file.
31297         * lib/unistdio/u8-sprintf.c: New file.
31298         * lib/unistdio/u8-vasnprintf.c: New file.
31299         * lib/unistdio/u8-vasprintf.c: New file.
31300         * lib/unistdio/u8-vsnprintf.c: New file.
31301         * lib/unistdio/u8-vsprintf.c: New file.
31302         * lib/unistdio/u8-u8-asnprintf.c: New file.
31303         * lib/unistdio/u8-u8-asprintf.c: New file.
31304         * lib/unistdio/u8-u8-snprintf.c: New file.
31305         * lib/unistdio/u8-u8-sprintf.c: New file.
31306         * lib/unistdio/u8-u8-vasnprintf.c: New file.
31307         * lib/unistdio/u8-u8-vasprintf.c: New file.
31308         * lib/unistdio/u8-u8-vsnprintf.c: New file.
31309         * lib/unistdio/u8-u8-vsprintf.c: New file.
31310         * lib/unistdio/u16-asnprintf.c: New file.
31311         * lib/unistdio/u16-asprintf.c: New file.
31312         * lib/unistdio/u16-printf-parse.c: New file.
31313         * lib/unistdio/u16-snprintf.c: New file.
31314         * lib/unistdio/u16-sprintf.c: New file.
31315         * lib/unistdio/u16-vasnprintf.c: New file.
31316         * lib/unistdio/u16-vasprintf.c: New file.
31317         * lib/unistdio/u16-vsnprintf.c: New file.
31318         * lib/unistdio/u16-vsprintf.c: New file.
31319         * lib/unistdio/u16-u16-asnprintf.c: New file.
31320         * lib/unistdio/u16-u16-asprintf.c: New file.
31321         * lib/unistdio/u16-u16-snprintf.c: New file.
31322         * lib/unistdio/u16-u16-sprintf.c: New file.
31323         * lib/unistdio/u16-u16-vasnprintf.c: New file.
31324         * lib/unistdio/u16-u16-vasprintf.c: New file.
31325         * lib/unistdio/u16-u16-vsnprintf.c: New file.
31326         * lib/unistdio/u16-u16-vsprintf.c: New file.
31327         * lib/unistdio/u32-asnprintf.c: New file.
31328         * lib/unistdio/u32-asprintf.c: New file.
31329         * lib/unistdio/u32-printf-parse.c: New file.
31330         * lib/unistdio/u32-snprintf.c: New file.
31331         * lib/unistdio/u32-sprintf.c: New file.
31332         * lib/unistdio/u32-vasnprintf.c: New file.
31333         * lib/unistdio/u32-vasprintf.c: New file.
31334         * lib/unistdio/u32-vsnprintf.c: New file.
31335         * lib/unistdio/u32-vsprintf.c: New file.
31336         * lib/unistdio/u32-u32-asnprintf.c: New file.
31337         * lib/unistdio/u32-u32-asprintf.c: New file.
31338         * lib/unistdio/u32-u32-snprintf.c: New file.
31339         * lib/unistdio/u32-u32-sprintf.c: New file.
31340         * lib/unistdio/u32-u32-vasnprintf.c: New file.
31341         * lib/unistdio/u32-u32-vasprintf.c: New file.
31342         * lib/unistdio/u32-u32-vsnprintf.c: New file.
31343         * lib/unistdio/u32-u32-vsprintf.c: New file.
31344         * tests/unistdio/test-ulc-asnprintf1.c: New file.
31345         * tests/unistdio/test-ulc-asnprintf1.h: New file.
31346         * tests/unistdio/test-ulc-printf1.h: New file.
31347         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
31348         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
31349         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
31350         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
31351         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
31352         * tests/unistdio/test-ulc-vasprintf1.c: New file.
31353         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
31354         * tests/unistdio/test-ulc-vsprintf1.c: New file.
31355         * tests/unistdio/test-u8-asnprintf1.c: New file.
31356         * tests/unistdio/test-u8-asnprintf1.h: New file.
31357         * tests/unistdio/test-u8-printf1.h: New file.
31358         * tests/unistdio/test-u8-vasnprintf1.c: New file.
31359         * tests/unistdio/test-u8-vasnprintf2.c: New file.
31360         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
31361         * tests/unistdio/test-u8-vasnprintf3.c: New file.
31362         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
31363         * tests/unistdio/test-u8-vasprintf1.c: New file.
31364         * tests/unistdio/test-u8-vsnprintf1.c: New file.
31365         * tests/unistdio/test-u8-vsprintf1.c: New file.
31366         * tests/unistdio/test-u16-asnprintf1.c: New file.
31367         * tests/unistdio/test-u16-asnprintf1.h: New file.
31368         * tests/unistdio/test-u16-printf1.h: New file.
31369         * tests/unistdio/test-u16-vasnprintf1.c: New file.
31370         * tests/unistdio/test-u16-vasnprintf2.c: New file.
31371         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
31372         * tests/unistdio/test-u16-vasnprintf3.c: New file.
31373         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
31374         * tests/unistdio/test-u16-vasprintf1.c: New file.
31375         * tests/unistdio/test-u16-vsnprintf1.c: New file.
31376         * tests/unistdio/test-u16-vsprintf1.c: New file.
31377         * tests/unistdio/test-u32-asnprintf1.c: New file.
31378         * tests/unistdio/test-u32-asnprintf1.h: New file.
31379         * tests/unistdio/test-u32-printf1.h: New file.
31380         * tests/unistdio/test-u32-vasnprintf1.c: New file.
31381         * tests/unistdio/test-u32-vasnprintf2.c: New file.
31382         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
31383         * tests/unistdio/test-u32-vasnprintf3.c: New file.
31384         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
31385         * tests/unistdio/test-u32-vasprintf1.c: New file.
31386         * tests/unistdio/test-u32-vsnprintf1.c: New file.
31387         * tests/unistdio/test-u32-vsprintf1.c: New file.
31388         * modules/unistdio/base: New file.
31389         * modules/unistdio/u-printf-args: New file.
31390         * modules/unistdio/ulc-asnprintf: New file.
31391         * modules/unistdio/ulc-asprintf: New file.
31392         * modules/unistdio/ulc-fprintf: New file.
31393         * modules/unistdio/ulc-printf-parse: New file.
31394         * modules/unistdio/ulc-snprintf: New file.
31395         * modules/unistdio/ulc-sprintf: New file.
31396         * modules/unistdio/ulc-vasnprintf: New file.
31397         * modules/unistdio/ulc-vasprintf: New file.
31398         * modules/unistdio/ulc-vfprintf: New file.
31399         * modules/unistdio/ulc-vsnprintf: New file.
31400         * modules/unistdio/ulc-vsprintf: New file.
31401         * modules/unistdio/u8-asnprintf: New file.
31402         * modules/unistdio/u8-asprintf: New file.
31403         * modules/unistdio/u8-printf-parse: New file.
31404         * modules/unistdio/u8-snprintf: New file.
31405         * modules/unistdio/u8-sprintf: New file.
31406         * modules/unistdio/u8-vasnprintf: New file.
31407         * modules/unistdio/u8-vasprintf: New file.
31408         * modules/unistdio/u8-vsnprintf: New file.
31409         * modules/unistdio/u8-vsprintf: New file.
31410         * modules/unistdio/u8-u8-asnprintf: New file.
31411         * modules/unistdio/u8-u8-asprintf: New file.
31412         * modules/unistdio/u8-u8-snprintf: New file.
31413         * modules/unistdio/u8-u8-sprintf: New file.
31414         * modules/unistdio/u8-u8-vasnprintf: New file.
31415         * modules/unistdio/u8-u8-vasprintf: New file.
31416         * modules/unistdio/u8-u8-vsnprintf: New file.
31417         * modules/unistdio/u8-u8-vsprintf: New file.
31418         * modules/unistdio/u16-asnprintf: New file.
31419         * modules/unistdio/u16-asprintf: New file.
31420         * modules/unistdio/u16-printf-parse: New file.
31421         * modules/unistdio/u16-snprintf: New file.
31422         * modules/unistdio/u16-sprintf: New file.
31423         * modules/unistdio/u16-vasnprintf: New file.
31424         * modules/unistdio/u16-vasprintf: New file.
31425         * modules/unistdio/u16-vsnprintf: New file.
31426         * modules/unistdio/u16-vsprintf: New file.
31427         * modules/unistdio/u16-u16-asnprintf: New file.
31428         * modules/unistdio/u16-u16-asprintf: New file.
31429         * modules/unistdio/u16-u16-snprintf: New file.
31430         * modules/unistdio/u16-u16-sprintf: New file.
31431         * modules/unistdio/u16-u16-vasnprintf: New file.
31432         * modules/unistdio/u16-u16-vasprintf: New file.
31433         * modules/unistdio/u16-u16-vsnprintf: New file.
31434         * modules/unistdio/u16-u16-vsprintf: New file.
31435         * modules/unistdio/u32-asnprintf: New file.
31436         * modules/unistdio/u32-asprintf: New file.
31437         * modules/unistdio/u32-printf-parse: New file.
31438         * modules/unistdio/u32-snprintf: New file.
31439         * modules/unistdio/u32-sprintf: New file.
31440         * modules/unistdio/u32-vasnprintf: New file.
31441         * modules/unistdio/u32-vasprintf: New file.
31442         * modules/unistdio/u32-vsnprintf: New file.
31443         * modules/unistdio/u32-vsprintf: New file.
31444         * modules/unistdio/u32-u32-asnprintf: New file.
31445         * modules/unistdio/u32-u32-asprintf: New file.
31446         * modules/unistdio/u32-u32-snprintf: New file.
31447         * modules/unistdio/u32-u32-sprintf: New file.
31448         * modules/unistdio/u32-u32-vasnprintf: New file.
31449         * modules/unistdio/u32-u32-vasprintf: New file.
31450         * modules/unistdio/u32-u32-vsnprintf: New file.
31451         * modules/unistdio/u32-u32-vsprintf: New file.
31452         * modules/unistdio/ulc-asnprintf-tests: New file.
31453         * modules/unistdio/ulc-vasnprintf-tests: New file.
31454         * modules/unistdio/ulc-vasprintf-tests: New file.
31455         * modules/unistdio/ulc-vsnprintf-tests: New file.
31456         * modules/unistdio/ulc-vsprintf-tests: New file.
31457         * modules/unistdio/u8-asnprintf-tests: New file.
31458         * modules/unistdio/u8-vasnprintf-tests: New file.
31459         * modules/unistdio/u8-vasprintf-tests: New file.
31460         * modules/unistdio/u8-vsnprintf-tests: New file.
31461         * modules/unistdio/u8-vsprintf-tests: New file.
31462         * modules/unistdio/u16-asnprintf-tests: New file.
31463         * modules/unistdio/u16-vasnprintf-tests: New file.
31464         * modules/unistdio/u16-vasprintf-tests: New file.
31465         * modules/unistdio/u16-vsnprintf-tests: New file.
31466         * modules/unistdio/u16-vsprintf-tests: New file.
31467         * modules/unistdio/u32-asnprintf-tests: New file.
31468         * modules/unistdio/u32-vasnprintf-tests: New file.
31469         * modules/unistdio/u32-vasprintf-tests: New file.
31470         * modules/unistdio/u32-vsnprintf-tests: New file.
31471         * modules/unistdio/u32-vsprintf-tests: New file.
31472         * MODULES.html.sh (Unicode string functions): Add the new modules.
31473
31474 2007-07-01  Bruno Haible  <bruno@clisp.org>
31475
31476         * lib/sprintf.c (sprintf): Limit the available length estimation,
31477         to avoid address wraparound.
31478         * lib/vsprintf.c (vsprintf): Likewise.
31479         * modules/sprintf-posix (Dependencies): Add stdint.
31480         * modules/vsprintf-posix (Dependencies): Likewise.
31481
31482 2007-07-01  Bruno Haible  <bruno@clisp.org>
31483
31484         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
31485         Windows PATH as well. Conservative double-quoting. Comments.
31486
31487 2007-07-01  Bruno Haible  <bruno@clisp.org>
31488             Eric Blake  <ebb9@byu.net>
31489             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31490
31491         * gnulib-tool (self_abspathname): Fix algorithm to cope with
31492         empty components in $PATH, denoting '.'.
31493
31494 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31495
31496         * gnulib-tool: Fix indentation.
31497         (func_create_megatestdir): Likewise.
31498         Report by Bruno Haible.
31499
31500 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31501
31502         Sync from Automake.
31503         * build-aux/gnupload: Fix shell portability issues with for loops.
31504         Report by Karl Berry.
31505
31506 2007-06-29  Simon Josefsson  <simon@josefsson.org>
31507
31508         * build-aux/maint.mk (POURL): Use translationproject.org.
31509
31510 2007-06-27  Simon Josefsson  <simon@josefsson.org>
31511             Bruno Haible  <bruno@clisp.org>
31512
31513         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
31514         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
31515         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
31516         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
31517         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
31518
31519 2007-06-27  Bruno Haible  <bruno@clisp.org>
31520
31521         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
31522         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
31523
31524 2007-06-26  Karl Berry  <karl@gnu.org>
31525
31526         * MODULES.html.sh: remove xreadlink-with-size.
31527
31528 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31529
31530         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
31531         method that I hope also handles the double-include problem noted
31532         by Bruno Haible in
31533         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
31534
31535 2007-06-23  Bruno Haible  <bruno@clisp.org>
31536
31537         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31538         Don't let the 'mostlyclean' target fail if the last subdirectory could
31539         not be removed.
31540         Reported by Karl Berry.
31541
31542 2007-06-23  Bruno Haible  <bruno@clisp.org>
31543
31544         * gnulib-tool (echo): Add a speedier workaround for ksh.
31545         * tests/test-echo.sh: Likewise.
31546
31547 2007-06-23  Bruno Haible  <bruno@clisp.org>
31548
31549         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
31550         * tests/test-echo.sh: Likewise.
31551
31552 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31553
31554         * gnulib-tool (IFS): Initialize early, so we don't set it to
31555         empty later.
31556         (self_abspathname): Rewrite algorithm to set it, reindent.
31557         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
31558         (func_create_megatestdir): Merge some sed scripts.
31559
31560 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31561
31562         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
31563         exposed by Sun Studio 11 cc on Solaris 8.
31564
31565 2007-06-22  Bruno Haible  <bruno@clisp.org>
31566
31567         * gnulib-tool (echo): Ensure the echo primitive does not interpret
31568         backslashes.
31569         * tests/test-echo.sh: New file.
31570
31571 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31572
31573         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
31574         simplify `sed_replace_build_aux' scripts, they are portable but
31575         echoing them with `echo' is not.
31576         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
31577
31578 2007-06-21  Karl Berry  <karl@gnu.org>
31579
31580         * config/srclist.txt: guess we can't handle the licenses via
31581         srclist at the moment.
31582
31583 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31584
31585         * MODULES.html.sh: Add include_next.
31586         * modules/include_next: New file.
31587
31588 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31589
31590         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
31591         INCLUDE_NEXT.
31592         (gl_CHECK_NEXT_HEADERS): New macro.
31593         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
31594         the obsolescent gl_ABSOLUTE_HEADER.
31595         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
31596         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
31597         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
31598         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
31599         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
31600         * m4/math_h.m4 (gl_MATH_H): Likewise.
31601         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
31602         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
31603         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
31604         * m4/stdint.m4 (gl_STDINT_H): Likewise.
31605         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
31606         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
31607         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
31608         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
31609         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
31610         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
31611         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
31612         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
31613         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
31614         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
31615         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
31616         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
31617         * m4/inttypes.m4 (gl_INTTYPES_H): Define
31618         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
31619         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
31620         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
31621         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
31622         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
31623         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
31624         * lib/float_.h: Likewise.
31625         * lib/inttypes_.h: Likewise.
31626         * lib/math_.h: Likewise.
31627         * lib/search_.h: Likewise.
31628         * lib/signal_.h: Likewise.
31629         * lib/stdint_.h: Likewise.
31630         * lib/stdio_.h: Likewise.
31631         * lib/stdlib_.h: Likewise.
31632         * lib/string_.h: Likewise.
31633         * lib/sys_stat_.h: Likewise.
31634         * lib/sys_time_.h: Likewise.
31635         * lib/time_.h: Likewise.
31636         * lib/unistd_.h: Likewise.
31637         * lib/wchar_.h: Likewise.
31638         * lib/wctype_.h: Likewise.
31639         * lib/dirent_.h: Likewise.
31640         * lib/iconv_.h: Likewise.
31641         * lib/locale_.h: Likewise.
31642         * lib/netinet_in_.h: Likewise.
31643         * lib/sys_select_.h: Likewise.
31644         * lib/sys_socket_.h: Likewise.
31645         * lib/sysexits_.h: Likewise.
31646         * modules/fcntl (Depends-on): Depend on include_next, not
31647         absolute_header.
31648         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
31649         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
31650         * modules/fchdir: Likewise.
31651         * modules/float: Likewise.
31652         * modules/iconv_open: Likewise.
31653         * modules/inttypes: Likewise.
31654         * modules/locale: Likewise.
31655         * modules/math: Likewise.
31656         * modules/netinet_in: Likewise.
31657         * modules/search: Likewise.
31658         * modules/signal: Likewise.
31659         * modules/stdint: Likewise.
31660         * modules/stdio: Likewise.
31661         * modules/stdlib: Likewise.
31662         * modules/string: Likewise.
31663         * modules/sys_select: Likewise.
31664         * modules/sys_socket: Likewise.
31665         * modules/sys_stat: Likewise.
31666         * modules/sys_time: Likewise.
31667         * modules/sysexits: Likewise.
31668         * modules/time: Likewise.
31669         * modules/unistd: Likewise.
31670         * modules/wchar: Likewise.
31671         * modules/wctype: Likewise.
31672         * modules/sys_stat: Change maintainer to "all".
31673         * modules/unistd: Likewise.
31674
31675 2007-06-20  Karl Berry  <karl@gnu.org>
31676
31677         * config/srclist.txt: track www changes in license files.
31678
31679 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
31680
31681         * build-aux/bootstrap: Remove stray dot.
31682         Make sure build_aux settings are honored when linking
31683         gnulib_extra_files.
31684
31685 2007-06-19  Eric Blake  <ebb9@byu.net>
31686
31687         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31688         Allow compilation on cygwin.
31689
31690 2007-06-19  Jim Meyering  <jim@meyering.net>
31691
31692         xreadlink-with-size: Remove module.  No longer used.
31693         Ex-callers now use xreadlink or mreadlink-with-size.
31694         * modules/xreadlink-with-size: Remove module.
31695         * lib/xreadlink-with-size.c: Remove file.
31696         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
31697         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
31698         just before the function definition *is* accurate.
31699
31700         Eliminate one way canonicalize_filename_mode could exit.
31701         * lib/canonicalize.c (canonicalize_filename_mode):
31702         Use mreadlink_with_size, not xreadlink_with_size.
31703
31704 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
31705
31706         Detect porting problems to FreeBSD/arm, which has time_t wider than
31707         long int.  Original problem reported for GNU diff by Xin Li in
31708         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
31709         * modules/getdate (Depends-on): Add intprops, verify.
31710         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
31711         is an integer type no wider than long int.
31712
31713 2007-06-18  Jim Meyering  <jim@meyering.net>
31714
31715         New module: mreadlink-with-size.
31716         * MODULES.html.sh: Add mreadlink-with-size.
31717         * modules/mreadlink-with-size: New module
31718         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
31719         not xreadlink-with-size.
31720         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
31721
31722 2007-06-16  Bruno Haible  <bruno@clisp.org>
31723
31724         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
31725         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
31726         Reported by Gary V. Vaughan <gary@gnu.org>.
31727
31728 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
31729
31730         Revamp lchown so that it lives in unistd.h where it belongs.
31731         * lib/lchown.h: Remove.
31732         * lib/dirchownmod.c: Don't include lib/lchown.h.
31733         * lib/fchownat.c: Likewise.
31734         * lib/openat.c: Likewise.
31735         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
31736         does not follow symlinks.
31737         (EOPNOTSUPP): Define if not defined.
31738         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
31739         is defined to 0.
31740         (lchown): New decl.
31741         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
31742         Do not check for lchown decl.
31743         Set REPLACE_LCHOWN.
31744         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
31745         REPLACE_LCHOWN.
31746         * modules/chown: Make it clear it follows symlinks.
31747         * modules/lchown: Make it clear it doesn't follow symlinks.
31748         (Files): Remove lib/lchown.h
31749         (Depends-on): Add unistd.
31750         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
31751         (Include): Include <unistd.h>, not "lchown.h".
31752         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
31753         REPLACE_LCHOWN.
31754
31755 2007-06-15  Jim Meyering  <jim@meyering.net>
31756
31757         Change license (GPL to LGPL) of fsusage and dependents.
31758         * modules/fsusage (License): Change to LGPL.
31759         * modules/full-read (License): Likewise.
31760         * modules/full-write (License): Likewise.
31761         * modules/safe-read (License): Likewise.
31762         * modules/safe-write (License): Likewise.
31763
31764 2007-06-14  Ben Pfaff  <blp@gnu.org>
31765
31766         Missing part of allocsa -> malloca transition.
31767         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
31768         gl_MALLOCA.
31769
31770 2007-06-12  Bruno Haible  <bruno@clisp.org>
31771
31772         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
31773         to ia64, x86_64, i386.
31774         Reported by Eric Blake.
31775
31776 2007-06-12  Bruno Haible  <bruno@clisp.org>
31777
31778         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
31779         cross-compiling to x86_64.
31780
31781 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
31782
31783         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
31784         glitch reported by Ralf Wildenhues in
31785         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
31786
31787         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
31788         Vin Shelton.
31789
31790 2007-06-11  Bruno Haible  <bruno@clisp.org>
31791
31792         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
31793         replacement string.
31794         Reported by Eric Blake.
31795
31796 2007-06-10  Bruno Haible  <bruno@clisp.org>
31797
31798         Prepare vasnprintf code for use with Unicode strings.
31799         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
31800         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
31801         TYPE_U32_STRING.
31802         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
31803         a_u32_string variants.
31804         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
31805         * lib/printf-args.c: Don't include config.h and the specification
31806         header if PRINTF_FETCHARGS is already defined.
31807         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
31808         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
31809         TYPE_U16_STRING, TYPE_U32_STRING.
31810         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
31811         u16_directive, u16_directives, u32_directive, u32_directives): New
31812         types.
31813         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
31814         New declarations.
31815         * lib/printf-parse.c: Don't include config.h and the specification
31816         header if PRINTF_PARSE is already defined. Eliminate the set of
31817         parameters for WIDE_CHAR_VERSION; the user of this file must provide
31818         them now. Include c-ctype.h.
31819         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
31820         directive and CHAR_T_ONLY_ASCII.
31821         * lib/vasnprintf.c: Don't include config.h and the specification header
31822         if VASNPRINTF is already defined.
31823         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
31824         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
31825         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
31826         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
31827         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
31828         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
31829         code accordingly.
31830         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
31831         pad_ourselves also in this case, with the 'c' and 's' directives, and
31832         with a different notion of "width".
31833         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
31834
31835 2007-06-10  Bruno Haible  <bruno@clisp.org>
31836
31837         * modules/unistr/u32-mbsnlen: New file.
31838         * lib/unistr/u32-mbsnlen.c: New file.
31839
31840         * modules/unistr/u16-mbsnlen: New file.
31841         * lib/unistr/u16-mbsnlen.c: New file.
31842
31843         * modules/unistr/u8-mbsnlen: New file.
31844         * lib/unistr/u8-mbsnlen.c: New file.
31845
31846         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
31847         declarations.
31848
31849 2007-06-10  Bruno Haible  <bruno@clisp.org>
31850
31851         * lib/string_.h (mbsnlen): New declaration.
31852         * lib/mbsnlen.c: New file.
31853         * m4/mbsnlen.m4: New file.
31854         * modules/mbsnlen: New file.
31855         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
31856         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
31857         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
31858
31859 2007-06-10  Bruno Haible  <bruno@clisp.org>
31860
31861         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
31862
31863 2007-06-10  Bruno Haible  <bruno@clisp.org>
31864
31865         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
31866         * lib/mbuiter.h: Likewise.
31867
31868 2007-06-10  Bruno Haible  <bruno@clisp.org>
31869
31870         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
31871         declaration.
31872
31873 2007-06-10  Karl Berry  <karl@gnu.org>
31874
31875         * config/srclist.txt: remove gettext entries, Bruno prefers
31876         to update individually.
31877
31878 2007-06-10  Bruno Haible  <bruno@clisp.org>
31879
31880         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
31881         'maxlen'. Ensure only length + width bytes are allocated, not
31882         length + 1 + width.
31883
31884 2007-06-09  Bruno Haible  <bruno@clisp.org>
31885
31886         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
31887         (CHAR_T): Remove macro.
31888         (VASNPRINTF): Update.
31889
31890 2007-06-09  Bruno Haible  <bruno@clisp.org>
31891
31892         * MODULES.html.sh (Unicode string functions): Add the new modules.
31893
31894         * modules/uniconv/u32-conv-to-enc: New file.
31895         * lib/uniconv/u32-conv-to-enc.c: New file.
31896         * modules/uniconv/u32-conv-to-enc-tests: New file.
31897         * tests/uniconv/test-u32-conv-to-enc.c: New file.
31898
31899         * modules/uniconv/u16-conv-to-enc: New file.
31900         * lib/uniconv/u16-conv-to-enc.c: New file.
31901         * lib/uniconv/u-conv-to-enc.h: New file.
31902         * modules/uniconv/u16-conv-to-enc-tests: New file.
31903         * tests/uniconv/test-u16-conv-to-enc.c: New file.
31904
31905         * modules/uniconv/u8-conv-to-enc: New file.
31906         * lib/uniconv/u8-conv-to-enc.c: New file.
31907         * modules/uniconv/u8-conv-to-enc-tests: New file.
31908         * tests/uniconv/test-u8-conv-to-enc.c: New file.
31909
31910         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
31911         u32_conv_to_encoding): New declarations.
31912
31913 2007-06-09  Bruno Haible  <bruno@clisp.org>
31914
31915         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
31916
31917 2007-06-09  Bruno Haible  <bruno@clisp.org>
31918
31919         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
31920         * modules/malloca: Renamed from modules/allocsa, updated.
31921         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
31922         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
31923         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
31924         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
31925         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
31926         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
31927         * modules/xmalloca: Renamed from modules/xallocsa, updated.
31928         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
31929         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
31930         * modules/c-strcasestr (Depends-on): Update.
31931         * lib/c-strcasestr.c: Update.
31932         * modules/c-strstr (Depends-on): Update.
31933         * lib/c-strstr.c: Update.
31934         * modules/canonicalize-lgpl (Depends-on): Update.
31935         * lib/canonicalize-lgpl.c: Update.
31936         * modules/clean-temp (Depends-on): Update.
31937         * lib/clean-temp.c: Update.
31938         * modules/csharpcomp (Depends-on): Update.
31939         * lib/csharpcomp.c: Update.
31940         * modules/csharpexec (Depends-on): Update.
31941         * lib/csharpexec.c: Update.
31942         * modules/javacomp (Depends-on): Update.
31943         * lib/javacomp.c: Update.
31944         * modules/javaexec (Depends-on): Update.
31945         * lib/javaexec.c: Update.
31946         * modules/mbscasestr (Depends-on): Update.
31947         * lib/mbscasestr.c: Update.
31948         * modules/mbsstr (Depends-on): Update.
31949         * lib/mbsstr.c: Update.
31950         * modules/setenv (Depends-on): Update.
31951         * lib/setenv.c: Update.
31952         * modules/strcasestr (Depends-on): Update.
31953         * lib/strcasestr.c: Update.
31954         * modules/striconveha (Depends-on): Update.
31955         * lib/striconveha.c: Update.
31956         * modules/relocatable-prog-wrapper (Files): Update.
31957         * lib/relocwrapper.c: Update.
31958         * build-aux/install-reloc: Update.
31959         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
31960
31961 2007-06-08  Bruno Haible  <bruno@clisp.org>
31962
31963         Port to uClibc.
31964         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
31965         * lib/fpurge.c (fpurge): Likewise.
31966         * lib/freading.c (freading): Likewise.
31967         * lib/fseeko.c (rpl_fseeko): Likewise.
31968         * lib/fseterr.c (fseterr): Likewise.
31969         * lib/fwriting.c (fwriting): Likewise.
31970         * tests/test-fflush.c (main): Avoid a failure on uClibc.
31971
31972 2007-06-08  Bruno Haible  <bruno@clisp.org>
31973
31974         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
31975         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
31976         * modules/gettext (Files): Add m4/intlmacosx.m4.
31977
31978 2007-06-07  Bruno Haible  <bruno@clisp.org>
31979
31980         * modules/localename-tests: New file.
31981         * tests/test-localename.c: New file.
31982
31983         New module 'localename'.
31984         * lib/localename.h: New file.
31985         * lib/localename.c: New file, from GNU gettext.
31986         * m4/localename.m4: New file.
31987         * modules/localename: New file.
31988
31989 2007-06-07  Bruno Haible  <bruno@clisp.org>
31990
31991         Work around the lack of <wchar.h> on some builds of uClibc.
31992         * doc/headers/wchar.texi: Update.
31993         * lib/wchar_.h: Include <wchar.h> only if it exists.
31994         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
31995         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
31996         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
31997         doesn't exist.
31998         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
31999         * modules/mbfile (Depends-on): Add wchar.
32000         * modules/mbiter (Depends-on): Likewise.
32001         * modules/mbuiter (Depends-on): Likewise.
32002         Reported by Simon Josefsson.
32003
32004 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
32005
32006         Work around problem reported by Steven M. Schweda in
32007         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
32008         Tru64 5.1B with the Compaq compiler environment installed declares
32009         an 'isblank' function but does not define it in the C library.
32010         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
32011         * lib/regex_internal.h (isblank): Likewise.
32012         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
32013         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32014
32015 2007-06-05  Bruno Haible  <bruno@clisp.org>
32016
32017         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
32018         ia64.
32019         * modules/printf-safe: New file.
32020         * modules/fprintf-posix (Depends-on): Add printf-safe.
32021         * modules/printf-posix (Depends-on): Likewise.
32022         * modules/snprintf-posix (Depends-on): Likewise.
32023         * modules/sprintf-posix (Depends-on): Likewise.
32024         * modules/vasnprintf-posix (Depends-on): Likewise.
32025         * modules/vasprintf-posix (Depends-on): Likewise.
32026         * modules/vfprintf-posix (Depends-on): Likewise.
32027         * modules/vprintf-posix (Depends-on): Likewise.
32028         * modules/vsnprintf-posix (Depends-on): Likewise.
32029         * modules/vsprintf-posix (Depends-on): Likewise.
32030         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
32031         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
32032         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
32033         "no" on i386, x86_64, ia64.
32034         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
32035         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32036         on i386, x86_64, ia64.
32037         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
32038         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32039         on i386, x86_64, ia64.
32040         * tests/test-vasnprintf-posix.c: Include float.h.
32041         (LDBL80_WORDS): New macro.
32042         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32043         on i386, x86_64, ia64.
32044         * tests/test-vasprintf-posix.c: Include float.h.
32045         (LDBL80_WORDS): New macro.
32046         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32047         on i386, x86_64, ia64.
32048         * tests/test-snprintf-posix.c: Include float.h.
32049         * tests/test-sprintf-posix.c: Likewise.
32050         * tests/test-vsnprintf-posix.c: Likewise.
32051         * tests/test-vsprintf-posix.c: Likewise.
32052
32053 2007-06-05  Bruno Haible  <bruno@clisp.org>
32054
32055         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
32056         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
32057         non-IEEE numbers on i386, x86_64, ia64.
32058         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
32059         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
32060         * tests/test-isnanl.h: Include float.h.
32061         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
32062
32063 2007-06-05  Bruno Haible  <bruno@clisp.org>
32064
32065         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
32066         also the %a / %A. Handle the %a / %A code before this extra handling.
32067
32068 2007-06-05  Bruno Haible  <bruno@clisp.org>
32069
32070         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
32071         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
32072
32073 2007-06-05  Bruno Haible  <bruno@clisp.org>
32074
32075         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
32076         typo in variable name.
32077
32078 2007-06-05  Eric Blake  <ebb9@byu.net>
32079
32080         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
32081         Reported by Simon Josefsson.
32082
32083 2007-06-04  Bruno Haible  <bruno@clisp.org>
32084
32085         Avoid test failures on some PowerPC platforms.
32086         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
32087         Define differently for PowerPC.
32088         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
32089         Reported by Gary V. Vaughan <gary@gnu.org>.
32090
32091 2007-06-02  Bruno Haible  <bruno@clisp.org>
32092
32093         Fix test-stdint failure on FreeBSD/ia64.
32094         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
32095         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
32096         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
32097         * doc/headers/stdint.texi: Update.
32098
32099 2007-06-01  Bruno Haible  <bruno@clisp.org>
32100
32101         * tests/test-binary-io.c (main): Pass a third argument to open().
32102         Reported by Gary V. Vaughan <gary@gnu.org>.
32103
32104 2007-06-01  Bruno Haible  <bruno@clisp.org>
32105
32106         * doc/functions/frexpl.texi: Update for mingw.
32107
32108 2007-06-01  Bruno Haible  <bruno@clisp.org>
32109
32110         * tests/test-lseek.c (main): Disable test of errno for invalid third
32111         argument.
32112         * doc/functions/lseek.texi: Update.
32113         Reported by Gary V. Vaughan <gary@gnu.org>.
32114
32115 2007-05-28  Bruno Haible  <bruno@clisp.org>
32116
32117         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
32118
32119 2007-05-31  Eric Blake  <ebb9@byu.net>
32120
32121         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
32122         cross compiling.
32123
32124 2007-05-30  Eric Blake  <ebb9@byu.net>
32125         and Bruno Haible  <bruno@clisp.org>
32126
32127         Work around mingw test failures exposed by m4-1.4.9b.
32128         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
32129         * tests/test-unistd.c: Disable uid_t and git_t tests for the
32130         moment.
32131
32132 2007-05-30  Bruno Haible  <bruno@clisp.org>
32133
32134         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
32135         assuming that they are closed. Needed on HP-UX 11.
32136
32137 2007-05-29  Bruno Haible  <bruno@clisp.org>
32138
32139         Fix a problem with #include_next.
32140         * lib/dirent_.h: Split the double-inclusion guard.
32141         * lib/fcntl_.h: Likewise.
32142         * lib/float_.h: Likewise.
32143         * lib/iconv_.h: Likewise.
32144         * lib/inttypes_.h: Likewise.
32145         * lib/locale_.h: Likewise.
32146         * lib/math_.h: Likewise.
32147         * lib/netinet_in_.h: Likewise.
32148         * lib/search_.h: Likewise.
32149         * lib/signal_.h: Likewise.
32150         * lib/stdint_.h: Likewise.
32151         * lib/stdio_.h: Likewise.
32152         * lib/stdlib_.h: Likewise.
32153         * lib/string_.h: Likewise.
32154         * lib/sys_select_.h: Likewise.
32155         * lib/sys_socket_.h: Likewise.
32156         * lib/sys_stat_.h: Likewise.
32157         * lib/sys_time_.h: Likewise.
32158         * lib/sysexits_.h: Likewise.
32159         * lib/time_.h: Likewise.
32160         * lib/unistd_.h: Likewise.
32161         * lib/wchar_.h: Likewise.
32162         * lib/wctype_.h: Likewise.
32163
32164 2007-05-29  Bruno Haible  <bruno@clisp.org>
32165
32166         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
32167         for the moment.
32168
32169 2007-05-29  Bruno Haible  <bruno@clisp.org>
32170
32171         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
32172         invocation.
32173         Reported by Eric Blake.
32174
32175 2007-05-29  Bruno Haible  <bruno@clisp.org>
32176
32177         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
32178         compiling case.
32179
32180 2007-05-29  Eric Blake  <ebb9@byu.net>
32181             Bruno Haible  <bruno@clisp.org>
32182
32183         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
32184         cross compiles.
32185
32186 2007-05-28  Eric Blake  <ebb9@byu.net>
32187
32188         * modules/closein-tests (test_closein_LDADD): Support test on
32189         cygwin with libtool.
32190
32191 2007-05-28  Bruno Haible  <bruno@clisp.org>
32192
32193         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
32194         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32195         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32196         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32197         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32198         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32199         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32200         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32201         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32202
32203 2007-05-28  Eric Blake  <ebb9@byu.net>
32204
32205         Unconditionally include <config.h> in unit tests.
32206         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
32207         * tests/test-allocsa.c, tests/test-arcfour.c,
32208         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
32209         tests/test-array_list.c, tests/test-array_oset.c,
32210         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
32211         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
32212         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
32213         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
32214         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
32215         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
32216         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
32217         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
32218         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
32219         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
32220         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
32221         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
32222         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
32223         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
32224         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
32225         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
32226         test-md5.c, test-memmem.c, test-printf-posix.c,
32227         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
32228         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
32229         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
32230         test-strcasestr.c, test-striconv.c, test-striconveh.c,
32231         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
32232         test-vasnprintf-posix2.c, test-vasnprintf.c,
32233         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
32234         test-vfprintf-posix.c, test-vprintf-posix.c,
32235         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
32236         test-xvasprintf.c: Likewise.
32237
32238 2007-05-28  Bruno Haible  <bruno@clisp.org>
32239
32240         * gnulib-tool (func_import): Remember the --with-tests command-line
32241         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
32242         Reported by Eric Blake.
32243
32244 2007-05-28  Bruno Haible  <bruno@clisp.org>
32245
32246         * modules/ftell-tests: New file.
32247         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
32248         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
32249
32250         * lib/ftell.c: New file.
32251         * modules/ftell: New file.
32252         * m4/ftell.m4: New file.
32253         * doc/functions/ftell.texi: Update.
32254         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
32255         REPLACE_FTELL.
32256         * lib/stdio_.h (rpl_ftell): New declaration.
32257         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
32258         REPLACE_FTELL.
32259
32260 2007-05-28  Eric Blake  <ebb9@byu.net>
32261
32262         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
32263
32264 2007-05-28  Bruno Haible  <bruno@clisp.org>
32265
32266         * modules/fseek-tests: New file.
32267         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
32268         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
32269
32270         * lib/fseek.c: New file.
32271         * modules/fseek: New file.
32272         * m4/fseek.m4: New file.
32273         * doc/functions/fseek.texi: Update.
32274         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
32275         REPLACE_FSEEK.
32276         * lib/stdio_.h (rpl_fseek): New declaration.
32277         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
32278         REPLACE_FSEEK.
32279
32280 2007-05-28  Bruno Haible  <bruno@clisp.org>
32281
32282         * lib/stdio_.h (fflush): More comments.
32283
32284 2007-05-28  Bruno Haible  <bruno@clisp.org>
32285
32286         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
32287         runtime test.
32288
32289 2007-05-28  Eric Blake  <ebb9@byu.net>
32290
32291         Improve lseek module.
32292         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
32293         * lib/unistd_.h (lseek): Scale back link warning message.
32294         * tests/test-lseek.c: Beef up test.
32295         * tests/test-lseek.sh: Exercise more facets of lseek.
32296         Reported by Bruno Haible.
32297
32298 2007-05-28  Bruno Haible  <bruno@clisp.org>
32299
32300         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
32301         to define.
32302
32303 2007-05-27  Bruno Haible  <bruno@clisp.org>
32304
32305         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
32306
32307 2007-05-27  Bruno Haible  <bruno@clisp.org>
32308
32309         * modules/openmp: New file.
32310         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
32311         Noah Misch.
32312
32313 2007-05-26  Bruno Haible  <bruno@clisp.org>
32314
32315         * modules/chdir-long (Depends-on): Add fchdir.
32316         * modules/chdir-safer (Depends-on): Likewise.
32317         * modules/fts (Depends-on): Likewise.
32318         * modules/fts-lgpl (Depends-on): Likewise.
32319         * modules/openat (Depends-on): Likewise.
32320         * modules/savewd (Depends-on): Likewise.
32321
32322 2007-05-24  Eric Blake  <ebb9@byu.net>
32323
32324         Fix lseek on mingw.
32325         * modules/lseek: New module.
32326         * m4/lseek.m4: New file.
32327         * lib/lseek.c: New file.
32328         * modules/lseek-tests: New file.
32329         * tests/test-lseek.c: New file.
32330         * tests/test-lseek.sh: New file.
32331         * MODULES.html.sh: Document lseek module.
32332         * modules/fflush (Depends-on): Add lseek, fseeko.
32333         * modules/fseeko (Depends-on): Likewise.
32334         * modules/ftello (Depends-on): Likewise.
32335         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
32336         broken.
32337         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
32338         broken.
32339         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
32340         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
32341         * lib/ftello.c (rpl_ftello): Likewise.
32342         * tests/test-fseeko.c (main): Test this.
32343         * tests/test-fseeko.sh: Likewise.
32344         * tests/test-ftello.c (main): Likewise.
32345         * tests/test-ftello.sh: Likewise.
32346         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
32347         implies replacing fseek.
32348         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
32349         HAVE_FTELLO.
32350         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
32351         * modules/unistd (Makefile.am): Likewise.
32352         * lib/unistd_.h (lseek): Declare a replacement.
32353         * doc/functions/lseek.texi (lseek): Document this fix.
32354         * doc/functions/fseek.texi (fseek): Likewise.
32355         * doc/functions/ftell.texi (ftell): Likewise.
32356
32357 2007-05-24  Bruno Haible  <bruno@clisp.org>
32358
32359         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
32360         in the printed representation of a NaN.
32361         * tests/test-vasprintf-posix.c (test_function): Likewise.
32362         * tests/test-snprintf-posix.h (test_function): Likewise.
32363         * tests/test-sprintf-posix.h (test_function): Likewise.
32364         Reported by Eric Blake.
32365
32366 2007-05-23  Eric Blake  <ebb9@byu.net>
32367
32368         Fix fseeko/ftello on cygwin 1.5.24.
32369         * doc/functions/fseeko.texi (fseeko): Document the fix.
32370         * doc/functions/ftello.texi (ftello): Document the fix.
32371         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
32372         * doc/functions/stdout.text (stdout): New file.
32373         * doc/functions/stderr.text (stderr): New file.
32374         * doc/gnulib.texi (Function Substitutes): Use new files.
32375         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
32376         prior to 1.7.0.
32377         * tests/test-ftello.c (main): Likewise for ftello.
32378         * tests/test-fseeko.sh: New file.
32379         * tests/test-ftello.sh: New file.
32380         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
32381         with seekable stdin.
32382         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
32383         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
32384         (gl_REPLACE_FSEEKO): New macro.
32385         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
32386         * modules/fseeko (Files): Distribute fseeko.c.
32387         * modules/ftello (Files): Distribute ftello.c.
32388         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
32389         mode.
32390         * lib/ftello.c (rpl_ftello): New file.
32391         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
32392         fseeko, ftello.
32393         (gl_STDIN_LARGE_OFFSET): New macro.
32394         * modules/stdio (Makefile.am): Perform the replacement.
32395         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
32396
32397 2007-05-23  Bruno Haible  <bruno@clisp.org>
32398
32399         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
32400         GNULIB_POSIXCHECK is defined.
32401
32402 2007-05-21  Bruno Haible  <bruno@clisp.org>
32403
32404         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
32405         Check also the output for NaN arguments. When cross-compiling, guess
32406         no on IRIX.
32407         * lib/vasnprintf.c: Update comments.
32408         * tests/test-vasnprintf-posix.c (strisnan): New function.
32409         (test_function): Use it.
32410         * tests/test-vasprintf-posix.c (strisnan): New function.
32411         (test_function): Use it.
32412         * tests/test-snprintf-posix.h (strisnan): New function.
32413         (test_function): Use it.
32414         * tests/test-sprintf-posix.h (strisnan): New function.
32415         (test_function): Use it.
32416         Reported by Eric Blake.
32417
32418 2007-05-20  Bruno Haible  <bruno@clisp.org>
32419
32420         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
32421         numbers that fails on BeOS.
32422         * doc/functions/frexpl.texi: Update.
32423
32424 2007-05-20  Jim Meyering  <jim@meyering.net>
32425
32426         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
32427         forced upon us by glibc-2.6.
32428
32429 2007-05-20  Bruno Haible  <bruno@clisp.org>
32430
32431         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
32432         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
32433         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
32434         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
32435         NEED_PRINTF_INFINITE.
32436         (is_infinitel): New function.
32437         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
32438         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
32439         gl_PREREQ_VASNPRINTF_INFINITE.
32440         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
32441         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32442         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
32443         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
32444         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
32445         gl_PREREQ_VASNPRINTF_INFINITE.
32446         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32447         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32448         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32449         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32450         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32451         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32452         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32453         * doc/functions/fprintf.texi: Update.
32454         * doc/functions/printf.texi: Update.
32455         * doc/functions/snprintf.texi: Update.
32456         * doc/functions/sprintf.texi: Update.
32457         * doc/functions/vfprintf.texi: Update.
32458         * doc/functions/vprintf.texi: Update.
32459         * doc/functions/vsnprintf.texi: Update.
32460         * doc/functions/vsprintf.texi: Update.
32461
32462 2007-05-20  Bruno Haible  <bruno@clisp.org>
32463
32464         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
32465         was not found in libc.
32466         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
32467
32468 2007-05-20  Bruno Haible  <bruno@clisp.org>
32469
32470         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32471         printed as "-nan" instead of "nan".
32472         * tests/test-vasprintf-posix.c (test_function): Likewise.
32473         * tests/test-snprintf-posix.h (test_function): Likewise.
32474         * tests/test-sprintf-posix.h (test_function): Likewise.
32475         Needed for HP-UX 11.
32476
32477 2007-05-20  Jim Meyering  <jim@meyering.net>
32478
32479         Fix buggy test for the fchownat-deref bug.
32480         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
32481         symlink required for the run-test.  Without it, this test would
32482         always declare that fchownat doesn't work, and client code would
32483         unnecessarily use the replacement function with fixed libc.
32484         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
32485         Reported by Greg Schafer.
32486
32487 2007-05-19  Bruno Haible  <bruno@clisp.org>
32488
32489         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
32490         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
32491         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
32492         Needed for IRIX 6.5 and Solaris 2.5.1.
32493
32494 2007-05-19  Bruno Haible  <bruno@clisp.org>
32495
32496         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
32497         (test_function): Skip tests involving -0.0 on platforms where
32498         -0.0 = 0.0.
32499         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
32500         (test_function): Skip tests involving -0.0 on platforms where
32501         -0.0 = 0.0.
32502         * tests/test-snprintf-posix.h (have_minus_zero): New function.
32503         (test_function): Skip tests involving -0.0 on platforms where
32504         -0.0 = 0.0.
32505         * tests/test-sprintf-posix.h (have_minus_zero): New function.
32506         (test_function): Skip tests involving -0.0 on platforms where
32507         -0.0 = 0.0.
32508         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
32509         tests.
32510         * tests/test-printf-posix.h (test_function): Likewise.
32511         * tests/test-printf-posix.output: Remove all -0.0 related results.
32512         Needed for IRIX 6.5.
32513
32514 2007-05-19  Bruno Haible  <bruno@clisp.org>
32515
32516         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32517         printed as "nan0x7fffffff" instead of "nan".
32518         * tests/test-vasprintf-posix.c (test_function): Likewise.
32519         * tests/test-snprintf-posix.h (test_function): Likewise.
32520         * tests/test-sprintf-posix.h (test_function): Likewise.
32521         * tests/test-fprintf-posix.h (NaN): Remove macro.
32522         (test_function): Remove all NaN related tests.
32523         * tests/test-printf-posix.h (NaN): Remove macro.
32524         (test_function): Remove all NaN related tests.
32525         * tests/test-printf-posix.output: Remove all NaN related results.
32526         Needed for IRIX 6.5.
32527
32528 2007-05-19  Bruno Haible  <bruno@clisp.org>
32529
32530         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
32531         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
32532
32533 2007-05-19  Bruno Haible  <bruno@clisp.org>
32534
32535         * lib/float_.h: New file.
32536         * m4/float_h.m4: New file.
32537         * modules/float: New file.
32538         * modules/isnanl (Dependencies): Add float.
32539         * modules/isnanl-nolibm (Dependencies): Likewise.
32540         * modules/mathl (Dependencies): Likewise.
32541         * modules/printf-frexpl (Dependencies): Likewise.
32542         * modules/signbit (Dependencies): Likewise.
32543         * modules/vasnprintf (Dependencies): Likewise.
32544         * doc/headers/float.texi: Update.
32545
32546 2007-05-19  Jim Meyering  <jim@meyering.net>
32547
32548         * lib/utimens.c (gl_futimens): Rename from futimens,
32549         now that glibc-2.6 declares futimens.
32550         * lib/utimens.h: Likewise.
32551
32552 2007-05-19  Bruno Haible  <bruno@clisp.org>
32553
32554         Avoid test failures on mingw.
32555         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
32556         * tests/test-printf-posix.sh: Likewise.
32557         * tests/test-vfprintf-posix.sh: Likewise.
32558         * tests/test-vprintf-posix.sh: Likewise.
32559
32560 2007-05-19  Bruno Haible  <bruno@clisp.org>
32561
32562         Fix *printf result for NaN, Inf, -0.0 on mingw.
32563         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
32564         * lib/vasnprintf.c: Include math.h and isnan.h.
32565         (is_infinite_or_zero): New function.
32566         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
32567         values in the %f, %F, %e, %E, %g, %G directives.
32568         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
32569         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32570         gl_PRINTF_INFINITE and test its result. Invoke
32571         gl_PREREQ_VASNPRINTF_INFINITE.
32572         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32573         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32574         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32575         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32576         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32577         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32578         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32579         * doc/functions/fprintf.texi: Update.
32580         * doc/functions/printf.texi: Update.
32581         * doc/functions/snprintf.texi: Update.
32582         * doc/functions/sprintf.texi: Update.
32583         * doc/functions/vfprintf.texi: Update.
32584         * doc/functions/vprintf.texi: Update.
32585         * doc/functions/vsnprintf.texi: Update.
32586         * doc/functions/vsprintf.texi: Update.
32587
32588 2007-05-19  Bruno Haible  <bruno@clisp.org>
32589
32590         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
32591         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
32592         Instead of multiplying with 10^k, set extra_zeroes to k.
32593         (scale10_round_long_double): Remove function.
32594
32595 2007-05-18  Bruno Haible  <bruno@clisp.org>
32596
32597         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
32598         introduced on 2007-05-06.
32599
32600 2007-05-18  Bruno Haible  <bruno@clisp.org>
32601
32602         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
32603         %g directives.
32604         * tests/test-vasprintf-posix.c (test_function): Likewise.
32605         * tests/test-snprintf-posix.h (test_function): Likewise.
32606         * tests/test-sprintf-posix.h (test_function): Likewise.
32607
32608 2007-05-18  Bruno Haible  <bruno@clisp.org>
32609
32610         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
32611         (strmatch): New function.
32612         (test_function): Test the %f directive on numbers of various exponents.
32613         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
32614         (strmatch): New function.
32615         (test_function): Test the %f directive on numbers of various exponents.
32616         * tests/test-snprintf-posix.h (strmatch): New function.
32617         (test_function): Test the %f directive on numbers of various exponents.
32618         * tests/test-sprintf-posix.h (strmatch): New function.
32619         (test_function): Test the %f directive on numbers of various exponents.
32620         * tests/test-snprintf-posix.c (SIZEOF): New macro.
32621         * tests/test-sprintf-posix.c (SIZEOF): New macro.
32622         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
32623         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
32624
32625 2007-05-18  Bruno Haible  <bruno@clisp.org>
32626
32627         Add support for 'long double' number output.
32628         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
32629         * lib/vasnprintf.c: Include math.h and float+.h.
32630         (mp_limb_t): New type.
32631         (GMP_LIMB_BITS): New macro.
32632         (mp_twolimb_t): New type.
32633         (GMP_TWOLIMB_BITS): New macro.
32634         (mpn_t): New type.
32635         (multiply, divide, convert_to_decimal, decode_long_double,
32636         scale10_round_long_double, scale10_round_decimal_long_double,
32637         floorlog10l): New functions.
32638         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
32639         for the %f, %F, %e, %E, %g, %G directives.
32640         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
32641         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32642         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
32643         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
32644         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32645         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32646         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32647         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32648         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32649         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32650         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32651         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
32652         * modules/snprintf-posix (Depends-on): Likewise.
32653         * modules/sprintf-posix (Depends-on): Likewise.
32654         * modules/vasnprintf-posix (Depends-on): Likewise.
32655         * modules/vasprintf-posix (Depends-on): Likewise.
32656         * modules/vfprintf-posix (Depends-on): Likewise.
32657         * modules/vsnprintf-posix (Depends-on): Likewise.
32658         * modules/vsprintf-posix (Depends-on): Likewise.
32659         * modules/vasnprintf (Files): Add lib/float+.h.
32660         * doc/functions/fprintf.texi: Update.
32661         * doc/functions/printf.texi: Update.
32662         * doc/functions/snprintf.texi: Update.
32663         * doc/functions/sprintf.texi: Update.
32664         * doc/functions/vfprintf.texi: Update.
32665         * doc/functions/vprintf.texi: Update.
32666         * doc/functions/vsnprintf.texi: Update.
32667         * doc/functions/vsprintf.texi: Update.
32668
32669 2007-05-18  Bruno Haible  <bruno@clisp.org>
32670
32671         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
32672
32673 2007-05-18  Bruno Haible  <bruno@clisp.org>
32674
32675         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
32676         for printing 64-bit integers. Needed for mingw.
32677
32678 2007-05-18  Bruno Haible  <bruno@clisp.org>
32679
32680         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32681         gl_FUNC_FREXPL_WORKS.
32682         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
32683
32684 2007-05-18  Bruno Haible  <bruno@clisp.org>
32685
32686         * modules/frexpl-nolibm-tests: New file.
32687
32688         * modules/frexpl-nolibm: New file.
32689         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
32690
32691 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32692
32693         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
32694         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
32695         GCC 4.2, which otherwise issues a lot of warnings.
32696         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
32697         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
32698         Likewise.
32699         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
32700         * modules/iconv_open (iconv.h): Likewise.
32701         * modules/locale (locale.h): Likewise.
32702         * modules/netinet_in (netinet/in.h): Likewise.
32703         * modules/sys_select (sys_select.h): Likewise.
32704         * modules/sys_socket (sys/socket.h): Likewise.
32705         * modules/sys_stat (sys/stat.h): Likewise.
32706         * modules/sysexits (sysexits.h): Likewise.
32707         * modules/unistd (unistd.h): Likewise.
32708
32709 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32710
32711         * modules/closein-tests (Makefile.am): Distribute
32712         `test-closein.sh'.
32713
32714 2007-05-17  Bruno Haible  <bruno@clisp.org>
32715
32716         * tests/test-printf-posix.output: Renamed from
32717         tests/test-fprintf-posix.out.
32718         * modules/fprintf-posix-tests: Update.
32719         * modules/printf-posix-tests: Update.
32720         * modules/vfprintf-posix-tests: Update.
32721         * modules/vprintf-posix-tests: Update.
32722         * tests/test-fprintf-posix.sh: Update.
32723         * tests/test-printf-posix.sh: Update.
32724         * tests/test-vfprintf-posix.sh: Update.
32725         * tests/test-vprintf-posix.sh: Update.
32726         Reported by Ralf Wildenhues.
32727
32728 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32729
32730         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
32731         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
32732         GCC 4.2, which otherwise issues a lot of warnings.
32733         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
32734         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
32735         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
32736         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
32737         it should no longer be needed.
32738         * lib/string_.h: Likewise.
32739         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
32740         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
32741         * modules/inttypes (inttypes.h): Likewise.
32742         * modules/math (math.h): Likewise.
32743         * modules/search (search.h): Likewise.
32744         * modules/signal (signal.h): Likewise.
32745         * modules/stdint (stdint.h): Likewise.
32746         * modules/stdio (stdio.h): Likewise.
32747         * modules/stdlib (stdlib.h): Likewise.
32748         * modules/string (string.h): Likewise.
32749         * modules/sys_time (sys/time.h): Likewise.
32750         * modules/time (time.h): Likewise.
32751         * modules/wchar (wchar.h): Likewise.
32752         * modules/wctype (wtype.h): Likewise.
32753
32754 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
32755
32756         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
32757
32758 2007-05-13  Bruno Haible  <bruno@clisp.org>
32759
32760         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
32761         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32762         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
32763         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
32764         (gl_PREREQ_STRTOK_R): Don't require it here.
32765
32766 2007-05-13  Bruno Haible  <bruno@clisp.org>
32767
32768         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
32769         when used in C++ mode.
32770
32771 2007-05-12  Bruno Haible  <bruno@clisp.org>
32772
32773         * lib/linebuffer.h: Tweak doc.
32774         * lib/linebuffer.c: Likewise.
32775
32776 2007-05-12  James Youngman  <jay@gnu.org>
32777
32778         * lib/linebuffer.c (readlinebuffer_delim): New function,
32779         like readlinebuffer, but use a caller-specified delimiter.
32780         (readlinebuffer): Just call readlinebuffer_delim with '\n'
32781         as the delimiter.
32782         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
32783
32784 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
32785
32786         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
32787         * modules/openat (Files): Remove openat-die.c.
32788         (Depends-on): Add openat-die.
32789         * modules/openat-die: New module.
32790
32791 2007-05-06  Bruno Haible  <bruno@clisp.org>
32792
32793         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
32794         Update with info about Cygwin.
32795         * doc/functions/fprintf.texi: Update.
32796         * doc/functions/printf.texi: Update.
32797         * doc/functions/snprintf.texi: Update.
32798         * doc/functions/sprintf.texi: Update.
32799         * doc/functions/vfprintf.texi: Update.
32800         * doc/functions/vprintf.texi: Update.
32801         * doc/functions/vsnprintf.texi: Update.
32802         * doc/functions/vsprintf.texi: Update.
32803         Reported by Eric Blake.
32804
32805 2007-05-06  Bruno Haible  <bruno@clisp.org>
32806
32807         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
32808         padding ourselves for the floating-point directives.
32809         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
32810         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
32811         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32812         gl_PRINTF_FLAG_ZERO and test its result. Invoke
32813         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
32814         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32815         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
32816         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32817         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32818         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32819         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32820         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32821         * tests/test-snprintf-posix.h (test_function): Also check the width
32822         and some flags in the %f directive.
32823         * tests/test-sprintf-posix.h (test_function): Likewise.
32824         * tests/test-vasnprintf-posix.c (test_function): Likewise.
32825         * tests/test-vasprintf-posix.c (test_function): Likewise.
32826         * doc/functions/fprintf.texi: Update.
32827         * doc/functions/printf.texi: Update.
32828         * doc/functions/snprintf.texi: Update.
32829         * doc/functions/sprintf.texi: Update.
32830         * doc/functions/vfprintf.texi: Update.
32831         * doc/functions/vprintf.texi: Update.
32832         * doc/functions/vsnprintf.texi: Update.
32833         * doc/functions/vsprintf.texi: Update.
32834
32835 2007-05-06  Bruno Haible  <bruno@clisp.org>
32836
32837         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
32838         pass the ' flag character to sprintf or snprintf.
32839         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
32840         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
32841         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32842         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
32843         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
32844         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32845         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
32846         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32847         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32848         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32849         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32850         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32851         * tests/test-snprintf-posix.h (test_function): Also check the grouping
32852         flag.
32853         * tests/test-sprintf-posix.h (test_function): Likewise.
32854         * tests/test-vasnprintf-posix.c (test_function): Likewise.
32855         * tests/test-vasprintf-posix.c (test_function): Likewise.
32856         * doc/functions/fprintf.texi: Update.
32857         * doc/functions/printf.texi: Update.
32858         * doc/functions/snprintf.texi: Update.
32859         * doc/functions/sprintf.texi: Update.
32860         * doc/functions/vfprintf.texi: Update.
32861         * doc/functions/vprintf.texi: Update.
32862         * doc/functions/vsnprintf.texi: Update.
32863         * doc/functions/vsprintf.texi: Update.
32864
32865 2007-05-01  Bruno Haible  <bruno@clisp.org>
32866
32867         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
32868
32869 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
32870
32871         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
32872         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
32873
32874 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32875
32876         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
32877         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
32878         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
32879
32880 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
32881
32882         * lib/argp-help.c (struct hol_entry): New member `ord'.
32883         (HOL_ENTRY_PTRCMP): Use ord for comparison
32884         (hol_sort): Initialize ord.
32885
32886 2007-05-01  Bruno Haible  <bruno@clisp.org>
32887
32888         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
32889         Reported by Eric Blake.
32890         * doc/gnulib.texi (Function Substitutes): Update.
32891
32892 2007-05-01  Bruno Haible  <bruno@clisp.org>
32893
32894         * doc/functions.texi: Remove file, now redundant through
32895         doc/functions/*.texi.
32896
32897 2007-05-01  Bruno Haible  <bruno@clisp.org>
32898
32899         * modules/argp (Depends-on): Add sleep.
32900
32901 2007-05-01  Bruno Haible  <bruno@clisp.org>
32902
32903         * modules/sleep-tests: New file.
32904         * tests/test-sleep.c: New file.
32905
32906         * modules/sleep: New file.
32907         * lib/sleep.c: New file.
32908         * m4/sleep.m4: New file.
32909         * lib/unistd_.h (sleep): New declaration.
32910         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
32911         HAVE_SLEEP.
32912         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
32913         * doc/functions/sleep.texi: Document the sleep module.
32914
32915 2007-05-01  Bruno Haible  <bruno@clisp.org>
32916
32917         * lib/sigprocmask.h: Remove file.
32918         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
32919         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
32920         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
32921         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
32922         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
32923         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
32924         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
32925         HAVE_SIGSET_T as a shell variable.
32926         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
32927         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
32928         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
32929         (Depends-on): Add signal. Remove verify.
32930         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
32931         (Include): Mention <signal.h> instead of sigprocmask.h.
32932         * NEWS: Mention the change.
32933         * lib/fatal-signal.c: Don't include sigprocmask.h.
32934
32935 2007-05-01  Bruno Haible  <bruno@clisp.org>
32936
32937         * modules/signal: New file.
32938         * lib/signal_.h: New file.
32939         * m4/signal_h.m4: New file.
32940
32941 2007-05-01  Bruno Haible  <bruno@clisp.org>
32942
32943         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
32944         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
32945         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
32946         HAVE_WCTYPE_CTMP_BUG into wctype.h.
32947
32948 2007-05-01  Bruno Haible  <bruno@clisp.org>
32949
32950         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
32951         configure time.
32952         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
32953         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
32954         * modules/sys_stat (Makefile.am): Substitute their values into
32955         sys/stat.h.
32956
32957 2007-05-01  Bruno Haible  <bruno@clisp.org>
32958
32959         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
32960         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
32961         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
32962
32963 2007-05-01  Bruno Haible  <bruno@clisp.org>
32964
32965         * doc/header/assert.texi: Undo last change: don't mention the gnulib
32966         'assert' module here.
32967
32968 2007-05-01  Bruno Haible  <bruno@clisp.org>
32969
32970         * doc/functions/*.texi: New files.
32971         * doc/functions/google-ranking.txt: New file.
32972         * doc/gnulib.texi (Function Substitutes): New chapter.
32973         (ctime, inet_ntoa): Remove sections.
32974         * doc/ctime.texi: Remove file.
32975         * doc/inet_ntoa.texi: Remove file.
32976         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
32977         dependencies.
32978         (%.info): New rule, specifying a --reference-limit.
32979
32980 2007-05-01  Bruno Haible  <bruno@clisp.org>
32981
32982         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
32983
32984 2007-05-01  Bruno Haible  <bruno@clisp.org>
32985
32986         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
32987         the portability of 'mkdir' to mingw systems.
32988
32989 2007-05-01  Bruno Haible  <bruno@clisp.org>
32990
32991         * doc/headers/google-ranking.txt: New file.
32992
32993 2007-04-30  Eric Blake  <ebb9@byu.net>
32994
32995         Prefer fseeko to fseek.
32996         * modules/getpass (Depends-on): Add fseeko.
32997         * lib/getpass.c (getpass): Use fseeko, not fseek.
32998
32999 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
33000
33001         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
33002         assumes the sorting is stable, while most qsort implementations
33003         are not.  Use argument addresses to ensure they never compare as
33004         equal.
33005
33006         * tests/test-argp-2.sh (usage-indent test): Fix output
33007         (func_compare): Restore diff options
33008         * tests/test-argp.c: Restore #include "progname.h"
33009
33010 2007-04-29  Bruno Haible  <bruno@clisp.org>
33011
33012         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
33013         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33014         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
33015         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33016         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
33017         (configure.ac): Define CHECK_SNPRINTF_POSIX.
33018         (TESTS, check_PROGRAMS): Add test-snprintf.
33019         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
33020         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
33021         (TESTS, check_PROGRAMS): Add test-vsnprintf.
33022         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
33023         assertions that fail on HP-UX, OSF/1, or IRIX.
33024         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
33025
33026 2007-04-29  Bruno Haible  <bruno@clisp.org>
33027
33028         * MODULES.html.sh (posix_functions): Remove 'contents'.
33029
33030 2007-04-29  Karl Berry  <karl@gnu.org>
33031
33032         * config/srclist.txt (gendocs_template_min): new entry.
33033
33034 2007-04-29  Bruno Haible  <bruno@clisp.org>
33035
33036         Work around fpurge bug on BSD systems.
33037         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
33038         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
33039         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
33040         fpurge to rpl_fpurge if the system already has this function.
33041         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
33042         the case where the system already has this function. Correct invariants
33043         on BSD systems.
33044         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
33045         BSD systems.
33046
33047 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
33048
33049         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
33050         proposed by Sven Verdoolaege.
33051
33052         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
33053         options.
33054         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
33055         (usage and help tests): Update
33056
33057 2007-04-29  Bruno Haible  <bruno@clisp.org>
33058
33059         * tests/test-fflush.c (main): Use a file of size 17, not 10.
33060         Print more information in case of failure. Disable a test on BeOS.
33061
33062 2007-04-29  Bruno Haible  <bruno@clisp.org>
33063
33064         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
33065         This helps debugging on systems on which no gdb is available.
33066
33067 2007-04-29  Bruno Haible  <bruno@clisp.org>
33068
33069         * lib/freading.h: Improve comments.
33070         * lib/fwriting.h: Likewise.
33071         * tests/test-freading.c (main): Don't check freading immediately after
33072         repositioning. Needed for glibc.
33073
33074 2007-04-29  Bruno Haible  <bruno@clisp.org>
33075
33076         * lib/freading.c (freading): Trivial simplification.
33077
33078 2007-04-28  Bruno Haible  <bruno@clisp.org>
33079
33080         * tests/test-fwriting.c (main): Also test the interaction between
33081         fflush and fwriting.
33082         * modules/fwriting-tests (Depends-on): Add fflush.
33083
33084         * tests/test-freading.c (main): Also test the interaction between
33085         fflush and freading.
33086         * modules/freading-tests (Depends-on): Add fflush.
33087
33088 2007-04-28  Bruno Haible  <bruno@clisp.org>
33089
33090         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
33091         fseeko and ftello.
33092         Suggested by Eric Blake.
33093
33094 2007-04-28  Jim Meyering  <jim@meyering.net>
33095
33096         Avoid false-negative in gl_STDINT_H's C99 conformance test.
33097         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
33098         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
33099
33100 2007-04-27  Eric Blake  <ebb9@byu.net>
33101
33102         * doc/headers/assert.texi (assert.h): Document assert module use.
33103
33104 2007-04-27  Bruno Haible  <bruno@clisp.org>
33105
33106         * doc/headers/*.texi: New files.
33107         * doc/gnulib.texi (Header File Substitutes): New chapter.
33108         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
33109         dependencies.
33110         (standards.info ,standards.html, standards.dvi): Update dependencies.
33111         (mostlyclean, clean): New targets.
33112
33113 2007-04-27  Bruno Haible  <bruno@clisp.org>
33114
33115         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
33116         * modules/sysexits (Files, Makefile.am): Update.
33117
33118         * lib/sys_socket_.h: Renamed from lib/socket_.h.
33119         * modules/sys_socket (Files, Makefile.am): Update.
33120
33121         * lib/sys_stat_.h: Renamed from lib/stat_.h.
33122         * modules/sys_stat (Files, Makefile.am): Update.
33123
33124 2007-04-27  Eric Blake  <ebb9@byu.net>
33125
33126         * lib/freading.h: Improve comments.
33127         * lib/fwriting.h: Likewise.
33128         * lib/fflush.c: Likewise.
33129
33130         Fix closein for mingw.
33131         * modules/closein-tests: Add tests for closein.
33132         * tests/test-closein.c: New file.
33133         * tests/test-closein.sh: Likewise.
33134         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
33135         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
33136
33137 2007-04-27  Bruno Haible  <bruno@clisp.org>
33138
33139         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
33140         version is < 6.
33141         * lib/math_.h [__DECC]: Likewise.
33142         * lib/stdio_.h [__DECC]: Likewise.
33143         * lib/stdlib_.h [__DECC]: Likewise.
33144         * lib/string_.h [__DECC]: Likewise.
33145         * lib/time_.h [__DECC]: Likewise.
33146         * lib/wchar_.h [__DECC]: Likewise.
33147         * lib/wctype_.h [__DECC]: Likewise.
33148
33149 2007-04-27  Bruno Haible  <bruno@clisp.org>
33150
33151         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
33152
33153 2007-04-27  Bruno Haible  <bruno@clisp.org>
33154
33155         * lib/fflush.c: Add comments.
33156         * modules/fpurge-tests (Depends-on): Add fflush.
33157         * modules/freadable-tests (Depends-on): Likewise.
33158         * modules/fwritable-tests (Depends-on): Likewise.
33159
33160 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
33161
33162         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
33163         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
33164         Report by Bruno Haible <bruno@clisp.org>.
33165
33166 2007-04-26  Eric Blake  <ebb9@byu.net>
33167
33168         Fix fflush on mingw.
33169         * modules/fflush (Depends-on): Add freading.
33170         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
33171         but unread data.
33172
33173 2007-04-26  Eric Blake  <ebb9@byu.net>
33174         and Bruno Haible  <bruno@clisp.org>
33175
33176         Implement freading and fwriting.
33177         * lib/freading.c: New file.
33178         * lib/freading.h: Likewise.
33179         * m4/freading.m4: Likewise.
33180         * modules/freading: Likewise.
33181         * modules/freading-tests: Likewise.
33182         * tests/test-freading.c: Likewise.
33183         * lib/fwriting.c: New file.
33184         * lib/fwriting.h: Likewise.
33185         * m4/fwriting.m4: Likewise.
33186         * modules/fwriting: Likewise.
33187         * modules/fwriting-tests: Likewise.
33188         * tests/test-fwriting.c: Likewise.
33189         * MODULES.html.sh (File stream based Input/Output): Mention them.
33190
33191 2007-04-26  Bruno Haible  <bruno@clisp.org>
33192
33193         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
33194         'long' when we assume it.
33195         Suggested by Eric Blake.
33196
33197 2007-04-26  Bruno Haible  <bruno@clisp.org>
33198
33199         Ensure fseeko, ftello are declared on glibc systems.
33200         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
33201         * modules/fseeko (configure.ac-early): Likewise.
33202         * modules/ftello (configure.ac-early): Likewise.
33203         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
33204         AC_FUNC_FSEEKO for this.
33205         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
33206         (gl_CHECK_FSEEKO): Remove macro.
33207
33208 2007-04-26  Bruno Haible  <bruno@clisp.org>
33209
33210         * tests/test-fflush.c (main): Also check the ftell result after
33211         fflush and fseek/fseeko.
33212         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
33213         file descriptor position cache in the stream.
33214         * lib/fseeko.c (rpl_fseeko): Likewise.
33215
33216 2007-04-26  Bruno Haible  <bruno@clisp.org>
33217
33218         * modules/fflush-tests (Depends-on): Add fseeko.
33219
33220 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
33221             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33222
33223         * lib/argz_.h: ensure error_t definition is obtained in same
33224         mechanism system argz.h would have.
33225         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
33226         argz facilities are known bad.  Err on the side of caution if
33227         cross-compiling.
33228
33229 2007-04-25  Eric Blake  <ebb9@byu.net>
33230
33231         * lib/fpurge.c (includes): Use stdlib.h for free.
33232         * tests/test-fflush.c (main): Also test fflush-fseeko.
33233
33234 2007-04-25  Bruno Haible  <bruno@clisp.org>
33235
33236         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
33237         * lib/fseeko.c: New file.
33238         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
33239         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
33240         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
33241         gl_FUNC_FSEEKO.
33242         (gl_FUNC_FSEEKO): Invoke it.
33243         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
33244         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
33245         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
33246
33247 2007-04-25  Bruno Haible  <bruno@clisp.org>
33248
33249         * modules/fflush (Depends-on): Add ftello.
33250
33251 2007-04-25  Bruno Haible  <bruno@clisp.org>
33252
33253         * modules/ftello-tests: New file.
33254         * tests/test-ftello.c: New file.
33255
33256         * modules/ftello: New file.
33257         * m4/ftello.m4: New file.
33258         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
33259         HAVE_FTELLO.
33260         * lib/stdio_.h (ftello): New declaration.
33261         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
33262         HAVE_FTELLO.
33263
33264 2007-04-25  Bruno Haible  <bruno@clisp.org>
33265
33266         * modules/fseeko-tests: New file.
33267         * tests/test-fseeko.c: New file.
33268
33269         * modules/fseeko: New file.
33270         * m4/fseeko.m4: New file.
33271         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
33272         HAVE_FSEEKO.
33273         * lib/stdio_.h (fseeko): New declaration.
33274         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
33275         HAVE_FSEEKO.
33276
33277 2007-04-25  Bruno Haible  <bruno@clisp.org>
33278
33279         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
33280
33281 2007-04-25  Bruno Haible  <bruno@clisp.org>
33282
33283         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
33284         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
33285         * tests/test-unistd.c: Likewise.
33286         * tests/test-fcntl.c: Likewise.
33287
33288 2007-04-23  Eric Blake  <ebb9@byu.net>
33289
33290         * lib/fflush.c: Fix missing include.
33291         Reported by Bruno Haible.
33292
33293 2007-04-23  Bruno Haible  <bruno@clisp.org>
33294
33295         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
33296         Reported by Eric Blake.
33297
33298 2007-04-23  Bruno Haible  <bruno@clisp.org>
33299
33300         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
33301
33302 2007-04-23  Bruno Haible  <bruno@clisp.org>
33303
33304         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
33305
33306 2007-04-23  Bruno Haible  <bruno@clisp.org>
33307
33308         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
33309         Needed on HP-UX 11.
33310
33311 2007-04-16  Eric Blake  <ebb9@byu.net>
33312
33313         Make fflush rely on fpurge.
33314         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
33315         open coding all variants.
33316         * modules/fflush (Depends-on): Add fpurge and unistd.
33317         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
33318         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
33319
33320         Fix --with-tests compilation on cygwin.
33321         * modules/argmatch-tests (Makefile.am): List gnulib library first
33322         in LDADD.
33323         * modules/argp-tests (Makefile.am): Likewise.
33324         * modules/array-list-tests (Makefile.am): Likewise.
33325         * modules/array-oset-tests (Makefile.am): Likewise.
33326         * modules/avltree-list-tests (Makefile.am): Likewise.
33327         * modules/avltree-oset-tests (Makefile.am): Likewise.
33328         * modules/avltreehash-list-tests (Makefile.am): Likewise.
33329         * modules/carray-list-tests (Makefile.am): Likewise.
33330         * modules/dirname-tests (Makefile.am): Likewise.
33331         * modules/frexp-tests (Makefile.am): Likewise.
33332         * modules/isnanl-tests (Makefile.am): Likewise.
33333         * modules/linked-list-tests (Makefile.am): Likewise.
33334         * modules/linkedhash-list-tests (Makefile.am): Likewise.
33335         * modules/lock-tests (Makefile.am): Likewise.
33336         * modules/rbtree-list-tests (Makefile.am): Likewise.
33337         * modules/rbtree-oset-tests (Makefile.am): Likewise.
33338         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
33339         * modules/tls-tests (Makefile.am): Likewise.
33340         * modules/tsearch-tests (Makefile.am): Likewise.
33341         * modules/xvasprintf-tests (Makefile.am): Likewise.
33342
33343         Fix fpurge for cygwin.
33344         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
33345         value.
33346         * modules/fpurge-tests (Depends-on): Clean up trash.
33347
33348 2007-04-16  Simon Josefsson  <simon@josefsson.org>
33349
33350         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
33351
33352         * m4/autobuild.m4: Re-indent.
33353
33354 2007-04-13  Bruno Haible  <bruno@clisp.org>
33355
33356         * modules/fpurge-tests: New file.
33357         * tests/test-fpurge.c: New file.
33358
33359         * modules/fpurge: New file.
33360         * lib/fpurge.h: New file.
33361         * lib/fpurge.c: New file.
33362         * m4/fpurge.m4: New file.
33363
33364 2007-04-13  Bruno Haible  <bruno@clisp.org>
33365
33366         * modules/fbufmode-tests: New file.
33367         * tests/test-fbufmode.c: New file.
33368
33369         * modules/fbufmode: New file.
33370         * lib/fbufmode.h: New file.
33371         * lib/fbufmode.c: New file.
33372         * m4/fbufmode.m4: New file.
33373
33374 2007-04-13  Bruno Haible  <bruno@clisp.org>
33375
33376         * modules/fwritable-tests: New file.
33377         * tests/test-fwritable.c: New file.
33378
33379         * modules/fwritable: New file.
33380         * lib/fwritable.h: New file.
33381         * lib/fwritable.c: New file.
33382         * m4/fwritable.m4: New file.
33383
33384 2007-04-13  Bruno Haible  <bruno@clisp.org>
33385
33386         * modules/freadable-tests: New file.
33387         * tests/test-freadable.c: New file.
33388
33389         * modules/freadable: New file.
33390         * lib/freadable.h: New file.
33391         * lib/freadable.c: New file.
33392         * m4/freadable.m4: New file.
33393
33394 2007-04-13  Bruno Haible  <bruno@clisp.org>
33395
33396         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
33397         MOSTLYCLEANFILES.
33398
33399 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33400
33401         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
33402         gzip bootstrap.conf to avoid dragging in i18n machinery.
33403         (gnulib_tool_option): Use it.
33404
33405 2007-04-13  Bruno Haible  <bruno@clisp.org>
33406
33407         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
33408         %F directives.
33409         * tests/test-vasprintf-posix.c (test_function): Likewise.
33410         * tests/test-snprintf-posix.h (test_function): Likewise.
33411         * tests/test-sprintf-posix.h (test_function): Likewise.
33412         * tests/test-fprintf-posix.h (test_function): Likewise.
33413         * tests/test-printf-posix.h (test_function): Likewise.
33414         * tests/test-fprintf-posix.out: Likewise.
33415
33416 2007-04-13  Bruno Haible  <bruno@clisp.org>
33417
33418         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
33419         * modules/tls-tests (configure.ac): Likewise.
33420         Reported by Arto C. Nirkko <anirkko@insel.ch>.
33421
33422 2007-04-13  Bruno Haible  <bruno@clisp.org>
33423
33424         * lib/tls.c (glthread_tls_get): Fix return type.
33425         Patch by Arto C. Nirkko <anirkko@insel.ch>.
33426
33427 2007-04-12  Eric Blake  <ebb9@byu.net>
33428
33429         * modules/gettime (Depends-on): Remove gettime.
33430         Reported by Dmitry V. Levin.
33431
33432 2007-04-12  Bruno Haible  <bruno@clisp.org>
33433
33434         * modules/fflush (Include): Mention <stdio.h>.
33435         * modules/strtoimax (Include): Mention <inttypes.h>.
33436         * modules/strtoumax (Include): Likewise.
33437
33438 2007-04-12  Eric Blake  <ebb9@byu.net>
33439
33440         * .cvsignore: New file.
33441         * .gitignore: Likewise.
33442
33443 2007-04-12  Bruno Haible  <bruno@clisp.org>
33444
33445         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
33446         not before, since $(LDADD) often contains libgnu.a.
33447         * modules/striconv-tests (test_striconv_LDADD): Likewise.
33448         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
33449         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
33450         Needed on Cygwin.
33451
33452 2007-04-12  Eric Blake  <ebb9@byu.net>
33453
33454         Work around glibc's failure to flush stdin on fclose.
33455         * lib/closein.c (close_stdin): Flush stdin before closing.
33456
33457         Work around glibc's failure to reset seekable stdin on exit.
33458         * modules/closein: New module.
33459         * lib/closein.c: New file.
33460         * lib/closein.h: Likewise.
33461         * m4/closein.m4: Likewise.
33462         * MODULES.html.sh (File stream based Input/Output): Document it.
33463
33464 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33465
33466         * gnulib-tool: Rename generated 'autobuild' script to
33467         'do-autobuild' in --create-megatestdir output.
33468
33469         * doc/gnulib.texi (Build robot for gnulib): Fix.
33470
33471 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33472
33473         * modules/sysexits (Depends-on): Add absolute-header.
33474
33475 2007-04-12  Eric Blake  <ebb9@byu.net>
33476
33477         No need to preserve errno on success.
33478         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
33479         Reported by Bruno Haible.
33480
33481 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33482
33483         * MODULES.html.sh (Support for maintaining and releasing
33484         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
33485
33486 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33487
33488         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
33489
33490 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33491
33492         * modules/autobuild: New module.
33493
33494         * m4/autobuild.m4: New file.
33495
33496 2007-04-11  Bruno Haible  <bruno@clisp.org>
33497
33498         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
33499         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
33500         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
33501         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
33502         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33503         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33504         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33505         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33506         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33507         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33508         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
33509         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33510         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33511         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
33512         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33513         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33514         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
33515         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33516         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33517         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
33518         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33519         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33520         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
33521         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33522         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33523         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
33524         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33525         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33526         Reported by Eric Blake.
33527
33528 2007-04-11  Bruno Haible  <bruno@clisp.org>
33529
33530         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
33531
33532 2007-04-10  Bruno Haible  <bruno@clisp.org>
33533
33534         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
33535         for NaN and Infinity. Needed on FreeBSD 6.1.
33536         * tests/test-vasnprintf-posix.c (test_function): Undo last change
33537         regarding results for "%010a" of Infinity and NaN.
33538         * tests/test-vasprintf-posix.c (test_function): Likewise.
33539         * tests/test-snprintf-posix.h (test_function): Likewise.
33540         * tests/test-sprintf-posix.h (test_function): Likewise.
33541         * tests/test-fprintf-posix.h (test_function): Likewise.
33542         * tests/test-printf-posix.h (test_function): Likewise.
33543         * tests/test-fprintf-posix.out: Likewise.
33544
33545 2007-04-10  Bruno Haible  <bruno@clisp.org>
33546
33547         * modules/locale-tests: New file.
33548         * tests/test-locale.c: New file.
33549
33550         * modules/locale: New file.
33551         * lib/locale_.h: New file.
33552         * m4/locale_h.m4: New file.
33553
33554 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
33555             Bruno Haible  <bruno@clisp.org>
33556
33557         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
33558         be determined, test for availability of the copysignf, copysign,
33559         copysignl functions.
33560         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
33561         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
33562         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
33563
33564 2007-04-09  Eric Blake  <ebb9@byu.net>
33565
33566         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
33567         * modules/stdio (Makefile.am): Support fflush.
33568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
33569         * modules/fflush: New file.
33570         * lib/fflush.c: Likewise.
33571         * m4/fflush.m4: Likewise.
33572         * modules/fflush-tests: New test.
33573         * tests/test-fflush.c: Likewise.
33574         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
33575
33576 2007-04-06  Bruno Haible  <bruno@clisp.org>
33577
33578         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
33579         (VASNPRINTF): Use signbit for faster determination whether to print a
33580         minus sign.
33581         * modules/vasnprintf (Files): Remove lib/float+.h.
33582         * modules/fprintf-posix (Depends-on): Add signbit.
33583         * modules/snprintf-posix (Depends-on): Likewise.
33584         * modules/sprintf-posix (Depends-on): Likewise.
33585         * modules/vasnprintf-posix (Depends-on): Likewise.
33586         * modules/vasprintf-posix (Depends-on): Likewise.
33587         * modules/vfprintf-posix (Depends-on): Likewise.
33588         * modules/vsnprintf-posix (Depends-on): Likewise.
33589         * modules/vsprintf-posix (Depends-on): Likewise.
33590
33591 2007-04-06  Bruno Haible  <bruno@clisp.org>
33592
33593         * tests/test-frexp.c (main): Test also the sign bit of zero results.
33594         * tests/test-frexpl.c (main): Likewise.
33595         * tests/test-ldexpl.c (main): Likewise.
33596         * modules/frexp-tests (Depends-on): Add signbit.
33597         * modules/frexpl-tests (Depdends-on): Likewise.
33598         * modules/ldexpl-tests (Depdends-on): Likewise.
33599
33600 2007-04-06  Bruno Haible  <bruno@clisp.org>
33601
33602         * modules/signbit-tests: New file.
33603         * tests/test-signbit.c: New file.
33604
33605         * modules/signbit: New file.
33606         * lib/signbitf.c: New file.
33607         * lib/signbitd.c: New file.
33608         * lib/signbitl.c: New file.
33609         * m4/signbit.m4: New file.
33610         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
33611         (signbit): New macro.
33612         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
33613         REPLACE_SIGNBIT.
33614         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
33615         REPLACE_FREXPL into math.h.
33616
33617 2007-04-06  Bruno Haible  <bruno@clisp.org>
33618
33619         * modules/isnanf-nolibm-tests: New file.
33620         * tests/test-isnanf.c: New file.
33621
33622         * modules/isnanf-nolibm: New file.
33623         * lib/isnanf.h: New file.
33624         * lib/isnanf.c: New file.
33625         * lib/isnan.c: Consider the USE_FLOAT macro.
33626         * m4/isnanf.m4: New file.
33627
33628 2007-04-06  Bruno Haible  <bruno@clisp.org>
33629
33630         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
33631         (Link): New section.
33632
33633         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
33634
33635 2007-04-06  Bruno Haible  <bruno@clisp.org>
33636
33637         Assume the 'long double' type.
33638         * m4/longdouble.m4: Remove file.
33639         * config/srclist.txt: Don't mention longdouble.m4.
33640         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
33641         * lib/float+.h: Likewise.
33642         * lib/frexp.c: Likewise.
33643         * lib/printf-args.h: Likewise.
33644         * lib/printf-args.c: Likewise.
33645         * lib/printf-frexp.c: Likewise.
33646         * lib/printf-parse.c: Likewise.
33647         * lib/vasnprintf.c: Likewise.
33648         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
33649         * m4/intl.m4: Likewise.
33650         * m4/isnanl.m4: Likewise.
33651         * m4/printf.m4: Likewise.
33652         * m4/printf-frexpl.m4: Likewise.
33653         * m4/vasnprintf.m4: Likewise.
33654         * modules/allocsa (Files): Remove m4/longdouble.m4.
33655         * modules/gettext (Files): Likewise.
33656         * modules/relocatable-prog-wrapper (Files): Likewise.
33657         * modules/vasnprintf (Files): Likewise.
33658         * modules/isnanl (Files): Likewise.
33659         (Include): Simplify.
33660         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
33661         (Include): Simplify.
33662         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
33663         (Include): Simplify.
33664         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
33665         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33666         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
33667         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33668         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
33669         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33670         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
33671         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33672         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
33673         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33674         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
33675         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33676         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
33677         * tests/test-isnanl.c: Likewise.
33678         * tests/test-snprintf-posix.h: Likewise.
33679         * tests/test-sprintf-posix.h: Likewise.
33680         * tests/test-vasnprintf-posix.c: Likewise.
33681         * tests/test-vasnprintf-posix2.c: Likewise.
33682         * tests/test-vasprintf-posix.c: Likewise.
33683
33684 2007-04-06  Bruno Haible  <bruno@clisp.org>
33685
33686         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
33687         * lib/math_.h [__DECC]: Include the overridden include file through
33688         #include_next, outside the double-inclusion guard.
33689         * lib/stdio_.h [__DECC]: Likewise.
33690         * lib/stdlib_.h [__DECC]: Likewise.
33691         * lib/string_.h [__DECC]: Likewise.
33692         * lib/time_.h [__DECC]: Likewise.
33693         * lib/wchar_.h [__DECC]: Likewise.
33694         * lib/wctype_.h [__DECC]: Likewise.
33695         * lib/inttypes_.h [__DECC]: Likewise.
33696         Reported by Albert Chin <china@thewrittenword.com> in
33697         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
33698
33699 2007-04-04  Eric Blake  <ebb9@byu.net>
33700
33701         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
33702         1.5.x.
33703
33704 2007-04-04  Bruno Haible  <bruno@clisp.org>
33705
33706         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
33707         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
33708
33709 2007-04-04  Bruno Haible  <bruno@clisp.org>
33710
33711         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
33712         results for "%010a" of Infinity and NaN.
33713         * tests/test-vasprintf-posix.c (test_function): Likewise.
33714         * tests/test-snprintf-posix.h (test_function): Likewise.
33715         * tests/test-sprintf-posix.h (test_function): Likewise.
33716         * tests/test-fprintf-posix.h (test_function): Remove these tests.
33717         * tests/test-printf-posix.h (test_function): Likewise.
33718         * tests/test-fprintf-posix.out: Update.
33719         Needed for FreeBSD 6.1.
33720
33721 2007-04-04  Bruno Haible  <bruno@clisp.org>
33722
33723         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
33724         directly used by the gnulib modules nor by gnulib-tool.
33725
33726 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33727
33728         * DEPENDENCIES: Give overall description of version dependency
33729         desirability.  Use more-typical names for apps.
33730         Add shell, coreutils, diffutils, grep, tar, gzip.
33731
33732 2007-04-04  Simon Josefsson  <simon@josefsson.org>
33733
33734         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
33735
33736 2007-04-04  Karl Berry  <karl@gnu.org>
33737
33738         * MODULES.html.sh (func_module): missing '.
33739
33740 2007-04-03  Bruno Haible  <bruno@clisp.org>
33741
33742         * modules/argmatch-tests (Makefile.am): New variable
33743         test_argmatch_LDADD.
33744         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
33745         * modules/array-list-tests (Makefile.am): New variable
33746         test_array_list_LDADD.
33747         * modules/array-oset-tests (Makefile.am): New variable
33748         test_array_oset_LDADD.
33749         * modules/avltree-list-tests (Makefile.am): New variable
33750         test_avltree_list_LDADD.
33751         * modules/avltree-oset-tests (Makefile.am): New variable
33752         test_avltree_oset_LDADD.
33753         * modules/avltreehash-list-tests (Makefile.am): New variable
33754         test_avltreehash_list_LDADD.
33755         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
33756         test_canonicalize_lgpl_LDADD.
33757         * modules/carray-list-tests (Makefile.am): New variable
33758         test_carray_list_LDADD.
33759         * modules/dirname-tests (Makefile.am): New variable
33760         test_dirname_LDADD.
33761         * modules/linked-list-tests (Makefile.am): New variable
33762         test_linked_list_LDADD.
33763         * modules/linkedhash-list-tests (Makefile.am): New variable
33764         test_linkedhash_list_LDADD.
33765         * modules/rbtree-list-tests (Makefile.am): New variable
33766         test_rbtree_list_LDADD.
33767         * modules/rbtree-oset-tests (Makefile.am): New variable
33768         test_rbtree_oset_LDADD.
33769         * modules/rbtreehash-list-tests (Makefile.am): New variable
33770         test_rbtreehash_list_LDADD.
33771         * modules/xvasprintf-tests (Makefile.am): New variable
33772         test_xvasprintf_LDADD.
33773         Reported by Eric Blake.
33774
33775 2007-04-03  Eric Blake  <ebb9@byu.net>
33776
33777         * DEPENDENCIES: Weaken m4 requirements.
33778
33779 2007-04-03  Bruno Haible  <bruno@clisp.org>
33780
33781         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
33782         * modules/isnanl-tests (configure.ac): Likewise.
33783
33784 2007-04-03  Ben Pfaff  <blp@gnu.org>
33785
33786         * modules/iconv_open: Add $(srcdir)/ to source directory
33787         references in Makefile fragments that call gperf, to fix VPATH
33788         builds.
33789
33790 2007-04-03  Bruno Haible  <bruno@clisp.org>
33791
33792         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
33793         * lib/ldexpl.c: Undo last change.
33794
33795 2007-04-03  Bruno Haible  <bruno@clisp.org>
33796
33797         * modules/printf-frexpl (Depends-on): Undo last change.
33798         (Files): Add m4/ldexpl.m4.
33799
33800 2007-04-03  Bruno Haible  <bruno@clisp.org>
33801
33802         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
33803         * modules/isnanl (Link): New section.
33804
33805         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
33806         * modules/frexp (Link): New section.
33807
33808         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
33809         * modules/frexpl (Link): New section.
33810
33811         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
33812         * modules/ldexpl (Link): New section.
33813
33814 2007-04-03  Bruno Haible  <bruno@clisp.org>
33815
33816         * modules/TEMPLATE-EXTENDED: New file.
33817         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
33818
33819 2007-04-03  Bruno Haible  <bruno@clisp.org>
33820
33821         * DEPENDENCIES: New file.
33822         Suggested by Simon Josefsson.
33823
33824 2007-04-03  Bruno Haible  <bruno@clisp.org>
33825
33826         * doc/gnulib.texi: Escape @.
33827
33828 2007-04-03  James Youngman  <jay@gnu.org>
33829         and Paul Eggert  <eggert@cs.ucla.edu>
33830
33831         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
33832         birthtime on all systems that have birthtime, not just those which
33833         use st_birthtimensec rather than st_birthtim.  Putting zero in
33834         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
33835         that the birth time is not available for files on an NFS mount.
33836
33837 2007-04-03  Simon Josefsson  <simon@josefsson.org>
33838
33839         * modules/memxor: Move back from crypto/, suggested by Bruno.
33840         * modules/crypto/hmac-sha1: Fix memxor dependency.
33841
33842         * modules/crypto/gc: Moved from ../.
33843
33844 2007-04-02  Eric Blake  <ebb9@byu.net>
33845
33846         * lib/ldexpl.c (includes): Avoid libm.
33847
33848         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
33849
33850 2007-04-02  Bruno Haible  <bruno@clisp.org>
33851
33852         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
33853         on IRIX.
33854
33855 2007-04-02  Bruno Haible  <bruno@clisp.org>
33856
33857         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
33858         x86 or x86_64 platforms running MacOS X.
33859         Reported by Ryan Schmidt <@ryandesign.com>.
33860
33861 2007-04-02  Bruno Haible  <bruno@clisp.org>
33862
33863         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
33864         i386.
33865
33866 2007-04-01  Simon Josefsson  <simon@josefsson.org>
33867
33868         * modules/crypto/arcfour: Moved from ../.
33869         * modules/crypto/arcfour-tests: Moved from ../.
33870         * modules/crypto/arctwo: Moved from ../.
33871         * modules/crypto/arctwo-tests: Moved from ../.
33872         * modules/crypto/des: Moved from ../.
33873         * modules/crypto/des-tests: Moved from ../.
33874         * modules/crypto/gc-arcfour: Moved from ../.
33875         * modules/crypto/gc-arcfour-tests: Moved from ../.
33876         * modules/crypto/gc-arctwo: Moved from ../.
33877         * modules/crypto/gc-arctwo-tests: Moved from ../.
33878         * modules/crypto/gc-des: Moved from ../.
33879         * modules/crypto/gc-des-tests: Moved from ../.
33880         * modules/crypto/gc-hmac-md5: Moved from ../.
33881         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
33882         * modules/crypto/gc-hmac-sha1: Moved from ../.
33883         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
33884         * modules/crypto/gc-md2: Moved from ../.
33885         * modules/crypto/gc-md2-tests: Moved from ../.
33886         * modules/crypto/gc-md4: Moved from ../.
33887         * modules/crypto/gc-md4-tests: Moved from ../.
33888         * modules/crypto/gc-md5: Moved from ../.
33889         * modules/crypto/gc-md5-tests: Moved from ../.
33890         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
33891         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
33892         * modules/crypto/gc-random: Moved from ../.
33893         * modules/crypto/gc-rijndael: Moved from ../.
33894         * modules/crypto/gc-rijndael-tests: Moved from ../.
33895         * modules/crypto/gc-sha1: Moved from ../.
33896         * modules/crypto/gc-sha1-tests: Moved from ../.
33897         * modules/crypto/gc-tests: Moved from ../.
33898         * modules/crypto/hmac-md5: Moved from ../.
33899         * modules/crypto/hmac-md5-tests: Moved from ../.
33900         * modules/crypto/hmac-sha1: Moved from ../.
33901         * modules/crypto/hmac-sha1-tests: Moved from ../.
33902         * modules/crypto/md2: Moved from ../.
33903         * modules/crypto/md2-tests: Moved from ../.
33904         * modules/crypto/md4: Moved from ../.
33905         * modules/crypto/md4-tests: Moved from ../.
33906         * modules/crypto/md5: Moved from ../.
33907         * modules/crypto/md5-tests: Moved from ../.
33908         * modules/crypto/memxor: Moved from ../.
33909         * modules/crypto/rijndael: Moved from ../.
33910         * modules/crypto/rijndael-tests: Moved from ../.
33911         * modules/crypto/sha1: Moved from ../.
33912
33913 2007-03-30  James Youngman  <jay@gnu.org>
33914
33915         * tests/test-stat-time.c (prepare_test): use chmod() rather than
33916         rename() to change the ctime of a file (because ctime is unaffected
33917         by rename on jfs2 on AIX 5.1).
33918         (main): Start by doing cleanup, in case a previous run failed leaving
33919         test files behind.
33920
33921 2007-03-31  Bruno Haible  <bruno@clisp.org>
33922
33923         Support old proprietary implementations of iconv.
33924         * modules/iconv_open: New file.
33925         * lib/iconv_.h: New file.
33926         * m4/iconv_h.m4: New file.
33927         * lib/iconv_open.c: New file.
33928         * lib/iconv_open-aix.gperf: New file.
33929         * lib/iconv_open-hpux.gperf: New file.
33930         * lib/iconv_open-irix.gperf: New file.
33931         * lib/iconv_open-osf.gperf: New file.
33932         * m4/iconv_open.m4: New file.
33933         * modules/linebreak (Depends-on): Add iconv_open.
33934         * modules/striconv (Depends-on): Likewise.
33935         * modules/striconveh (Depends-on): Likewise.
33936         * modules/unicodeio (Depends-on): Likewise.
33937         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
33938         (iconv_t)(-1).
33939         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
33940         conversion if cd is (iconv_t)(-1).
33941         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
33942         is not possible.
33943
33944 2007-03-31  Bruno Haible  <bruno@clisp.org>
33945
33946         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
33947         work on Solaris either. Protect also second use of "autodetect_jp".
33948
33949 2007-03-31  Bruno Haible  <bruno@clisp.org>
33950
33951         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
33952         the function is not present.
33953
33954 2007-03-31  Bruno Haible  <bruno@clisp.org>
33955
33956         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
33957         the function is not present.
33958
33959 2007-03-31  Bruno Haible  <bruno@clisp.org>
33960
33961         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
33962         a bug in HP-UX iconv_open().
33963
33964 2007-03-31  Bruno Haible  <bruno@clisp.org>
33965
33966         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
33967         (Mathematics <math.h>): New section, add fpieee.
33968         (Input/output <stdio.h>): Add fseterr.
33969         (Mathematics <math.h>): New section, add printf-frexp.
33970         (Container data structures): Add sublist.
33971         (Core language properties): Add fpucw, inline.
33972         (Functions for greatest-width integer types <inttypes.h>): Add
33973         imaxabs, imaxdiv, inttypes.
33974         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
33975         isnanl-nolibm, ldexp.
33976         (Mathematics <math.h>): New section, add printf-frexpl.
33977         (Support for systems lacking POSIX:2001): Add fprintf-posix,
33978         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
33979         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
33980         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
33981         (Unicode string functions): Add unistr/u*-mbtoucr.
33982         (Java): Add javacomp-script, javaexec-script.
33983         (C#): Add csharpcomp-script, csharpexec-script.
33984         (Support for building libraries and executables): Add havelib,
33985         relocatable-*.
33986         (Support for maintaining and releasing projects): Renamed from
33987         'Support for maintaining and release projects'. Add announce-gen.
33988
33989 2007-03-31  Bruno Haible  <bruno@clisp.org>
33990
33991         * README: Talk primarily about git.
33992         (git and CVS): Renamed from CVS.
33993         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
33994         gnulib is available through git.
33995         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
33996
33997 2007-03-30  Bruno Haible  <bruno@clisp.org>
33998
33999         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
34000         * lib/poll_.h: Likewise.
34001         * lib/stat_.h: Likewise.
34002         * lib/sys_time_.h: Likewise.
34003         * lib/sysexit_.h: Likewise.
34004         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
34005         * lib/stdbool_.h: Likewise.
34006         * lib/byteswap_.h: Add double-inclusion guard.
34007
34008 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
34009
34010         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
34011
34012 2007-03-30  Karl Berry  <karl@gnu.org>
34013
34014         * config/srclist-update: double space after USA in the license
34015         substitution, since that's how it's usually (?) written.
34016
34017 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34018
34019         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
34020         reported by Bruno Haible.
34021
34022 2007-03-29  Bruno Haible  <bruno@clisp.org>
34023
34024         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
34025         a bug in AIX iconv().
34026
34027 2007-03-29  Bruno Haible  <bruno@clisp.org>
34028
34029         * modules/ldexpl-tests: New file.
34030         * tests/test-ldexpl.c: New file.
34031
34032 2007-03-29  Bruno Haible  <bruno@clisp.org>
34033
34034         * lib/ldexpl.c: Include fpucw.h.
34035         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
34036         multiplication.
34037         * modules/ldexpl (Depends-on): Add fpucw.
34038
34039 2007-03-29  Bruno Haible  <bruno@clisp.org>
34040
34041         * modules/ldexpl: New file.
34042         * m4/ldexpl.m4: New file.
34043         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
34044         set.
34045         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
34046         REPLACE_LDEXPL.
34047         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
34048         REPLACE_LDEXPL.
34049         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34050         gl_FUNC_LDEXPL_WORKS.
34051         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
34052         * modules/mathl (Files): Remove lib/ldexpl.c.
34053         (Depends-on): Add ldexpl.
34054
34055 2007-03-29  Bruno Haible  <bruno@clisp.org>
34056
34057         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
34058
34059 2007-03-29  Bruno Haible  <bruno@clisp.org>
34060
34061         * tests/test-striconveh.c (main): Don't assume that a direct conversion
34062         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
34063         and possibly also HP-UX.
34064         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34065         work on AIX, IRIX, HP-UX, OSF/1.
34066         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
34067         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
34068         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
34069         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
34070         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
34071         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
34072
34073 2007-03-29  Bruno Haible  <bruno@clisp.org>
34074
34075         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
34076
34077 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34078
34079         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
34080         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
34081
34082 2007-03-29  Eric Blake  <ebb9@byu.net>
34083
34084         * lib/acl-internal.h: Remove redundant include.
34085         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
34086         Cygwin when a file is locked.
34087
34088 2007-03-29  Bruno Haible  <bruno@clisp.org>
34089
34090         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
34091         file.
34092         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
34093
34094 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34095
34096         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
34097         try to remove a parent directory if the child couldn't be removed
34098         (except for the first rmdir, which could fail because the child
34099         doesn't exist).  Problem reported by Jeff Blaine in
34100         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
34101
34102 2007-03-28  Bruno Haible  <bruno@clisp.org>
34103
34104         * lib/striconveh.c (utf8conv_carefully): New function.
34105         (mem_cd_iconveh_internal): Invoke it.
34106
34107 2007-03-28  Bruno Haible  <bruno@clisp.org>
34108
34109         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
34110         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
34111         input.
34112         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
34113         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
34114         unistr/u8-uctomb.
34115
34116 2007-03-28  Bruno Haible  <bruno@clisp.org>
34117
34118         * modules/unistr/u8-mbtoucr: New file.
34119         * lib/unistr/u8-mbtoucr.c: New file.
34120         * modules/unistr/u16-mbtoucr: New file.
34121         * lib/unistr/u16-mbtoucr.c: New file.
34122         * modules/unistr/u16-mbtoucr: New file.
34123         * lib/unistr/u16-mbtoucr.c: New file.
34124         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
34125
34126 2007-03-27  Simon Josefsson  <simon@josefsson.org>
34127             Bruno Haible  <bruno@clisp.org>
34128
34129         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
34130         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
34131         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
34132
34133         * m4/stdio_h.m4: Add stubs for vasprintf too.
34134
34135         * modules/stdio: Support vasprintf in sed command.
34136
34137         * modules/vasprintf: Depend on stdio for prototypes.  Remove
34138         vasprintf.h.  Add stdio module indicator.
34139
34140         * lib/stdio_.h: Declare asprintf and vasprintf, based on
34141         vasprintf.h.
34142
34143         * lib/vasprintf.h: File removed.
34144
34145         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
34146         * lib/vasprintf.c: Ditto.
34147         * lib/xvasprintf.c: Ditto.
34148         * tests/test-vasprintf-posix.c: Ditto.
34149         * tests/test-vasprintf.c: Ditto.
34150
34151 2007-03-27  Bruno Haible  <bruno@clisp.org>
34152
34153         Make vasnprintf multithread-safe.
34154         * lib/vasnprintf.c (decimal_point_char): New function.
34155         (VASNPRINTF): Use it.
34156         Suggested by Simon Josefsson.
34157
34158 2007-03-27  Eric Blake  <ebb9@byu.net>
34159
34160         Support sub-second birthtime on cygwin.
34161         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
34162         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
34163         (get_stat_birthtime): Also work with st_birthtim.
34164
34165 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
34166
34167         * lib/stat-time.h (USE_BIRTHTIME): Remove.
34168         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
34169         (get_stat_birthtime_ns): Do not try to use "spare" fields.
34170         (get_stat_birthtime_ns): Simplify compile-time tests.
34171         (get_stat_birthtime): Change the API to look like
34172         get_stat_mtime etc., except return a negative tv_nsec on error.
34173         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
34174         Don't check for "spare" fields.
34175         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
34176         or for struct stat.st_birthtime, as these tests aren't used.
34177         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
34178
34179 2007-03-27  Bruno Haible  <bruno@clisp.org>
34180
34181         * lib/stat-time.h: Include <sys/stat.h>.
34182
34183 2007-03-27  James Youngman  <jay@gnu.org>
34184
34185         * lib/stat-time.h (get_stat_birthtime): New function for
34186           retrieving st_birthtime as provided by UFS2 (hence *BSD).
34187         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
34188           and its variants.
34189         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
34190         * modules/stat-time-test: New file.
34191         * tests/test-stat-time.c: New test, devised by Bruno Haible.
34192
34193 2007-03-26  Bruno Haible  <bruno@clisp.org>
34194
34195         Better support of signalling NaNs.
34196         * lib/atanl.c: Include isnanl.h.
34197         (atanl): Perform test for NaN at the beginning of the function and
34198         through a call to isnanl.
34199         * lib/cosl.c: Include isnanl.h.
34200         (cosl): Perform test for NaN at the beginning of the function and
34201         through a call to isnanl.
34202         * lib/ldexpl.c: Include isnanl.h.
34203         (ldexpl): Perform test for NaN through a call to isnanl.
34204         * lib/logl.c: Include isnanl.h.
34205         (logl): Perform test for NaN at the beginning of the function and
34206         through a call to isnanl.
34207         * lib/sinl.c: Include isnanl.h.
34208         (sinl): Perform test for NaN at the beginning of the function and
34209         through a call to isnanl.
34210         * lib/sqrtl.c: Include isnanl.h.
34211         (sqrtl): Perform test for NaN at the beginning of the function and
34212         through a call to isnanl.
34213         * lib/tanl.c: Include isnanl.h.
34214         (tanl): Perform test for NaN at the beginning of the function and
34215         through a call to isnanl.
34216         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
34217         * modules/mathl (Depends-on): Add isnanl.
34218
34219 2007-03-26  Eric Blake  <ebb9@byu.net>
34220
34221         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
34222         regression in logic sense of previous patch.
34223
34224 2007-03-26  Bruno Haible  <bruno@clisp.org>
34225
34226         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
34227         unportable shell command "if ! ...".
34228         Reported by Ralf Wildenhues.
34229
34230 2007-03-25  Bruno Haible  <bruno@clisp.org>
34231
34232         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
34233         <sysexits.h> file, and only add EX_CONFIG.
34234         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
34235         absolute file name and whether it is sufficient. Substitute also
34236         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
34237         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
34238         ABSOLUTE_SYSEXITS_H into sysexits.h.
34239
34240 2007-03-25  Bruno Haible  <bruno@clisp.org>
34241
34242         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
34243         hints is NULL.
34244
34245 2007-03-25  Bruno Haible  <bruno@clisp.org>
34246
34247         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
34248         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
34249
34250 2007-03-25  Bruno Haible  <bruno@clisp.org>
34251
34252         * lib/vasnprintf.c: Include langinfo.h.
34253         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
34254         multithread-safe.
34255         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
34256         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
34257         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34258         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34259         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34260         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34261         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34262         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
34263         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34264         Reported by Simon Josefsson.
34265
34266 2007-03-25  Bruno Haible  <bruno@clisp.org>
34267
34268         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
34269         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
34270         * modules/vasnprintf (Depends-on): Add stdint.
34271
34272 2007-03-25  Bruno Haible  <bruno@clisp.org>
34273
34274         * modules/fpieee: New file.
34275         * m4/fpieee.m4: New file.
34276         * modules/isnan-nolibm (Depends-on): Add fpieee.
34277         * modules/isnanl-nolibm (Depends-on): Add fpieee.
34278         * modules/isnanl (Depends-on): Add fpieee.
34279
34280 2007-03-25  Bruno Haible  <bruno@clisp.org>
34281
34282         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
34283
34284 2007-03-25  Bruno Haible  <bruno@clisp.org>
34285
34286         Avoid test failures on IRIX 6.5.
34287         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
34288         (main): Use it.
34289         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
34290         macros.
34291         (main): Use them.
34292
34293 2007-03-25  Bruno Haible  <bruno@clisp.org>
34294
34295         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
34296         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
34297         exists but doesn't work.
34298         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
34299         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
34300         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
34301         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
34302
34303 2007-03-25  Bruno Haible  <bruno@clisp.org>
34304
34305         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
34306         returns inf. Needed on IRIX 6.5.
34307
34308 2007-03-25  Bruno Haible  <bruno@clisp.org>
34309
34310         * tests/test-frexpl.c: Include isnanl-nolibm.h.
34311         (main): Use isnanl instead of x != x idiom.
34312         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
34313
34314         * tests/test-frexp.c: Include isnan.h.
34315         (main): Use isnan instead of x != x idiom.
34316         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
34317
34318 2007-03-25  Bruno Haible  <bruno@clisp.org>
34319
34320         * tests/test-frexp.c (NaN): New function/macro.
34321         (main): Use it instead of 0.0 / 0.0.
34322         * tests/test-isnan.c (NaN): New function/macro.
34323         (main): Use it instead of 0.0 / 0.0.
34324         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
34325         (test_function): Use it instead of 0.0 / 0.0.
34326         * tests/test-vasprintf-posix.c (NaN): New function/macro.
34327         (test_function): Use it instead of 0.0 / 0.0.
34328         * tests/test-snprintf-posix.h (NaN): New function/macro.
34329         (test_function): Use it instead of 0.0 / 0.0.
34330         * tests/test-sprintf-posix.h (NaN): New function/macro.
34331         (test_function): Use it instead of 0.0 / 0.0.
34332         * tests/test-fprintf-posix.h (NaN): New function/macro.
34333         (test_function): Use it instead of 0.0 / 0.0.
34334         * tests/test-printf-posix.h (NaN): New function/macro.
34335         (test_function): Use it instead of 0.0 / 0.0.
34336
34337         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
34338
34339 2007-03-25  Bruno Haible  <bruno@clisp.org>
34340
34341         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
34342
34343 2007-03-25  Bruno Haible  <bruno@clisp.org>
34344
34345         * lib/regexec.c (merge_state_with_log): Make static.
34346
34347 2007-03-25  Bruno Haible  <bruno@clisp.org>
34348
34349         * lib/trigl.c (kernel_rem_pio2): Make static.
34350
34351 2007-03-25  Bruno Haible  <bruno@clisp.org>
34352
34353         * lib/sincosl.c (sincosl_table): Make static.
34354
34355 2007-03-25  Bruno Haible  <bruno@clisp.org>
34356
34357         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
34358         if the compiler does not support C99.
34359
34360 2007-03-25  Bruno Haible  <bruno@clisp.org>
34361
34362         * modules/time (Makefile.am): Ensure all rule action lines start with a
34363         tab.
34364
34365 2007-03-24  Bruno Haible  <bruno@clisp.org>
34366
34367         * modules/tsearch-tests: New file.
34368         * tests/test-tsearch.sh: New file.
34369         * tests/test-tsearch.c: New file, mostly copied from glibc.
34370
34371         * modules/search-tests: New file.
34372         * tests/test-search.c: New file.
34373
34374         * modules/search: New file.
34375         * lib/search_.h: New file, incorporating lib/tsearch.h.
34376         * m4/search_h.m4: New file.
34377         * lib/tsearch.h: Remove file.
34378         * lib/tsearch.c: Include search.h instead of tsearch.h.
34379         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
34380         HAVE_TSEARCH.
34381         * modules/tsearch (Files): Remove lib/tsearch.h.
34382         (Depends-on): Add search.
34383         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
34384         (Include): Change tsearch.h into search.h.
34385
34386 2007-03-24  Bruno Haible  <bruno@clisp.org>
34387
34388         * modules/fpucw: New file.
34389         * lib/fpucw.h: New file.
34390         * lib/frexp.c: Include fpucw.h.
34391         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34392         (FUNC): Use them.
34393         * lib/printf-frexp.c: Include fpucw.h.
34394         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34395         (FUNC): Use them.
34396         * lib/vasnprintf.c: Include fpucw.h.
34397         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
34398         'long double' calculations.
34399         * tests/test-frexpl.c: Include fpucw.h.
34400         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34401         * tests/test-printf-frexpl.c: Include fpucw.h.
34402         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34403         * modules/frexpl (Depends-on): Add fpucw.
34404         * modules/printf-frexpl (Depends-on): Likewise.
34405         * modules/fprintf-posix (Depends-on): Likewise.
34406         * modules/snprintf-posix (Depends-on): Likewise.
34407         * modules/sprintf-posix (Depends-on): Likewise.
34408         * modules/vasnprintf-posix (Depends-on): Likewise.
34409         * modules/vasprintf-posix (Depends-on): Likewise.
34410         * modules/vfprintf-posix (Depends-on): Likewise.
34411         * modules/vsnprintf-posix (Depends-on): Likewise.
34412         * modules/vsprintf-posix (Depends-on): Likewise.
34413         * modules/frexpl-tests (Depends-on): Likewise.
34414         * modules/printf-frexpl-tests (Depends-on): Likewise.
34415
34416 2007-03-24  Bruno Haible  <bruno@clisp.org>
34417
34418         * lib/float+.h: New file.
34419         * lib/isnan.c: Include float+.h.
34420         (SIZE): New macro.
34421         (FUNC): Compare only SIZE bytes of the value.
34422         * lib/vasnprintf.c: Include float+.h.
34423         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
34424         SIZEOF_LDBL or SIZEOF_DBL bytes.
34425         * modules/isnan-nolibm (Files): Add lib/float+.h.
34426         * modules/isnanl-nolibm (Files): Add lib/float+.h.
34427         * modules/isnanl (Files): Add lib/float+.h.
34428         * modules/vasnprintf (Files): Add lib/float+.h.
34429
34430 2007-03-24  Bruno Haible  <bruno@clisp.org>
34431
34432         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
34433         include isnanl-nolibm.h.
34434
34435 2007-03-24  Bruno Haible  <bruno@clisp.org>
34436
34437         * tests/test-read-file.c (main): Don't produce spurious output for
34438         expected situations. Make the test fail if it encountered unexpected
34439         results.
34440
34441 2007-03-24  Bruno Haible  <bruno@clisp.org>
34442
34443         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
34444         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
34445
34446 2007-03-24  Bruno Haible  <bruno@clisp.org>
34447
34448         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
34449
34450 2007-03-24  Bruno Haible  <bruno@clisp.org>
34451
34452         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
34453         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
34454
34455         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
34456         * modules/utf8-ucs4: Turn into a symbolic link to module
34457         unistr/u8-mbtouc.
34458
34459         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
34460         utf8-ucs4-unsafe.
34461         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
34462         unistr/u8-mbtouc-unsafe.
34463
34464         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
34465         * modules/utf16-ucs4: Turn into a symbolic link to module
34466         unistr/u16-mbtouc.
34467
34468         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
34469         utf16-ucs4-unsafe.
34470         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
34471         unistr/u16-mbtouc-unsafe.
34472
34473         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
34474         * modules/ucs4-utf8: Turn into a symbolic link to module
34475         unistr/u8-ubtomb.
34476
34477         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
34478         * modules/ucs4-utf16: Turn into a symbolic link to module
34479         unistr/u16-ubtomb.
34480
34481 2007-03-24  Bruno Haible  <bruno@clisp.org>
34482
34483         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
34484         Enable the function only if HAVE_INLINE.
34485         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
34486         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34487         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
34488         Enable the function only if HAVE_INLINE.
34489         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
34490         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34491         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
34492         Enable the function only if HAVE_INLINE.
34493         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
34494         Enable the function only if HAVE_INLINE.
34495         * modules/utf8-ucs4: Update.
34496         * modules/utf8-ucs4-unsafe: Update.
34497         * modules/utf16-ucs4: Update.
34498         * modules/utf16-ucs4-unsafe: Update.
34499         * modules/ucs4-utf8: Update.
34500         * modules/ucs4-utf16: Update.
34501
34502 2007-03-24  Bruno Haible  <bruno@clisp.org>
34503
34504         * lib/utf8-ucs4.h: Remove file.
34505         * lib/utf8-ucs4-unsafe.h: Remove file.
34506         * lib/utf16-ucs4.h: Remove file.
34507         * lib/utf16-ucs4-unsafe.h: Remove file.
34508         * lib/ucs4-utf8.h: Remove file.
34509         * lib/ucs4-utf16.h: Remove file.
34510         * lib/unistr.h: Include their previous contents.
34511         * m4/utf-ucs4.m4: Remove file.
34512         * m4/ucs4-utf.m4: Remove file.
34513         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
34514         (Depends-on): Add unistr/base.
34515         (configure.ac): Remove gl_UTF_UCS4.
34516         (Makefile.am): Update.
34517         (Include): Change to unistr.h.
34518         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
34519         (Depends-on): Add unistr/base.
34520         (configure.ac): Remove gl_UTF_UCS4.
34521         (Makefile.am): Update.
34522         (Include): Change to unistr.h.
34523         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
34524         (Depends-on): Add unistr/base.
34525         (configure.ac): Remove gl_UTF_UCS4.
34526         (Makefile.am): Update.
34527         (Include): Change to unistr.h.
34528         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
34529         (Depends-on): Add unistr/base.
34530         (configure.ac): Remove gl_UTF_UCS4.
34531         (Makefile.am): Update.
34532         (Include): Change to unistr.h.
34533         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
34534         (Depends-on): Add unistr/base.
34535         (configure.ac): Remove gl_UCS4_UTF.
34536         (Makefile.am): Update.
34537         (Include): Change to unistr.h.
34538         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
34539         (Depends-on): Add unistr/base.
34540         (configure.ac): Remove gl_UCS4_UTF.
34541         (Makefile.am): Update.
34542         (Include): Change to unistr.h.
34543         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
34544         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
34545         utf8-ucs4-unsafe.h.
34546         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
34547         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
34548         utf16-ucs4-unsafe.h.
34549         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
34550         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
34551         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
34552         * lib/unistr/u8-strchr.c: Likewise.
34553         * lib/unistr/u8-strrchr.c: Likewise.
34554         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
34555         * lib/unistr/u16-strchr.c: Likewise.
34556         * lib/unistr/u16-strrchr.c: Likewise.
34557         * lib/striconveh.c: Update.
34558         * lib/linebreak.c: Update.
34559
34560 2007-03-24  Bruno Haible  <bruno@clisp.org>
34561
34562         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
34563         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
34564
34565 2007-03-22  Bruno Haible  <bruno@clisp.org>
34566
34567         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
34568
34569 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34570
34571         * MODULES.html.sh (File system functions): New module write-any-file.
34572         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
34573         * m4/write-any-file.m4: New files.
34574
34575 2007-03-23  Eric Blake  <ebb9@byu.net>
34576
34577         * gnulib-tool: Rearrange space-tab sequences, since some editors
34578         like to eat them.
34579
34580 2007-03-23  Eric Blake  <ebb9@byu.net>
34581
34582         * lib/version-etc.c (version_etc_va): Update license wording to
34583         be more concise.  Recommended by Richard Stallman.
34584
34585 2007-03-22  Bruno Haible  <bruno@clisp.org>
34586
34587         * lib/poll.c (MSG_PEEK): New fallback definition.
34588
34589 2007-03-22  Bruno Haible  <bruno@clisp.org>
34590
34591         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
34592         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
34593         (main): Update.
34594         Fixes a compilation error on BeOS.
34595
34596 2007-03-22  Bruno Haible  <bruno@clisp.org>
34597
34598         * modules/frexpl-tests: New file.
34599         * tests/test-frexpl.c: New file.
34600
34601         * modules/frexpl: New file.
34602         * m4/frexpl.m4: New file.
34603         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
34604         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
34605         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
34606         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
34607         (Depends-on): Add frexpl. Remove isnanl-nolibm.
34608         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
34609
34610 2007-03-22  Bruno Haible  <bruno@clisp.org>
34611
34612         * lib/frexpl.c: Share code with lib/frexp.c.
34613         * modules/mathl (Files): Add lib/frexp.c.
34614         (Depends-on): Add isnanl-nolibm.
34615
34616 2007-03-22  Bruno Haible  <bruno@clisp.org>
34617
34618         * modules/printf-frexp (Files): Add m4/frexp.m4.
34619         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
34620         only if the found frexp function actually works.
34621
34622 2007-03-22  Bruno Haible  <bruno@clisp.org>
34623
34624         * lib/frexp.c: Remove older implementation that uses divisions.
34625
34626 2007-03-21  Bruno Haible  <bruno@clisp.org>
34627
34628         * modules/frexp-tests: New file.
34629         * tests/test-frexp.c: New file.
34630
34631         * modules/frexp: New file.
34632         * lib/frexp.c: New file.
34633         * m4/frexp.m4: New file.
34634         * lib/math_.h (frexp): New declaration.
34635         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
34636         REPLACE_FREXP.
34637         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
34638
34639 2007-03-21  Bruno Haible  <bruno@clisp.org>
34640
34641         * modules/isnanl-tests: New file.
34642         * tests/test-isnanl.c: New file.
34643
34644         * modules/isnanl: New file.
34645         * lib/isnanl.h: New file.
34646         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
34647         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
34648         gl_FUNC_ISNANL_WORKS.
34649         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
34650         New macros.
34651
34652 2007-03-21  Bruno Haible  <bruno@clisp.org>
34653
34654         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
34655         lib/isnanl.h.
34656         (Include): Update.
34657         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
34658         * lib/vasnprintf.c: Update.
34659         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
34660         tests/test-isnanl.h, remove tests/test-isnanl.c.
34661         (Makefile.am): Update.
34662         * tests/test-isnanl-nolibm.c: New file.
34663         * tests/test-isnanl.h: New file.
34664         * tests/test-isnanl.c: Remove file.
34665
34666 2007-03-21  Jim Meyering  <jim@meyering.net>
34667
34668         When trying to open ".", treat ESTALE like EACCES.
34669         * lib/savewd.c (savewd_save): Resort to forking not just upon
34670         failure with EACCES, but also when errno is ESTALE.
34671
34672 2007-03-20  Bruno Haible  <bruno@clisp.org>
34673
34674         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
34675         Needed on AIX 5.1. Reported by Matthew Woehlke.
34676
34677 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34678
34679         Suggestions by Bruno Haible:
34680         * lib/acl-internal.h: Include "gettext.h" rather than rolling
34681         our own.
34682         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
34683         * modules/acl (Depends-on): Add gettext.
34684
34685 2007-03-19  Bruno Haible  <bruno@clisp.org>
34686
34687         * modules/iconvme: Remove file.
34688         * lib/iconvme.h: Remove file.
34689         * lib/iconvme.c: Remove file.
34690         * m4/iconvme.m4: Remove file.
34691
34692 2007-03-19  Bruno Haible  <bruno@clisp.org>
34693
34694         * doc/relocatable-maint.texi: Break long shell script line.
34695         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
34696
34697 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34698
34699         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
34700         handle file_has_acl.
34701         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
34702         * lib/acl.c: Move header inclusions and related macro defns into
34703         lib/acl-internal.h.
34704         (S_ISLNK): Remove defn, since that's now done for us.
34705         (file_has_acl): Move to lib/file-has-acl.c.
34706         Call acl_trivial if available.  This is the crucial part of the fix.
34707         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
34708         shared within the library.  Rewrite a bit, partly to make it compatible
34709         with the GNU coding style.
34710         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
34711         Remove unnecessary double-quotes.
34712         Don't test for acl_to_text; the build will catch that.
34713         Replace acl_entries if it doesn't exist and it is needed.
34714         Check for -lsec and acl_trivial (as used on Solaris 10).
34715         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
34716         lib/file-has-acl.c.
34717         (Depends-on): Add sys_stat, for S_ISLNK.
34718
34719 2007-03-19  Ben Pfaff  <blp@gnu.org>
34720
34721         * doc/gnulib.texi: Fix typos.
34722         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
34723
34724 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34725
34726         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
34727         If size is zero here, buf must be zero.
34728
34729 2007-03-19  Simon Josefsson  <simon@josefsson.org>
34730
34731         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
34732         <bruno@clisp.org>.
34733
34734 2007-03-18  Bruno Haible  <bruno@clisp.org>
34735
34736         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
34737         Suggested by Eric Blake.
34738
34739 2007-03-18  Ben Pfaff  <blp@gnu.org>
34740
34741         * doc/relocatable.texi: Recommend using as prefix a directory
34742         that does not exist and will never be created.  Based on
34743         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
34744         and others.
34745
34746 2007-03-17  Bruno Haible  <bruno@clisp.org>
34747
34748         * lib/fchownat.c: Include lchown.h.
34749
34750 2007-03-17  Bruno Haible  <bruno@clisp.org>
34751
34752         Fix endless loop when the given allocated size was > INT_MAX.
34753         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
34754         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
34755         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
34756         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
34757         * lib/sprintf.c (sprintf): Likewise.
34758
34759 2007-03-17  Bruno Haible  <bruno@clisp.org>
34760
34761         * tests/test-argp-2.sh (func_compare): Output a context diff.
34762
34763 2007-03-17  Bruno Haible  <bruno@clisp.org>
34764
34765         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
34766         locale's decimal-point character.
34767
34768 2007-03-17  Bruno Haible  <bruno@clisp.org>
34769
34770         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
34771         before comparing it. Needed because on some platforms (e.g. x86) a
34772         'long double' occupies less bytes than sizeof (long double).
34773
34774 2007-03-17  Bruno Haible  <bruno@clisp.org>
34775
34776         * tests/test-crc.c (main): Make printf statements 64-bit clean.
34777         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
34778         * tests/test-getaddrinfo.c (simple): Likewise.
34779         * tests/test-read-file.c (main): Likewise.
34780
34781 2007-03-17  Bruno Haible  <bruno@clisp.org>
34782
34783         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
34784
34785 2007-03-17  Bruno Haible  <bruno@clisp.org>
34786
34787         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
34788         unused variable.
34789
34790 2007-03-17  Bruno Haible  <bruno@clisp.org>
34791
34792         * tests/test-c-strcasecmp.c: Include c-strcase.h.
34793         * tests/test-c-strncasecmp.c: Likewise.
34794
34795 2007-03-17  Bruno Haible  <bruno@clisp.org>
34796
34797         * modules/stdlib (Depends-on): Add unistd.
34798         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
34799         Needed for MacOS X 10.3.
34800
34801 2007-03-17  Bruno Haible  <bruno@clisp.org>
34802
34803         * lib/unistr/u-strdup.h: Include <stdlib.h>.
34804
34805 2007-03-17  Bruno Haible  <bruno@clisp.org>
34806
34807         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
34808
34809 2007-03-17  Bruno Haible  <bruno@clisp.org>
34810
34811         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
34812         to reflect files copied from gnulib (with or without modifications).
34813         Suggested by Jim Meyering.
34814
34815 2007-03-17  Eric Blake  <ebb9@byu.net>
34816
34817         * NEWS: Document stdlib change from 2007-02-18.
34818
34819 2007-03-17  Jim Meyering  <jim@meyering.net>
34820
34821         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
34822         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
34823         someone uses a name containing shell meta-characters.
34824         Reported by Alfred M. Szmidt.
34825
34826         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
34827
34828 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
34829
34830         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
34831         and copy gettext configuration files only if configure.ac contains
34832         a use of AM_GNU_GETTEXT_VERSION.
34833
34834 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
34835
34836         * build-aux/bootstrap (gnulib_name): New variable.
34837         (gnulib_tool_options): Use it.
34838
34839 2007-03-13  Simon Josefsson  <simon@josefsson.org>
34840
34841         * tests/test-des.c: Use new namespace.
34842
34843 2007-03-15  Bruno Haible  <bruno@clisp.org>
34844
34845         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
34846         Reported by James Youngman <jay@gnu.org>.
34847
34848 2007-03-15  Bruno Haible  <bruno@clisp.org>
34849
34850         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
34851         declared prototype. Needed with cc on OSF/1 5.1.
34852
34853 2007-03-15  Bruno Haible  <bruno@clisp.org>
34854
34855         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
34856         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
34857         (struct gl_list_implementation): Add dispose_fn argument to the
34858         'create_empty', 'create' methods.
34859         (struct gl_list_impl_base): Add field 'dispose_fn'.
34860         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
34861         argument.
34862         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
34863         dispose_fn argument.
34864         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
34865         dispose_fn on the dropped values.
34866         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
34867         dispose_fn argument.
34868         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
34869         dropped values.
34870         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
34871         (gl_tree_remove_node): Call dispose_fn on the dropped value.
34872         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
34873         (gl_tree_remove_node): Call dispose_fn on the dropped value.
34874         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
34875         argument.
34876         (gl_tree_list_free): Call dispose_fn on the dropped values.
34877         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
34878         the dropped values.
34879         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
34880         Add dispose_fn argument.
34881         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
34882         Call dispose_fn on the dropped values.
34883         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
34884         Add dispose_fn argument.
34885         (gl_sublist_create): Initialize the 'dispose_fn' field.
34886         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
34887         * tests/test-array_list.c (main): Update.
34888         * tests/test-carray_list.c (main): Update.
34889         * tests/test-avltree_list.c (main): Update.
34890         * tests/test-rbtree_list.c (main): Update.
34891         * tests/test-avltreehash_list.c (main): Update.
34892         * tests/test-rbtreehash_list.c (main): Update.
34893         * tests/test-linked_list.c (main): Update.
34894         * tests/test-linkedhash_list.c (main): Update.
34895         * tests/test-array_oset.c (main): Update.
34896
34897 2007-03-15  Bruno Haible  <bruno@clisp.org>
34898
34899         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
34900         (gl_oset_create_empty): Add dispose_fn argument.
34901         (struct gl_oset_implementation): Add dispose_fn argument to
34902         'create_empty' method.
34903         (struct gl_oset_impl_base): Add dispose_fn field.
34904         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
34905         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
34906         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
34907         values.
34908         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
34909         (gl_tree_oset_free): Call dispose_fn on the dropped values.
34910         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
34911         dropped value.
34912         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
34913         dropped value.
34914         * tests/test-array_oset.c (main): Update.
34915         * tests/test-avltree_oset.c (main): Update.
34916         * tests/test-rbtree_oset.c (main): Update.
34917         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
34918
34919 2007-03-13  Bruno Haible  <bruno@clisp.org>
34920
34921         * tests/test-stdbool.c (i): Update after last patch.
34922
34923 2007-03-12  Bruno Haible  <bruno@clisp.org>
34924
34925         * lib/quotearg.c: Include <wctype.h> early, before the definition of
34926         the iswprint macro. Needed on Solaris 2.5.1.
34927
34928 2007-03-12  Bruno Haible  <bruno@clisp.org>
34929
34930         * tests/test-printf-frexp.c (main): Declare x as volatile.
34931
34932 2007-03-12  Simon Josefsson  <simon@josefsson.org>
34933
34934         * doc/gnulib.texi (Build robot for gnulib): New section.
34935
34936 2007-03-12  Jim Meyering  <jim@meyering.net>
34937
34938         * build-aux/bootstrap: New file.
34939         * build-aux/bootstrap.conf: New file, from coreutils.
34940
34941 2007-03-11  Bruno Haible  <bruno@clisp.org>
34942
34943         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
34944
34945 2007-03-12  Simon Josefsson  <simon@josefsson.org>
34946
34947         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
34948         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
34949         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
34950
34951 2007-03-11  Bruno Haible  <bruno@clisp.org>
34952
34953         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
34954         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
34955
34956 2007-03-11  Bruno Haible  <bruno@clisp.org>
34957
34958         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
34959         formula. Needed for SunPRO C 5.0.
34960
34961 2007-03-11  Bruno Haible  <bruno@clisp.org>
34962
34963         * modules/long-options (Depends-on): Add getopt.
34964
34965 2007-03-11  Bruno Haible  <bruno@clisp.org>
34966
34967         * modules/modechange (Depends-on): Add stdbool.
34968
34969 2007-03-11  Bruno Haible  <bruno@clisp.org>
34970
34971         * modules/i-ring (Depends-on): Add stdbool.
34972
34973 2007-03-11  Bruno Haible  <bruno@clisp.org>
34974
34975         * modules/gc-des (Depends-on): Add stdbool.
34976
34977 2007-03-11  Bruno Haible  <bruno@clisp.org>
34978
34979         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
34980
34981 2007-03-11  Bruno Haible  <bruno@clisp.org>
34982
34983         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
34984
34985 2007-03-11  Bruno Haible  <bruno@clisp.org>
34986
34987         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
34988
34989 2007-03-11  Bruno Haible  <bruno@clisp.org>
34990
34991         * lib/vasnprintf.c (sprintf): Undefine.
34992
34993 2007-03-11  Bruno Haible  <bruno@clisp.org>
34994
34995         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
34996         initializers in SunPRO C and Compaq C compilers.
34997
34998 2007-03-11  Bruno Haible  <bruno@clisp.org>
34999
35000         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
35001         decrementing code ANSI C compliant.
35002
35003 2007-03-11  Bruno Haible  <bruno@clisp.org>
35004
35005         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
35006         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
35007
35008 2007-03-11  Bruno Haible  <bruno@clisp.org>
35009
35010         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
35011         <stdbool.h> substitute doesn't pass.
35012
35013 2007-03-11  Bruno Haible  <bruno@clisp.org>
35014
35015         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
35016
35017 2007-03-11  Bruno Haible  <bruno@clisp.org>
35018
35019         * gnulib-tool (func_create_megatestdir): Create also an autobuild
35020         script, for submission to autobuild.josefsson.org.
35021
35022 2007-03-10  Bruno Haible  <bruno@clisp.org>
35023
35024         * modules/canonicalize-lgpl-tests: New file.
35025         * tests/test-canonicalize-lgpl.sh: New file.
35026         * tests/test-canonicalize-lgpl.c: New file.
35027
35028         * modules/c-strcase-tests: New file.
35029         * tests/test-c-strcase.sh: New file.
35030         * tests/test-c-strcasecmp.c: New file.
35031         * tests/test-c-strncasecmp.c: New file.
35032
35033         * modules/atexit-tests: New file.
35034         * tests/test-atexit.sh: New file.
35035         * tests/test-atexit.c: New file.
35036
35037 2007-03-10  Bruno Haible  <bruno@clisp.org>
35038
35039         * tests/test-binary-io.sh: Use temporary filenames that are not so
35040         likely to clash with those of other tests (in a parallel make).
35041         * tests/test-binary-io.c: Likewise.
35042
35043 2007-03-10  Bruno Haible  <bruno@clisp.org>
35044
35045         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
35046         fallback; use #error instead.
35047         Suggested by Simon Josefsson.
35048
35049 2007-03-10  Bruno Haible  <bruno@clisp.org>
35050
35051         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
35052         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
35053         first and the last.
35054
35055 2007-03-10  Bruno Haible  <bruno@clisp.org>
35056
35057         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
35058
35059 2007-03-10  Bruno Haible  <bruno@clisp.org>
35060
35061         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
35062         "make distcheck".
35063         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
35064         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
35065         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
35066
35067 2007-03-10  Bruno Haible  <bruno@clisp.org>
35068
35069         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
35070         variable.
35071         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
35072         variable.
35073
35074 2007-03-09  Eric Blake  <ebb9@byu.net>
35075         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
35076
35077         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
35078         types are not being provided by gnulib.
35079         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
35080         types are supported.
35081
35082 2007-03-10  Bruno Haible  <bruno@clisp.org>
35083
35084         * lib/stdio_.h (__attribute__): New macro.
35085         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
35086         vsprintf): Specify __attribute__ __format__ for GCC.
35087         Suggested by Eric Blake.
35088
35089 2007-03-09  Bruno Haible  <bruno@clisp.org>
35090
35091         * modules/printf-posix-tests: New file.
35092         * tests/test-printf-posix.sh: New file.
35093         * tests/test-printf-posix.c: New file.
35094
35095         * modules/printf-posix: New file.
35096         * lib/printf.c: New file.
35097         * m4/printf-posix-rpl.m4: New file.
35098         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
35099         REPLACE_PRINTF.
35100         * lib/stdio_.h (printf): New declaration.
35101         (format, __format__, ____printf____, ____scanf____, ____strftime____,
35102         ____strfmon____): New macros.
35103         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
35104         REPLACE_PRINTF.
35105
35106 2007-03-09  Bruno Haible  <bruno@clisp.org>
35107
35108         * tests/test-vasnprintf-posix2.sh: New file.
35109         * tests/test-vasnprintf-posix2.c: New file.
35110         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
35111         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
35112         (Makefile.am): Activate test-vasnprintf-posix2.sh.
35113
35114         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
35115         a locale dependent decimal point, rather than always '.'.
35116
35117 2007-03-09  Eric Blake  <ebb9@byu.net>
35118
35119         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
35120         spite of platforms like Tandem/NSK that define it to -1.
35121
35122 2007-03-08  Bruno Haible  <bruno@clisp.org>
35123
35124         * modules/vprintf-posix-tests: New file.
35125         * tests/test-vprintf-posix.sh: New file.
35126         * tests/test-vprintf-posix.c: New file.
35127         * tests/test-printf-posix.h: New file.
35128
35129         * modules/vprintf-posix: New file.
35130         * lib/vprintf.c: New file.
35131         * m4/vprintf-posix.m4: New file.
35132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
35133         REPLACE_VPRINTF.
35134         * lib/stdio_.h (vprintf): New declaration.
35135         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
35136         REPLACE_VPRINTF.
35137
35138 2007-03-08  Bruno Haible  <bruno@clisp.org>
35139
35140         * modules/fprintf-posix-tests: New file.
35141         * tests/test-fprintf-posix.sh: New file.
35142         * tests/test-fprintf-posix.c: New file.
35143
35144         * modules/fprintf-posix: New file.
35145         * lib/fprintf.c: New file.
35146         * m4/fprintf-posix.m4: New file.
35147         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
35148         REPLACE_FPRINTF.
35149         * lib/stdio_.h (fprintf): New declaration.
35150         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
35151         REPLACE_FPRINTF.
35152
35153 2007-03-08  Bruno Haible  <bruno@clisp.org>
35154
35155         * modules/vfprintf-posix-tests: New file.
35156         * tests/test-vfprintf-posix.sh: New file.
35157         * tests/test-vfprintf-posix.c: New file.
35158         * tests/test-fprintf-posix.h: New file.
35159         * tests/test-fprintf-posix.out: New file.
35160
35161         * modules/vfprintf-posix: New file.
35162         * lib/vfprintf.c: New file.
35163         * m4/vfprintf-posix.m4: New file.
35164         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
35165         REPLACE_VFPRINTF.
35166         * lib/stdio_.h (vfprintf): New declaration.
35167         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
35168         REPLACE_VFPRINTF.
35169
35170 2007-03-08  Bruno Haible  <bruno@clisp.org>
35171
35172         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
35173
35174 2007-03-08  Bruno Haible  <bruno@clisp.org>
35175
35176         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
35177         instead of 'expr' invocations.
35178         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35179         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35180         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35181         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35182         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35183         Suggested by Paul Eggert.
35184
35185 2007-03-08  Bruno Haible  <bruno@clisp.org>
35186
35187         * modules/fseterr-tests: New file.
35188         * tests/test-fseterr.c: New file.
35189
35190         * modules/fseterr: New file.
35191         * lib/fseterr.h: New file.
35192         * lib/fseterr.c: New file.
35193
35194 2007-03-08  Bruno Haible  <bruno@clisp.org>
35195
35196         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
35197         * lib/getopt_.h: Likewise.
35198         * lib/mbswidth.h: Likewise.
35199         * lib/setenv.h: Likewise.
35200         * lib/vasnprintf.h: Likewise.
35201         * lib/vasprintf.h: Likewise.
35202         * lib/verror.h: Likewise.
35203         * lib/xsetenv.h: Likewise.
35204         * lib/xvasprintf.h: Likewise.
35205
35206 2007-03-08  Jim Meyering  <jim@meyering.net>
35207
35208         * users.txt: Add parted.
35209
35210         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
35211
35212 2007-03-07  Bruno Haible  <bruno@clisp.org>
35213
35214         * m4/printf.m4: Make the shell script snippets copy&pastable.
35215
35216 2007-03-02  Bruno Haible  <bruno@clisp.org>
35217
35218         * lib/netinet_in_.h: New file.
35219         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
35220         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
35221         * modules/netinet_in (Files): Add lib/netinet_in_.h.
35222         (Depends-on): Add absolute-header.
35223         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
35224         into netinet/in.h.
35225
35226 2007-03-03  Bruno Haible  <bruno@clisp.org>
35227
35228         * lib/sys_select_.h: New file.
35229         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
35230         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
35231         * modules/sys_select (Files): Add lib/sys_select_.h.
35232         (Depends-on): Add absolute-header.
35233         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
35234         into sys/select.h.
35235
35236 2007-03-02  Bruno Haible  <bruno@clisp.org>
35237
35238         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
35239         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
35240         values.
35241         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
35242         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
35243         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
35244         * modules/sys_socket (Depends-on): Add absolute-header.
35245         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
35246         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
35247         (Include): Remove requirement of inclusion of <sys/types.h>.
35248
35249 2007-03-02  Bruno Haible  <bruno@clisp.org>
35250
35251         * lib/byteswap_.h (bswap_32): Fix formula.
35252
35253 2007-03-06  Bruno Haible  <bruno@clisp.org>
35254
35255         * modules/sprintf-posix-tests: New file.
35256         * tests/test-sprintf-posix.c: New file.
35257
35258         * modules/sprintf-posix: New file.
35259         * lib/sprintf.c: New file.
35260         * m4/sprintf-posix.m4: New file.
35261         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
35262         REPLACE_SPRINTF.
35263         * lib/stdio_.h (sprintf): New declaration.
35264         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
35265         REPLACE_SPRINTF.
35266
35267 2007-03-06  Bruno Haible  <bruno@clisp.org>
35268
35269         * modules/vsprintf-posix-tests: New file.
35270         * tests/test-vsprintf-posix.c: New file.
35271         * tests/test-sprintf-posix.h: New file.
35272
35273         * modules/vsprintf-posix: New file.
35274         * lib/vsprintf.c: New file.
35275         * m4/vsprintf-posix.m4: New file.
35276         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
35277         REPLACE_VSPRINTF.
35278         * lib/stdio_.h (vsprintf): New declaration.
35279         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
35280         REPLACE_VSPRINTF.
35281
35282 2007-03-06  Bruno Haible  <bruno@clisp.org>
35283
35284         * modules/vsnprintf (Depend-on): Remove minmax.
35285
35286 2007-03-06  Bruno Haible  <bruno@clisp.org>
35287
35288         * modules/snprintf-posix-tests: New file.
35289         * tests/test-snprintf-posix.c: New file.
35290
35291         * modules/snprintf-posix: New file.
35292         * m4/snprintf-posix.m4: New file.
35293         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
35294         gl_FUNC_SNPRINTF.
35295         (gl_FUNC_SNPRINTF): Invoke it.
35296         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
35297         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
35298         is set.
35299         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
35300
35301 2007-03-06  Bruno Haible  <bruno@clisp.org>
35302
35303         * modules/vsnprintf-posix-tests: New file.
35304         * tests/test-vsnprintf-posix.c: New file.
35305         * tests/test-snprintf-posix.h: New file.
35306
35307         * modules/vsnprintf-posix: New file.
35308         * m4/vsnprintf-posix.m4: New file.
35309         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
35310         gl_FUNC_VSNPRINTF.
35311         (gl_FUNC_VSNPRINTF): Invoke it.
35312         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
35313         * lib/stdio_.h (vsnprintf): Define as a replacement if
35314         REPLACE_VSNPRINTF is set.
35315         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
35316
35317 2007-03-06  Bruno Haible  <bruno@clisp.org>
35318
35319         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
35320         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
35321
35322 2007-03-06  Bruno Haible  <bruno@clisp.org>
35323
35324         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
35325         (asinl): Declare also if HAVE_DECL_ASINL is set.
35326         (atanl): Declare also if HAVE_DECL_ATANL is set.
35327         (ceill): Declare also if HAVE_DECL_CEILL is set.
35328         (cosl): Declare also if HAVE_DECL_COSL is set.
35329         (expl): Declare also if HAVE_DECL_EXPL is set.
35330         (floorl): Declare also if HAVE_DECL_FLOORL is set.
35331         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
35332         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
35333         (logl): Declare also if HAVE_DECL_LOGL is set.
35334         (sinl): Declare also if HAVE_DECL_SINL is set.
35335         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
35336         (tanl): Declare also if HAVE_DECL_TANL is set.
35337         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
35338         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
35339         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
35340         declaration of frexpl, ldexpl.
35341         * modules/printf-frexpl (Depends-on): Add math.
35342         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
35343
35344 2007-03-05  Bruno Haible  <bruno@clisp.org>
35345
35346         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
35347         frexpl and ldexpl are declared.
35348         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
35349
35350 2007-03-05  Bruno Haible  <bruno@clisp.org>
35351
35352         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
35353         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
35354
35355 2007-03-05  Bruno Haible  <bruno@clisp.org>
35356
35357         * lib/stdio_.h: Include <stddef.h>.
35358
35359 2007-03-05  Bruno Haible  <bruno@clisp.org>
35360
35361         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
35362
35363 2007-03-05  Bruno Haible  <bruno@clisp.org>
35364
35365         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
35366         NetBSD 4, from Ralf Wildenhues.
35367
35368 2007-03-04  Bruno Haible  <bruno@clisp.org>
35369
35370         * lib/vasprintf.h: Update #if logic for the case when the functions
35371         exist but are overridden.
35372
35373 2007-03-04  Bruno Haible  <bruno@clisp.org>
35374
35375         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
35376         implementations: glibc-2.4 and MacOS X 10.3.
35377         * tests/test-vasnprintf-posix.c (test_function): Test also the case
35378         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
35379         * tests/test-vasprintf-posix.c (test_function): Likewise.
35380
35381 2007-03-04  Bruno Haible  <bruno@clisp.org>
35382
35383         * modules/vasprintf-posix-tests: New file.
35384         * tests/test-vasprintf-posix.c: New file.
35385
35386         * modules/vasprintf-posix: New file.
35387         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
35388         defined.
35389         * m4/vasprintf-posix.m4: New file.
35390         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
35391         gl_FUNC_VASPRINTF.
35392         (gl_FUNC_VASPRINTF): Invoke it.
35393         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
35394         here.
35395         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
35396
35397 2007-03-04  Bruno Haible  <bruno@clisp.org>
35398
35399         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
35400         REPLACE_GETTIMEOFDAY.
35401         * modules/sys_time (Makefile.am): Likewise.
35402         * m4/sys_time_h.m4: Likewise.
35403         * m4/gettimeofday.m4: Likewise.
35404
35405 2007-03-04  Bruno Haible  <bruno@clisp.org>
35406
35407         * modules/vasnprintf-posix-tests: New file.
35408         * tests/test-vasnprintf-posix.c: New file.
35409
35410         * modules/vasnprintf-posix: New file.
35411         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
35412         printf-frexpl.h.
35413         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
35414         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
35415         REPLACE_VASNPRINTF is defined.
35416         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
35417         gl_FUNC_VASNPRINTF.
35418         (gl_FUNC_VASNPRINTF): Invoke it.
35419         * m4/vasnprintf-posix.m4: New file.
35420         * m4/printf.m4: New file.
35421
35422 2007-03-04  Bruno Haible  <bruno@clisp.org>
35423
35424         Compile progreloc.c only if --enable-relocatable is specified.
35425         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
35426         if --enable-relocatable was specified.
35427         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
35428         lib_SOURCES.
35429
35430 2007-03-04  Jim Meyering  <jim@meyering.net>
35431
35432         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
35433         Use it consistently, rather than enumerating errno constants.
35434
35435 2007-03-04  Bruno Haible  <bruno@clisp.org>
35436
35437         * modules/xvasprintf-tests: New file.
35438         * tests/test-xvasprintf.c: New file.
35439
35440         * modules/vasprintf-tests: New file.
35441         * tests/test-vasprintf.c: New file.
35442
35443         * modules/vasnprintf-tests: New file.
35444         * tests/test-vasnprintf.c: New file.
35445
35446         * modules/vsnprintf-tests: New file.
35447         * tests/test-vsnprintf.c: New file.
35448
35449         * modules/snprintf-tests: New file.
35450         * tests/test-snprintf.c: New file.
35451
35452 2007-03-04  Bruno Haible  <bruno@clisp.org>
35453
35454         Compile relocatable.c only if --enable-relocatable is specified.
35455         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
35456         gl_RELOCATABLE_LIBRARY.
35457         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
35458         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
35459         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
35460         gl_RELOCATABLE_LIBRARY.
35461         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
35462         (Makefile.am): Remove lib_SOURCES.
35463         * modules/relocatable-lib-lgpl (configure.ac): Invoke
35464         gl_RELOCATABLE_LIBRARY.
35465         (Makefile.am): Remove lib_SOURCES.
35466         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
35467         always.
35468         * modules/relocatable-prog-wrapper (configure.ac): Invoke
35469         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
35470
35471 2007-03-04  Bruno Haible  <bruno@clisp.org>
35472
35473         * modules/argmatch-tests: New file.
35474         * tests/test-argmatch.c: New file.
35475
35476         * tests/test-allocsa.c (main): Halve the number of loop runs.
35477
35478         * modules/alloca-opt-tests: New file.
35479         * tests/test-alloca-opt.c: New file.
35480
35481 2007-03-04  Jim Meyering  <jim@meyering.net>
35482
35483         Work around difference between Linux ACLs and Solaris 10 ZFS.
35484         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
35485         for EINVAL.
35486
35487 2007-03-03  Bruno Haible  <bruno@clisp.org>
35488
35489         * modules/relocatable-prog (Depends-on): Add back progreloc's
35490         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
35491
35492 2007-03-03  Bruno Haible  <bruno@clisp.org>
35493
35494         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
35495         * modules/relocatable-lib: New file.
35496
35497 2007-03-03  Bruno Haible  <bruno@clisp.org>
35498
35499         * modules/relocatable-prog: Renamed from modules/relocatable.
35500         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
35501
35502 2007-03-03  Bruno Haible  <bruno@clisp.org>
35503
35504         * modules/relocatable-script (Files): Add doc/relocatable.texi,
35505         m4/relocatable-lib.m4.
35506         (Depends-on): Remove 'relocatable'.
35507         (configure.ac): Add gl_RELOCATABLE_NOP.
35508
35509 2007-03-03  Bruno Haible  <bruno@clisp.org>
35510
35511         * modules/relocatable-prog-wrapper: New file.
35512         * modules/relocatable (Depends-on): Add it. Remove all other
35513         dependencies except progname.
35514         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
35515
35516         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
35517         (gl_FUNC_STRERROR): Nop.
35518         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
35519
35520         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
35521         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
35522
35523         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
35524         (gl_FUNC_READLINK): Update.
35525
35526         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
35527
35528 2007-03-03  Bruno Haible  <bruno@clisp.org>
35529
35530         * lib/xreadlink.c: Include <unistd.h> unconditionally.
35531         * modules/xreadlink (Depends-on): Add unistd.
35532         * modules/xreadlink-with-size (Depends-on): Likewise.
35533
35534 2007-03-03  Bruno Haible  <bruno@clisp.org>
35535
35536         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
35537         extracted from gt_FUNC_SETENV.
35538         (gt_FUNC_SETENV): Remove macro.
35539         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
35540         remove gt_FUNC_SETENV.
35541
35542 2007-03-03  Bruno Haible  <bruno@clisp.org>
35543
35544         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
35545         ENABLE_RELOCATABLE here.
35546         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
35547
35548 2007-03-03  Bruno Haible  <bruno@clisp.org>
35549
35550         * modules/rbtreehash-list-tests (Depends-on): Add progname.
35551         * tests/test-rbtreehash_list.c: Include progname.h.
35552         (main): Call set_program_name.
35553
35554         * modules/rbtree-oset-tests (Depends-on): Add progname.
35555         * tests/test-rbtree_oset.c: Include progname.h.
35556         (main): Call set_program_name.
35557
35558         * modules/rbtree-list-tests (Depends-on): Add progname.
35559         * tests/test-rbtree_list.c: Include progname.h.
35560         (main): Call set_program_name.
35561
35562         * modules/linked-list-tests (Depends-on): Add progname.
35563         * tests/test-linked_list.c: Include progname.h.
35564         (main): Call set_program_name.
35565
35566 2007-03-03  Bruno Haible  <bruno@clisp.org>
35567
35568         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
35569         All uses of __restrict changed to _Restrict_.
35570         * lib/glob_.h (__restrict): Remove macro.
35571
35572 2007-03-02  Bruno Haible  <bruno@clisp.org>
35573
35574         * modules/gettext (configure.ac): Require gettext infrastructure
35575         from version 0.16.1.
35576
35577 2007-03-02  Bruno Haible  <bruno@clisp.org>
35578
35579         * modules/linkedhash-list-tests (Depends-on): Add progname.
35580         * tests/test-linkedhash_list.c: Include progname.h.
35581         (main): Call set_program_name.
35582
35583         * modules/carray-list-tests (Depends-on): Add progname.
35584         * tests/test-carray_list.c: Include progname.h.
35585         (main): Call set_program_name.
35586
35587         * modules/avltreehash-list-tests (Depends-on): Add progname.
35588         * tests/test-avltreehash_list.c: Include progname.h.
35589         (main): Call set_program_name.
35590
35591         * modules/avltree-oset-tests (Depends-on): Add progname.
35592         * tests/test-avltree_oset.c: Include progname.h.
35593         (main): Call set_program_name.
35594
35595         * modules/avltree-list-tests (Depends-on): Add progname.
35596         * tests/test-avltree_list.c: Include progname.h.
35597         (main): Call set_program_name.
35598
35599         * modules/array-oset-tests (Depends-on): Add progname.
35600         * tests/test-array_oset.c: Include progname.h.
35601         (main): Call set_program_name.
35602
35603         * modules/array-list-tests (Depends-on): Add progname.
35604         * tests/test-array_list.c: Include progname.h.
35605         (main): Call set_program_name.
35606
35607         * modules/argp-tests (Depends-on): Add progname.
35608         * tests/test-argp.c: Include argp.h first. Include progname.h.
35609         (main): Call set_program_name.
35610
35611 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
35612
35613         * doc/gnulib-tool.texi (Initial import): Reword description of
35614         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
35615         limited effect even if defined after the first system include.
35616
35617 2007-03-01  Bruno Haible  <bruno@clisp.org>
35618
35619         * build-aux/config.libpath: Update to libtool-1.5.22.
35620         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
35621
35622 2007-03-01  Bruno Haible  <bruno@clisp.org>
35623
35624         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
35625         foo_CFLAGS.
35626         Reported by Ralf Wildenhues.
35627
35628 2007-03-01  Bruno Haible  <bruno@clisp.org>
35629
35630         * build-aux/install-reloc: Remove object files left over by some
35631         compilers.
35632         Reported by Ralf Wildenhues.
35633
35634 2007-03-01  Bruno Haible  <bruno@clisp.org>
35635
35636         * build-aux/install-reloc: Break long lines.
35637
35638 2007-03-01  Bruno Haible  <bruno@clisp.org>
35639
35640         * doc/relocatable.texi: Document that it may not work on OpenBSD.
35641         Reported by Ralf Wildenhues.
35642
35643 2007-03-01  Bruno Haible  <bruno@clisp.org>
35644
35645         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
35646         include ordering constraints.
35647
35648 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35649
35650         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
35651         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
35652         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
35653         as another example.
35654         * lib/time_.h: Fix misspelling.
35655         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35656         Require gl_HEADER_TIME_H_DEFAULTS.
35657         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
35658         * m4/time_r.m4 (gl_TIME_R): Likewise.
35659         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
35660
35661 2007-03-01  Bruno Haible  <bruno@clisp.org>
35662
35663         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
35664         * m4/utimens.m4 (gl_UTIMENS): Likewise.
35665
35666 2007-03-01  Jim Meyering  <jim@meyering.net>
35667
35668         * modules/xreadlink (Maintainer): Add my name.
35669         * modules/xreadlink-with-size (Depends-on): Alphabetize.
35670
35671 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
35672             Bruno Haible  <bruno@clisp.org>
35673
35674         * build-aux/install-reloc: Compile also c-ctype.c.
35675         * build-aux/relocatable.sh.in: New file.
35676         * doc/relocatable.texi: New file.
35677         * doc/relocatable-maint.texi: New file.
35678         * doc/gnulib.texi: Include relocatable-maint.texi.
35679         * lib/progreloc.c: Include unistd.h unconditionally.
35680         * lib/relocwrapper.c: Include unistd.h unconditionally.
35681         Include c-ctype.h.
35682         (add_dotbin): Use c_tolower.
35683         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
35684         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
35685         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
35686         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
35687         to m4/relocatable-lib.m4.
35688         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
35689         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
35690         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
35691         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
35692         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
35693         * modules/relocatable: New file.
35694         * modules/relocatable-lib: New file.
35695         * modules/relocatable-script: New file.
35696
35697 2007-02-28  Bruno Haible  <bruno@clisp.org>
35698
35699         Import --enable-relocatable infrastructure.
35700         * build-aux/config.libpath: New file, from GNU gettext.
35701         * build-aux/install-reloc: New file, from GNU gettext.
35702         * build-aux/reloc-ldflags: New file, from GNU gettext.
35703         * lib/relocatable.h: New file, from GNU gettext.
35704         * lib/relocatable.c: New file, from GNU gettext.
35705         * lib/relocwrapper.c: New file, from GNU gettext.
35706         * m4/relocatable.m4: New file, from GNU gettext.
35707
35708 2007-02-28  Bruno Haible  <bruno@clisp.org>
35709
35710         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
35711
35712         * modules/xreadlink: New file, from GNU gettext with modifications.
35713         * lib/xreadlink.c: New file, from GNU gettext.
35714         * lib/xreadlink.h: Add comments.
35715         (xreadlink): New declaration.
35716
35717         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
35718         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
35719         lib/xreadlink-with-size.c.
35720         (configure.ac): Remove gl_XREADLINK invocation.
35721         (Makefile.am): Augment lib_SOURCES.
35722         * m4/xreadlink.m4: Remove file.
35723         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
35724         (xreadlink_with_size): Renamed from xreadink.
35725         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
35726         * modules/canonicalize (Depends-on): Replace xreadlink with
35727         xreadlink-with-size.
35728         * lib/canonicalize.c (canonicalize_filename_mode): Update.
35729
35730 2007-02-25  Jim Meyering  <jim@meyering.net>
35731
35732         * build-aux/announce-gen: When complaining about excess arguments,
35733         list them.
35734
35735 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         * README: Document signed integer overflow situation more
35738         accurately.
35739
35740 2007-02-25  Bruno Haible  <bruno@clisp.org>
35741
35742         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
35743         'a' or 'A' conversion.
35744
35745 2007-02-25  Bruno Haible  <bruno@clisp.org>
35746
35747         * modules/filename: Renamed from modules/pathname.
35748         (Files): Replace lib/pathname.h with lib/filename.h. Replace
35749         lib/concatpath.c with lib/concat-filename.c.
35750         (Makefile.am): Update.
35751         (Include): Replace pathname.h with filename.h.
35752         * lib/filename.h: Renamed from lib/pathname.h.
35753         (concatenated_filename): Renamed from concatenated_pathname.
35754         * lib/concat-filename.c: Renamed from lib/concatpath.c.
35755         (concatenated_filename): Renamed from concatenated_pathname.
35756         * lib/findprog.c: Include filename.h instead of pathname.h.
35757         (find_in_path): Update.
35758         * lib/javacomp.c: Include filename.h instead of pathname.h.
35759         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
35760         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
35761         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
35762         is_oldgcj_14_13_usable, is_javac_usable): Update.
35763         * lib/javaexec.c: Include filename.h instead of pathname.h.
35764         (execute_java_class): Update.
35765         * modules/findprog: Update.
35766         * modules/javacomp: Update.
35767         * modules/javaexec: Update.
35768         * MODULES.html.sh (File system functions): Add 'filename', remove
35769         'pathname'.
35770
35771 2007-02-25  Bruno Haible  <bruno@clisp.org>
35772
35773         * modules/printf-frexpl-tests: New file.
35774         * tests/test-printf-frexpl.c: New file.
35775
35776         * modules/printf-frexpl: New file.
35777         * lib/printf-frexpl.h: New file.
35778         * lib/printf-frexpl.c: New file.
35779         * m4/printf-frexpl.m4: New file.
35780
35781 2007-02-25  Bruno Haible  <bruno@clisp.org>
35782
35783         * modules/printf-frexp-tests: New file.
35784         * tests/test-printf-frexp.c: New file.
35785
35786         * modules/printf-frexp: New file.
35787         * lib/printf-frexp.h: New file.
35788         * lib/printf-frexp.c: New file.
35789         * m4/printf-frexp.m4: New file.
35790
35791 2007-02-25  Bruno Haible  <bruno@clisp.org>
35792
35793         Assume automake >= 1.10 for the tests.
35794         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
35795         * modules/arctwo-tests: Likewise.
35796         * modules/argp-tests: Likewise.
35797         * modules/avltree-list-tests: Likewise.
35798         * modules/avltree-oset-tests: Likewise.
35799         * modules/avltreehash-list-tests: Likewise.
35800         * modules/carray-list-tests: Likewise.
35801         * modules/crc-tests: Likewise.
35802         * modules/des-tests: Likewise.
35803         * modules/gc-arcfour-tests: Likewise.
35804         * modules/gc-arctwo-tests: Likewise.
35805         * modules/gc-des-tests: Likewise.
35806         * modules/gc-hmac-md5-tests: Likewise.
35807         * modules/gc-hmac-sha1-tests: Likewise.
35808         * modules/gc-md2-tests: Likewise.
35809         * modules/gc-md4-tests: Likewise.
35810         * modules/gc-md5-tests: Likewise.
35811         * modules/gc-pbkdf2-sha1-tests: Likewise.
35812         * modules/gc-rijndael-tests: Likewise.
35813         * modules/gc-sha1-tests: Likewise.
35814         * modules/gc-tests: Likewise.
35815         * modules/getaddrinfo-tests: Likewise.
35816         * modules/hmac-md5-tests: Likewise.
35817         * modules/hmac-sha1-tests: Likewise.
35818         * modules/linked-list-tests: Likewise.
35819         * modules/linkedhash-list-tests: Likewise.
35820         * modules/lock-tests: Likewise.
35821         * modules/md2-tests: Likewise.
35822         * modules/md4-tests: Likewise.
35823         * modules/md5-tests: Likewise.
35824         * modules/rbtree-list-tests: Likewise.
35825         * modules/rbtree-oset-tests: Likewise.
35826         * modules/rbtreehash-list-tests: Likewise.
35827         * modules/read-file-tests: Likewise.
35828         * modules/rijndael-tests: Likewise.
35829         * modules/stdint-tests: Likewise.
35830         * modules/tls-tests: Likewise.
35831
35832 2007-02-24  Bruno Haible  <bruno@clisp.org>
35833
35834         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
35835         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
35836         function; instead check whether isnan with a double argument links.
35837         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
35838         function; instead check whether isnan with a 'long double' argument
35839         links.
35840         Reported by Eric Blake <ebb9@byu.net>.
35841
35842 2007-02-24  Bruno Haible  <bruno@clisp.org>
35843
35844         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
35845         defined.
35846         * lib/isnanl.c: Remove all code. Just include isnan.c.
35847         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
35848
35849 2007-02-25  Jim Meyering  <jim@meyering.net>
35850
35851         Avoid conflicting types for 'unsetenv' on FreeBSD.
35852         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
35853         conflicting with FreeBSD's (5.0 and 6.1) function declaration
35854         in stdlib.h.
35855
35856 2007-02-24  Bruno Haible  <bruno@clisp.org>
35857
35858         * modules/isnanl-nolibm-tests: New file.
35859         * tests/test-isnanl.c: New file.
35860
35861         * modules/isnanl-nolibm: New file.
35862         * lib/isnanl.h: New file.
35863         * lib/isnanl.c: New file.
35864         * m4/isnanl.m4: New file.
35865
35866 2007-02-24  Bruno Haible  <bruno@clisp.org>
35867
35868         * modules/isnan-nolibm-tests: New file.
35869         * tests/test-isnan.c: New file.
35870
35871         * modules/isnan-nolibm: New file.
35872         * lib/isnan.h: New file.
35873         * lib/isnan.c: New file.
35874         * m4/isnan.m4: New file.
35875
35876 2007-02-24  Bruno Haible  <bruno@clisp.org>
35877
35878         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
35879         assume that an exponent fits in 20 bits.
35880
35881 2007-02-24  Jim Meyering  <jim@meyering.net>
35882
35883         * m4/regex.m4: Update the description of the configure-time option,
35884         --without-included-regex, to state accurately what the defaults are,
35885         and perhaps to give people an idea why using this option is risky.
35886
35887 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
35888
35889         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
35890         loops on small arguments.  This attempts to avoid the problem
35891         Bruno Haible reported for AIX 4.3.2 in
35892         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
35893
35894 2007-02-23  Bruno Haible  <bruno@clisp.org>
35895
35896         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
35897         Needed for help2man.
35898
35899 2007-02-23  Karl Berry  <karl@gnu.org>
35900
35901         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
35902         exists, foo.h should be cvs-ignored, not committed.
35903
35904 2007-02-23  Eric Blake  <ebb9@byu.net>
35905
35906         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
35907         * lib/stat-time.h (includes): Likewise.
35908         * lib/utimecmp.c (includes): Likewise.
35909         * lib/utimens.h (includes): Likewise.
35910         * lib/getdate.y (includes): Also include "timespec.h" for use
35911         internal to the module.
35912         * modules/utimens (Depends-on): Revert yesterday's patch.
35913         * modules/nanosleep (Depends-on): Add missing dependency.
35914
35915 2007-02-22  Bruno Haible  <bruno@clisp.org>
35916
35917         * lib/glob.c: Don't include getlogin_r.h.
35918
35919 2007-02-22  Jim Meyering  <jim@meyering.net>
35920
35921         * modules/utimens (Depends-on): Add timespec, required for
35922         utimens.h's inclusion of timespec.h.
35923
35924 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
35925
35926         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
35927         long unreadable paths in GNU/Linux.  Problem reported by Andreas
35928         Schwab in
35929         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
35930         I'll try to think of a better way to fix the Solaris problem.
35931
35932         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
35933         like glibc; on Solaris 10, it fails with errno == EINVAL.
35934         POSIX says the behavior is unspecified if the first argument is NULL,
35935         so play it safe and never pass NULL to the system getcwd.
35936
35937 2007-02-21  Jim Meyering  <jim@meyering.net>
35938
35939         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
35940         of gettimeofday.  It would conflict with the one now always
35941         provided via sys_time_.h.  Reported by Matthew Woehlke, as
35942         an IRIX 6.5 build failure.
35943
35944 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
35945
35946         Minor fixups to port to Solaris 10 with Sun C 5.8.
35947         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
35948         * modules/getcwd (Depends-on): Add dirfd.
35949         * lib/putenv.c (putenv): #undef it.
35950         (rpl_putenv): New decl.
35951         (malloc, free): Include <stdlib.h> rather than prototyping separately.
35952
35953 2007-02-20  Bruno Haible  <bruno@clisp.org>
35954
35955         * modules/stdio-tests: New file.
35956         * tests/test-stdio.c: New file.
35957
35958         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
35959         (Depends-on): Add stdio.
35960         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
35961         (Include): Use <stdio.h> instead of vsnprintf.h.
35962         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
35963         HAVE_DECL_VSNPRINTF.
35964         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
35965
35966         * modules/snprintf (Files): Remove lib/snprintf.h.
35967         (Depends-on): Add stdio.
35968         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
35969         (Include): Use <stdio.h> instead of snprintf.h.
35970         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
35971         HAVE_DECL_SNPRINTF.
35972         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
35973         * lib/getaddrinfo.c: Likewise.
35974
35975         * modules/stdio: New file.
35976         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
35977         * lib/snprintf.h: Remove file.
35978         * lib/vsnprintf.h: Remove file.
35979         * lib/.cppi-disable: Remove snprintf.h.
35980         * m4/stdio_h.m4: New file.
35981         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
35982
35983 2007-02-20  Jim Meyering  <jim@meyering.net>
35984
35985         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
35986         used by e.g., mingw.  From Bruno Haible.
35987
35988 2007-02-19  Bruno Haible  <bruno@clisp.org>
35989
35990         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
35991         warnings.
35992         Reported by Ben Pfaff <blp@cs.stanford.edu>.
35993
35994 2007-02-19  Bruno Haible  <bruno@clisp.org>
35995
35996         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
35997         from mingw users.
35998
35999 2007-02-19  Bruno Haible  <bruno@clisp.org>
36000
36001         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
36002         warnings.
36003         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
36004
36005 2007-02-19  Jim Meyering  <jim@meyering.net>
36006
36007         Don't use FD after a successful "fdopendir (fd)".
36008         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
36009         Reset it by calling dirfd on the just-obtained DIR*.
36010
36011         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
36012         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
36013
36014 2007-02-18  Bruno Haible  <bruno@clisp.org>
36015
36016         * lib/readlink.c: Include <unistd.h>.
36017         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
36018         HAVE_READLINK.
36019         * modules/readlink (Depends-on): Add unistd.
36020         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36021         (Include): Add <unistd.h>.
36022
36023         * lib/getlogin_r.h: Remove file.
36024         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
36025         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
36026         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
36027         HAVE_DECL_GETLOGIN_R.
36028         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
36029         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36030         (Include): Use <unistd.h> instead of getlogin_r.h.
36031
36032         * lib/getcwd.h: Remove file.
36033         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
36034         * lib/xgetcwd.c: Likewise.
36035         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
36036         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
36037         * modules/getcwd (Files): Remove lib/getcwd.h.
36038         (Depends-on): Add unistd.
36039         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36040         (Include): Use <unistd.h> instad of getcwd.h.
36041
36042         * lib/ftruncate.c: Include <unistd.h> first.
36043         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
36044         Set HAVE_FTRUNCATE.
36045         * modules/ftruncate (Depends-on): Add unistd.
36046         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36047
36048         * lib/fchdir.c: Include <unistd.h> first.
36049         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
36050         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
36051         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
36052         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36053         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
36054
36055         * lib/dup2.c: Include <unistd.h> first.
36056         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
36057         HAVE_DUP2.
36058         * modules/dup2 (Depends-on): Add unistd.
36059         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36060
36061         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
36062         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
36063         REPLACE_CHOWN. Don't define chown as a macro here.
36064         * modules/chown (Depends-on): Add unistd.
36065         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36066
36067         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
36068         Add definition for GL_LINK_WARNING.
36069         (chown, dup2): New declarations.
36070         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
36071         link warning.
36072         (ftruncate): New declaration.
36073         (getcwd): New declaration, taken from old getcwd.h.
36074         (getlogin_r): New declaration, taken from old getlogin_r.h.
36075         (readlink): New declaration.
36076         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
36077         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
36078         (gl_PREREQ_UNISTD): Remove macro.
36079         (gl_UNISTD_MODULE_INDICATOR): New macro.
36080         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
36081         many new variables. Don't set UNISTD_H.
36082         * modules/unistd (Description): Change.
36083         (Depends-on): Add link-warning.
36084         (configure.ac): Update.
36085         (Makefile.am): Create unistd.h always. Substitute many new variables
36086         into it.
36087
36088 2007-02-18  Bruno Haible  <bruno@clisp.org>
36089
36090         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
36091         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
36092         HAVE_GETSUBOPT.
36093         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
36094         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
36095         * lib/getsubopt.h: Remove file.
36096         * modules/getsubopt (Files): Remove lib/getsubopt.h.
36097         (Depends-on): Add stdlib.
36098         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36099         (Includes): Use <stdlib.h> instead of getsubopt.h.
36100         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
36101         Set HAVE_GETSUBOPT.
36102         * lib/getsubopt.c: Don't include getsubopt.h.
36103
36104 2007-02-18  Bruno Haible  <bruno@clisp.org>
36105
36106         * modules/fchdir (Depends-on): Add dup2.
36107
36108 2007-02-18  Bruno Haible  <bruno@clisp.org>
36109
36110         * lib/stdlib_.h: Handle glibc's special invocation convention
36111         specially.
36112
36113 2007-02-18  Bruno Haible  <bruno@clisp.org>
36114
36115         * modules/stdlib-tests: New file.
36116         * tests/test-stdlib.c: New file.
36117
36118         * modules/mkstemp (Files): Remove lib/mkstemp.h.
36119         (Depends-on): Add stdlib.
36120         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36121         (Includes): Use <stdlib.h> instead of mkstemp.h.
36122         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36123         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
36124         * lib/mkstemp.c: Don't include mkstemp.h.
36125         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
36126         * lib/stdlib--.h: Don't include mkstemp.h.
36127
36128         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
36129         (Depends-on): Add stdlib.
36130         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36131         (Includes): Use <stdlib.h> instead of mkdtemp.h.
36132         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36133         HAVE_MKDTEMP.
36134         * lib/mkdtemp.c: Don't include mkdtemp.h.
36135         * lib/clean-temp.c: Don't include mkdtemp.h.
36136
36137         * modules/exit (Files): Remove lib/exit.h.
36138         (Depends-on): Add stdlib.
36139         (Makefile.am): Remove lib_SOURCES.
36140         (Include): Use <stdlib.h> instead of exit.h.
36141         * lib/argmatch.c: Don't include exit.h.
36142         * lib/execute.c: Likewise.
36143         * lib/pagealign_alloc.c: Likewise.
36144         * lib/pipe.c: Likewise.
36145         * lib/wait-process.c: Likewise.
36146         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
36147         * lib/exitfail.c: Likewise.
36148         * lib/savewd.c: Likewise.
36149         * lib/xsetenv.c: Likewise.
36150
36151         * modules/stdlib: New file.
36152         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
36153         and extra comments about mkstemp().
36154         * lib/exit.h: Remove file.
36155         * lib/mkdtemp.h: Remove file.
36156         * lib/mkstemp.h: Remove file.
36157         * m4/stdlib_h.m4: New file.
36158         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
36159
36160 2007-02-18  Bruno Haible  <bruno@clisp.org>
36161
36162         * modules/math-tests: New file.
36163         * tests/test-math.c: New file.
36164
36165         * modules/math: New file.
36166         * modules/mathl (Files): Remove lib/mathl.h.
36167         (Depends-on): Add math.
36168         (Makefile.am): Don't mention mathl.h.
36169         (Include): Use <math.h> instead of mathl.h.
36170         * lib/math_.h: New file.
36171         * lib/mathl.h: Remove file.
36172         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
36173         mathl.h.
36174         * lib/asinl.c: Likewise.
36175         * lib/atanl.c: Likewise.
36176         * lib/ceill.c: Likewise.
36177         * lib/cosl.c: Likewise.
36178         * lib/expl.c: Likewise.
36179         * lib/floorl.c: Likewise.
36180         * lib/frexpl.c: Likewise.
36181         * lib/ldexpl.c: Likewise.
36182         * lib/logl.c: Likewise.
36183         * lib/sincosl.c: Likewise.
36184         * lib/sinl.c: Likewise.
36185         * lib/sqrtl.c: Likewise.
36186         * lib/tanl.c: Likewise.
36187         * lib/trigl.c: Likewise.
36188         * m4/math_h.m4: New file.
36189         * MODULES.html.sh (Mathematics): Add math.
36190
36191 2007-02-17  Bruno Haible  <bruno@clisp.org>
36192
36193         * modules/wctype-tests: New file.
36194         * tests/test-wctype.c: New file.
36195
36196         * modules/wchar-tests: New file.
36197         * tests/test-wchar.c: New file.
36198
36199         * modules/unistd-tests: New file.
36200         * tests/test-unistd.c: New file.
36201
36202         * modules/time-tests: New file.
36203         * tests/test-time.c: New file.
36204
36205         * modules/sysexits-tests: New file.
36206         * tests/test-sysexits.c: New file.
36207
36208         * modules/sys_time-tests: New file.
36209         * tests/test-sys_time.c: New file.
36210
36211         * modules/sys_stat-tests: New file.
36212         * tests/test-sys_stat.c: New file.
36213
36214         * modules/sys_socket-tests: New file.
36215         * tests/test-sys_socket.c: New file.
36216
36217         * modules/sys_select-tests: New file.
36218         * tests/test-sys_select.c: New file.
36219
36220         * modules/string-tests: New file.
36221         * tests/test-string.c: New file.
36222
36223         * modules/stdbool-tests: New file.
36224         * tests/test-stdbool.c: New file.
36225
36226         * modules/netinet_in-tests: New file.
36227         * tests/test-netinet_in.c: New file.
36228
36229         * modules/inttypes-tests: New file.
36230         * tests/test-inttypes.c: New file.
36231
36232         * modules/fcntl-tests: New file.
36233         * tests/test-fcntl.c: New file.
36234
36235         * modules/byteswap-tests: New file.
36236         * tests/test-byteswap.c: New file.
36237
36238         * modules/arpa_inet-tests: New file.
36239         * tests/test-arpa_inet.c: New file.
36240
36241 2007-02-17  Bruno Haible  <bruno@clisp.org>
36242
36243         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
36244         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
36245         if the corresponding module is not enabled. Emit link warnings if
36246         the function is used nevertheless.
36247         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
36248         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
36249         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
36250         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
36251         * modules/inttypes (Depends-on): Add link-warning.
36252         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36253         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
36254         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
36255         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
36256         * modules/imaxdiv (configure.ac): Likewise.
36257         * modules/strtoimax (configure.ac): Likewise.
36258         * modules/strtoumax (configure.ac): Likewise.
36259
36260 2007-02-17  Bruno Haible  <bruno@clisp.org>
36261
36262         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
36263         gl_STRING_MODULE_INDICATOR_DEFAULTS.
36264         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
36265         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
36266
36267 2007-02-17  Bruno Haible  <bruno@clisp.org>
36268
36269         * modules/link-warning: New file.
36270         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
36271         * lib/string_.h (GL_LINK_WARNING): Remove definition.
36272         * modules/string (Depends-on): Add link-warning.
36273         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36274         string.h.
36275         * MODULES.html.sh (Support for building libraries and executables): Add
36276         link-warning.
36277
36278 2007-02-17  Bruno Haible  <bruno@clisp.org>
36279
36280         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
36281         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
36282         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
36283         long lines.
36284
36285 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
36286             Bruno Haible  <bruno@clisp.org>
36287
36288         * modules/tmpfile: New file.
36289         * lib/tmpfile.c: New file.
36290         * m4/tmpfile.m4: New file.
36291         * MODULES.html.sh (func_all_modules): New section "Input/output".
36292
36293 2007-02-15  Bruno Haible  <bruno@clisp.org>
36294
36295         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
36296         (supports_delete_on_close): New function.
36297         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
36298
36299 2007-02-14  Bruno Haible  <bruno@clisp.org>
36300
36301         * modules/mbspcasecmp-tests: New file.
36302         * tests/test-mbspcasecmp.sh: New file.
36303         * tests/test-mbspcasecmp.c: New file.
36304
36305         New module mbspcasecmp.
36306         * modules/mbspcasecmp: New file.
36307         * lib/mbspcasecmp.c: New file.
36308         * lib/string_.h (strncasecmp): Change warning message.
36309         (mbspcasecmp): New declaration.
36310         * m4/mbspcasecmp.m4: New file.
36311         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36312         GNULIB_MBSPCASECMP.
36313         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
36314         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
36315
36316 2007-02-14  Bruno Haible  <bruno@clisp.org>
36317
36318         * modules/mbsncasecmp-tests: New file.
36319         * tests/test-mbsncasecmp.sh: New file.
36320         * tests/test-mbsncasecmp.c: New file.
36321
36322         New module mbsncasecmp.
36323         * modules/mbsncasecmp: New file.
36324         * lib/mbsncasecmp.c: New file.
36325         * lib/string_.h (mbsncasecmp): New declaration.
36326         * m4/mbsncasecmp.m4: New file.
36327         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36328         GNULIB_MBSNCASECMP.
36329         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
36330         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
36331
36332 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36333
36334         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
36335         Verify that it doesn't overlap with our flags.
36336         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
36337         do not have the desired effect in multibyte locales; instead, use
36338         mbscasecmp.
36339         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
36340         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
36341         we don't require GNU fnmatch ourselves (if our users require it, they
36342         should do so explicitly).
36343
36344         Fix regex code so it doesn't rely on strcasecmp.
36345         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
36346         Otherwise, include gnulib's langinfo.h.
36347         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
36348         undesirable behavior in non-C locales.  Instead, rely on localecharset.
36349         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
36350         * modules/regex (FILES): Remove m4/codeset.m4.
36351         (Depends-on): Add localcharset.  Remove strcase.
36352
36353 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36354
36355         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
36356         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
36357
36358 2007-02-13  Bruno Haible  <bruno@clisp.org>
36359
36360         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
36361         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36362
36363 2007-02-12  Bruno Haible  <bruno@clisp.org>
36364
36365         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36366         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
36367         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
36368         time warning rather than a link error.
36369
36370 2007-02-12  Bruno Haible  <bruno@clisp.org>
36371
36372         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
36373         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
36374         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36375
36376 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36377
36378         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
36379         args, not 2.
36380
36381 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36382
36383         New module 'time', so that apps can include <time.h> as per
36384         POSIX and GNU instead of separate include files like time_r.h
36385         and timegm.h.  This implementation tries out a simpler approach
36386         for replacing decls in standard include files (as compared to
36387         the string module), somewhat as an experiment.
36388
36389         * config/srclist.txt: Comment out mktime.c for now.
36390         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
36391         since it doesn't apply any more.  Use generic wording instead.
36392         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
36393         'time'.
36394         * lib/time_.h, m4/time_h.m4, modules/time: New files.
36395         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
36396         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
36397         Don't include <sys/types.h>; no longer needed since we assume C89.
36398         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
36399         * lib/strftime.c: Likewise.
36400         * lib/time_r.c: Likewise.
36401         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
36402         * lib/nanosleep.c: Include <time.h> first, to check interface.
36403         * lib/strptime.c: Likewise.
36404         * lib/time_r.c: Likewise.
36405         * lib/timegm.c: Likewise.
36406         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
36407         needed.
36408         * lib/timegm.c: Don't include timegm.h; no longer needed.
36409         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
36410         time.h now handles any problems in that area.
36411         (struct timespec, nanosleep): Remove; time.h now arranges for these.
36412         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
36413         that time.h defines struct timespec.
36414         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
36415         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
36416         handles that.
36417         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
36418         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
36419         needed.  Set REPLACE_LOCALTIME.
36420         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
36421         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
36422         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
36423         nanosleep; time_h.m4 now does that.  Don't require
36424         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
36425         module handles this now.
36426         * modules/getdate (Depends-on): Remove timespec.  Add time.
36427         * modules/nanosleep (Depends-on): Likewise.
36428         * modules/stat-time (Depends-on): Likewise.
36429         * modules/nanosleep (Include): Include time.h, not timespec.h.
36430         * modules/strptime (Files): Remove lib/strptime.h.
36431         (Depends-on): Add extensions, time.
36432         (Include): Include time.h, not strptime.h.
36433         * modules/time_r (Files): Remove lib/time_r.h.
36434         (Depends-on): Add time.
36435         (Include): Include time.h, not time_r.h.
36436         * modules/timegm: Likewise.
36437         * modules/timespec (Description): Now does timespec-related decls
36438         of our own, instead of struct timespec itself.
36439         (Depends-on): Add time; remove extensions.
36440         (Maintainer): Add self.
36441         * modules/utimecmp (Depends-on): Add time; remove timespec.
36442         * modules/utimens (Depends-on): Likewise.
36443         * modules/xnanosleep (Depends-on): Likewise.
36444
36445 2007-02-11  Bruno Haible  <bruno@clisp.org>
36446
36447         * lib/c-strstr.c: Include allocsa.h.
36448         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36449         * lib/c-strcasestr.c: Include allocsa.h.
36450         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36451         * lib/strcasestr.c: Include allocsa.h.
36452         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36453         * lib/mbsstr.c: Include allocsa.h.
36454         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36455         allocsa/freesa instead of malloc/free.
36456         * lib/mbscasestr.c: Include allocsa.h.
36457         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36458         allocsa/freesa instead of malloc/free.
36459         * modules/c-strstr (Depends-on): Add allocsa.
36460         * modules/c-strcasestr (Depends-on): Likewise.
36461         * modules/strcasestr (Depends-on): Likewise.
36462         * modules/mbsstr (Depends-on): Likewise.
36463         * modules/mbscasestr (Depends-on): Likewise.
36464
36465 2007-02-11  Bruno Haible  <bruno@clisp.org>
36466
36467         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
36468
36469         * modules/mbsspn-tests: New file.
36470         * tests/test-mbsspn.sh: New file.
36471         * tests/test-mbsspn.c: New file.
36472
36473 2007-02-11  Bruno Haible  <bruno@clisp.org>
36474
36475         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
36476
36477         * modules/mbspbrk-tests: New file.
36478         * tests/test-mbspbrk.sh: New file.
36479         * tests/test-mbspbrk.c: New file.
36480
36481 2007-02-11  Bruno Haible  <bruno@clisp.org>
36482
36483         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
36484         unneeded cast.
36485
36486         * modules/mbscspn-tests: New file.
36487         * tests/test-mbscspn.sh: New file.
36488         * tests/test-mbscspn.c: New file.
36489
36490 2007-02-11  Bruno Haible  <bruno@clisp.org>
36491
36492         * modules/mbscasecmp-tests: New file.
36493         * tests/test-mbscasecmp.sh: New file.
36494         * tests/test-mbscasecmp.c: New file.
36495
36496 2007-02-11  Bruno Haible  <bruno@clisp.org>
36497
36498         Ensure O(n) worst-case complexity of mbscasestr.
36499         * lib/mbscasestr.c: Include stdbool.h.
36500         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
36501         functions.
36502         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
36503         the bookkeeping indicates that it's worth it.
36504         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
36505
36506         * modules/mbscasestr-tests: New file.
36507         * tests/test-mbscasestr1.c: New file.
36508         * tests/test-mbscasestr2.sh: New file.
36509         * tests/test-mbscasestr2.c: New file.
36510         * tests/test-mbscasestr3.sh: New file.
36511         * tests/test-mbscasestr3.c: New file.
36512         * tests/test-mbscasestr4.sh: New file.
36513         * tests/test-mbscasestr4.c: New file.
36514         * m4/locale-tr.m4: New file.
36515
36516 2007-02-11  Bruno Haible  <bruno@clisp.org>
36517
36518         Ensure O(n) worst-case complexity of mbsstr.
36519         * lib/mbsstr.c: Include stdbool.h.
36520         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
36521         functions.
36522         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
36523         bookkeeping indicates that it's worth it.
36524         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
36525
36526         * modules/mbsstr-tests: New file.
36527         * tests/test-mbsstr1.c: New file.
36528         * tests/test-mbsstr2.sh: New file.
36529         * tests/test-mbsstr2.c: New file.
36530         * tests/test-mbsstr3.sh: New file.
36531         * tests/test-mbsstr3.c: New file.
36532         * m4/locale-fr.m4: New file.
36533
36534 2007-02-11  Bruno Haible  <bruno@clisp.org>
36535
36536         * lib/mbsrchr.c (mbsrchr): Fix bug.
36537
36538         * modules/mbsrchr-tests: New file.
36539         * tests/test-mbsrchr.sh: New file.
36540         * tests/test-mbsrchr.c: New file.
36541
36542 2007-02-11  Bruno Haible  <bruno@clisp.org>
36543
36544         * lib/mbschr.c (mbschr): Fix bug.
36545
36546         * modules/mbschr-tests: New file.
36547         * tests/test-mbschr.sh: New file.
36548         * tests/test-mbschr.c: New file.
36549         * m4/locale-zh.m4: New file.
36550
36551 2007-02-11  Bruno Haible  <bruno@clisp.org>
36552
36553         Support for copying multibyte string iterators.
36554         * lib/mbiter.h: Include <string.h>.
36555         (mbiter_multi_copy): New function.
36556         (mbi_copy): New macro.
36557         * lib/mbuiter.h: Include <string.h>.
36558         (mbuiter_multi_copy): New function.
36559         (mbui_copy): New macro.
36560
36561 2007-02-11  Bruno Haible  <bruno@clisp.org>
36562
36563         New module mbslen.
36564         * modules/mbslen: New file.
36565         * lib/mbslen.c: New file.
36566         * lib/string_.h (mbslen): New declaration.
36567         * m4/mbslen.m4: New file.
36568         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36569         GNULIB_MBSLEN.
36570         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
36571         * MODULES.html.sh (Internationalization functions): Add mbslen.
36572
36573 2007-02-11  Bruno Haible  <bruno@clisp.org>
36574
36575         Ensure O(n) worst-case complexity of strcasestr substitute.
36576         * lib/strcasestr.c: Include stdbool.h.
36577         (knuth_morris_pratt): New function.
36578         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
36579         bookkeeping indicates that it's worth it.
36580         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
36581
36582         * modules/strcasestr-tests: New file.
36583         * tests/test-strcasestr.c: New file.
36584
36585 2007-02-11  Bruno Haible  <bruno@clisp.org>
36586
36587         Ensure O(n) worst-case complexity of c_strcasestr.
36588         * lib/c-strcasestr.c: Include stdbool.h, string.h.
36589         (knuth_morris_pratt): New function.
36590         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
36591         the bookkeeping indicates that it's worth it.
36592         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
36593
36594         * modules/c-strcasestr-tests: New file.
36595         * tests/test-c-strcasestr.c: New file.
36596
36597 2007-02-11  Bruno Haible  <bruno@clisp.org>
36598
36599         Ensure O(n) worst-case complexity of c_strstr.
36600         * lib/c-strstr.c: Include stdbool.h, string.h.
36601         (knuth_morris_pratt): New function.
36602         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
36603         bookkeeping indicates that it's worth it.
36604         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
36605
36606         * lib/c-strstr.c: Complete rewrite for maintainability.
36607
36608         * modules/c-strstr-tests: New file.
36609         * tests/test-c-strstr.c: New file.
36610
36611 2007-02-11  Bruno Haible  <bruno@clisp.org>
36612
36613         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
36614         5.2.1 and earlier, whereby \055 was treated just like the range
36615         delimiter '-'.
36616         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
36617
36618 2007-02-08  Bruno Haible  <bruno@clisp.org>
36619
36620         * modules/regex (Depends-on): Add stdbool.
36621         Reported by Dalibor Topic <robilad@kaffe.org>.
36622
36623 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
36624
36625         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
36626         Prefer returning from main to exiting from it.
36627         Remove unnecessary parens after sizeof.
36628
36629 2007-02-05  Bruno Haible  <bruno@clisp.org>
36630
36631         New module mbssep.
36632         * modules/mbssep: New file.
36633         * lib/mbssep.c: New file.
36634         * lib/string_.h (strsep): Add a conditional link warning.
36635         (mbssep): New declaration.
36636         * m4/mbssep.m4: New file.
36637         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36638         GNULIB_MBSSEP.
36639         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
36640         * MODULES.html.sh (Internationalization functions): Add mbssep.
36641
36642 2007-02-05  Bruno Haible  <bruno@clisp.org>
36643
36644         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
36645         Optimize search in case of 1 delimiter.
36646
36647 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36648
36649         * lib/acl.h: Include sys/types.h before sys/acl.h.
36650
36651 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36652
36653         Merge upstream fix for glibc bugzilla #3957:
36654
36655         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
36656
36657         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
36658         bit for RE_HAT_LISTS_NOT_NEWLINE.
36659         (build_charclass_op): Remove bogus comment.
36660
36661 2007-02-05  Simon Josefsson  <simon@josefsson.org>
36662
36663         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
36664
36665 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
36666
36667         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
36668         * lib/memmem.c [!defined _LIBC]: Include config.h.
36669
36670 2007-02-04  Bruno Haible  <bruno@clisp.org>
36671
36672         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
36673         warning message.
36674
36675 2007-02-04  Bruno Haible  <bruno@clisp.org>
36676
36677         New module mbstok_r.
36678         * modules/mbstok_r: New file.
36679         * lib/mbstok_r.c: New file.
36680         * lib/string_.h (strtok_r): Change argument names to match the
36681         comments. Add a conditional link warning.
36682         (mbstok_r): New declaration.
36683         * m4/mbstok_r.m4: New file.
36684         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36685         GNULIB_MBSTOK_R.
36686         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
36687         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
36688
36689 2007-02-04  Bruno Haible  <bruno@clisp.org>
36690
36691         New module mbsspn.
36692         * modules/mbsspn: New file.
36693         * lib/mbsspn.c: New file.
36694         * lib/string_.h (strspn): Add a conditional link warning.
36695         (mbsspn): New declaration.
36696         * m4/mbsspn.m4: New file.
36697         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36698         GNULIB_MBSSPN.
36699         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
36700         * MODULES.html.sh (Internationalization functions): Add mbsspn.
36701
36702 2007-02-04  Bruno Haible  <bruno@clisp.org>
36703
36704         New module mbspbrk.
36705         * modules/mbspbrk: New file.
36706         * lib/mbspbrk.c: New file.
36707         * lib/string_.h (strpbrk): Add a conditional link warning.
36708         (mbspbrk): New declaration.
36709         * m4/mbspbrk.m4: New file.
36710         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36711         GNULIB_MBSPBRK.
36712         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
36713         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
36714
36715 2007-02-04  Bruno Haible  <bruno@clisp.org>
36716
36717         New module mbscspn.
36718         * modules/mbscspn: New file.
36719         * lib/mbscspn.c: New file.
36720         * lib/string_.h (strcspn): Add a conditional link warning.
36721         (mbscspn): New declaration.
36722         * m4/mbscspn.m4: New file.
36723         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36724         GNULIB_MBSCSPN.
36725         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
36726         * MODULES.html.sh (Internationalization functions): Add mbscspn.
36727
36728 2007-02-04  Bruno Haible  <bruno@clisp.org>
36729
36730         New module mbscasestr, reduced goal of strcasestr.
36731         * modules/mbscasestr: New file.
36732         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
36733         (mbscasestr): Renamed from strcasestr.
36734         * lib/strcasestr.c: Don't include mbuiter.h.
36735         (strcasestr): Remove support for multibyte locales.
36736         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
36737         Change the conditional link warning.
36738         (mbscasestr): New declaration.
36739         * m4/mbscasestr.m4: New file.
36740         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
36741         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
36742         REPLACE_STRCASESTR.
36743         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
36744         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
36745         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
36746         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
36747         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
36748         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
36749         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
36750         (Depends-on): Remove mbuiter.
36751         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
36752
36753 2007-02-04  Bruno Haible  <bruno@clisp.org>
36754
36755         Simplify handling of strncasecmp.
36756         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
36757         the conditional link warning.
36758         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
36759         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
36760         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
36761         * modules/strcase (configure.ac): Don't invoke
36762         gl_STRING_MODULE_INDICATOR.
36763         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
36764
36765 2007-02-04  Bruno Haible  <bruno@clisp.org>
36766
36767         New module mbscasecmp, reduced goal of strcasecmp.
36768         * modules/mbscasecmp: New file.
36769         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
36770         (mbscasecmp): Renamed from strcasecmp.
36771         * lib/strcasecmp.c: Don't include mbuiter.h.
36772         (strcasecmp): Remove support for multibyte locales.
36773         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
36774         Change the conditional link warning.
36775         (mbscasecmp): New declaration.
36776         * m4/mbscasecmp.m4: New file.
36777         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
36778         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
36779         REPLACE_STRCASECMP.
36780         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
36781         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36782         GNULIB_MBSCASECMP.
36783         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
36784         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
36785         * modules/strcase (Files): Remove m4/mbrtowc.m4.
36786         (Depends-on): Remove mbuiter.
36787         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
36788
36789 2007-02-04  Bruno Haible  <bruno@clisp.org>
36790
36791         New module mbsstr. Remove module strstr.
36792         * modules/mbsstr: New file.
36793         * modules/strstr: Remove file.
36794         * lib/mbsstr.c: Renamed from lib/strstr.c.
36795         (mbsstr): Renamed from strstr.
36796         * lib/string_.h (strstr): Remove declaration. Change the conditional
36797         link warning.
36798         (mbsstr): New declaration.
36799         * m4/mbsstr.m4: New file.
36800         * m4/strstr.m4: Remove file.
36801         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
36802         REPLACE_STRSTR.
36803         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
36804         Don't initialize GNULIB_STRSTR.
36805         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
36806         substitute GNULIB_STRSTR and REPLACE_STRSTR.
36807         * MODULES.html.sh (Internationalization functions): Add mbsstr.
36808         (Support for systems lacking ANSI C 89): Remove strstr.
36809
36810 2007-02-04  Bruno Haible  <bruno@clisp.org>
36811
36812         New module mbsrchr.
36813         * modules/mbsrchr: New file.
36814         * lib/mbsrchr.c: New file.
36815         * lib/string_.h (strrchr): Add a conditional link warning.
36816         (mbsrchr): New declaration.
36817         * m4/mbsrchr.m4: New file.
36818         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36819         GNULIB_MBSRCHR.
36820         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
36821         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
36822
36823 2007-02-04  Bruno Haible  <bruno@clisp.org>
36824
36825         New module mbschr.
36826         * modules/mbschr: New file.
36827         * lib/mbschr.c: New file.
36828         * lib/string_.h (strchr): Add a conditional link warning.
36829         (mbschr): New declaration.
36830         * m4/mbschr.m4: New file.
36831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36832         GNULIB_MBSCHR.
36833         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
36834         * MODULES.html.sh (Internationalization functions): Add mbschr.
36835
36836 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
36837
36838         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
36839
36840         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
36841
36842 2007-02-04  Bruno Haible  <bruno@clisp.org>
36843
36844         New module description section 'configure.ac-early'.
36845         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
36846         (func_get_autoconf_early_snippet): New function.
36847         (func_import, func_create_testdir): Use it. Remove special cases for
36848         modules 'extensions' and 'lock'.
36849         * modules/extensions (configure.ac-early): Require
36850         gl_USE_SYSTEM_EXTENSIONS.
36851         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
36852
36853 2007-02-04  Bruno Haible  <bruno@clisp.org>
36854
36855         Make use of gcj-4.3's -fsource and -ftarget option.
36856         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
36857         and if so try the options -fsource and -ftarget.
36858         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
36859         source_version, ftarget_option, target_version arguments.
36860         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
36861         (is_envjavac_oldgcj_14_14_usable): Renamed from
36862         is_envjavac_gcj_14_14_usable.
36863         (is_envjavac_oldgcj_14_13_usable): Renamed from
36864         is_envjavac_gcj_14_13_usable.
36865         (is_gcj_present): Update.
36866         (is_gcj_43, is_gcj43_usable): New functions.
36867         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
36868         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
36869         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
36870         try the options -fsource and -ftarget.
36871
36872 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36873
36874         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
36875         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
36876         larger value.
36877
36878 2007-02-03  Jim Meyering  <jim@meyering.net>
36879
36880         Give tools a better chance to allocate space for very large buffers.
36881         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
36882
36883         Make pwd and readlink work also when run with an unreadable parent dir
36884         on systems with openat support.
36885         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
36886         provided getcwd function, even when we have openat support.
36887         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
36888
36889 2007-02-02  Bruno Haible  <bruno@clisp.org>
36890
36891         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36892         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
36893         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
36894         portability problems if one of these functions is only used on specific
36895         platforms.
36896         Reported by Paul Eggert.
36897
36898 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
36899
36900         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
36901         is causing more trouble than it's curing.
36902         * lib/regex_internal.h (__mempcpy): Remove.
36903         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
36904         (and make the code a tad smaller to boot).
36905         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
36906
36907 2007-02-02  Jim Meyering  <jim@meyering.net>
36908
36909         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
36910         section, not in the Makefile.am: one.
36911
36912 2007-02-02  Eric Blake  <ebb9@byu.net>
36913
36914         * lib/strchrnul.c: Always include config.h first.
36915
36916         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
36917         gnulib strstr is not necessary here.
36918
36919 2007-02-02  Simon Josefsson  <simon@josefsson.org>
36920
36921         * m4/socklen.m4: Fix typo.
36922
36923 2007-02-02  Eric Blake  <ebb9@byu.net>
36924
36925         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
36926         * modules/netinet_in (Makefile.am): Likewise.
36927
36928 2007-02-01  Bruno Haible  <bruno@clisp.org>
36929
36930         * lib/string_.h (GL_LINK_WARNING): New macro.
36931         (strcasecmp, strstr, strcasestr): If provided by the system,
36932         conditionally define as a macro that leads to a warning instead of to
36933         an error.
36934         (strncasecmp): Conditionally define as a macro that leads to a warning.
36935
36936 2007-02-01  Karl Berry  <karl@gnu.org>
36937
36938         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
36939
36940 2007-02-01  Bruno Haible  <bruno@clisp.org>
36941
36942         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
36943         renamings.
36944
36945 2007-02-01  Eric Blake  <ebb9@byu.net>
36946
36947         * modules/regex (Depends-on): Revert dependence on mempcpy.
36948         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
36949         module's definition of mempcpy.
36950         Reported by Paul Eggert.
36951
36952 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
36953
36954         * lib/string_.h: If the gnulib module XYZ is not present, undefine
36955         the symbol XYZ before redefining it.  This fixes a problem with
36956         programs that don't use XYZ, when compiled on systems that define
36957         XYZ to something else.
36958
36959 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
36960
36961         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
36962         occurs when "mkdir -m foo" creates a setgid directory that is (1)
36963         writeable to group or other and (2) is intended to have a special
36964         mode bit that is set or cleared.  In such a case, the directory
36965         should be neither group- nor other-writeable until the special
36966         mode bits are right.
36967
36968 2007-01-31  Eric Blake  <ebb9@byu.net>
36969
36970         * modules/mountlist (Depends-on): Add strstr.
36971
36972         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
36973         bug.
36974         * modules/string (Makefile.am): Remove redundant replacement.
36975         * modules/regex (Depends-on): Add mempcpy.
36976
36977 2007-01-31  Bruno Haible  <bruno@clisp.org>
36978
36979         New module description field 'Link'.
36980         * gnulib-tool (func_usage): Document --extract-link-directive.
36981         (sed_extract_prog): Recognize 'Link' directive.
36982         (func_get_link_directive): New function.
36983         (func_import): Show summary of link directives.
36984         Handle --extract-link-directive option.
36985         * modules/acl (Link): New section.
36986         * modules/clock-time (Link): New section.
36987         * modules/euidaccess (Link): New section.
36988         * modules/gettext (Link): New section.
36989         * modules/iconv (Link): New section.
36990         * modules/lock (Link): New section.
36991         * modules/nanosleep (Link): New section.
36992         * modules/readline (Link): New section.
36993
36994 2007-01-27  Bruno Haible  <bruno@clisp.org>
36995
36996         Enforce the use of gnulib modules for unportable <string.h> functions.
36997         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
36998         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
36999         (gl_HEADER_STRING_H_BODY): Require it.
37000         * lib/string_.h: If the gnulib module XYZ is not present, redefine
37001         the symbol XYZ to one that gives a link error.
37002         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
37003         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
37004         * modules/mempcpy (configure.ac): Likewise.
37005         * modules/memrchr (configure.ac): Likewise.
37006         * modules/stpcpy (configure.ac): Likewise.
37007         * modules/stpncpy (configure.ac): Likewise.
37008         * modules/strcase (configure.ac): Likewise.
37009         * modules/strcasestr (configure.ac): Likewise.
37010         * modules/strchrnul (configure.ac): Likewise.
37011         * modules/strdup (configure.ac): Likewise.
37012         * modules/strndup (configure.ac): Likewise.
37013         * modules/strnlen (configure.ac): Likewise.
37014         * modules/strpbrk (configure.ac): Likewise.
37015         * modules/strsep (configure.ac): Likewise.
37016         * modules/strstr (configure.ac): Likewise.
37017         * modules/strtok_r (configure.ac): Likewise.
37018
37019 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
37020
37021         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
37022
37023 2007-01-30  Jim Meyering  <jim@meyering.net>
37024
37025         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
37026
37027 2007-01-29  Bruno Haible  <bruno@clisp.org>
37028
37029         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
37030         * lib/execute.c: Likewise.
37031         * lib/pipe.c: Likewise.
37032         * lib/printf-args.h: Likewise.
37033         * lib/printf-args.c: Likewise.
37034         * lib/printf-parse.c: Likewise.
37035         * lib/vasnprintf.c: Likewise.
37036
37037 2007-01-29  Eric Blake  <ebb9@byu.net>
37038
37039         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
37040         declaration.
37041
37042 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
37043
37044         * lib/strptime.h (strptime): Use 'restrict' for args where
37045         POSIX requires this.
37046         * lib/strptime.c (strptime): Likewise.
37047         Change license notice from LGPL to GPL, since gnulib-tool will
37048         change this as needed.
37049         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
37050         defined.
37051         Include "strptime.h" first, to check interface.
37052         Do not #undef _LIBC and _NL_CURRENT.
37053         Do not include <stdlib.h>; no longer needed.
37054         Include "time_r.h" and declare ptime_locale_status
37055         only if _LIBC is not defined.
37056         (__P): Remove unused macro.
37057         (match_string): Bring back glibc version, but use it only if _LIBC
37058         is defined.
37059         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
37060         Remove unnecessary assertion and abort() call.
37061         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
37062         * m4/strptime.m4: Fix serial number comment.
37063         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
37064         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
37065         (Depends-on): Add time_r.
37066
37067 2007-01-29  Bruno Haible  <bruno@clisp.org>
37068
37069         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37070         strptime.
37071         * modules/strptime (Depends-on): Add stdbool.
37072         * lib/strptime.h: Include <time.h> always. Add comments.
37073
37074 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37075
37076         * modules/strptime: New file.
37077         * lib/strptime.h: New file.
37078         * lib/strptime.c: New file.
37079         * m4/strptime.m4: New file.
37080
37081 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37082
37083         * MODULES.html.sh: New module mpsort.
37084         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
37085
37086         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
37087         a circularity problem with HP-UX ia64 reported by Bob Proulx in
37088         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
37089         All uses changed.
37090         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
37091         All uses changed.
37092         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
37093         to _Restrict_.
37094         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
37095         the parameter matches the prototype.
37096
37097 2007-01-28  Jim Meyering  <jim@meyering.net>
37098
37099         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
37100         sys/time.h here, reverting that part of the previous patch:
37101         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
37102
37103 2007-01-28  Bruno Haible  <bruno@clisp.org>
37104
37105         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
37106         value of $(SYS_TIME_H).
37107         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
37108         remove it conditionally, too. [added by Jim Meyering]
37109         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
37110         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37111         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
37112         GETTIMEOFDAY_REPLACEMENT to 1.
37113
37114 2007-01-28  Bruno Haible  <bruno@clisp.org>
37115
37116         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
37117         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
37118         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
37119         Set UNISTD_H instead of UNISTD_H2.
37120         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
37121
37122 2007-01-28  Bruno Haible  <bruno@clisp.org>
37123
37124         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
37125         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
37126
37127 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37128
37129         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
37130         (func_create_testdir): Ensure C locale for `grep' and `tr'
37131         character ranges.
37132         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
37133         ACLOCAL_AMFLAGS parsing state machine.
37134
37135 2007-01-27  Bruno Haible  <bruno@clisp.org>
37136
37137         * modules/unistr/base: Update.
37138
37139 2007-01-27  Bruno Haible  <bruno@clisp.org>
37140
37141         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
37142         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
37143         * modules/unistr/u32-mbtouc-unsafe: Renamed from
37144         modules/unistr/u32-mbtouc.
37145         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
37146         * lib/unistr.h: Update.
37147         * lib/linebreak.c: Update.
37148         * modules/unistr/u32-mbtouc: Renamed from
37149         modules/unistr/u32-mbtouc-safe.
37150         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
37151         * lib/unistr.h: Update.
37152         * lib/unistr/u32-to-u8.c: Update.
37153         * lib/unistr/u32-to-u16.c: Update.
37154
37155 2007-01-27  Bruno Haible  <bruno@clisp.org>
37156
37157         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
37158         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
37159         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
37160         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
37161         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
37162         * modules/unistr/u16-mbtouc-unsafe: Renamed from
37163         modules/unistr/u16-mbtouc.
37164         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
37165         * lib/unistr.h: Update.
37166         * lib/linebreak.c: Update.
37167         * modules/linebreak: Update.
37168         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
37169         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
37170         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
37171         * modules/unistr/u16-mbtouc: Renamed from
37172         modules/unistr/u16-mbtouc-safe.
37173         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
37174         * lib/unistr.h: Update.
37175         * lib/unistr/u16-to-u8.c: Update.
37176         * modules/unistr/u16-to-u8: Update.
37177         * lib/unistr/u16-to-u32.c: Update.
37178         * modules/unistr/u16-to-u32: Update.
37179
37180 2007-01-27  Bruno Haible  <bruno@clisp.org>
37181
37182         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
37183         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
37184         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
37185         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
37186         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
37187         * modules/unistr/u8-mbtouc-unsafe: Renamed from
37188         modules/unistr/u8-mbtouc.
37189         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
37190         * lib/unistr.h: Update.
37191         * lib/striconveh.c: Update.
37192         * modules/striconveh: Update.
37193         * lib/linebreak.c: Update.
37194         * modules/linebreak: Update.
37195         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
37196         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
37197         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
37198         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
37199         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
37200         * lib/unistr.h: Update.
37201         * lib/striconveh.c: Update.
37202         * modules/striconveh: Update.
37203         * lib/unistr/u8-to-u16.c: Update.
37204         * modules/unistr/u8-to-u16: Update.
37205         * lib/unistr/u8-to-u32.c: Update.
37206         * modules/unistr/u8-to-u32: Update.
37207
37208 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37209
37210         Sync from Libtool.
37211         * lib/argz.c: Do not include strings.h nor memory.h, include
37212         string.h unconditionally.  Patch by Simon Josefsson.
37213
37214 2007-01-27  Bruno Haible  <bruno@clisp.org>
37215
37216         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
37217         from gl_HEADER_STRING_H_BODY.
37218         (gl_HEADER_STRING_H_BODY): Require it.
37219         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
37220         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
37221         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
37222         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
37223         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
37224         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
37225         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
37226         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
37227         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
37228         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
37229         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
37230         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
37231         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
37232         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
37233         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
37234
37235 2007-01-27  Bruno Haible  <bruno@clisp.org>
37236
37237         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
37238         check_PROGRAMS into noinst_PROGRAMS.
37239         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
37240         check_PROGRAMS in this case.
37241         (func_import): Set for_test to false.
37242         (func_create_testdir): Set for_test to true.
37243
37244 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37245             Bruno Haible  <bruno@clisp.org>
37246
37247         * modules/strcasestr (Files): Remove lib/strcasestr.h.
37248         (Depends-on): Add string.
37249         (Includes): Use <string.h> instead of strcasestr.h.
37250         * modules/string (Makefile.am): Also substitute the value of
37251         REPLACE_STRCASESTR.
37252         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
37253         assume strcasestr is declared in <string.h> not <strings.h>. Also
37254         set REPLACE_STRCASESTR.
37255         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
37256         REPLACE_STRCASESTR.
37257         * lib/strcasestr.h: Remove file.
37258         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
37259         * lib/string_.h (strcasestr): New declaration.
37260
37261 2007-01-27  Bruno Haible  <bruno@clisp.org>
37262
37263         * lib/string_.h: Use 'extern'.
37264
37265 2007-01-27  Jim Meyering  <jim@meyering.net>
37266
37267         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
37268         of set-but-not-used local, "q".
37269
37270         * lib/mempcpy.c: Include <config.h> before <string.h>.
37271         This fixes a compilation error on HP-UX, due to the system's
37272         "restrict"-using mempcpy prototype.
37273
37274 2007-01-26  Bruno Haible  <bruno@clisp.org>
37275
37276         Small optimization.
37277         * lib/javacomp.c: Include c-strstr.h.
37278          (is_envjavac_gcj): Use c_strstr instead of strstr.
37279         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
37280
37281 2007-01-26  Bruno Haible  <bruno@clisp.org>
37282
37283         * MODULES.html.sh (Unicode string functions): Add the new modules.
37284
37285         * modules/uniconv/u32-strconv-to-locale: New file.
37286         * lib/uniconv/u32-strconv-to-locale.c: New file.
37287
37288         * modules/uniconv/u16-strconv-to-locale: New file.
37289         * lib/uniconv/u16-strconv-to-locale.c: New file.
37290
37291         * modules/uniconv/u8-strconv-to-locale: New file.
37292         * lib/uniconv/u8-strconv-to-locale.c: New file.
37293
37294         * modules/uniconv/u32-strconv-from-locale: New file.
37295         * lib/uniconv/u32-strconv-from-locale.c: New file.
37296
37297         * modules/uniconv/u16-strconv-from-locale: New file.
37298         * lib/uniconv/u16-strconv-from-locale.c: New file.
37299
37300         * modules/uniconv/u8-strconv-from-locale: New file.
37301         * lib/uniconv/u8-strconv-from-locale.c: New file.
37302
37303         * modules/uniconv/u32-strconv-to-enc: New file.
37304         * lib/uniconv/u32-strconv-to-enc.c: New file.
37305         * modules/uniconv/u32-strconv-to-enc-tests: New file.
37306         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
37307
37308         * modules/uniconv/u16-strconv-to-enc: New file.
37309         * lib/uniconv/u16-strconv-to-enc.c: New file.
37310         * lib/uniconv/u-strconv-to-enc.h: New file.
37311         * modules/uniconv/u16-strconv-to-enc-tests: New file.
37312         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
37313
37314         * modules/uniconv/u8-strconv-to-enc: New file.
37315         * lib/uniconv/u8-strconv-to-enc.c: New file.
37316         * modules/uniconv/u8-strconv-to-enc-tests: New file.
37317         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
37318
37319         * modules/uniconv/u32-strconv-from-enc: New file.
37320         * lib/uniconv/u32-strconv-from-enc.c: New file.
37321         * modules/uniconv/u32-strconv-from-enc-tests: New file.
37322         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
37323
37324         * modules/uniconv/u16-strconv-from-enc: New file.
37325         * lib/uniconv/u16-strconv-from-enc.c: New file.
37326         * modules/uniconv/u16-strconv-from-enc-tests: New file.
37327         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
37328
37329         * modules/uniconv/u8-strconv-from-enc: New file.
37330         * lib/uniconv/u8-strconv-from-enc.c: New file.
37331         * lib/uniconv/u-strconv-from-enc.h: New file.
37332         * modules/uniconv/u8-strconv-from-enc-tests: New file.
37333         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
37334
37335         * modules/uniconv/u32-conv-from-enc: New file.
37336         * lib/uniconv/u32-conv-from-enc.c: New file.
37337         * modules/uniconv/u32-conv-from-enc-tests: New file.
37338         * tests/uniconv/test-u32-conv-from-enc.c: New file.
37339
37340         * modules/uniconv/u16-conv-from-enc: New file.
37341         * lib/uniconv/u16-conv-from-enc.c: New file.
37342         * lib/uniconv/u-conv-from-enc.h: New file.
37343         * modules/uniconv/u16-conv-from-enc-tests: New file.
37344         * tests/uniconv/test-u16-conv-from-enc.c: New file.
37345
37346         * modules/uniconv/u8-conv-from-enc: New file.
37347         * lib/uniconv/u8-conv-from-enc.c: New file.
37348         * modules/uniconv/u8-conv-from-enc-tests: New file.
37349         * tests/uniconv/test-u8-conv-from-enc.c: New file.
37350
37351         * modules/uniconv/base: New file.
37352         * lib/uniconv.h: New file.
37353
37354 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
37355
37356         * doc/gnulib-tool.texi (Initial import): Update to match current
37357         behavior with strdup module.
37358         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
37359         * lib/memmem.h: Remove; all uses removed.  This is now done
37360         by <string.h>.
37361         * lib/mempcpy.h: Likewise.
37362         * lib/memrchr.h: Likewise.
37363         * lib/stpcpy.h: Likewise.
37364         * lib/stpncpy.h: Likewise.
37365         * lib/strcase.h: Likewise.
37366         * lib/strchrnul.h: Likewise.
37367         * lib/strdup.h: Likewise.
37368         * lib/strndup.h: Likewise.
37369         * lib/strnlen.h: Likewise.
37370         * lib/strpbrk.h: Likewise.
37371         * lib/strsep.h: Likewise.
37372         * lib/strstr.h: Likewise.
37373         * lib/strtok_r.h: Likewise.
37374         * lib/string_.h: New file.
37375         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
37376         Rely on <string.h> instead.
37377         * lib/canon-host.c: Likewise.
37378         * lib/chdir-long.c: Likewise.
37379         * lib/concatpath.c: Likewise.
37380         * lib/exclude.c: Likewise.
37381         * lib/fchdir.c: Likewise.
37382         * lib/getaddrinfo.c: Likewise.
37383         * lib/getcwd.c: Likewise.
37384         * lib/getsubopt.c: Likewise.
37385         * lib/glob.c: Likewise.
37386         * lib/hard-locale.c: Likewise.
37387         * lib/iconvme.c: Likewise.
37388         * lib/javacomp.c: Likewise.
37389         * lib/mempcpy.c: Likewise.
37390         * lib/memrchr.c: Likewise.
37391         * lib/regex_internal.h: Likewise.
37392         * lib/stpncpy.c: Likewise.
37393         * lib/strcasecmp.c: Likewise.
37394         * lib/strchrnul.c: Likewise.
37395         * lib/strdup.c: Likewise.
37396         * lib/striconv.c: Likewise.
37397         * lib/striconveh.c: Likewise.
37398         * lib/striconveha.c: Likewise.
37399         * lib/strncasecmp.c: Likewise.
37400         * lib/strndup.c: Likewise.
37401         * lib/strnlen.c: Likewise.
37402         * lib/strsep.c: Likewise.
37403         * lib/strstr.c: Likewise.
37404         * lib/strtok_r.c: Likewise.
37405         * lib/userspec.c: Likewise.
37406         * lib/w32spawn.h: Likewise.
37407         * lib/xstrndup.c: Likewise.
37408         * lib/mountlist.c (strstr): Remove decl.
37409         * m4/string_h.m4: New file.
37410         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
37411         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
37412         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
37413         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
37414         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
37415         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
37416         Set REPLACE_STRCASECMP if necessary.
37417         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
37418         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
37419         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
37420         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
37421         HAVE_DECL_STRDUP if necessary.
37422         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
37423         since gl_FUNC_STRNDUP does that now.
37424         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
37425         Check for decl here...
37426         (gl_PREREQ_STRNLEN): ... not here.
37427         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
37428         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
37429         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
37430         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
37431         necessary.
37432         * modules/string: New file.
37433         * modules/memmem (Files): Remove special-purpose include file.
37434         (Depends-on): Add string.
37435         (Include): Include <string.h>, not the removed file.
37436         * modules/mempcpy: Likewise.
37437         * modules/memrchr: Likewise.
37438         * modules/stpcpy: Likewise.
37439         * modules/stpncpy: Likewise.
37440         * modules/strcase: Likewise.
37441         * modules/strchrnul: Likewise.
37442         * modules/strdup: Likewise.
37443         * modules/strndup: Likewise.
37444         * modules/strnlen: Likewise.
37445         * modules/strpbrk: Likewise.
37446         * modules/strsep: Likewise.
37447         * modules/strstr: Likewise.
37448         * modules/strtok_r: Likewise.
37449         * tests/test-dirname.c: Don't include "strdup.h", since
37450         <string.h> now suffices.
37451         * tests/test-memmem.c: Don't include "memmem.h", since
37452         <string.h> now suffices.
37453
37454 2007-01-25  Bruno Haible  <bruno@clisp.org>
37455
37456         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
37457         *resultp is 0.
37458
37459         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
37460         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
37461         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
37462         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
37463
37464         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
37465         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
37466         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
37467         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
37468         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
37469         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
37470
37471 2007-01-24  Bruno Haible  <bruno@clisp.org>
37472
37473         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
37474         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
37475         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
37476         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
37477         gl_FUNC_FTS_CORE.
37478         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
37479         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
37480         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37481         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
37482         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
37483         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
37484         gl_FUNC_FCHOWNAT.
37485         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
37486         gl_FUNC_STRFTIME.
37487         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
37488         Reported by Ralf Wildenhues.
37489
37490 2007-01-24  Bruno Haible  <bruno@clisp.org>
37491
37492         Drop AC_REQUIRE calls that are redundant with the module dependencies.
37493         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
37494         gl_GETADDRINFO.
37495         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
37496         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
37497         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
37498
37499 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
37500
37501         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
37502         Don't use 'exit'; just return from 'main'.
37503         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
37504
37505         * lib/fnmatch_.h: Readjust white space and comments to match
37506         glibc, to avoid spurious diffs.
37507
37508 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37509
37510         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
37511         2004-12-01 change by Jakub Jelinek, since this code won't compile
37512         if !LIBC.  Problem reported by Bob Proulx.
37513
37514 2007-01-23  Bruno Haible  <bruno@clisp.org>
37515
37516         * lib/striconveh.c: Include c-strcaseeq.h.
37517         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
37518         * modules/striconveh (Depends-on): Add c-strcaseeq.
37519
37520 2007-01-23  Bruno Haible  <bruno@clisp.org>
37521
37522         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
37523
37524         * modules/c-strcaseeq: New file.
37525         * lib/c-strcaseeq.h: New file.
37526
37527         * modules/streq: New file.
37528         * lib/streq.h: New file.
37529
37530 2007-01-23  Bruno Haible  <bruno@clisp.org>
37531
37532         * modules/striconveha-tests: New file.
37533         * tests/test-striconveha.c: New file.
37534
37535         * lib/striconveha.h: Include <stdbool.h>.
37536         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
37537         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
37538         (mem_iconveha_notranslit): Renamed from mem_iconveha.
37539         (mem_iconveha): New function.
37540         (str_iconveha_notranslit): Renamed from str_iconveha.
37541         (str_iconveha): New function.
37542         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
37543         c-strcase.
37544
37545 2007-01-23  Bruno Haible  <bruno@clisp.org>
37546
37547         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
37548         encodings without forgiving before trying any encoding with handler.
37549         (str_iconveha): Try all encodings without forgiving before trying any
37550         encoding with handler.
37551
37552 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37553
37554         Import the following changes from libc.
37555
37556         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
37557
37558         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
37559
37560         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37561
37562         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
37563         normal_bracket label.
37564
37565         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
37566
37567         [BZ #361]
37568         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
37569         to normal_bracket after fetching the next character.
37570
37571 2007-01-22  Bruno Haible  <bruno@clisp.org>
37572
37573         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
37574         argument.
37575         * lib/striconveh.c (iconv_carefully_1): New function.
37576         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
37577         argument.
37578         (str_cd_iconveh): Update.
37579         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
37580         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
37581         * tests/test-striconveh.c (MAGIC): New macro.
37582         (new_offsets): New function.
37583         (main): Test call with and without offsets.
37584
37585 2007-01-22  Bruno Haible  <bruno@clisp.org>
37586
37587         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
37588         * modules/sys_select (Makefile.am): Likewise.
37589         * modules/sys_socket (Makefile.am): Likewise.
37590         * modules/sys_time (Makefile.am): Likewise.
37591
37592 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
37593
37594         * modules/gettimeofday (License): Change from GPL to LGPL, since
37595         gettimeofday is a library function.
37596
37597 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37598
37599         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
37600
37601 2007-01-21  Bruno Haible  <bruno@clisp.org>
37602
37603         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
37604
37605 2007-01-21  Bruno Haible  <bruno@clisp.org>
37606
37607         * modules/striconveha: New file.
37608         * lib/striconveha.h: New file.
37609         * lib/striconveha.c: New file.
37610         * MODULES.html.sh (Internationalization functions): Add striconveha.
37611         * lib/striconv.c (str_iconv): Optimize the case of an empty input
37612         string.
37613         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
37614
37615 2007-01-21  Bruno Haible  <bruno@clisp.org>
37616
37617         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
37618         * lib/striconveh.c (str_iconveh): Likewise.
37619
37620 2007-01-21  Bruno Haible  <bruno@clisp.org>
37621
37622         * lib/striconveh.h (mem_iconveh): New declaration.
37623         * lib/striconveh.c (mem_iconveh): New function.
37624         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
37625
37626 2007-01-21  Bruno Haible  <bruno@clisp.org>
37627
37628         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
37629
37630         * lib/striconveh.h (mem_cd_iconveh): Change specification.
37631         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
37632         original result buffer.
37633         (str_cd_iconveh): Update.
37634         * tests/test-striconveh.c (main): Update.
37635
37636         * lib/striconv.h (mem_cd_iconv): Change specification.
37637         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
37638         result buffer.
37639         (str_cd_iconv): Update.
37640         * tests/test-striconv.c (main): Update.
37641
37642 2007-01-21  Bruno Haible  <bruno@clisp.org>
37643
37644         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
37645
37646 2007-01-20  Jim Meyering  <jim@meyering.net>
37647
37648         * lib/userspec.c (parse_with_separator): If a user or group string
37649         starts with "+", skip the corresponding name-to-ID look-up, since
37650         such a look-up must fail: user and group names may not include "+".
37651
37652 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
37653
37654         * lib/poll.c: Include sys/time.h and time.h unconditionally,
37655         since we now assume the sys_time module.
37656         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
37657         check for sys/time.h; no longer needed.
37658         * modules/poll (Depends-on): Depend on sys_time.
37659
37660 2007-01-18  Bruno Haible  <bruno@clisp.org>
37661
37662         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
37663         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
37664
37665         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
37666         gettimeofday.
37667
37668         * tests/test-gettimeofday.c: Include <time.h>.
37669         (dummy): Remove variable.
37670
37671         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
37672         gl_HEADER_SYS_TIME_H.
37673         (gl_HEADER_SYS_TIME_H): New macro.
37674
37675         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
37676         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37677         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
37678         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
37679         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37680         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
37681         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
37682         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37683         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
37684         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
37685         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37686
37687         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
37688         last change; it caused a compilation error when cross-compiling to
37689         Cygwin.
37690
37691 2007-01-18  Jim Meyering  <jim@meyering.net>
37692
37693         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
37694         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
37695         than the race-prone "test -d sys || mkdir sys".
37696         (configure.ac): Use AC_PROG_MKDIR_P.
37697         * modules/sys_select: Likewise.
37698         * modules/sys_socket: Likewise.
37699         * modules/sys_time: Likewise.
37700
37701 2007-01-18  Eric Blake  <ebb9@byu.net>
37702
37703         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
37704         replace gettimeofday.
37705         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
37706         name, to avoid infinite recursion.
37707
37708 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
37709
37710         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
37711         module sys_time.
37712         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
37713         assume timespec.h defines struct timeval.
37714         * lib/settime.c: Likewise.
37715         * lib/utimens.c: Likewise.
37716         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
37717         since we now assume the gettimeofday module.
37718         * lib/tempname.c (__gen_tempname): Likewise.
37719         * lib/gettimeofday.h: Remove.
37720         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
37721         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
37722         Include <time.h>, for 'time()'.
37723         (localtime_buffer_addr): Also use this workaround if
37724         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
37725         to simplify the uses.  All uses changed.
37726         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
37727         that #undef is inside {}, and 'const' follows type name consistently.
37728         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
37729         (gettimeofday): Do not use the maximum possible value for
37730         tv->tv_usec, since that might break usages other than ls.c.
37731         Instead, we'll leave ls.c alone.  This undoes today's patch
37732         by Bruno.  Add a compile-time warning for 1s-clock resolution;
37733         we've never observed the problem but might as well keep the
37734         canary.
37735         * lib/nanosleep.c: Include timespec.h first, for interface check.
37736         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
37737         now assume the sys_time module.
37738         * lib/tempname.c: Likewise.
37739         * lib/timespec.h: Likewise.
37740         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
37741         needed.
37742         * lib/strftime.c: Likewise.
37743         * lib/timespec.h: Likewise.
37744         * lib/posixtm.c: Include posixtm.h first, for interface check.
37745         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
37746         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
37747         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
37748         * lib/sys_time_.h: New file.
37749         * lib/timespec.h (struct timespec): Use long int, not long.
37750         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37751         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
37752         Remove obsolescent call to AC_HEADER_TIME.
37753         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
37754         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
37755         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
37756         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
37757         Likewise.
37758         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
37759         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
37760         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
37761         into the sys_time module.  Check for gettimeofday just once.
37762         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
37763         for gettimeofday signature to just check the signature.  Merely
37764         compile it, since linking doesn't test signature.  Improve test for
37765         whether gettimeofday.o is actually needed.
37766         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
37767         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
37768         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
37769         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37770         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
37771         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
37772         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
37773         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
37774         than worrying about sys/time.h.
37775         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37776         Don't bother worrying about TIME_WITH_SYS_TIME.
37777         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
37778         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
37779         * m4/sys_time_h.m4: New file.
37780         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
37781         Don't include sys/time.h.  Return from main rather than exiting.
37782         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
37783         all uses changed.
37784         * modules/gethrxtime (Depends-on): Add sys_time.
37785         * modules/gettime (Depends-on): Likewise.
37786         * modules/gettimeofday (Depends-on): Likewise.
37787         * modules/nanosleep (Depends-on): Likewise.
37788         * modules/settime (Depends-on): Likewise.
37789         * modules/tempname (Depends-on): Likewise.
37790         * modules/utimens (Depends-on): Likewise.
37791         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
37792         (Include:) Change back to <sys/time.h>.
37793         (Maintainer:) Add self.
37794         * modules/sys_time: New file.
37795         * modules/tempname (Depends-on): Add gettimeofday.
37796         * tests/test-gettimeofday.c: Include <sys/time.h>
37797         rather than gettimeofday.h.
37798
37799 2007-01-17  Bruno Haible  <bruno@clisp.org>
37800
37801         * gnulib-tool (func_get_license): Revert last patch. Instead, let
37802         the license default to GPL.
37803         (func_create_testdir): Don't complain if a module is LGPL and its
37804         tests module depends on GPLed modules.
37805
37806 2007-01-17  Bruno Haible  <bruno@clisp.org>
37807
37808         * lib/gettimeofday.c (gettimeofday): Add code for the case
37809         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
37810         maximum possible value for tv->tv_usec, rather than the minimum one.
37811
37812 2005-10-08  Martin Lambers  <marlam@marlam.de>
37813 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
37814 2007-01-16  Bruno Haible  <bruno@clisp.org>
37815
37816         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
37817         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
37818         gl_FUNC_GETTIMEOFDAY.
37819         (Include): Add gettimeofday.h.
37820         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
37821         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
37822         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
37823         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
37824         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
37825         * lib/gettimeofday.h: New file.
37826         * lib/gettimeofday.c: Include <sys/timeb.h>.
37827         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
37828         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37829         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
37830         fall back on time().
37831
37832         * tests/test-gettimeofday.c: New file.
37833         * modules/gettimeofday-tests: New file.
37834
37835 2007-01-16  Eric Blake  <ebb9@byu.net>
37836
37837         * modules/fnmatch (Depends-on): Depend on wchar.
37838         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
37839         * m4/fnmatch.m4: Likewise.
37840         * modules/mbchar (Makefile.am): Assume <wchar.h>.
37841         * m4/mbchar.m4: Likewise.
37842         * modules/mbswidth (Depends-on): Depend on wchar.
37843         * lib/mbswidth.c: Assume <wchar.h>.
37844         * m4/mbswidth.m4: Likewise.
37845         * modules/quotearg (Depends-on): Depend on wchar.
37846         * lib/quotearg.c: Assume <wchar.h>.
37847         * m4/quotearg.m4: Likewise.
37848         * modules/regex (Depends-on): Depend on wchar.
37849         * lib/regex_internal.h: Assume <wchar.h>.
37850         * m4/regex.m4: Likewise.
37851         * modules/stdint (Depends-on): Depend on wchar.
37852         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
37853         * m4/stdint.m4: Likewise.
37854         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
37855         * modules/strftime (Depends-on): Depend on wchar.
37856         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
37857         * modules/strtol (Depends-on): Depend on wchar.
37858         * lib/strtol.c: Assume <wchar.h>.
37859         * modules/wcwidth (Depends-on): Depend on wchar.
37860         * lib/wcwidth.h: Assume <wchar.h>.
37861         * m4/wcwidth.m4: Likewise.
37862
37863 2007-01-16  Bruno Haible  <bruno@clisp.org>
37864
37865         * modules/csharpexec-script: New, created from...
37866         * modules/csharpexec: ... this.
37867
37868 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
37869
37870         * modules/javaexec-script: New, created from...
37871         * modules/javaexec: ... this.
37872
37873 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37874
37875         * modules/poll (Dependencies): Add sys_select.
37876
37877 2007-01-15  Jim Meyering  <jim@meyering.net>
37878
37879         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
37880         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
37881         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
37882         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
37883
37884 2007-01-15  Bruno Haible  <bruno@clisp.org>
37885
37886         * modules/striconveh: New file.
37887         * lib/striconveh.h: New file.
37888         * lib/striconveh.c: New file.
37889         * MODULES.html.sh (Internationalization functions): Add striconveh.
37890
37891         * modules/striconveh-tests: New file.
37892         * tests/test-striconveh.c: New file.
37893
37894 2007-01-15  Bruno Haible  <bruno@clisp.org>
37895
37896         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
37897         not from GNU libiconv or GNU libc.
37898
37899 2007-01-15  Bruno Haible  <bruno@clisp.org>
37900
37901         * doc/gnulib-intro.texi (Copyright): Explain the different license
37902         terms for module descriptions, autoconf macros, tests, documentation.
37903
37904 2007-01-14  Bruno Haible  <bruno@clisp.org>
37905
37906         * modules/striconv-tests: New file.
37907         * tests/test-striconv.c: New file.
37908
37909 2007-01-14  Bruno Haible  <bruno@clisp.org>
37910
37911         * modules/iconv-tests: New file.
37912         * tests/test-iconv.c: New file.
37913
37914 2007-01-14  Bruno Haible  <bruno@clisp.org>
37915
37916         * gnulib-tool (func_get_license): For test modules, use the license of
37917         the main module.
37918
37919 2007-01-14  Bruno Haible  <bruno@clisp.org>
37920
37921         * modules/iconv (Include): Clarify that <iconv.h> can only be included
37922         if iconv is found to exist.
37923
37924 2007-01-14  Bruno Haible  <bruno@clisp.org>
37925
37926         * modules/c-ctype-tests: New file.
37927         * tests/test-c-ctype.c: New file.
37928
37929 2007-01-14  Bruno Haible  <bruno@clisp.org>
37930
37931         * modules/binary-io-tests: New file.
37932         * tests/test-binary-io.sh: New file.
37933         * tests/test-binary-io.c: New file.
37934
37935 2007-01-14  Bruno Haible  <bruno@clisp.org>
37936
37937         * modules/array-oset-tests: New file.
37938         * tests/test-array_oset.c: New file.
37939
37940 2007-01-14  Bruno Haible  <bruno@clisp.org>
37941
37942         * modules/array-list-tests: New file.
37943         * tests/test-array_list.c: New file.
37944
37945 2007-01-14  Bruno Haible  <bruno@clisp.org>
37946
37947         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
37948         and make.
37949         Reported by Simon Josefsson in
37950         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
37951
37952 2007-01-14  Bruno Haible  <bruno@clisp.org>
37953
37954         * modules/allocsa-tests: New file.
37955         * tests/test-allocsa.c: New file.
37956
37957 2007-01-14  Bruno Haible  <bruno@clisp.org>
37958
37959         * modules/fchdir (Depends-on): Add absolute-header.
37960         * modules/unistd (Depends-on): Likewise.
37961
37962 2006-12-30  Bruno Haible  <bruno@clisp.org>
37963
37964         * modules/fchdir: New file.
37965         * modules/unistd (Files): Add lib/unistd_.h.
37966         (Makefile.am): Generate unistd.h from unistd_.h.
37967         * lib/fchdir.c: New file.
37968         * lib/dirent_.h: New file.
37969         * lib/unistd_.h: New file.
37970         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
37971         * m4/fchdir.m4: New file.
37972         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
37973         (gl_HEADER_UNISTD): Invoke it.
37974         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
37975         function.
37976         * lib/backupfile.c (opendir, closedir): Undefine.
37977         * lib/chown.c (open, close): Undefine.
37978         * lib/clean-temp.c (open, close): Undefine.
37979         * lib/copy-file.c (open, close): Undefine.
37980         * lib/execute.c (open, close): Undefine.
37981         * lib/fsusage.c (open, close): Undefine.
37982         * lib/gc-gnulib.c (open, close): Undefine.
37983         * lib/getcwd.c (opendir, closedir): Undefine.
37984         * lib/glob.c (opendir, closedir): Undefine.
37985         * lib/javacomp.c (open, close): Undefine.
37986         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
37987         * lib/openat-proc.c (open, close): Undefine.
37988         * lib/pagealign_alloc.c (open, close): Undefine.
37989         * lib/pipe.c (open, close): Undefine.
37990         * lib/progreloc.c (open, close): Undefine.
37991         * lib/savedir.c (opendir, closedir): Undefine.
37992         * lib/utime.c (open, close): Undefine.
37993         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
37994
37995 2007-01-10  Bruno Haible  <bruno@clisp.org>
37996
37997         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
37998
37999 2007-01-12  Eric Blake  <ebb9@byu.net>
38000
38001         Provide a robust <wchar.h>.  Further simplifications are now
38002         possible in other modules, but not included here.
38003         * modules/wchar: New module.
38004         * m4/wchar.m4: New file.
38005         * lib/wchar_.h: Likewise.
38006         * modules/mbchar (Depends-on): Depend on wchar, as the first use
38007         of the new module.
38008         * MODULES.html.sh (Extended multibyte and wide character utilities):
38009         New section.
38010
38011 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
38012
38013         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
38014         to a reasonable default for memory allocation.
38015         (xreadlink): Don't allocate a huge buffer, to work around a buggy
38016         file system that reports garbage st_size values for symlinks.
38017         Problem reported by Liyang Hu.
38018
38019 2007-01-11  Simon Josefsson  <simon@josefsson.org>
38020
38021         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
38022         Emacs .#* auto-save files).
38023
38024 2007-01-11  Bruno Haible  <bruno@clisp.org>
38025
38026         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
38027         directory.
38028
38029 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38030
38031         Use @...@ consistently in lib/wctype_.h.
38032         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
38033         on it being set to 1 or 0.
38034         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
38035         go back to AC_SUBSTing it.
38036         * modules/wctype (Makefile.am): Undo previous change.
38037
38038 2007-01-10  Eric Blake  <ebb9@byu.net>
38039
38040         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
38041         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
38042         * modules/wctype (Makefile.am): Likewise.
38043         Reported by Chris McGuire.
38044
38045 2007-01-10  Jim Meyering  <jim@meyering.net>
38046
38047         fts.c: a small readability/maintainability improvement
38048         * lib/fts.c (fts_read): Make this code slightly more readable and
38049         maintainable by hoisting the "sp->fts_cur = p" assignments to
38050         immediately follow the statements that set P.  Derived from
38051         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
38052
38053 2007-01-10  Eric Blake  <ebb9@byu.net>
38054
38055         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
38056         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
38057         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38058         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
38059         Reported by Chris McGuire.
38060
38061 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38062
38063         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
38064         in sed script.
38065
38066 2007-01-09  Bruno Haible  <bruno@clisp.org>
38067
38068         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
38069         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
38070         variables.
38071         (func_module): Use them.
38072
38073 2007-01-09  Bruno Haible  <bruno@clisp.org>
38074
38075         * modules/unistr/base: New file.
38076         * lib/unistr.h: New file.
38077
38078         * modules/unistr/u8-to-u16: New file.
38079         * lib/unistr/u8-to-u16.c: New file.
38080
38081         * modules/unistr/u8-to-u32: New file.
38082         * lib/unistr/u8-to-u32.c: New file.
38083
38084         * modules/unistr/u16-to-u8: New file.
38085         * lib/unistr/u16-to-u8.c: New file.
38086
38087         * modules/unistr/u16-to-u32: New file.
38088         * lib/unistr/u16-to-u32.c: New file.
38089
38090         * modules/unistr/u32-to-u8: New file.
38091         * lib/unistr/u32-to-u8.c: New file.
38092
38093         * modules/unistr/u32-to-u16: New file.
38094         * lib/unistr/u32-to-u16.c: New file.
38095
38096         * modules/unistr/u8-check: New file.
38097         * modules/unistr/u16-check: New file.
38098         * modules/unistr/u32-check: New file.
38099         * lib/unistr/u8-check.c: New file.
38100         * lib/unistr/u16-check.c: New file.
38101         * lib/unistr/u32-check.c: New file.
38102
38103         * modules/unistr/u8-chr: New file.
38104         * modules/unistr/u16-chr: New file.
38105         * modules/unistr/u32-chr: New file.
38106         * lib/unistr/u8-chr.c: New file.
38107         * lib/unistr/u16-chr.c: New file.
38108         * lib/unistr/u32-chr.c: New file.
38109
38110         * modules/unistr/u8-cmp: New file.
38111         * modules/unistr/u16-cmp: New file.
38112         * modules/unistr/u32-cmp: New file.
38113         * lib/unistr/u8-cmp.c: New file.
38114         * lib/unistr/u16-cmp.c: New file.
38115         * lib/unistr/u32-cmp.c: New file.
38116
38117         * modules/unistr/u8-cpy: New file.
38118         * modules/unistr/u16-cpy: New file.
38119         * modules/unistr/u32-cpy: New file.
38120         * lib/unistr/u8-cpy.c: New file.
38121         * lib/unistr/u16-cpy.c: New file.
38122         * lib/unistr/u32-cpy.c: New file.
38123         * lib/unistr/u-cpy.h: New file.
38124
38125         * modules/unistr/u8-cpy-alloc: New file.
38126         * modules/unistr/u16-cpy-alloc: New file.
38127         * modules/unistr/u32-cpy-alloc: New file.
38128         * lib/unistr/u8-cpy-alloc.c: New file.
38129         * lib/unistr/u16-cpy-alloc.c: New file.
38130         * lib/unistr/u32-cpy-alloc.c: New file.
38131         * lib/unistr/u-cpy-alloc.h: New file.
38132
38133         * modules/unistr/u8-endswith: New file.
38134         * modules/unistr/u16-endswith: New file.
38135         * modules/unistr/u32-endswith: New file.
38136         * lib/unistr/u8-endswith.c: New file.
38137         * lib/unistr/u16-endswith.c: New file.
38138         * lib/unistr/u32-endswith.c: New file.
38139         * lib/unistr/u-endswith.h: New file.
38140
38141         * modules/unistr/u8-mblen: New file.
38142         * modules/unistr/u16-mblen: New file.
38143         * modules/unistr/u32-mblen: New file.
38144         * lib/unistr/u8-mblen.c: New file.
38145         * lib/unistr/u16-mblen.c: New file.
38146         * lib/unistr/u32-mblen.c: New file.
38147
38148         * modules/unistr/u8-mbtouc: New file.
38149         * modules/unistr/u16-mbtouc: New file.
38150         * modules/unistr/u32-mbtouc: New file.
38151         * lib/unistr/u8-mbtouc.c: New file.
38152         * lib/unistr/u16-mbtouc.c: New file.
38153         * lib/unistr/u32-mbtouc.c: New file.
38154
38155         * modules/unistr/u8-mbtouc-safe: New file.
38156         * modules/unistr/u16-mbtouc-safe: New file.
38157         * modules/unistr/u32-mbtouc-safe: New file.
38158         * lib/unistr/u8-mbtouc-safe.c: New file.
38159         * lib/unistr/u16-mbtouc-safe.c: New file.
38160         * lib/unistr/u32-mbtouc-safe.c: New file.
38161
38162         * modules/unistr/u8-move: New file.
38163         * modules/unistr/u16-move: New file.
38164         * modules/unistr/u32-move: New file.
38165         * lib/unistr/u8-move.c: New file.
38166         * lib/unistr/u16-move.c: New file.
38167         * lib/unistr/u32-move.c: New file.
38168         * lib/unistr/u-move.h: New file.
38169
38170         * modules/unistr/u8-next: New file.
38171         * modules/unistr/u16-next: New file.
38172         * modules/unistr/u32-next: New file.
38173         * lib/unistr/u8-next.c: New file.
38174         * lib/unistr/u16-next.c: New file.
38175         * lib/unistr/u32-next.c: New file.
38176
38177         * modules/unistr/u8-prev: New file.
38178         * modules/unistr/u16-prev: New file.
38179         * modules/unistr/u32-prev: New file.
38180         * lib/unistr/u8-prev.c: New file.
38181         * lib/unistr/u16-prev.c: New file.
38182         * lib/unistr/u32-prev.c: New file.
38183
38184         * modules/unistr/u8-set: New file.
38185         * modules/unistr/u16-set: New file.
38186         * modules/unistr/u32-set: New file.
38187         * lib/unistr/u8-set.c: New file.
38188         * lib/unistr/u16-set.c: New file.
38189         * lib/unistr/u32-set.c: New file.
38190         * lib/unistr/u-set.h: New file.
38191
38192         * modules/unistr/u8-startswith: New file.
38193         * modules/unistr/u16-startswith: New file.
38194         * modules/unistr/u32-startswith: New file.
38195         * lib/unistr/u8-startswith.c: New file.
38196         * lib/unistr/u16-startswith.c: New file.
38197         * lib/unistr/u32-startswith.c: New file.
38198         * lib/unistr/u-startswith.h: New file.
38199
38200         * modules/unistr/u8-stpcpy: New file.
38201         * modules/unistr/u16-stpcpy: New file.
38202         * modules/unistr/u32-stpcpy: New file.
38203         * lib/unistr/u8-stpcpy.c: New file.
38204         * lib/unistr/u16-stpcpy.c: New file.
38205         * lib/unistr/u32-stpcpy.c: New file.
38206         * lib/unistr/u-stpcpy.h: New file.
38207
38208         * modules/unistr/u8-stpncpy: New file.
38209         * modules/unistr/u16-stpncpy: New file.
38210         * modules/unistr/u32-stpncpy: New file.
38211         * lib/unistr/u8-stpncpy.c: New file.
38212         * lib/unistr/u16-stpncpy.c: New file.
38213         * lib/unistr/u32-stpncpy.c: New file.
38214         * lib/unistr/u-stpncpy.h: New file.
38215
38216         * modules/unistr/u8-strcat: New file.
38217         * modules/unistr/u16-strcat: New file.
38218         * modules/unistr/u32-strcat: New file.
38219         * lib/unistr/u8-strcat.c: New file.
38220         * lib/unistr/u16-strcat.c: New file.
38221         * lib/unistr/u32-strcat.c: New file.
38222         * lib/unistr/u-strcat.h: New file.
38223
38224         * modules/unistr/u8-strchr: New file.
38225         * modules/unistr/u16-strchr: New file.
38226         * modules/unistr/u32-strchr: New file.
38227         * lib/unistr/u8-strchr.c: New file.
38228         * lib/unistr/u16-strchr.c: New file.
38229         * lib/unistr/u32-strchr.c: New file.
38230
38231         * modules/unistr/u8-strcmp: New file.
38232         * modules/unistr/u16-strcmp: New file.
38233         * modules/unistr/u32-strcmp: New file.
38234         * lib/unistr/u8-strcmp.c: New file.
38235         * lib/unistr/u16-strcmp.c: New file.
38236         * lib/unistr/u32-strcmp.c: New file.
38237
38238         * modules/unistr/u8-strcpy: New file.
38239         * modules/unistr/u16-strcpy: New file.
38240         * modules/unistr/u32-strcpy: New file.
38241         * lib/unistr/u8-strcpy.c: New file.
38242         * lib/unistr/u16-strcpy.c: New file.
38243         * lib/unistr/u32-strcpy.c: New file.
38244         * lib/unistr/u-strcpy.h: New file.
38245
38246         * modules/unistr/u8-strcspn: New file.
38247         * modules/unistr/u16-strcspn: New file.
38248         * modules/unistr/u32-strcspn: New file.
38249         * lib/unistr/u8-strcspn.c: New file.
38250         * lib/unistr/u16-strcspn.c: New file.
38251         * lib/unistr/u32-strcspn.c: New file.
38252         * lib/unistr/u-strcspn.h: New file.
38253
38254         * modules/unistr/u8-strdup: New file.
38255         * modules/unistr/u16-strdup: New file.
38256         * modules/unistr/u32-strdup: New file.
38257         * lib/unistr/u8-strdup.c: New file.
38258         * lib/unistr/u16-strdup.c: New file.
38259         * lib/unistr/u32-strdup.c: New file.
38260         * lib/unistr/u-strdup.h: New file.
38261
38262         * modules/unistr/u8-strlen: New file.
38263         * modules/unistr/u16-strlen: New file.
38264         * modules/unistr/u32-strlen: New file.
38265         * lib/unistr/u8-strlen.c: New file.
38266         * lib/unistr/u16-strlen.c: New file.
38267         * lib/unistr/u32-strlen.c: New file.
38268         * lib/unistr/u-strlen.h: New file.
38269
38270         * modules/unistr/u8-strmblen: New file.
38271         * modules/unistr/u16-strmblen: New file.
38272         * modules/unistr/u32-strmblen: New file.
38273         * lib/unistr/u8-strmblen.c: New file.
38274         * lib/unistr/u16-strmblen.c: New file.
38275         * lib/unistr/u32-strmblen.c: New file.
38276
38277         * modules/unistr/u8-strmbtouc: New file.
38278         * modules/unistr/u16-strmbtouc: New file.
38279         * modules/unistr/u32-strmbtouc: New file.
38280         * lib/unistr/u8-strmbtouc.c: New file.
38281         * lib/unistr/u16-strmbtouc.c: New file.
38282         * lib/unistr/u32-strmbtouc.c: New file.
38283
38284         * modules/unistr/u8-strncat: New file.
38285         * modules/unistr/u16-strncat: New file.
38286         * modules/unistr/u32-strncat: New file.
38287         * lib/unistr/u8-strncat.c: New file.
38288         * lib/unistr/u16-strncat.c: New file.
38289         * lib/unistr/u32-strncat.c: New file.
38290         * lib/unistr/u-strncat.h: New file.
38291
38292         * modules/unistr/u8-strncmp: New file.
38293         * modules/unistr/u16-strncmp: New file.
38294         * modules/unistr/u32-strncmp: New file.
38295         * lib/unistr/u8-strncmp.c: New file.
38296         * lib/unistr/u16-strncmp.c: New file.
38297         * lib/unistr/u32-strncmp.c: New file.
38298
38299         * modules/unistr/u8-strncpy: New file.
38300         * modules/unistr/u16-strncpy: New file.
38301         * modules/unistr/u32-strncpy: New file.
38302         * lib/unistr/u8-strncpy.c: New file.
38303         * lib/unistr/u16-strncpy.c: New file.
38304         * lib/unistr/u32-strncpy.c: New file.
38305         * lib/unistr/u-strncpy.h: New file.
38306
38307         * modules/unistr/u8-strnlen: New file.
38308         * modules/unistr/u16-strnlen: New file.
38309         * modules/unistr/u32-strnlen: New file.
38310         * lib/unistr/u8-strnlen.c: New file.
38311         * lib/unistr/u16-strnlen.c: New file.
38312         * lib/unistr/u32-strnlen.c: New file.
38313         * lib/unistr/u-strnlen.h: New file.
38314
38315         * modules/unistr/u8-strpbrk: New file.
38316         * modules/unistr/u16-strpbrk: New file.
38317         * modules/unistr/u32-strpbrk: New file.
38318         * lib/unistr/u8-strpbrk.c: New file.
38319         * lib/unistr/u16-strpbrk.c: New file.
38320         * lib/unistr/u32-strpbrk.c: New file.
38321         * lib/unistr/u-strpbrk.h: New file.
38322
38323         * modules/unistr/u8-strrchr: New file.
38324         * modules/unistr/u16-strrchr: New file.
38325         * modules/unistr/u32-strrchr: New file.
38326         * lib/unistr/u8-strrchr.c: New file.
38327         * lib/unistr/u16-strrchr.c: New file.
38328         * lib/unistr/u32-strrchr.c: New file.
38329
38330         * modules/unistr/u8-strspn: New file.
38331         * modules/unistr/u16-strspn: New file.
38332         * modules/unistr/u32-strspn: New file.
38333         * lib/unistr/u8-strspn.c: New file.
38334         * lib/unistr/u16-strspn.c: New file.
38335         * lib/unistr/u32-strspn.c: New file.
38336         * lib/unistr/u-strspn.h: New file.
38337
38338         * modules/unistr/u8-strstr: New file.
38339         * modules/unistr/u16-strstr: New file.
38340         * modules/unistr/u32-strstr: New file.
38341         * lib/unistr/u8-strstr.c: New file.
38342         * lib/unistr/u16-strstr.c: New file.
38343         * lib/unistr/u32-strstr.c: New file.
38344         * lib/unistr/u-strstr.h: New file.
38345
38346         * modules/unistr/u8-strtok: New file.
38347         * modules/unistr/u16-strtok: New file.
38348         * modules/unistr/u32-strtok: New file.
38349         * lib/unistr/u8-strtok.c: New file.
38350         * lib/unistr/u16-strtok.c: New file.
38351         * lib/unistr/u32-strtok.c: New file.
38352         * lib/unistr/u-strtok.h: New file.
38353
38354         * modules/unistr/u8-uctomb: New file.
38355         * modules/unistr/u16-uctomb: New file.
38356         * modules/unistr/u32-uctomb: New file.
38357         * lib/unistr/u8-uctomb.c: New file.
38358         * lib/unistr/u16-uctomb.c: New file.
38359         * lib/unistr/u32-uctomb.c: New file.
38360
38361         * MODULES.html.sh (Unicode string functions): Add the new modules.
38362
38363 2007-01-08  Bruno Haible  <bruno@clisp.org>
38364
38365         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
38366         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
38367         subdirectories.
38368
38369 2007-01-08  Karl Berry  <karl@gnu.org>
38370
38371         * doc/error.texi: mention that main() fns must set program_name
38372         when progname is used.
38373
38374 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
38375
38376         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
38377         WCTYPE_H is empty, for the benefit of builds from non-distclean
38378         directories.  Problem reported by Eric Blake in
38379         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
38380
38381 2007-01-08  Bruno Haible  <bruno@clisp.org>
38382
38383         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
38384         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
38385         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
38386         PROVIDE_CANONICALIZE_FILENAME_MODE.
38387         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
38388
38389 2007-01-08  Bruno Haible  <bruno@clisp.org>
38390
38391         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
38392         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
38393         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
38394         * lib/fts.c: Likewise.
38395         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
38396
38397 2006-12-25  Bruno Haible  <bruno@clisp.org>
38398
38399         * modules/utf8-ucs4-safe: New file.
38400         * lib/utf8-ucs4-safe.h: New file.
38401         * lib/unistr/utf8-ucs4-safe.c: New file.
38402
38403         * modules/utf16-ucs4-safe: New file.
38404         * lib/utf16-ucs4-safe.h: New file.
38405         * lib/unistr/utf16-ucs4-safe.c: New file.
38406
38407         * MODULES.html.sh (Unicode string functions): Add the new modules.
38408
38409 2007-01-08  Bruno Haible  <bruno@clisp.org>
38410
38411         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
38412         (Depends-on): Add unitypes.
38413         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38414         (u8_mbtouc_aux): Move out to separate file.
38415         (u8_mbtouc): Use ucs4_t, uint8_t types.
38416         * lib/unistr/utf8-ucs4.c: New file.
38417
38418         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
38419         (Depends-on): Add unitypes.
38420         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38421         (u16_mbtouc_aux): Move out to separate file.
38422         (u16_mbtouc): Use ucs4_t, uint16_t types.
38423         * lib/unistr/utf16-ucs4.c: New file.
38424
38425         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
38426         (Depends-on): Add unitypes.
38427         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
38428         (u8_uctomb_aux): Move out to separate file.
38429         (u8_uctomb): Use ucs4_t, uint8_t types.
38430         * lib/unistr/ucs4-utf8.c: New file.
38431
38432         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
38433         (Depends-on): Add unitypes.
38434         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
38435         (u16_uctomb_aux): Move out to separate file.
38436         (u16_uctomb): Use ucs4_t, uint16_t types.
38437         * lib/unistr/ucs4-utf16.c: New file.
38438
38439 2006-12-25  Bruno Haible  <bruno@clisp.org>
38440
38441         * modules/unitypes: New file.
38442         * lib/unitypes.h: New file.
38443         * MODULES.html.sh (func_all_modules): New section "Unicode string
38444         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
38445         this section. Add unitypes.
38446
38447 2007-01-08  Bruno Haible  <bruno@clisp.org>
38448
38449         Avoid variable names that conflict with those from libtool.
38450         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
38451         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
38452         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
38453         library_names_spec to acl_library_names_spec, hardcode_* to
38454         acl_hardcode_*.
38455         Reported by Ralf Wildenhues.
38456
38457 2007-01-08  Bruno Haible  <bruno@clisp.org>
38458
38459         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
38460         definition.
38461         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
38462         definition.
38463         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
38464         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
38465         definition.
38466         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
38467         definition.
38468         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
38469         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
38470         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
38471         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
38472         definition.
38473         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
38474         definition.
38475         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
38476         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
38477         GC_USE_<algorithm>.
38478         * lib/gc-libgcrypt.c: Likewise.
38479         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
38480         * modules/gc-arctwo (configure.ac): Likewise.
38481         * modules/gc-des (configure.ac): Likewise.
38482         * modules/gc-hmac-md5 (configure.ac): Likewise.
38483         * modules/gc-hmac-sha1 (configure.ac): Likewise.
38484         * modules/gc-md2 (configure.ac): Likewise.
38485         * modules/gc-md4 (configure.ac): Likewise.
38486         * modules/gc-md5 (configure.ac): Likewise.
38487         * modules/gc-random (configure.ac): Likewise.
38488         * modules/gc-rijndael (configure.ac): Likewise.
38489         * modules/gc-sha1 (configure.ac): Likewise.
38490
38491 2007-01-08  Bruno Haible  <bruno@clisp.org>
38492
38493         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
38494         macro definition.
38495         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
38496         definition.
38497         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
38498         definition.
38499         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
38500         * modules/fcntl-safer (configure.ac): Likewise.
38501         * modules/fopen-safer (configure.ac): Likewise.
38502         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
38503         GNULIB_FWRITEERROR macro definition.
38504
38505 2007-01-08  Bruno Haible  <bruno@clisp.org>
38506
38507         * m4/gnulib-common.m4: New file.
38508         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
38509         (func_get_filelist): Add m4/gnulib-common.m4.
38510
38511 2007-01-08  Bruno Haible  <bruno@clisp.org>
38512
38513         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
38514         command.
38515
38516 2007-01-08  Jim Meyering  <jim@meyering.net>
38517
38518         Use a more robust test for a "can't happen" condition.
38519         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
38520         narrowed the st_size value.  Presuming the "can't happen" condition
38521         is true, that narrowing could conceivably convert an invalid st_size
38522         value into a valid one.  Instead, use a change based on Matthew
38523         Woehlke's original patch.
38524
38525         Slight readability improvement: use an assert-like macro
38526         in place of literal "abort ()" uses.
38527         * lib/fts.c (fts_assert): Define.
38528         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
38529         Use this macro instead of a bare 'abort'.
38530
38531 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
38532
38533         Don't worry about using IRIX 5.3's wctype.h broken definitions;
38534         simply work around them.
38535         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
38536         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
38537         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
38538         declaring.
38539         Don't bother to define as macros, since the standard doesn't require it.
38540         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
38541         longer worry about IRIX 5.3.
38542         (HAVE_WCTYPE_CTMP_BUG): Remove.
38543
38544 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38545
38546         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
38547         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
38548         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
38549         Problems reported by Georg Schwarz for IRIX 5.3.
38550
38551         * gnulib-tool (autoconf_minversion): Take the maximum version number
38552         found, not the minimum.  Problem reported by James Youngman.
38553
38554 2007-01-03  Karl Berry  <karl@gnu.org>
38555
38556         * doc/error.texi: new file, explaining interaction with progname.
38557         * doc/gnulib.texi: include it.  Update copyright.
38558
38559 2007-01-03  Simon Josefsson  <simon@josefsson.org>
38560
38561         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
38562         AC_CANONICAL_HOST, to improve autobuild outputs.
38563
38564 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
38565             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38566
38567         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
38568         sockets, server sockets, and other file descriptors.  Count errors
38569         to compute the return value.  Reorder the code a bit to be easier
38570         to follow.  Don't set event bits that were not requested (except
38571         POLLERR and POLLHUP).
38572
38573 2007-01-01  Bruno Haible  <bruno@clisp.org>
38574
38575         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
38576
38577 2007-01-03  Jim Meyering  <jim@meyering.net>
38578
38579         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
38580
38581 2007-01-02  Bruno Haible  <bruno@clisp.org>
38582
38583         * modules/settime (Include): Require timespec.h.
38584         * modules/nanosleep (Include): Likewise.
38585
38586 2007-01-01  Bruno Haible  <bruno@clisp.org>
38587
38588         * gnulib-tool (func_emit_copyright_notice): Bump year.
38589         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
38590
38591 2007-01-01  Bruno Haible  <bruno@clisp.org>
38592
38593         Improve support for OpenBSD.
38594         * build-aux/config.rpath (libname_spec): Export.
38595         (library_names_spec): New variable. Export.
38596         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
38597         library_names_spec from the config.rpath output. Locate shared library
38598         through the name pattern in library_names_spec.
38599
38600 2007-01-01  Eric Blake  <ebb9@byu.net>
38601
38602         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
38603
38604 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
38605
38606         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
38607         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
38608         assume the C locale, and avoid an "eval" that could cause trouble.
38609         Problem with SORT reported by Bob Proulx.
38610
38611         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
38612         Define.  Trivial patch from Henning Nielsen Lund, originally
38613         sent to bug-grep@gnu.org today.
38614
38615 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
38616
38617         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
38618         struct stat.  Problem reported by Henning Nielsen Lund.
38619         * lib/acl.c: Include acl.h first, to check interface.  Don't
38620         bother to include sys/types.h and sys/stat.h again.
38621
38622 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38623
38624         Import the following change from libc; problem reported by
38625         Sven Verdoolaege.
38626
38627         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
38628
38629         [BZ #1373]
38630         * lib/argp.h: Remove __NTH for __argp_usage inline function.
38631
38632 2006-12-28  Jim Meyering  <jim@meyering.net>
38633
38634         * build-aux/announce-gen: Do not assume that the package
38635         builds any of tar.gz, tar.bz2, and .xdelta files.
38636         Suggestion from Simon Josefsson.
38637
38638 2006-12-28  Simon Josefsson  <simon@josefsson.org>
38639
38640         * modules/announce-gen: New file.
38641
38642 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
38643
38644         * lib/mbchar.h: Just include <wctype.h>; the wctype module
38645         handles its gotchas now.
38646         * lib/mbswidth.c: Likewise.
38647         * lib/wcwidth.h: Likewise.
38648         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
38649         and iswcntrl; the wctype module does this stuff now.
38650         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
38651         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38652         * modules/mbchar (Depends-on): Add wctype.
38653         * modules/mbswidth (Depends-on): Likewise.
38654         * modules/wcwidth (Depends-on): Likewise.
38655
38656 2006-12-27  Eric Blake  <ebb9@byu.net>
38657
38658         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
38659         module uses more than what <wctype.h> is required to provide.
38660
38661 2006-12-26  Eric Blake  <ebb9@byu.net>
38662
38663         * gnulib-tool (sed_extract_prog): Avoid space-tab.
38664
38665 2006-12-26  Eric Blake  <ebb9@byu.net>
38666
38667         * modules/absolute-header: New module.
38668         * modules/fcntl (Depends-on): Depend on it.
38669         * modules/inttypes (Depends-on): Likewise.
38670         * modules/stdint (Depends-on): Likewise.
38671         * modules/sys_stat (Depends-on): Likewise.
38672         * modules/wctype (Depends-on): Likewise.
38673         * MODULES.html.sh (Support for building libraries and
38674         executables): Document it.
38675
38676 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
38677
38678         * gnulib-tool (SED): Remove, undoing previous change.
38679         The problem was that it broke coreutils on Solaris, because
38680         "sed --posix" leaked into a makefile.
38681         (sed): New alias, if 'alias' and GNU sed.
38682
38683 2006-12-24  Jim Meyering  <jim@meyering.net>
38684
38685         Work around an fchownat bug in glibc-2.4:
38686         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
38687         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
38688         in spite of the -P option.
38689         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
38690         New macros.
38691         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
38692         * modules/openat (Files): Add lib/fchownat.c.
38693         * lib/openat.c (fchownat): Don't define here.  Move to...
38694         * lib/fchownat.c: ...this new file.
38695
38696 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38697
38698         Fix bug reported by Bruno Haible in
38699         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
38700         where quotearg.c didn't compile on Mac OS X 10.2 because it
38701         lacks <wchar.h> and wint_t.
38702         * lib/wctype_.h (__wctype_wint_t): New type.
38703         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
38704         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
38705         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
38706         Arg is now of type __wctype_wint_t, not wint_t.
38707         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
38708         substitute HAVE_WINT_T.
38709         * modules/wctype (Files): Add m4/wint_t.m4.
38710         (wctype.h): Substitute HAVE_WINT_T.
38711
38712 2006-12-23  Bruno Haible  <bruno@clisp.org>
38713
38714         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
38715
38716 2006-12-23  Bruno Haible  <bruno@clisp.org>
38717
38718         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
38719         S_ISLNK.
38720         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
38721         mingw.
38722
38723 2006-12-22  Bruno Haible  <bruno@clisp.org>
38724
38725         * lib/copy-file.c: Include acl.h.
38726         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
38727         Close the file descriptors only after being done with copy_acl.
38728         * modules/copy-file (Depends-on): Add acl.
38729
38730 2006-12-22  Bruno Haible  <bruno@clisp.org>
38731
38732         * gnulib-tool (SED): New variable.
38733         Use $SED instead of sed everywhere.
38734
38735 2006-12-22  Bruno Haible  <bruno@clisp.org>
38736
38737         * modules/no-c++: New file.
38738         * m4/no-c++.m4: New file.
38739         * MODULES.html.sh (Support for building libraries and executables):
38740         Add no-c++.
38741
38742 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
38743
38744         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
38745         Include <limits.h>, and use its INT_MAX to rewrite the
38746         j loop so that it does not overflow 'int'.  Problem reported by
38747         Ralf Wildenhues in
38748         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
38749         Play it safe by shifting left by 1 rather than multiplying by 2,
38750         as GCC is less likely to optimize this away when the value
38751         is signed (when it assumes overflow leads to undefined behavior).
38752         Also, don't assume time_t uses two's complement.
38753
38754 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
38755
38756         * MODULES.html.sh: New module wctype.
38757         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
38758         * lib/fnmatch.c: Don't bother to include <wchar.h> before
38759         <wctype.h>, since the new wctype module should fix this.
38760         * lib/quotearg.c: Include <wctype.h> unconditionally, since
38761         the wctype module should arrange for it.
38762         * lib/regex_internal.h: Likewise.
38763         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
38764         since the wctype module should handle this now.
38765         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
38766         * modules/fnmatch (Depends-on): Add wctype.
38767         * modules/quotearg (Depends-on): Likewise.
38768         * modules/regex (Depends-on): Likewise.
38769
38770 2006-12-19  Bruno Haible  <bruno@clisp.org>
38771
38772         * lib/strdup.h [C++]: Wrap definitions in extern "C".
38773         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
38774
38775 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38776
38777         * modules/savewd (Depends-on): Fix dependency on fcntl.
38778
38779 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
38780
38781         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
38782         conforms to C99, rather than relying on the user's environment
38783         setting of STDINT_H.
38784
38785 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
38786         and Eric Blake  <ebb9@byu.net>
38787
38788         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
38789         This is more consistent with the other defines here.
38790         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
38791         Port to z/OS.  Problem reported by Paul Gilmartin.
38792         Change local vars to use gl_ prefix rather than ac_.
38793         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
38794         with other defines.
38795         * modules/double-slash-root: New module.
38796         * modules/dirname (Files): Remove m4/double-slash-root.m4.
38797         (Depends-on): Add double-slash-root.
38798         * MODULES.html.sh (File system functions): Mention new module.
38799
38800 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
38801
38802         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
38803         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
38804         This is for the benefit of gzip, which doesn't do i18n.
38805
38806 2006-12-12  Jim Meyering  <jim@meyering.net>
38807
38808         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
38809         Reported by Andreas Schwab <schwab@suse.de>.
38810
38811 2006-12-12  Bruno Haible  <bruno@clisp.org>
38812
38813         Merge these changes.
38814         2006-09-05  Bruno Haible  <bruno@clisp.org>
38815         * lib/iconvme.c (iconv_string): No need to save and restore errno when
38816         iconv_alloc succeeded.
38817         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
38818         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
38819         test for " && dest " at the end - dest is always != NULL there. Call
38820         iconv with 4xNULL arguments initially, to reset the state. Call iconv
38821         with 2xNULL arguments, also to flush the state storage. Handle the
38822         IRIX iconv behaviour. Realloc the final result, to throw away unused
38823         memory.
38824
38825 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
38826
38827         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
38828         and fchmodat unconditionally, since glibc 2.4 has them.
38829         Problem reported by Arkadiusz Miskiewicz.
38830
38831 2006-12-10  Bruno Haible  <bruno@clisp.org>
38832
38833         * gnulib-tool (func_import): Show the include files only for those
38834         modules that are copied and specified.
38835         Reported by Karl Berry.
38836
38837 2006-12-08  Jim Meyering  <jim@meyering.net>
38838
38839         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
38840         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
38841
38842         * build-aux/announce-gen: Add two new options, both optional:
38843         --bootstrap-tools=TOOL_LIST
38844               a comma-separated list of tools, e.g.,
38845               autoconf,automake,bison,gnulib
38846         --gnulib-snapshot-date=DATE
38847               if gnulib is in the bootstrap tool list,
38848               then report this as the snapshot date.
38849               If not specified, use the current date/time.
38850               If you specify a date here, be sure it's UTC.
38851
38852 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38853
38854         * tests/test-argp-2.sh: Fix test to match actual output.
38855         (func_compare): Fix sed script to be portable.
38856
38857 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
38858
38859         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
38860         workaround for this case.  It is not autoconfigured now; offhand
38861         it's hard to see how to autoconfigure it.
38862
38863 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
38864
38865         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
38866         a directory that is about to be chowned.  Such a directory's
38867         initial file permissions should permit the owner only and this
38868         should not be changed until after the chown, since the group and
38869         other bits would be incorrect if they granted permission before
38870         the chown.
38871
38872         Fix porting problem for iswctype reported by Georg Schwarz in:
38873         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
38874         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
38875         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
38876         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
38877         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
38878
38879 2006-12-03  Jim Meyering  <jim@meyering.net>
38880
38881         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
38882         p->fts_statp may not yet be defined.
38883         (fts_read): Instead, set it in the caller, once p->fts_statp is
38884         sure to be defined, and corresponds to a top-level directory.
38885         This bug made du -x fail.  Here's the coreutils test case:
38886         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
38887         Reported by Mike Frysinger.
38888
38889 2006-12-01  Jim Meyering  <jim@meyering.net>
38890
38891         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
38892         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
38893         Reported by Simon Josefsson.
38894
38895 2006-11-30  Jim Meyering  <jim@meyering.net>
38896
38897         * m4/warning.m4: Use the all-permissive copyright notice
38898         recommended by RMS (rather than LGPL).
38899         * m4/vararrays.m4: Likewise.
38900         * m4/flexmember.m4: Likewise.
38901
38902 2006-11-29  Bruno Haible  <bruno@clisp.org>
38903
38904         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38905         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
38906         using +=.
38907         Reported by Simon Josefsson <simon@josefsson.org>.
38908
38909 2006-11-28  James Youngman <jay@gnu.org>
38910
38911         * README: Advise users that they might find the bug-gnulib@gnu.org
38912         and autotools-announce@gnu.org mailing lists useful.
38913
38914 2006-11-28  Bruno Haible  <bruno@clisp.org>
38915
38916         * m4/ptrdiff_max.m4: Remove file.
38917
38918 2006-11-21  Bruno Haible  <bruno@clisp.org>
38919
38920         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
38921         _AC_COMPUTE_INT.
38922         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38923         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
38924         _AC_COMPUTE_INT.
38925         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38926         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
38927         _AC_COMPUTE_INT.
38928         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38929
38930 2006-11-28  Jim Meyering  <jim@meyering.net>
38931
38932         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
38933         warning from "gcc -Wshadow" about shadowing the builtin.
38934
38935 2006-11-27  Bruno Haible  <bruno@clisp.org>
38936
38937         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
38938         _AC_COMPUTE_INT.
38939         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38940
38941 2006-11-27  Bruno Haible  <bruno@clisp.org>
38942             Paul Eggert  <eggert@cs.ucla.edu>
38943
38944         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
38945
38946 2006-11-26  Bruno Haible  <bruno@clisp.org>
38947
38948         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38949         noinst_LTLIBRARIES.
38950
38951 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38952             Bruno Haible  <bruno@clisp.org>
38953
38954         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
38955         if compiling with "gcc -ansi".
38956
38957 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
38958
38959         Fix some incompatibilities with gcc -ansi -pedantic.
38960         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
38961         if compiling pedantically with GCC, unless it's C99 or later.
38962         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
38963         it mishandles gcc -ansi -pedantic as well.
38964         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
38965         if gcc -pedantic.
38966         * lib/regexec.c (check_node_accept_bytes): Don't use auto
38967         initializers for struct if -pedantic, unless it's C99 or later.
38968
38969 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
38970
38971         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
38972         Don't close an fd more than once. Identical atimes indicate
38973         success, not failure.
38974
38975 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
38976
38977         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
38978
38979 2006-11-23  Jim Meyering  <jim@meyering.net>
38980
38981         * build-aux/announce-gen: New file.  From coreutils.
38982
38983 2006-11-22  Jim Meyering  <jim@meyering.net>
38984
38985         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
38986         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
38987         (fts_read): Use a temporary to narrow the overused st_size member
38988         before using it in a switch statement.  Reported by Matthew Woehlke.
38989
38990         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
38991         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
38992
38993 2006-11-20  Bruno Haible  <bruno@clisp.org>
38994
38995         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
38996         changequote instead of pairs of brackets.
38997         Reported by Andreas Schwab <schwab@suse.de>.
38998
38999 2006-11-21  Jim Meyering  <jim@meyering.net>
39000
39001         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
39002         so as to remain compatible with older compilers.
39003         Patch from Michael Deutschmann.
39004
39005 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39006
39007         * MODULES.html.sh (File system functions): Add openat.
39008
39009         * lib/openat.h (rpl_fstatat): New macro, if
39010         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
39011         (fstatat): Define to rpl_fstatat under the same conditions,
39012         unless COMPILING_FSTATAT.
39013         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
39014         seems to have the bug.
39015         * lib/fstatat.c: New file.
39016         * modules/openat (Files): Add it.
39017
39018 2006-11-20  Bruno Haible  <bruno@clisp.org>
39019
39020         * Makefile: New file.
39021
39022 2006-11-20  Jim Meyering  <jim@meyering.net>
39023
39024         The beginnings of syntax-related checks for gnulib.
39025         * lib/Makefile: New file.
39026         * lib/t-idcache: New script.  Ensure that the two halves of
39027         idcache.c stay in sync.
39028
39029         * lib/idcache.c: Adjust comments in user- and group- portions to
39030         be more accurate, and to be consistent with one another.
39031
39032 2006-11-20  Jim Meyering  <jim@meyering.net>
39033
39034         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
39035         continue using the flexible array member (thus, this module performs
39036         half as many malloc calls), with the addition that...
39037         (getgroup, getuser): Consistently record a non-match via an empty
39038         "name" string, and map an empty string match to a NULL return value.
39039         * modules/idcache (Depends-on): Re-add flexmember.
39040
39041         * lib/idcache.c (getuser): Remove all uses of the register keyword.
39042         (getuidbyname, getgroup, getgidbyname): Likewise.
39043
39044         Use cleaner syntax: NULL rather than 0.
39045         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
39046
39047 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39048
39049         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
39050         It mishandled the case where the group was missing.
39051         Problem reported by Greg Schafer.
39052         * modules/idcache: Likewise.
39053
39054 2006-11-18  Jim Meyering  <jim@meyering.net>
39055
39056         * check-module (%exempt_header): Add exception for some
39057         conditionally-included headers.
39058
39059         * modules/i-ring (Depends-on): Add verify.
39060         (License): Change to LGPL.
39061
39062 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39063
39064         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
39065         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
39066         and inttostr.h.  Use snprintf rather than uinttostr, so that
39067         LGPLed code doesn't depend on GPLed.
39068
39069 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39070
39071         * modules/inline (License): Change from GPL to LGPL.
39072
39073 2006-11-17  Jim Meyering  <jim@meyering.net>
39074
39075         * modules/d-type (License): Switch to LGPL.
39076
39077 2006-11-15  Bruno Haible  <bruno@clisp.org>
39078
39079         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
39080
39081 2006-11-15  Eric Blake  <ebb9@byu.net>
39082
39083         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
39084         the module dependency.
39085
39086 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39087             Bruno Haible  <bruno@clisp.org>
39088
39089         * gnulib-tool (func_create_testdir): Add license consistency check.
39090
39091 2006-11-15  Eric Blake  <ebb9@byu.net>
39092
39093         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
39094         random "(cached)" in configure output.
39095
39096 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39097
39098         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
39099         test for conforming inttypes.h is both announced and cached.
39100
39101         * MODULES.html.sh (seen_modules, seen_files): New variables.
39102         (func_module): Rewrite to use a few less gnulib-tool and sed
39103         invocations.  Avoid a couple of quadratic algorithms for ...
39104         (missed_modules, missed_files): ... these, with ...
39105         (func_append, func_tmpdir): ... these new functions, from
39106         gnulib-tool.  Analogously, install traps for cleanup.
39107
39108         * tests/test-gc.c (main): Remove unused variables.
39109         * tests/test-read-file.c: Include stdlib.h, for 'free'.
39110
39111 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
39112
39113         * modules/inttostr (License): Change to LGPL.
39114
39115 2006-11-14  Eric Blake  <ebb9@byu.net>
39116
39117         * modules/tempname (License): Change to LGPL.
39118
39119 2006-11-14  Eric Blake  <ebb9@byu.net>
39120
39121         * doc/functions.texi (Function Portability): *printf functions on
39122         Cygwin now understand all POSIX size specifiers.
39123
39124 2006-11-14  Bruno Haible  <bruno@clisp.org>
39125
39126         * modules/c-ctype (License): Change to LGPL.
39127
39128 2006-11-12  Bruno Haible  <bruno@clisp.org>
39129
39130         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
39131         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
39132         for GNOME libraries, for which the include files are installed in
39133         subdirectories of $prefix/include.
39134
39135 2006-11-12  Bruno Haible  <bruno@clisp.org>
39136
39137         * m4/lib-link.m4: Require at least autoconf-2.54.
39138         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
39139         name to underscores for the --with option.
39140
39141 2006-11-13  Bruno Haible  <bruno@clisp.org>
39142
39143         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
39144         the tests directory.
39145         Reported by Ralf Wildenhues.
39146
39147 2006-11-13  Bruno Haible  <bruno@clisp.org>
39148
39149         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
39150         (func_emit_initmacro_end): Undo the override here.
39151         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
39152         Works around the famous automake error in coreutils.
39153
39154 2006-11-13  Eric Blake  <ebb9@byu.net>
39155
39156         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
39157         element, not its node.
39158
39159 2006-11-12  Bruno Haible  <bruno@clisp.org>
39160
39161         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
39162         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
39163
39164 2006-11-12  Bruno Haible  <bruno@clisp.org>
39165
39166         * gnulib-tool: New option --local-symlink.
39167         (func_usage): Document it.
39168         (lsymbolic): New variable.
39169         (func_import, func_create_testdir): If --symlink was not specified,
39170         test whether --local-symlink was specified and the file comes from
39171         the local_gnulib_dir.
39172
39173 2006-11-12  Bruno Haible  <bruno@clisp.org>
39174
39175         * gnulib-tool (func_ln): New function.
39176         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
39177
39178 2006-11-12  Bruno Haible  <bruno@clisp.org>
39179
39180         Finish support for source files in subdirectories.
39181         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
39182         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
39183         AUTOMAKE_OPTIONS.
39184         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
39185
39186 2006-11-12  Bruno Haible  <bruno@clisp.org>
39187
39188         * gnulib-tool (func_get_automake_snippet): Synthesize also an
39189         EXTRA_lib_SOURCES augmentation.
39190         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
39191
39192 2006-11-12  Jim Meyering  <jim@meyering.net>
39193
39194         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
39195         file descriptors.  This also averts a failure on systems with
39196         native openat support when a traversed directory lacks "x" access.
39197         * lib/fts_.h: Include "i-ring.h"
39198         (struct FTS) [fts_fd_ring]: New member.
39199         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
39200         (FCHDIR): Add parentheses.
39201         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
39202         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
39203         When descending, rather than simply closing the previous
39204         fts_cwd_fd value, push that file descriptor onto the ring.
39205         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
39206         (fts_open): Initialize the new fd_ring member.
39207         (fts_close): Clear the ring.
39208         (fts_safe_changedir): When possible, use our new fd_ring to skip
39209         the diropen and fstat and dev/ino comparison that would normally
39210         accompany a virtual `chdir ("..")'.
39211
39212         * modules/fts (Depends-on): Add i-ring.
39213         * modules/i-ring: New module.
39214         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
39215         * m4/i-ring.m4: New file.
39216
39217 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39218
39219         * gnulib-tool (func_create_testdir): Fix replacement of
39220         `build-aux' in configure.ac.  Run autotools in gltests
39221         subdirectory.
39222         (func_create_testdir, func_create_megatestdir, test): There is
39223         no need for '--force' in most autotool invocations in a new
39224         tree.  Actually fail the whole test if any of the tools, or the
39225         configure or make stages fail.
39226
39227         Sync from Automake.
39228         * build-aux/gnupload: Revert last change.  Add pointer to upload
39229         instructions of the GNU Maintenance Instructions.
39230         Suggestion by Karl Berry.
39231
39232 2006-11-10  Jim Meyering  <jim@meyering.net>
39233
39234         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
39235
39236 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39237
39238         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
39239         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
39240         (bind_textdomain_codeset) [! ENABLE_NLS]:
39241         Evaluate all the arguments.  That way, callers get compatible behavior
39242         if the arguments have side effects.  Also, it avoids some GCC
39243         diagnostics in some cases; Joel E. Denny reported problems when Bison
39244         was configured with --enable-gcc-warnigs.
39245
39246 2006-11-10  Jim Meyering  <jim@meyering.net>
39247
39248         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
39249         relevant options in CFLAGS (like -O, -fno-inline) are taken into
39250         account.
39251
39252 2006-11-10  Jim Meyering  <jim@meyering.net>
39253
39254         * modules/inline: New file/module.
39255         * modules/xalloc (Files): Remove m4/inline.m4.
39256         (Depends-on): Add inline, instead.
39257         * modules/oset: Likewise.
39258         * modules/list: Likewise.
39259
39260 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39261
39262         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
39263         Problem reported by Matthew Woehlke.
39264
39265 2006-11-09  Bruno Haible  <bruno@clisp.org>
39266
39267         * lib/tempname.c (gen_tempname): Remove variant that invokes
39268         __gen_tempname.
39269         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
39270         __gen_tempname.
39271
39272 2006-11-08  Bruno Haible  <bruno@clisp.org>
39273
39274         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
39275         to 'yes' instead of 'cross-compiling'.
39276
39277 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
39278
39279         * lib/quotearg.h (quotearg_free): New decl.
39280         * lib/quotearg.c (quotearg_free): New function.
39281         (slot0, nslots, slotvec0, slotvec):
39282         Now file-scope so that quotearg_free can get at them.
39283
39284 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39285
39286         Sync from Automake.
39287         * build-aux/gnupload: Add missing 'gnu' to example URL.
39288         Report by Karl Berry.
39289
39290 2006-11-08  Bruno Haible  <bruno@clisp.org>
39291
39292         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
39293         Suggested by Paul Eggert.
39294
39295 2006-11-08  Jim Meyering  <jim@meyering.net>
39296
39297         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
39298         It's already included if !_LIBC.
39299         (fts_safe_changedir): Add a comment.
39300
39301 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39302
39303         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
39304         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
39305         Matthew Woehlke.
39306
39307         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
39308         definitions up, to avoid colliding with change below.
39309         (static_inline) [HAVE_INLINE]: New macro.
39310         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
39311         Provide extern decls when !HAVE_INLINE.  Do not define unless
39312         static_inline is defined, either by us or by xmalloc.c.  Use
39313         static_inline rather than static inline.
39314         (XCALLOC): Optimize sizeof(T) = 1 case.
39315         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
39316
39317 2006-11-07  Bruno Haible  <bruno@clisp.org>
39318
39319         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
39320         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
39321         AC_C_INLINE.
39322         * modules/xalloc (Files): Add m4/inline.m4.
39323
39324 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39325
39326         * README: Fix typo.
39327         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
39328         (Miscellanous Notes): ...from this.
39329
39330 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39331
39332         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
39333         Mention that offsetof should be used instead of sizeof.
39334         From Bruno Haible.
39335
39336 2006-11-07  Bruno Haible  <bruno@clisp.org>
39337
39338         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
39339
39340 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39343         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
39344         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39345         (gl_tree_add_before, gl_tree_add_after):
39346         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
39347         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
39348         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
39349         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
39350         (gl_linked_add_after, gl_linked_add_at): Likewise.
39351         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
39352         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39353         (gl_tree_add_before, gl_tree_add_after): Likewise.
39354         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
39355         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
39356         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
39357
39358 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39359
39360         * lib/gl_oset.h: Use C comment style, not C++ comment style.
39361
39362 2006-11-06  Bruno Haible  <bruno@clisp.org>
39363
39364         * m4/inline.m4: New file.
39365         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
39366         * modules/list (Files): Add m4/inline.m4.
39367         * modules/oset (Files): Likewise.
39368
39369 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39370
39371         * lib/idcache.c: Include <stddef.h>, for offsetof.
39372         (struct userid.name): Change from char * to a flexible array member.
39373         All uses changed.
39374         * modules/idcache (Depends-on): Add flexmember.
39375
39376         * MODULES.html.sh (Core language properties): New module flexmember.
39377         * modules/flexmember, m4/flexmember.m4: New files.
39378
39379         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
39380         inline functions that are identical with the old xnmalloc_inline,
39381         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
39382         that we can avoid some unnecessary integer multiplications and
39383         divisions in the common case where the element size is known at
39384         compile time.
39385         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
39386         needed.
39387         (xnboundedmalloc): Remove.
39388         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
39389         arguments, for consistency with rest of this header.
39390         (xcharalloc): Rewrite using XNMALLOC.
39391         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
39392         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
39393         versions have been moved to lib/xalloc.h and renamed to be the
39394         non-*_inline versions.
39395         (xmalloc, xrealloc): Implement without reference to the xnmalloc
39396         and xnrealloc functions, since those functions are now inline and
39397         now call us.
39398         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
39399         renaming described above.
39400         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
39401         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
39402         captures the dependency in AC_C_INLINE.
39403
39404         New module canonicalize-lgpl, proposed by Charles Wilson in
39405         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
39406         with a few small changes afterwards.
39407         * MODULES.html.sh (File system functions): New module
39408         canonicalize-lgpl.
39409         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
39410         and canonicalize_file_name.
39411         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
39412         * modules/canonicalize-lgpl: New files.
39413
39414 2006-11-05  Bruno Haible  <bruno@clisp.org>
39415
39416         * gnulib-tool (func_import, func_create_testdir): Create directories
39417         also for files in subdirectories of lib/.
39418
39419 2006-11-05  Bruno Haible  <bruno@clisp.org>
39420
39421         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
39422         ANSI C compliant.
39423
39424 2006-11-03  Bruno Haible  <bruno@clisp.org>
39425
39426         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39427         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
39428         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
39429         (xnboundedmalloc): New inline function.
39430         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
39431         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
39432         xmalloc.
39433         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
39434         xmalloc.
39435         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
39436         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
39437         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
39438         xmalloc.
39439         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39440         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
39441         xmalloc.
39442         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
39443         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39444         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
39445         xmalloc.
39446         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39447         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
39448         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39449         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
39450         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
39451         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
39452         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
39453
39454 2006-11-03  Bruno Haible  <bruno@clisp.org>
39455
39456         * lib/c-ctype.h [C++]: Define functions without name mangling.
39457         * lib/fwriteerror.h [C++]: Likewise.
39458         * lib/gcd.h [C++]: Likewise.
39459         * lib/linebreak.h [C++]: Likewise.
39460
39461 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39462
39463         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
39464         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
39465         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
39466         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
39467         Check for functions and headers just once.
39468         Check for declaration of canonicalize_file_name.
39469         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
39470
39471 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39472
39473         * gnulib-tool (func_import): Fix typo in actioncmd.
39474
39475 2006-11-02  Bruno Haible  <bruno@clisp.org>
39476
39477         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
39478         newline sequence in the Makefile.am snippet as a space, like "make"
39479         does.
39480         Reported by Roger Persson <perrog@gmail.com>.
39481
39482 2006-11-01  Bruno Haible  <bruno@clisp.org>
39483
39484         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
39485         already declared in <string.h>.
39486         * lib/strcase.h (strncasecmp): Don't declare it if yes.
39487
39488 2006-11-01  Bruno Haible  <bruno@clisp.org>
39489
39490         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
39491         * lib/strcase.h: Include <string.h>.
39492         (strcasecmp): Define to rpl_strcasecmp here.
39493
39494 2006-11-01  Bruno Haible  <bruno@clisp.org>
39495
39496         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
39497
39498 2006-11-01  Eric Blake  <ebb9@byu.net>
39499
39500         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
39501
39502         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
39503
39504 2006-10-29  Bruno Haible  <bruno@clisp.org>
39505
39506         Make it compile in C++ mode.
39507         * lib/full-write.c (full_rw): Add a cast.
39508
39509 2006-11-01  Bruno Haible  <bruno@clisp.org>
39510
39511         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
39512         be POSIX compliant.
39513         Reported by Roger Persson <perrog@gmail.com>.
39514
39515 2006-11-01  Eric Blake  <ebb9@byu.net>
39516
39517         * lib/getopt_.h: Fix comments.
39518
39519 2006-10-31  Eric Blake  <ebb9@byu.net>
39520
39521         * modules/tmpdir (Depends-on): Add sys_stat.
39522         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
39523         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
39524         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
39525         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
39526         tempname.
39527
39528 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
39529
39530         Avoid some C++ diagnostics reported by Bruno Haible.
39531         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
39532         xmalloc.
39533         (quotearg_alloc): Use xcharalloc rather than xmalloc.
39534         (struct slotvec): Move to top level.
39535         (quotearg_n_options): Rewrite to avoid xmalloc.
39536         * lib/xalloc.h (xcharalloc): New function.
39537         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
39538         [defined __cplusplus]: Add function template that provides result
39539         type propagation.  This part of the change is from Bruno Haible.
39540
39541 2006-10-29  Bruno Haible  <bruno@clisp.org>
39542
39543         Make it compile in C++ mode.
39544         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
39545         * lib/strnlen1.c (strnlen1): Cast memchr result.
39546         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
39547         * lib/clean-temp.c (string_equals, string_hash): Add casts.
39548         (create_temp_dir): Rename local variable 'template'.
39549         (compile_csharp_using_sscli): Add cast.
39550         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
39551         * lib/findprog.c (find_in_path): Likewise.
39552         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
39553         * lib/wait-process.c (register_slave_subprocess): Likewise.
39554
39555 2006-10-22  Bruno Haible  <bruno@clisp.org>
39556
39557         * modules/tsearch: New file.
39558         * lib/tsearch.h: New file.
39559         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
39560         * m4/tsearch.m4: New file.
39561         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
39562
39563 2006-10-29  Eric Blake  <ebb9@byu.net>
39564
39565         * lib/arcfour.c: Assume config.h.
39566         * lib/arctwo.c: Likewise.
39567         * lib/base64.c: Likewise.
39568         * lib/check-version.c: Likewise.
39569         * lib/crc.c: Likewise.
39570         * lib/des.c: Likewise.
39571         * lib/gc-gnulib.c: Likewise.
39572         * lib/gc-libgcrypt.c: Likewise.
39573         * lib/gc-pbkdf2-sha1.c: Likewise.
39574         * lib/getaddrinfo.c: Likewise.
39575         * lib/getdelim.c: Likewise.
39576         * lib/getline.c: Likewise.
39577         * lib/hmac-md5.c: Likewise.
39578         * lib/hmac-sha1.c: Likewise.
39579         * lib/iconvme.c: Likewise.
39580         * lib/md2.c: Likewise.
39581         * lib/md4.c: Likewise.
39582         * lib/memxor.c: Likewise.
39583         * lib/read-file.c: Likewise.
39584         * lib/readline.c: Likewise.
39585         * lib/rijndael-alg-fst.c: Likewise.
39586         * lib/rijndael-api-fst.c: Likewise.
39587         * lib/xgetdomainname.c: Likewise.
39588
39589 2006-10-28  Eric Blake  <ebb9@byu.net>
39590
39591         * lib/xstrndup.c: Assume config.h.
39592
39593 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
39594
39595         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
39596         stat-macros.h is now for our own macros, whereas stat_h is for
39597         macros in the <sys/stat.h> name space.
39598         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
39599         (STAT_MACROS_H): Remove.
39600         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
39601         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
39602         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
39603         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
39604         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
39605         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
39606         Move these macros to ...
39607         * lib/stat_.h: here.  Don't include stat-macros.h.
39608         * lib/canonicalize.c: Don't include stat-macros.h.
39609         * lib/chown.c: Likewise.
39610         * lib/euidaccess.c: Likewise.
39611         * lib/file-type.c: Likewise.
39612         * lib/filemode.c: Likewise.
39613         * lib/glob.c: Likewise.
39614         * lib/isapipe.c: Likewise.
39615         * lib/lchown.c: Likewise.
39616         * lib/lstat.c: Likewise.
39617         * lib/mkdir-p.c: Likewise.
39618         * lib/rmdir.c: Likewise.
39619         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
39620         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
39621         unless mkdir isn't declared, to speed up 'configure'.
39622         Always create sys/stat.h, since it's unlikely any real sys/stat.h
39623         would define all the S_* symbols.
39624         * modules/canonicalize (Depends-on):
39625         Depend on sys_stat, not stat-macros.
39626         * modules/chown: Likewise.
39627         * modules/euidaccess: Likewise.
39628         * modules/filemode: Likewise.
39629         * modules/file-type: Likewise.
39630         * modules/glob: Likewise.
39631         * modules/isapipe: Likewise.
39632         * modules/lchown: Likewise.
39633         * modules/lstat: Likewise.
39634         * modules/mkancesdirs: Likewise.
39635         * modules/rmdir: Likewise.
39636         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
39637         * modules/modechange: Likewise.
39638         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
39639         (configure.ac): Remove gl_STAT_MACROS.
39640         * modules/sys_stat (Depends-on): Remove stat-macros.
39641
39642 2006-10-27  Bruno Haible  <bruno@clisp.org>
39643
39644         * m4/signed.m4: Remove file.
39645         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
39646         invocation.
39647         * modules/vasnprintf (Files): Remove m4/signed.m4.
39648
39649 2006-10-27  Bruno Haible  <bruno@clisp.org>
39650
39651         Update to GNU gettext 0.16.
39652         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
39653         m4/inttypes-h.m4, m4/signed.m4.
39654         * m4/gettext.m4: Update to GNU gettext 0.16.
39655         * m4/intl.m4: New file, from GNU gettext.
39656         * m4/intldir.m4: New file, from GNU gettext.
39657         * config/srclist.txt: Update
39658
39659 2006-10-27  Eric Blake  <ebb9@byu.net>
39660
39661         * MODULES.html.sh: Document tempname.
39662         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
39663         dependencies.
39664         (Files): Move lib/tempname.c...
39665         * modules/tempname: ...to this new module.
39666         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
39667         (gl_PREREQ_TEMPNAME): Move...
39668         * m4/tempname.m4: ...to this new file.
39669         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
39670         * modules/sys_stat (Depends-on): Add stat-macros.
39671         * lib/stat_.h (includes): Pick up stat macros.
39672         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
39673         if stat macros are broken.
39674         * lib/tempname.c (includes): No need to include "stat-macros.h".
39675         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
39676         (direxists, __path_search) [!_LIBC]: Don't compile these in
39677         gnulib; the tmpdir module covers that.
39678         * lib/tempname.h: New file.
39679
39680 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
39681
39682         * COPYING: Explain how gnulib-tool converts licence headers.
39683         Almost all wording by Eric Blake.
39684
39685 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
39686
39687         * lib/mbchar.h (is_basic_table): Make read-only.
39688         * lib/mbchar.c (is_basic_table): Likewise.
39689         Reported by John Darrington.
39690
39691 2006-10-25  Bruno Haible  <bruno@clisp.org>
39692
39693         * lib/progname.h (set_program_name): Undefine before defining.
39694
39695 2006-10-25  Bruno Haible  <bruno@clisp.org>
39696
39697         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
39698         false for non-gcc C++ compilers.
39699         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
39700
39701 2006-10-24  Bruno Haible  <bruno@clisp.org>
39702
39703         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
39704         iconv implementations like Irix iconv.
39705
39706 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39707
39708         * modules/vararrays: New file.
39709         * m4/vararrays.m4: New file, taken from diffutils.
39710         * MODULES.html.sh: New module vararrays.
39711
39712 2006-10-24  Karl Berry  <karl@gnu.org>
39713
39714         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
39715         Don't call GNU Unix.
39716
39717 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39718
39719         * users.txt: Add Libtool.
39720
39721         Sync from Libtool:
39722
39723         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39724
39725         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
39726         to gnulib's policy of including config.h unconditionally.
39727
39728 2006-10-24  Bruno Haible  <bruno@clisp.org>
39729
39730         * modules/wcwidth (Files): Add m4/wint_t.m4.
39731         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
39732         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
39733
39734 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39735
39736         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
39737         to pacify GCC with some -W flags enabled.  Problem reported by
39738         Bruno Haible.
39739
39740 2006-10-24  Jim Meyering  <jim@meyering.net>
39741
39742         * MODULES.html.sh: Remove uinttostr.  It's not a module.
39743         Reported by Karl Berry.
39744
39745 2006-10-23  Bruno Haible  <bruno@clisp.org>
39746
39747         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
39748
39749 2006-10-24  Bruno Haible  <bruno@clisp.org>
39750
39751         * lib/gl_list.h: Use C comment style, not C++ comment style.
39752
39753 2006-10-23  Eric Blake  <ebb9@byu.net>
39754
39755         * lib/getaddrinfo.c (includes): Add missing include.
39756
39757 2006-10-23  Bruno Haible  <bruno@clisp.org>
39758             Paul Eggert  <eggert@cs.ucla.edu>
39759
39760         Ability to rename obstack_free.
39761         * lib/obstack.h (__obstack_free): New macro. Declare instead of
39762         obstack_free.
39763         (obstack_free): Invoke the __obstack_free macro.
39764         * lib/obstack.c (obstack_free): Use __obstack_free macro.
39765
39766 2006-10-23  Bruno Haible  <bruno@clisp.org>
39767             Paul Eggert  <eggert@cs.ucla.edu>
39768
39769         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
39770         __argc, __argv from the declaration. (They are defined as macros on
39771         mingw.)
39772
39773 2006-10-22  Bruno Haible  <bruno@clisp.org>
39774
39775         * doc/gnulib-intro.texi: New file.
39776         * doc/gnulib.texi: Include it.
39777
39778 2006-10-21  Bruno Haible  <bruno@clisp.org>
39779
39780         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
39781         "Introduction", "Miscellanous Notes", "Particular Modules".
39782
39783 2006-10-21  Bruno Haible  <bruno@clisp.org>
39784
39785         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39786         Change mostlyclean-local rule to avoid sh syntax error from bash
39787         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
39788
39789 2006-10-23  Jim Meyering  <jim@meyering.net>
39790
39791         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
39792         in place of snprintf.
39793
39794         * modules/inttostr (Files): Add lib/uinttostr.c.
39795         * lib/uinttostr.c (inttostr): New file/function.
39796         * lib/inttostr.h (uinttostr): Declare.
39797         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
39798         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
39799         Add uinttostr.
39800         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
39801
39802 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
39803
39804         * lib/canonicalize.c (ELOOP): Define if not already defined.
39805         Problem reported by Bruno Haible in
39806         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
39807
39808 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
39809
39810         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
39811         Problem reported by Perry Smith and Ville Laurikari.
39812
39813         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
39814         uses.
39815
39816 2006-10-19  Bruno Haible  <bruno@clisp.org>
39817
39818         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
39819         for mingw.
39820
39821 2006-10-19  Bruno Haible  <bruno@clisp.org>
39822
39823         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
39824         Needed for mingw.
39825
39826 2006-10-19  Bruno Haible  <bruno@clisp.org>
39827
39828         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
39829
39830 2006-10-19  Bruno Haible  <bruno@clisp.org>
39831
39832         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
39833         it.
39834
39835 2006-10-19  Bruno Haible  <bruno@clisp.org>
39836
39837         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
39838         invocation.
39839
39840 2006-10-19  Bruno Haible  <bruno@clisp.org>
39841
39842         * gnulib-tool (func_create_testdir): Don't include ftruncate and
39843         mountlist by default.
39844
39845 2006-10-16  Bruno Haible  <bruno@clisp.org>
39846
39847         * lib/c-strstr.c: Include c-strstr.h.
39848
39849 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39850
39851         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
39852         in a slash.
39853
39854 2006-10-18  Bruno Haible  <bruno@clisp.org>
39855
39856         * lib/lock.h [C++]: Wrap definitions in extern "C".
39857
39858 2006-10-18  Bruno Haible  <bruno@clisp.org>
39859
39860         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
39861         gl_LIBOBJS list.
39862
39863 2006-10-18  Bruno Haible  <bruno@clisp.org>
39864
39865         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
39866
39867 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
39868
39869         * lib/xstrtol.h: Include gettext.h.
39870         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
39871         Problem reported by Eric Blake.
39872         * modules/xstrtol (Depends-on): Add gettext-h.
39873
39874 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
39875
39876         * lib/strftime.c (advance): New macro.
39877         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
39878         incomplete type, so you can't add 0 to it.  Problem and patch
39879         reported by Eelco Dolstra for dietlibc.
39880
39881 2006-10-18  Jim Meyering  <jim@meyering.net>
39882
39883         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
39884         type for a local, and rename it: s/up/user_proc/.
39885
39886 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
39887
39888         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
39889         READ_UTMP_USER_PROCESS.
39890         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
39891
39892 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39893
39894         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
39895         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
39896
39897 2006-10-17  Eric Blake  <ebb9@byu.net>
39898
39899         * lib/sigprocmask.c (sigprocmask): Fix typo.
39900
39901         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
39902
39903         * modules/clean-temp (Makefile.am): Don't add to make output...
39904         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
39905         config.h.
39906
39907 2006-10-17  Bruno Haible  <bruno@clisp.org>
39908
39909         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
39910         differently if DEFAULT_TEXT_DOMAIN is set.
39911
39912 2006-10-16  Bruno Haible  <bruno@clisp.org>
39913
39914         * lib/clean-temp.c: Include fwriteerror.h.
39915
39916 2006-10-16  Bruno Haible  <bruno@clisp.org>
39917
39918         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
39919
39920 2006-10-16  Bruno Haible  <bruno@clisp.org>
39921
39922         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
39923         * lib/sigprocmask.h: Include <sys/types.h>.
39924         (sigset_t): Use the system's definition if present.
39925
39926 2006-10-17  Eric Blake  <ebb9@byu.net>
39927
39928         * lib/xvasprintf.c (includes): Assume config.h.
39929         * lib/xasprintf.c (includes): Likewise.
39930
39931 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
39932
39933         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
39934         at least as wide as intmax_t.
39935
39936 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
39937
39938         (Imported from Automake.)
39939         * build-aux/gnupload: Update to version 1.1 of directive file.
39940
39941 2006-10-16  Eric Blake  <ebb9@byu.net>
39942
39943         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
39944         match Automake 1.10a.
39945
39946 2006-10-14  Bruno Haible  <bruno@clisp.org>
39947
39948         * modules/sigprocmask: New file.
39949         * lib/sigprocmask.h: New file.
39950         * lib/sigprocmask.c: New file.
39951         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
39952         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
39953         request sigprocmask.o.
39954         (gl_PREREQ_SIGPROCMASK): New macro.
39955         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
39956         (Depends-on): Add sigprocmask.
39957         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
39958         gt_SIGNALBLOCKING. Test for 'raise' only once.
39959         * lib/fatal-signal.c: Include sigprocmask.h.
39960         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
39961         unblock_fatal_signals): Define always.
39962         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39963         sigprocmask.
39964
39965 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
39966
39967         Sync from Automake.
39968         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
39969         which incorrectly sets the mode of an existing destination
39970         directory.  In some cases the unpatched install-sh could do the
39971         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
39972         system.  We hope this is rare in practice, but it's clearly worth
39973         fixing.  Problem reported by Alex Unleashed in
39974         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
39975         Also, don't bother to check for -m bugs unless we're using -m;
39976         suggested by Stepan Kasal.
39977
39978 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39979
39980         Sync from Automake.
39981         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
39982         `-c' flag, so they appear at the same position as in %FASTDEP%
39983         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
39984         which ignores unknown options only after the first non-option.
39985         Bug report against M4 by Nelson H. F. Beebe.
39986
39987 2006-10-13  Jim Meyering  <jim@meyering.net>
39988
39989         Fix a bug in yesterday's change.
39990         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
39991         p->fts_statp->st_dev would be used uninitialized.
39992         Ensures that we always call fts_stat on the very first entry.
39993         Miklos Szeredi reported that find -xdev stopped working.
39994
39995 2006-10-12  Bruno Haible  <bruno@clisp.org>
39996
39997         * gnulib-tool (func_get_automake_snippet): Append an automatically
39998         computed EXTRA_DIST augmentation.
39999         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
40000         * modules/alloca-opt (Makefile.am): Likewise.
40001         * modules/allocsa (Makefile.am): Likewise.
40002         * modules/arcfour (Makefile.am): Likewise.
40003         * modules/arctwo (Makefile.am): Likewise.
40004         * modules/argmatch (Makefile.am): Likewise.
40005         * modules/argz (Makefile.am): Likewise.
40006         * modules/atexit (Makefile.am): Likewise.
40007         * modules/backupfile (Makefile.am): Likewise.
40008         * modules/byteswap (Makefile.am): Likewise.
40009         * modules/c-strtod (Makefile.am): Likewise.
40010         * modules/c-strtold (Makefile.am): Likewise.
40011         * modules/calloc (Makefile.am): Likewise.
40012         * modules/canon-host (Makefile.am): Likewise.
40013         * modules/canonicalize (Makefile.am): Likewise.
40014         * modules/chdir-long (Makefile.am): Likewise.
40015         * modules/chdir-safer (Makefile.am): Likewise.
40016         * modules/check-version (Makefile.am): Likewise.
40017         * modules/chown (Makefile.am): Likewise.
40018         * modules/cloexec (Makefile.am): Likewise.
40019         * modules/close-stream (Makefile.am): Likewise.
40020         * modules/closeout (Makefile.am): Likewise.
40021         * modules/crc (Makefile.am): Likewise.
40022         * modules/csharpexec (Makefile.am): Likewise.
40023         * modules/cycle-check (Makefile.am): Likewise.
40024         * modules/des (Makefile.am): Likewise.
40025         * modules/dev-ino (Makefile.am): Likewise.
40026         * modules/dirfd (Makefile.am): Likewise.
40027         * modules/dirname (Makefile.am): Likewise.
40028         * modules/dup2 (Makefile.am): Likewise.
40029         * modules/eealloc (Makefile.am): Likewise.
40030         * modules/error (Makefile.am): Likewise.
40031         * modules/euidaccess (Makefile.am): Likewise.
40032         * modules/exclude (Makefile.am): Likewise.
40033         * modules/exitfail (Makefile.am): Likewise.
40034         * modules/fcntl-safer (Makefile.am): Likewise.
40035         * modules/fcntl (Makefile.am): Likewise.
40036         * modules/file-type (Makefile.am): Likewise.
40037         * modules/fileblocks (Makefile.am): Likewise.
40038         * modules/filemode (Makefile.am): Likewise.
40039         * modules/filenamecat (Makefile.am): Likewise.
40040         * modules/fnmatch (Makefile.am): Likewise.
40041         * modules/fopen-safer (Makefile.am): Likewise.
40042         * modules/fpending (Makefile.am): Likewise.
40043         * modules/fprintftime (Makefile.am): Likewise.
40044         * modules/free (Makefile.am): Likewise.
40045         * modules/fsusage (Makefile.am): Likewise.
40046         * modules/ftruncate (Makefile.am): Likewise.
40047         * modules/fts (Makefile.am): Likewise.
40048         * modules/gc-arcfour (Makefile.am): Likewise.
40049         * modules/gc-des (Makefile.am): Likewise.
40050         * modules/gc-hmac-md5 (Makefile.am): Likewise.
40051         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
40052         * modules/gc-md4 (Makefile.am): Likewise.
40053         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40054         * modules/gc-sha1 (Makefile.am): Likewise.
40055         * modules/gc (Makefile.am): Likewise.
40056         * modules/getaddrinfo (Makefile.am): Likewise.
40057         * modules/getcwd (Makefile.am): Likewise.
40058         * modules/getdelim (Makefile.am): Likewise.
40059         * modules/getdomainname (Makefile.am): Likewise.
40060         * modules/getgroups (Makefile.am): Likewise.
40061         * modules/gethostname (Makefile.am): Likewise.
40062         * modules/gethrxtime (Makefile.am): Likewise.
40063         * modules/getline (Makefile.am): Likewise.
40064         * modules/getloadavg (Makefile.am): Likewise.
40065         * modules/getlogin_r (Makefile.am): Likewise.
40066         * modules/getndelim2 (Makefile.am): Likewise.
40067         * modules/getopt (Makefile.am): Likewise.
40068         * modules/getpagesize (Makefile.am): Likewise.
40069         * modules/getpass-gnu (Makefile.am): Likewise.
40070         * modules/getpass (Makefile.am): Likewise.
40071         * modules/getsubopt (Makefile.am): Likewise.
40072         * modules/gettime (Makefile.am): Likewise.
40073         * modules/gettimeofday (Makefile.am): Likewise.
40074         * modules/getugroups (Makefile.am): Likewise.
40075         * modules/getusershell (Makefile.am): Likewise.
40076         * modules/glob (Makefile.am): Likewise.
40077         * modules/group-member (Makefile.am): Likewise.
40078         * modules/hard-locale (Makefile.am): Likewise.
40079         * modules/hash (Makefile.am): Likewise.
40080         * modules/hmac-md5 (Makefile.am): Likewise.
40081         * modules/hmac-sha1 (Makefile.am): Likewise.
40082         * modules/human (Makefile.am): Likewise.
40083         * modules/idcache (Makefile.am): Likewise.
40084         * modules/imaxabs (Makefile.am): Likewise.
40085         * modules/imaxdiv (Makefile.am): Likewise.
40086         * modules/inet_ntop (Makefile.am): Likewise.
40087         * modules/inet_pton (Makefile.am): Likewise.
40088         * modules/intprops (Makefile.am): Likewise.
40089         * modules/inttostr (Makefile.am): Likewise.
40090         * modules/inttypes (Makefile.am): Likewise.
40091         * modules/isapipe (Makefile.am): Likewise.
40092         * modules/javaversion (Makefile.am): Likewise.
40093         * modules/lchmod (Makefile.am): Likewise.
40094         * modules/lchown (Makefile.am): Likewise.
40095         * modules/localcharset (Makefile.am): Likewise.
40096         * modules/long-options (Makefile.am): Likewise.
40097         * modules/lstat (Makefile.am): Likewise.
40098         * modules/malloc (Makefile.am): Likewise.
40099         * modules/mathl (Makefile.am): Likewise.
40100         * modules/mbchar (Makefile.am): Likewise.
40101         * modules/md2 (Makefile.am): Likewise.
40102         * modules/md4 (Makefile.am): Likewise.
40103         * modules/md5 (Makefile.am): Likewise.
40104         * modules/memcasecmp (Makefile.am): Likewise.
40105         * modules/memchr (Makefile.am): Likewise.
40106         * modules/memcmp (Makefile.am): Likewise.
40107         * modules/memcoll (Makefile.am): Likewise.
40108         * modules/memcpy (Makefile.am): Likewise.
40109         * modules/memmem (Makefile.am): Likewise.
40110         * modules/memmove (Makefile.am): Likewise.
40111         * modules/mempcpy (Makefile.am): Likewise.
40112         * modules/memrchr (Makefile.am): Likewise.
40113         * modules/memset (Makefile.am): Likewise.
40114         * modules/memxor (Makefile.am): Likewise.
40115         * modules/mkancesdirs (Makefile.am): Likewise.
40116         * modules/mkdir-p (Makefile.am): Likewise.
40117         * modules/mkdir (Makefile.am): Likewise.
40118         * modules/mkdtemp (Makefile.am): Likewise.
40119         * modules/mkstemp (Makefile.am): Likewise.
40120         * modules/mktime (Makefile.am): Likewise.
40121         * modules/modechange (Makefile.am): Likewise.
40122         * modules/mountlist (Makefile.am): Likewise.
40123         * modules/nanosleep (Makefile.am): Likewise.
40124         * modules/obstack (Makefile.am): Likewise.
40125         * modules/openat (Makefile.am): Likewise.
40126         * modules/pagealign_alloc (Makefile.am): Likewise.
40127         * modules/pathmax (Makefile.am): Likewise.
40128         * modules/physmem (Makefile.am): Likewise.
40129         * modules/poll (Makefile.am): Likewise.
40130         * modules/posixtm (Makefile.am): Likewise.
40131         * modules/posixver (Makefile.am): Likewise.
40132         * modules/putenv (Makefile.am): Likewise.
40133         * modules/quote (Makefile.am): Likewise.
40134         * modules/quotearg (Makefile.am): Likewise.
40135         * modules/raise (Makefile.am): Likewise.
40136         * modules/read-file (Makefile.am): Likewise.
40137         * modules/readline (Makefile.am): Likewise.
40138         * modules/readlink (Makefile.am): Likewise.
40139         * modules/readtokens (Makefile.am): Likewise.
40140         * modules/readutmp (Makefile.am): Likewise.
40141         * modules/realloc (Makefile.am): Likewise.
40142         * modules/regex (Makefile.am): Likewise.
40143         * modules/rename-dest-slash (Makefile.am): Likewise.
40144         * modules/rename (Makefile.am): Likewise.
40145         * modules/rijndael (Makefile.am): Likewise.
40146         * modules/rmdir (Makefile.am): Likewise.
40147         * modules/rpmatch (Makefile.am): Likewise.
40148         * modules/safe-read (Makefile.am): Likewise.
40149         * modules/safe-write (Makefile.am): Likewise.
40150         * modules/same-inode (Makefile.am): Likewise.
40151         * modules/same (Makefile.am): Likewise.
40152         * modules/save-cwd (Makefile.am): Likewise.
40153         * modules/savedir (Makefile.am): Likewise.
40154         * modules/setenv (Makefile.am): Likewise.
40155         * modules/settime (Makefile.am): Likewise.
40156         * modules/sha1 (Makefile.am): Likewise.
40157         * modules/sig2str (Makefile.am): Likewise.
40158         * modules/snprintf (Makefile.am): Likewise.
40159         * modules/stat-macros (Makefile.am): Likewise.
40160         * modules/stat-time (Makefile.am): Likewise.
40161         * modules/stdbool (Makefile.am): Likewise.
40162         * modules/stdint (Makefile.am): Likewise.
40163         * modules/stdlib-safer (Makefile.am): Likewise.
40164         * modules/stpcpy (Makefile.am): Likewise.
40165         * modules/stpncpy (Makefile.am): Likewise.
40166         * modules/strcase (Makefile.am): Likewise.
40167         * modules/strcasestr (Makefile.am): Likewise.
40168         * modules/strchrnul (Makefile.am): Likewise.
40169         * modules/strcspn (Makefile.am): Likewise.
40170         * modules/strdup (Makefile.am): Likewise.
40171         * modules/strerror (Makefile.am): Likewise.
40172         * modules/strftime (Makefile.am): Likewise.
40173         * modules/strndup (Makefile.am): Likewise.
40174         * modules/strnlen (Makefile.am): Likewise.
40175         * modules/strpbrk (Makefile.am): Likewise.
40176         * modules/strsep (Makefile.am): Likewise.
40177         * modules/strstr (Makefile.am): Likewise.
40178         * modules/strtod (Makefile.am): Likewise.
40179         * modules/strtoimax (Makefile.am): Likewise.
40180         * modules/strtok_r (Makefile.am): Likewise.
40181         * modules/strtol (Makefile.am): Likewise.
40182         * modules/strtoll (Makefile.am): Likewise.
40183         * modules/strtoul (Makefile.am): Likewise.
40184         * modules/strtoull (Makefile.am): Likewise.
40185         * modules/strtoumax (Makefile.am): Likewise.
40186         * modules/strverscmp (Makefile.am): Likewise.
40187         * modules/sys_socket (Makefile.am): Likewise.
40188         * modules/sys_stat (Makefile.am): Likewise.
40189         * modules/sysexits (Makefile.am): Likewise.
40190         * modules/time_r (Makefile.am): Likewise.
40191         * modules/timegm (Makefile.am): Likewise.
40192         * modules/timespec (Makefile.am): Likewise.
40193         * modules/tmpfile-safer (Makefile.am): Likewise.
40194         * modules/trim (Makefile.am): Likewise.
40195         * modules/unistd-safer (Makefile.am): Likewise.
40196         * modules/unlinkdir (Makefile.am): Likewise.
40197         * modules/unlocked-io (Makefile.am): Likewise.
40198         * modules/userspec (Makefile.am): Likewise.
40199         * modules/utime (Makefile.am): Likewise.
40200         * modules/utimecmp (Makefile.am): Likewise.
40201         * modules/utimens (Makefile.am): Likewise.
40202         * modules/vasnprintf (Makefile.am): Likewise.
40203         * modules/vasprintf (Makefile.am): Likewise.
40204         * modules/vsnprintf (Makefile.am): Likewise.
40205         * modules/xalloc (Makefile.am): Likewise.
40206         * modules/xgetcwd (Makefile.am): Likewise.
40207         * modules/xnanosleep (Makefile.am): Likewise.
40208         * modules/xreadlink (Makefile.am): Likewise.
40209         * modules/xstrtod (Makefile.am): Likewise.
40210         * modules/xstrtol (Makefile.am): Likewise.
40211         * modules/xstrtold (Makefile.am): Likewise.
40212         * modules/yesno (Makefile.am): Likewise.
40213         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
40214
40215 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40216
40217         * modules/error (Makefile.am): Distribute files through
40218         EXTRA_DIST, not lib_SOURCES.
40219
40220 2006-10-12  Eric Blake  <ebb9@byu.net>
40221
40222         * modules/error (Makefile.am): Distribute files in /lib.
40223         * modules/obstack (Makefile.am): Likewise.
40224
40225 2006-10-12  Bruno Haible  <bruno@clisp.org>
40226
40227         * modules/acl (Makefile.am): Distribute all files in lib/ through
40228         EXTRA_DIST.
40229         * modules/arcfour (Makefile.am): Likewise.
40230         * modules/arctwo (Makefile.am): Likewise.
40231         * modules/argmatch (Makefile.am): Likewise.
40232         * modules/argz (Makefile.am): Likewise.
40233         * modules/atexit (Makefile.am): Likewise.
40234         * modules/backupfile (Makefile.am): Likewise.
40235         * modules/c-strtod (Makefile.am): Likewise.
40236         * modules/c-strtold (Makefile.am): Likewise.
40237         * modules/calloc (Makefile.am): Likewise.
40238         * modules/canon-host (Makefile.am): Likewise.
40239         * modules/canonicalize (Makefile.am): Likewise.
40240         * modules/chdir-long (Makefile.am): Likewise.
40241         * modules/chdir-safer (Makefile.am): Likewise.
40242         * modules/check-version (Makefile.am): Likewise.
40243         * modules/chown (Makefile.am): Likewise.
40244         * modules/cloexec (Makefile.am): Likewise.
40245         * modules/close-stream (Makefile.am): Likewise.
40246         * modules/closeout (Makefile.am): Likewise.
40247         * modules/crc (Makefile.am): Likewise.
40248         * modules/cycle-check (Makefile.am): Likewise.
40249         * modules/des (Makefile.am): Likewise.
40250         * modules/dirfd (Makefile.am): Likewise.
40251         * modules/dirname (Makefile.am): Likewise.
40252         * modules/dup2 (Makefile.am): Likewise.
40253         * modules/euidaccess (Makefile.am): Likewise.
40254         * modules/exclude (Makefile.am): Likewise.
40255         * modules/exitfail (Makefile.am): Likewise.
40256         * modules/fcntl-safer (Makefile.am): Likewise.
40257         * modules/file-type (Makefile.am): Likewise.
40258         * modules/fileblocks (Makefile.am): Likewise.
40259         * modules/filemode (Makefile.am): Likewise.
40260         * modules/filenamecat (Makefile.am): Likewise.
40261         * modules/fnmatch (Makefile.am): Likewise.
40262         * modules/fopen-safer (Makefile.am): Likewise.
40263         * modules/fpending (Makefile.am): Likewise.
40264         * modules/fprintftime (Makefile.am): Likewise.
40265         * modules/free (Makefile.am): Likewise.
40266         * modules/fsusage (Makefile.am): Likewise.
40267         * modules/ftruncate (Makefile.am): Likewise.
40268         * modules/fts (Makefile.am): Likewise.
40269         * modules/gc (Makefile.am): Likewise.
40270         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40271         * modules/getaddrinfo (Makefile.am): Likewise.
40272         * modules/getcwd (Makefile.am): Likewise.
40273         * modules/getdelim (Makefile.am): Likewise.
40274         * modules/getdomainname (Makefile.am): Likewise.
40275         * modules/getgroups (Makefile.am): Likewise.
40276         * modules/gethostname (Makefile.am): Likewise.
40277         * modules/gethrxtime (Makefile.am): Likewise.
40278         * modules/getline (Makefile.am): Likewise.
40279         * modules/getloadavg (Makefile.am): Likewise.
40280         * modules/getlogin_r (Makefile.am): Likewise.
40281         * modules/getopt (Makefile.am): Likewise.
40282         * modules/getpass (Makefile.am): Likewise.
40283         * modules/getpass-gnu (Makefile.am): Likewise.
40284         * modules/getsubopt (Makefile.am): Likewise.
40285         * modules/gettime (Makefile.am): Likewise.
40286         * modules/gettimeofday (Makefile.am): Likewise.
40287         * modules/getugroups (Makefile.am): Likewise.
40288         * modules/getusershell (Makefile.am): Likewise.
40289         * modules/glob (Makefile.am): Likewise.
40290         * modules/group-member (Makefile.am): Likewise.
40291         * modules/hard-locale (Makefile.am): Likewise.
40292         * modules/hash (Makefile.am): Likewise.
40293         * modules/hmac-md5 (Makefile.am): Likewise.
40294         * modules/hmac-sha1 (Makefile.am): Likewise.
40295         * modules/human (Makefile.am): Likewise.
40296         * modules/idcache (Makefile.am): Likewise.
40297         * modules/imaxabs (Makefile.am): Likewise.
40298         * modules/imaxdiv (Makefile.am): Likewise.
40299         * modules/inet_ntop (Makefile.am): Likewise.
40300         * modules/inet_pton (Makefile.am): Likewise.
40301         * modules/inttostr (Makefile.am): Likewise.
40302         * modules/isapipe (Makefile.am): Likewise.
40303         * modules/lchown (Makefile.am): Likewise.
40304         * modules/long-options (Makefile.am): Likewise.
40305         * modules/lstat (Makefile.am): Likewise.
40306         * modules/malloc (Makefile.am): Likewise.
40307         * modules/mathl (Makefile.am): Likewise.
40308         * modules/mbchar (Makefile.am): Likewise.
40309         * modules/md2 (Makefile.am): Likewise.
40310         * modules/md4 (Makefile.am): Likewise.
40311         * modules/md5 (Makefile.am): Likewise.
40312         * modules/memcasecmp (Makefile.am): Likewise.
40313         * modules/memchr (Makefile.am): Likewise.
40314         * modules/memcmp (Makefile.am): Likewise.
40315         * modules/memcoll (Makefile.am): Likewise.
40316         * modules/memcpy (Makefile.am): Likewise.
40317         * modules/memmem (Makefile.am): Likewise.
40318         * modules/memmove (Makefile.am): Likewise.
40319         * modules/mempcpy (Makefile.am): Likewise.
40320         * modules/memrchr (Makefile.am): Likewise.
40321         * modules/memset (Makefile.am): Likewise.
40322         * modules/memxor (Makefile.am): Likewise.
40323         * modules/mkancesdirs (Makefile.am): Likewise.
40324         * modules/mkdir (Makefile.am): Likewise.
40325         * modules/mkdir-p (Makefile.am): Likewise.
40326         * modules/mkdtemp (Makefile.am): Likewise.
40327         * modules/mkstemp (Makefile.am): Likewise.
40328         * modules/mktime (Makefile.am): Likewise.
40329         * modules/modechange (Makefile.am): Likewise.
40330         * modules/mountlist (Makefile.am): Likewise.
40331         * modules/nanosleep (Makefile.am): Likewise.
40332         * modules/openat (Makefile.am): Likewise.
40333         * modules/pagealign_alloc (Makefile.am): Likewise.
40334         * modules/physmem (Makefile.am): Likewise.
40335         * modules/poll (Makefile.am): Likewise.
40336         * modules/posixtm (Makefile.am): Likewise.
40337         * modules/posixver (Makefile.am): Likewise.
40338         * modules/putenv (Makefile.am): Likewise.
40339         * modules/quote (Makefile.am): Likewise.
40340         * modules/quotearg (Makefile.am): Likewise.
40341         * modules/raise (Makefile.am): Likewise.
40342         * modules/read-file (Makefile.am): Likewise.
40343         * modules/readline (Makefile.am): Likewise.
40344         * modules/readlink (Makefile.am): Likewise.
40345         * modules/readtokens (Makefile.am): Likewise.
40346         * modules/readutmp (Makefile.am): Likewise.
40347         * modules/realloc (Makefile.am): Likewise.
40348         * modules/regex (Makefile.am): Likewise.
40349         * modules/rename (Makefile.am): Likewise.
40350         * modules/rename-dest-slash (Makefile.am): Likewise.
40351         * modules/rijndael (Makefile.am): Likewise.
40352         * modules/rmdir (Makefile.am): Likewise.
40353         * modules/rpmatch (Makefile.am): Likewise.
40354         * modules/safe-read (Makefile.am): Likewise.
40355         * modules/safe-write (Makefile.am): Likewise.
40356         * modules/same (Makefile.am): Likewise.
40357         * modules/save-cwd (Makefile.am): Likewise.
40358         * modules/savedir (Makefile.am): Likewise.
40359         * modules/setenv (Makefile.am): Likewise.
40360         * modules/settime (Makefile.am): Likewise.
40361         * modules/sha1 (Makefile.am): Likewise.
40362         * modules/sig2str (Makefile.am): Likewise.
40363         * modules/snprintf (Makefile.am): Likewise.
40364         * modules/stdlib-safer (Makefile.am): Likewise.
40365         * modules/stpcpy (Makefile.am): Likewise.
40366         * modules/stpncpy (Makefile.am): Likewise.
40367         * modules/strcase (Makefile.am): Likewise.
40368         * modules/strcasestr (Makefile.am): Likewise.
40369         * modules/strchrnul (Makefile.am): Likewise.
40370         * modules/strcspn (Makefile.am): Likewise.
40371         * modules/strdup (Makefile.am): Likewise.
40372         * modules/strerror (Makefile.am): Likewise.
40373         * modules/strftime (Makefile.am): Likewise.
40374         * modules/strndup (Makefile.am): Likewise.
40375         * modules/strnlen (Makefile.am): Likewise.
40376         * modules/strpbrk (Makefile.am): Likewise.
40377         * modules/strsep (Makefile.am): Likewise.
40378         * modules/strstr (Makefile.am): Likewise.
40379         * modules/strtod (Makefile.am): Likewise.
40380         * modules/strtoimax (Makefile.am): Likewise.
40381         * modules/strtok_r (Makefile.am): Likewise.
40382         * modules/strtol (Makefile.am): Likewise.
40383         * modules/strtoll (Makefile.am): Likewise.
40384         * modules/strtoul (Makefile.am): Likewise.
40385         * modules/strtoull (Makefile.am): Likewise.
40386         * modules/strtoumax (Makefile.am): Likewise.
40387         * modules/strverscmp (Makefile.am): Likewise.
40388         * modules/time_r (Makefile.am): Likewise.
40389         * modules/timegm (Makefile.am): Likewise.
40390         * modules/tmpfile-safer (Makefile.am): Likewise.
40391         * modules/unistd-safer (Makefile.am): Likewise.
40392         * modules/unlinkdir (Makefile.am): Likewise.
40393         * modules/userspec (Makefile.am): Likewise.
40394         * modules/utime (Makefile.am): Likewise.
40395         * modules/utimecmp (Makefile.am): Likewise.
40396         * modules/utimens (Makefile.am): Likewise.
40397         * modules/vasnprintf (Makefile.am): Likewise.
40398         * modules/vasprintf (Makefile.am): Likewise.
40399         * modules/vsnprintf (Makefile.am): Likewise.
40400         * modules/xalloc (Makefile.am): Likewise.
40401         * modules/xgetcwd (Makefile.am): Likewise.
40402         * modules/xnanosleep (Makefile.am): Likewise.
40403         * modules/xreadlink (Makefile.am): Likewise.
40404         * modules/xstrtod (Makefile.am): Likewise.
40405         * modules/xstrtol (Makefile.am): Likewise.
40406         * modules/xstrtold (Makefile.am): Likewise.
40407         * modules/yesno (Makefile.am): Likewise.
40408
40409 2006-10-12  Jim Meyering  <jim@meyering.net>
40410
40411         * m4/getloadavg.m4: Revert the change below.
40412
40413         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
40414         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
40415         fail with a symlink, which is what coreutils' ./bootstrap now
40416         creates by default.
40417
40418 2006-10-12  Bruno Haible  <bruno@clisp.org>
40419
40420         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
40421         mingw.
40422         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
40423         MSVC and mingw explicitly.
40424
40425 2006-10-11  Simon Josefsson  <jas@extundo.com>
40426             Bruno Haible  <bruno@clisp.org>
40427
40428         Add support for multiple gnulib-tool invocations in the scope of a
40429         single configure.ac file.
40430         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
40431         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
40432         with the same contents as the _LIBADD variable.
40433         (func_emit_initmacro_start, func_emit_initmacro_end,
40434         func_emit_initmacro_done): New functions.
40435         (func_import, func_create_testdir): Invoke them. Allow the identifiers
40436         gl_LIBOBJS and gl_LTLIBOBJS.
40437
40438 2006-10-11  Bruno Haible  <bruno@clisp.org>
40439
40440         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
40441         (func_create_testdir): Don't create po/Makefile.am, don't invoke
40442         autoreconf. Instead, invoke autopoint explicitly but move back the
40443         *.m4 files from gnulib.
40444
40445 2006-10-11  Bruno Haible  <bruno@clisp.org>
40446
40447         * gnulib-tool (func_usage): Make module names after --create-testdir
40448         optional.
40449         (func_create_testdir): If no module was specified, use nearly all
40450         modules.
40451
40452 2006-10-12  Jim Meyering  <jim@meyering.net>
40453
40454         Big performance improvement for fts-based tools that use FTS_NOSTAT.
40455         Avoid spurious inode-mismatch problems on non-POSIX file systems.
40456         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
40457         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
40458         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
40459         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
40460         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
40461         (fts_set_stat_required): New function.
40462         (fts_open): Defer the calls to fts_stat, if possible or requested.
40463         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
40464         into fts_stat itself.
40465         (fts_read): Perform any required (deferred) fts_stat call.
40466         (fts_build): Likewise, for the directory we're about to open and read.
40467         In the readdir loop, carefully decide whether each entry will require
40468         an eventual call to fts_stat, using dirent.d_type info if available.
40469         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
40470         a command line argument into this function.  Update all callers.
40471         Map a return value of FTS_DOT to FTS_D for a command line argument.
40472         * modules/fts (Depends-on): Add d-type.  Alphabetize.
40473         Thanks to Miklos Szeredi for his tenacity and for the initial
40474         bug report about "find" failing on a FUSE-based file system.
40475
40476         * lib/fts.c (fts_open): Use consistent indentation.
40477
40478 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40479
40480         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
40481         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
40482         reported by Jim Meyering.  All uses of cache variables renamed
40483         to match Autoconf's.
40484         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
40485         the other one.
40486
40487         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
40488         Fix misspelling in diagnostic.
40489
40490 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
40491
40492         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
40493         defined.  Problem reported by Matthew Woehlke.
40494
40495         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
40496         Add support for Tandem NonStop R series.
40497         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
40498         Use new macro.
40499
40500         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
40501         (has_trailing_slash): Omit size arg; all callers changed.
40502         Omit 'inline', since it doesn't help performance and we'd
40503         need to configure it.
40504         Don't count //, ///, etc. as having a trailing slash.
40505         As a side effect, this removes a C99ism reported by Matthew Woehlke.
40506         (rpl_rename_dest_slash): On failure, use rename's errno rather
40507         than (in some cases) an incorrect or junk errno.
40508         Simplify code by removing need to compute length; this does
40509         cause it to make two passes instead of one over the file name,
40510         but it's worth it.
40511
40512         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
40513         change, since Autoconf's version may no longer be appropriate now
40514         that we are using CVS Autoconf's version.  Add support for Tandem.
40515
40516 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
40517             Bruno Haible  <bruno@clisp.org>
40518
40519         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
40520         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
40521         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
40522         gl_AC_TYPE_LONG_LONG.
40523
40524         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
40525         instead of HAVE_LONG_LONG.
40526         * lib/printf-args.c (printf_fetchargs): Likewise.
40527         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
40528         * lib/vasnprintf.c (VASNPRINTF): Likewise.
40529         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
40530         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
40531         gl_AC_TYPE_LONG_LONG.
40532
40533 2006-10-11  Bruno Haible  <bruno@clisp.org>
40534
40535         * m4/longlong.m4: Add comments.
40536         * m4/ulonglong.m4: Likewise.
40537
40538 2006-10-10  Bruno Haible  <bruno@clisp.org>
40539
40540         Make it possible to #define stpcpy, strdup to aliases.
40541         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
40542         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
40543
40544 2006-10-10  Bruno Haible  <bruno@clisp.org>
40545
40546         Make it possible to #define gcd to an alias.
40547         * lib/gcd.c: Include config.h.
40548
40549 2006-10-10  Bruno Haible  <bruno@clisp.org>
40550
40551         Make it possible to #define c_isascii to an alias.
40552         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
40553         defined. Undefine the macros before defining them, to avoid gcc
40554         warnings.
40555         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
40556         define NO_C_CTYPE_MACROS early.
40557
40558 2006-10-10  Bruno Haible  <bruno@clisp.org>
40559
40560         Make it possible to #define set_program_name to an alias.
40561         * lib/progname.c: Don't undefine set_program_name; instead, undefine
40562         ENABLE_RELOCATABLE early.
40563
40564 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
40565
40566         Port to Tandem NSK OSS, which has 64-bit signed int but at most
40567         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
40568         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
40569         More generally, don't assume that 64-bit signed int is available
40570         if unsigned int is, and vice versa.
40571         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
40572         unsigned symbols, not on their signed counterparts.
40573         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
40574         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
40575         (UINT64_C, UINTMAX_C):
40576         Likewise.
40577         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
40578         unsigned counterparts.
40579         (Have_long_long, Unsigned): New macros.
40580         (Int): Renamed from INT.
40581         (strtoimax): Use the new macros.
40582         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
40583         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
40584         * modules/inttypes (inttypes.h): Substitute
40585         HAVE_UNSIGNED_LONG_LONG_INT.
40586         * modules/stdint (stdint.h): Likewise.
40587         (Files): Add m4/ulonglong.m4.
40588
40589 2006-10-10  Bruno Haible  <bruno@clisp.org>
40590
40591         Fix a gcc -Wshadow warning.
40592         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
40593         to 'bucket'.
40594         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
40595         gl_linked_indexof_from_to): Likewise.
40596         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
40597         Likewise.
40598         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
40599         Likewise.
40600         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
40601         Reported by Eric Blake.
40602
40603 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
40604
40605         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
40606         for NetBSD.  Problem reported by Bruno Haible.
40607
40608 2006-10-09  Jim Meyering  <jim@meyering.net>
40609
40610         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
40611         Patch from Bruno Haible.
40612
40613 2006-10-09  Jim Meyering  <jim@meyering.net>
40614
40615         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
40616         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
40617         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
40618
40619 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40620
40621         Don't include <config.h> twice; this doesn't work in some cases,
40622         e.g., when config.h has "#define intmax_t long long int" and
40623         we include <config.h>, <inttypes.h>, <config.h> in that order.
40624         Problem reported by Matthew Woehlke in:
40625         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
40626         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
40627         * lib/fts-cycle.c: Don't include config.h.
40628         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
40629         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
40630         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
40631         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
40632         inttypes.h.
40633         * lib/xstrtoumax.c: Likewise.
40634         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
40635         __strtol and the like, so that this module is more like its siblings.
40636         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
40637         Remove; no longer needed now that we assume gnulib inttypes.h.
40638
40639 2006-10-08  Bruno Haible  <bruno@clisp.org>
40640
40641         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
40642         option.
40643
40644 2006-10-07  Jim Meyering  <jim@meyering.net>
40645
40646         * modules/inttypes (inttypes.h): Revert what seems to have been
40647         an inadvertent part of today's change: use "|", not "/" in the
40648         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
40649
40650 2006-10-07  Bruno Haible  <bruno@clisp.org>
40651
40652         * modules/sublist: New file.
40653
40654 2006-10-07  Bruno Haible  <bruno@clisp.org>
40655
40656         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
40657         * modules/argz (argz.h): Likewise.
40658         * modules/arpa_inet (arpa/inet.h): Likewise.
40659         * modules/byteswap (byteswap.h): Likewise.
40660         * modules/configmake (configmake.h): Likewise.
40661         * modules/fcntl (fcntl.h): Likewise.
40662         * modules/fnmatch (fnmatch.h): Likewise.
40663         * modules/getopt (getopt.h): Likewise.
40664         * modules/glob (glob.h): Likewise.
40665         * modules/inttypes (inttypes.h): Likewise.
40666         * modules/netinet_in (netinet/in.h): Likewise.
40667         * modules/poll (poll.h): Likewise.
40668         * modules/stdbool (stdbool.h): Likewise.
40669         * modules/stdint (stdint.h): Likewise.
40670         * modules/sys_select (sys/select.h): Likewise.
40671         * modules/sys_socket (sys/socket.h): Likewise.
40672         * modules/sys_stat (sys/stat.h): Likewise.
40673         * modules/sysexits (sysexits.h): Likewise.
40674         * modules/unistd (unistd.h): Likewise.
40675         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40676         Add a "DO NOT EDIT" comment to the generated file.
40677         (func_import): Likewise for gnulib-comp.m4.
40678
40679 2006-10-07  Bruno Haible  <bruno@clisp.org>
40680
40681         * lib/gl_sublist.h: New file.
40682         * lib/gl_sublist.c: New file.
40683
40684 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
40685
40686         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
40687         name (relative to the original working directory) and the file
40688         name component (relative to the temporary working directory).  All
40689         callers changed.
40690         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
40691         * lib/mkdir-p.c (make_dir_parents): Likewise.
40692         * lib/mkdir-p.h (make_dir_parents): Likewise.
40693
40694 2006-10-06  Eric Blake  <ebb9@byu.net>
40695
40696         Define several macros for use by the clean-temp module.
40697         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
40698         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
40699         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
40700
40701         * lib/clean-temp.h (close_stream_temp): New declaration.
40702         * lib/clean-temp.c (includes): Pull in headers according to what
40703         other modules are in use.
40704         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
40705
40706 2006-10-06  Bruno Haible  <bruno@clisp.org>
40707
40708         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
40709         instead of fopen, fwriteerror.
40710
40711 2006-10-06  Bruno Haible  <bruno@clisp.org>
40712
40713         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
40714         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
40715         int.
40716         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
40717         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
40718         Return an error indicator.
40719         Suggested by Eric Blake.
40720
40721 2006-10-06  Bruno Haible  <bruno@clisp.org>
40722
40723         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
40724         Reported by Eric Blake.
40725
40726 2006-10-06  Bruno Haible  <bruno@clisp.org>
40727
40728         * modules/closeout (Description): Mention stderr too.
40729
40730 2006-10-06  Bruno Haible  <bruno@clisp.org>
40731         and Paul Eggert  <eggert@cs.ucla.edu>
40732
40733         * lib/closeout.c (close_stdout): Also close stderr.
40734         * lib/closeout.h: Update comment.
40735
40736 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
40737
40738         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
40739         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
40740         * lib/dirchownmod.c: Include lchown.h.
40741         * lib/lchown.c: Don't include files that lchown.h now includes.
40742         Don't declare chown, since lchown.h now does that.
40743         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
40744         (lchown): Define to rpl_chown if lchown is declared but
40745         does not exist.  Declare using a prototype if lchown is not
40746         declared.  Add a copyright notice.
40747         * lib/mkstemp.h: Include <unistd.h>.
40748         * lib/openat.c: Include lchown.h.
40749
40750         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
40751         we now test for that separately.
40752         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
40753         rather than O_NOFOLLOW, when testing whether it's possible to
40754         avoid a race condition reliably.
40755         * lib/savewd.c (savewd_chdir): Likewise.
40756
40757         Remove macros that are no longer needed now that stdint.h is
40758         reliable.
40759         * lib/fsusage.c (UINTMAX_MAX): Remove.
40760         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
40761         * lib/utimecmp.c (SIZE_MAX): Remove.
40762
40763         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
40764
40765         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
40766         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
40767         O_NOATIME works.
40768
40769 2006-10-05  Bruno Haible  <bruno@clisp.org>
40770
40771         * lib/gl_list.h (gl_sortedlist_search_from_to,
40772         gl_sortedlist_indexof_from_to): New declarations.
40773         (gl_list_implementation): New fields sortedlist_search_from_to,
40774         sortedlist_indexof_from_to.
40775         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
40776         inline functions.
40777         * lib/gl_list.c (gl_sortedlist_search_from_to,
40778         gl_sortedlist_indexof_from_to): New functions.
40779         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
40780         function.
40781         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
40782         (gl_array_sortedlist_search_from_to): New function.
40783         (gl_array_list_implementation): Update.
40784         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
40785         function.
40786         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
40787         (gl_carray_sortedlist_search_from_to): New function.
40788         (gl_carray_list_implementation): Update.
40789         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
40790         gl_linked_sortedlist_indexof_from_to): New functions.
40791         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
40792         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
40793         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
40794         gl_tree_sortedlist_indexof_from_to): New functions.
40795         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
40796         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
40797         Update.
40798         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
40799         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
40800         Update.
40801
40802 2006-10-05  Bruno Haible  <bruno@clisp.org>
40803
40804         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
40805         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
40806         (struct gl_list_implementation): Add fields search_from_to,
40807         indexof_from_to. Remove fields search, indexof.
40808         (gl_list_search): Use the search_from_to method.
40809         (gl_list_search_from, gl_list_search_from_to): New functions.
40810         (gl_list_indexof): Use the indexof_from_to method.
40811         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
40812         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
40813         (gl_list_search_from, gl_list_search_from_to): New functions.
40814         (gl_list_indexof): Use the indexof_from_to method.
40815         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
40816         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
40817         gl_array_indexof. Add start_index, end_index arguments.
40818         (gl_array_search_from_to): Renamed from gl_array_search. Add
40819         start_index, end_index arguments.
40820         (gl_array_remove, gl_array_list_implementation): Update.
40821         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
40822         gl_carray_indexof. Add start_index, end_index arguments.
40823         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
40824         start_index, end_index arguments.
40825         (gl_carray_remove, gl_carray_list_implementation): Update.
40826         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
40827         gl_linked_search. Add start_index, end_index arguments.
40828         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
40829         start_index, end_index arguments.
40830         (gl_linked_remove): Update.
40831         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
40832         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
40833         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
40834         field to 'size_t'.
40835         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
40836         gl_tree_search. Add start_index, end_index arguments.
40837         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
40838         start_index, end_index arguments.
40839         (gl_tree_remove): Update.
40840         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
40841         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
40842         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
40843         function.
40844         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
40845         gl_tree_search. Add start_index, end_index arguments.
40846         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
40847         start_index, end_index arguments.
40848         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
40849         Update.
40850         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
40851
40852 2006-10-05  Bruno Haible  <bruno@clisp.org>
40853
40854         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
40855
40856         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
40857         fwriteerror_temp): New declarations.
40858         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
40859         (descriptors): New variable.
40860         (cleanup): First, close the descriptors.
40861         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
40862         fclose_temp, fwriteerror_temp): New functions.
40863
40864 2006-10-04  Jim Meyering  <jim@meyering.net>
40865
40866         * lib/fts.c (fts_open): Tiny comment change.
40867
40868 2006-10-04  Bruno Haible  <bruno@clisp.org>
40869
40870         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
40871         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
40872         gl_LOCK_BODY.
40873         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
40874         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
40875         gl_LOCK_EARLY_BODY.
40876         (gl_LOCK): Require gl_LOCK_BODY.
40877
40878 2006-10-04  Bruno Haible  <bruno@clisp.org>
40879
40880         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
40881         (gl_oset_search_atleast): New declaration.
40882         (struct gl_oset_implementation): Add field 'search_atleast'.
40883         (gl_oset_search_atleast): New inline function.
40884         * lib/gl_oset.c (gl_oset_search_atleast): New function.
40885         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
40886         (gl_array_oset_implementation): Update.
40887         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
40888         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
40889         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
40890
40891 2006-10-04  Bruno Haible  <bruno@clisp.org>
40892
40893         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
40894
40895 2006-10-03  Bruno Haible  <bruno@clisp.org>
40896
40897         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
40898         from gl_avltreehash_list_implementation.
40899
40900 2006-10-03  Bruno Haible  <bruno@clisp.org>
40901
40902         * lib/gl_oset.c (gl_oset_add): Fix return type.
40903
40904 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
40905
40906         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
40907
40908 2006-10-02  Eric Blake  <ebb9@byu.net>
40909
40910         * modules/strnlen (Depends-on): Add extensions.
40911
40912 2006-10-02  Eric Blake  <ebb9@byu.net>
40913
40914         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
40915         definition in 2.60+.
40916
40917 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
40918
40919         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
40920         checks.
40921
40922 2006-10-02  Bruno Haible  <bruno@clisp.org>
40923
40924         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
40925         to the AUTOMAKE_OPTIONS.
40926         Reported by Jim Meyering.
40927
40928 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
40929
40930         Work around bug in Solaris 10 /proc file system:
40931         /proc/self/fd/NNN/.. isn't the parent directory of
40932         the directory whose file descriptor is NNN.  This needs to
40933         be worked around at run time, not compile time, since a
40934         program might be built on Solaris 8, where things work, and
40935         run on Solaris 10.
40936         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
40937         to use the following interface instead:
40938         (OPENAT_BUFFER_SIZE): New macro.
40939         (openat_proc_name): New function.
40940         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
40941         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
40942         Likewise.
40943         * lib/openat-proc.c: New file.
40944         * modules/openat (Files): Add lib/openat-proc.c.
40945         (Depends-on): Add same-inode, stdbool.
40946         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
40947
40948 2006-09-29  Bruno Haible  <bruno@clisp.org>
40949
40950         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
40951         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
40952         argument. Set stdout_closed before testing for ferror, not after.
40953         (fwriteerror, fwriteerror_no_ebadf): New functions.
40954
40955 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40956
40957         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
40958
40959 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
40960
40961         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
40962         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
40963
40964 2006-09-28  Jim Meyering  <jim@meyering.net>
40965
40966         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
40967         Include <unistd.h>.
40968
40969 2006-09-28  Bruno Haible  <bruno@clisp.org>
40970
40971         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
40972         * modules/linkedhash-list (Depends-on): Likewise.
40973         * modules/rbtreehash-list (Depends-on): Likewise.
40974
40975 2006-09-28  Bruno Haible  <bruno@clisp.org>
40976
40977         * lib/strndup.h: Simplify the redefinition of strndup.
40978         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
40979         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
40980
40981 2006-09-28  Bruno Haible  <bruno@clisp.org>
40982
40983         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
40984         * lib/gl_linkedhash_list.c: Likewise.
40985         * lib/gl_rbtreehash_list.c: Likewise.
40986
40987 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
40988
40989         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
40990         getaddrinfo.
40991
40992         * lib/__fpending.h: Don't include <stdio_ext.h> unless
40993         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
40994         it causes <stdio_ext.h> to cause a compile-time error.
40995         Problem reported by Nelson H. F. Beebe.
40996         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
40997         of HAVE_DECL___PENDING.
40998
40999         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
41000         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
41001         declaration.
41002
41003 2006-09-27  Jim Meyering  <jim@meyering.net>
41004
41005         This file could end up with a definition for a function
41006         named __strndup, rather than rpl_strndup on a system with
41007         incomplete weak_alias support.
41008         * lib/strndup.c (strndup): Rename from __strndup.
41009         Remove #defines that used to map __strndup to strndup.
41010         Don't use K&R prototypes.
41011         Remove LIBC-related code, since this file is not sync'd with glibc.
41012         * lib/strndup.h: Revamp, accordingly.
41013         * m4/strndup.m4: Modernize.
41014
41015 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
41016
41017         * modules/savewd (Depends-on): Add 'raise'.
41018         * lib/savewd.c: Include <signal.h>, for 'raise'.
41019
41020 2006-09-26  Jim Meyering  <jim@meyering.net>
41021
41022         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
41023         when we detect Darwin 8.7.0's acl_get_file bug.
41024         Rearrange to perform the new (below) run-test while $LIBS
41025         contains any acl-related library.  Set USE_ACL at the end.
41026         (gl_ACL_GET_FILE): New function.
41027
41028 2006-09-26  Eric Blake  <ebb9@byu.net>
41029
41030         * lib/verror.c: Include <config.h> unconditionally.
41031
41032 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
41033
41034         * modules/clock-time (Maintainer): Add self.
41035         * modules/getlogin_r (Depends-on): Add extensions.
41036
41037 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41038
41039         * modules/clock-time: New module.
41040         * modules/nanosleep (Depends-on): Add clock-time.
41041         * modules/gethrxtime (Depends-on): Likewise.
41042         * modules/gettime (Depends-on): Likewise.
41043         * modules/settime (Depends-on): Likewise.
41044
41045         * modules/fts-lgpl: Depend on openat.
41046         * modules/mkancesdirs: Depend on savewd.
41047         * modules/mkdir-p: Likewise.
41048
41049 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41050
41051         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
41052
41053         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
41054         `gl_have_arbitrary_file_name_length_limit' to
41055         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
41056         actually works between configure runs.
41057
41058 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41059             Bruno Haible  <bruno@clisp.org>
41060
41061         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
41062
41063 2006-09-25  Jim Meyering  <jim@meyering.net>
41064
41065         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
41066         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
41067
41068 2006-09-25  Eric Blake  <ebb9@byu.net>
41069
41070         * gnulib-tool (func_import, func_create_testdir): Fix typos in
41071         exec's in 2006-09-18 patch when shuffling fds.
41072
41073 2006-09-25  Bruno Haible  <bruno@clisp.org>
41074
41075         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
41076         Reported by Jim Meyering.
41077
41078 2006-09-24  Jim Meyering  <jim@meyering.net>
41079
41080         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
41081         compare a pointer against a literal "0".  That caused failures with
41082         at least HP-UX's hpcc.
41083
41084 2006-09-22  Simon Josefsson  <jas@extundo.com>
41085
41086         * modules/gc-sha1:
41087         * modules/gc-md4:
41088         * modules/gc-hmac-sha1:
41089         * modules/gc-hmac-md5:
41090         * modules/gc-des:
41091         * modules/gc-arcfour: Distribute more files.
41092
41093 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41094
41095         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
41096         (gl_linked_iterator_from_to): Initialize struct completely.
41097         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
41098         (gl_tree_iterator_from_to): Likewise
41099         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
41100         * lib/gl_array_list.c [lint] (gl_array_iterator)
41101         (gl_array_iterator_from_to): Likewise.
41102         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
41103         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
41104         (gl_carray_iterator_from_to): Likewise.
41105
41106         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
41107         * lib/md4.c (md4_process_block): Remove unused variable.
41108         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
41109         parentheses for clarity.
41110
41111 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41112
41113         * modules/bison-i18n (Depends-on): Add gettext.
41114
41115 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41116
41117         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
41118         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
41119         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
41120         also add missing comma that caused broken test.
41121         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
41122         stdlib.h, for `abort'.
41123         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
41124         variables.
41125         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
41126         include unistd.h if present, for `rmdir'.
41127         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
41128         variables.
41129         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
41130         in the process include standard headers for prototypes.
41131         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
41132         gets declared on GNU/Linux.
41133         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
41134         unistd.h, for `rmdir'.
41135         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
41136
41137         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
41138         always true.
41139         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
41140
41141         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
41142
41143 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41144
41145         * gnulib-tool (func_version): Create output all at once.  This
41146         may help avoid triggering unnecessary SIGPIPEs, and at any
41147         rate it doesn't hurt.
41148
41149 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41150             Bruno Haible  <bruno@clisp.org>
41151
41152         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
41153         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41154         * m4/signed.m4 (bh_C_SIGNED): Likewise.
41155
41156         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
41157         (gl_FUNC_VASPRINTF): Invoke it.
41158
41159 2006-09-22  Bruno Haible  <bruno@clisp.org>
41160
41161         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
41162         getloadavg.c as first argument.
41163
41164 2006-09-22  Bruno Haible  <bruno@clisp.org>
41165
41166         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
41167         at the beginning of the gl_INIT macro.
41168         * modules/getloadavg (configure.ac): Pass $gl_source_base to
41169         gl_GETLOADAVG.
41170
41171 2006-09-22  Bruno Haible  <bruno@clisp.org>
41172
41173         * gnulib-tool (func_create_megatestdir): Don't include the config-h
41174         module.
41175         Suggested by Ralf Wildenhues.
41176
41177 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41178
41179         Import this patch from libc:
41180
41181         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
41182
41183         * lib/regex_internal.c (re_string_reconstruct): Handle
41184         offset < pstr->valid_raw_len && pstr->offsets_needed case.
41185         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
41186         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
41187         re_string_context_at.
41188
41189         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
41190         now requires it.
41191         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
41192         gl_REGEX now does it for us.
41193         (gl_REGEX): Add test taken from
41194         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
41195
41196         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
41197         Check that large offsets work.  Modernize Autoconf usages.
41198         Prefer "yes" to mean a good thing rather than a bad.
41199         Don't put "#define mkstemp" in config.h, as this might interfere
41200         with standard system headers that "#define mkstemp mkstemp64".
41201
41202         * modules/mkstemp (Depends-on): Add extensions, so that
41203         mkstemp is visible on some platforms.
41204         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
41205         (Include): Change to "mkstemp.h" from <stdlib.h>.
41206         (Files): Add mkstemp.h.
41207
41208         * lib/mkstemp.h: New file, since some standard headers
41209         #define mkstemp.
41210         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
41211         Include "mkstemp.h".
41212         Make the _LIBC code resemble glibc original more,
41213         e.g., use K&R style.
41214         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
41215         (mkstemp): Remove, since mkstemp.h does this for us.
41216         * lib/stdlib--.h: Include mkstemp.h.
41217
41218         Import this patch from libc:
41219
41220         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41221
41222         * lib/tempname.c (__gen_tempname): Change attempts_min
41223         into a macro.  Use preprocessor to decide how to initialize
41224         attempts [Coverity CID 67].
41225
41226 2006-09-20  Bruno Haible  <bruno@clisp.org>
41227
41228         * lib/mkdtemp.c: Import from libc.
41229         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41230                 * sysdeps/posix/tempname.c (__gen_tempname): Change
41231                 attempts_min into a macro.  Use preprocessor to decide how to
41232                 initialize attempts [Coverity CID 67].
41233         2001-11-27  Paul Eggert  <eggert@twinsun.com>
41234                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
41235                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
41236
41237 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41238
41239         * gnulib-tool (func_exit): New function, to allow to pass the
41240         exit status portably through the trap.  Use everywhere.
41241         (--help, --version): Signal a write error.
41242         (trap): catch SIGPIPE, for write errors.
41243         Exit at the end of the trap, with the correct exit status.
41244
41245 2006-09-19  Karl Berry  <karl@gnu.org>
41246
41247         * doc/gnulib.texi: note about the license texinfo files.
41248
41249 2006-09-19  Eric Blake  <ebb9@byu.net>
41250
41251         * gnulib-tool: Avoid space-tab.
41252
41253 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41254
41255         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
41256         that prevented coreutils 6.1 from building.  Problem reported
41257         by Petter Reinholdtsen.
41258
41259 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41260
41261         * gnulib-tool (avoidlist): Fix typo that broke options like
41262         --avoid=lock that are used by coreutils bootstrap.
41263
41264 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
41265
41266         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
41267         more systematically.
41268
41269 2006-09-18  Jim Meyering  <jim@meyering.net>
41270
41271         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
41272
41273 2006-09-18  Bruno Haible  <bruno@clisp.org>
41274
41275         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
41276
41277 2006-09-18  Bruno Haible  <bruno@clisp.org>
41278
41279         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
41280         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
41281         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
41282         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
41283         * m4/gettext.m4: Require autoconf >= 2.52.
41284         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
41285         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
41286         of gl_cv_header_inttypes_h.
41287
41288 2006-09-18  Bruno Haible  <bruno@clisp.org>
41289
41290         * lib/javaversion.c: Include configmake.h.
41291
41292 2006-09-18  Bruno Haible  <bruno@clisp.org>
41293
41294         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
41295         avoid that the while loops be executed in a subshell.
41296
41297 2006-09-18  Bruno Haible  <bruno@clisp.org>
41298
41299         * MODULES.html.sh (func_module): Break long lines.
41300         Suggested by Bruce Korb <bkorb@gnu.org>.
41301
41302 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41303
41304         Speed up by a factor of 1.12.
41305         * gnulib-tool (nl): New variable.
41306         (func_import): Rewrite include directive extraction to only read each
41307         directive once.
41308
41309 2006-09-17  Bruno Haible  <bruno@clisp.org>
41310
41311         * modules/javaversion (Makefile.am): Remove DEFS setting.
41312         (Depends-on): Add configmake, for PKGDATADIR definition.
41313
41314 2006-09-17  Bruno Haible  <bruno@clisp.org>
41315
41316         * gnulib-tool (func_create_testdir): Rewrite all files at once.
41317
41318 2006-09-17  Bruno Haible  <bruno@clisp.org>
41319
41320         * gnulib-tool (func_append): New function, stolen from libtool.m4.
41321         (func_modules_transitive_closure, func_modules_add_dummy,
41322         func_modules_to_filelist, func_import, func_create_testdir,
41323         func_create_megatestdir, ...): Use it wherever possible.
41324         Suggested by Ralf Wildenhues.
41325
41326 2006-09-16  Karl Berry  <karl@gnu.org>
41327
41328         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
41329         to avoid sectioning errors.
41330         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
41331         [ifinfo]: blank line after @center-ed titles.
41332         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
41333         Spell FSF address consistently with others.
41334         (These changes approved by rms.)
41335
41336 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41337
41338         Speed up by a factor of 1.61.
41339         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
41340         already checked module names again.
41341
41342 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41343
41344         Speed up by a factor of 1.13.
41345         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
41346         for new_files, and the input to func_add_or_update.
41347
41348 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41349
41350         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
41351         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
41352
41353 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41354
41355         * modules/mkancesdirs (Depends-on): Add fcntl.
41356         * modules/savewd: New file.
41357         * MODULES.html.sh (File system functions): Add savewd.
41358
41359         * modules/configmake (Makefile.am): Add support for the
41360         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
41361
41362 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41363
41364         * m4/savewd.m4: New file.
41365
41366 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41367
41368         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
41369         (dirchownmod): New arg FD.  All callers changed.
41370         Use FD rather than opening the directory ourself, as opening is
41371         now the caller's responsibility.
41372         * lib/dirchownmod.h: Likewise.
41373         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
41374         hosts that require <sys/types.h> before <sys/stat.h>.  Include
41375         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
41376         (test_dir): Remove.
41377         (mkancesdirs): Return length of prefix of FILE that has already
41378         been made, or -2 if there is a child doing the work.  Redo
41379         algorithm so that it is O(N) rather than O(N**2).  Optimize away
41380         ".", and treat ".." specially since it might stray back into
41381         already-created areas.  Use a subprocess if necessary.  New arg
41382         WD; all users changed.  MAKE_DIR function should now return 1
41383         if it creates a directory that is not readable.  Return -2 if
41384         a child process is spun off.
41385         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
41386         Adjust signature to match code.
41387         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
41388         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
41389         all users changed.
41390         * lib/savewd.c, lib/savewd.h: New files.
41391
41392 2006-09-15  Jim Meyering  <jim@meyering.net>
41393
41394         * modules/rename-dest-slash: New module.
41395         * MODULES.html.sh (posix_compat): Add it here.
41396
41397         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
41398
41399 2006-09-15  Jim Meyering  <jim@meyering.net>
41400
41401         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
41402         file.
41403
41404         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
41405
41406 2006-09-15  Jim Meyering  <jim@meyering.net>
41407
41408         * lib/rename-dest-slash.c (has_trailing_slash): Use
41409         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
41410         (rpl_rename_dest_slash): Perform the cheaper trailing slash
41411         test before testing whether SRC is a directory.
41412         Suggestions from Bruno Haible.
41413
41414         Avoid a warning about an unused variable.
41415         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
41416         into the #ifdef block where it's used.
41417
41418         * lib/rename-dest-slash.c: New file.
41419
41420 2006-09-14  Bruno Haible  <bruno@clisp.org>
41421
41422         * lib/allocsa.c: Include <config.h> unconditionally.
41423         * lib/asnprintf.c: Likewise.
41424         * lib/asprintf.c: Likewise.
41425         * lib/c-strcasecmp.c: Likewise.
41426         * lib/c-strcasestr.c: Likewise.
41427         * lib/c-strncasecmp.c: Likewise.
41428         * lib/c-strstr.c: Likewise.
41429         * lib/classpath.c: Likewise.
41430         * lib/clean-temp.c: Likewise.
41431         * lib/concatpath.c: Likewise.
41432         * lib/copy-file.c: Likewise.
41433         * lib/csharpcomp.c: Likewise.
41434         * lib/csharpexec.c: Likewise.
41435         * lib/execute.c: Likewise.
41436         * lib/fatal-signal.c: Likewise.
41437         * lib/findprog.c: Likewise.
41438         * lib/fwriteerror.c: Likewise.
41439         * lib/gl_array_list.c: Likewise.
41440         * lib/gl_array_oset.c: Likewise.
41441         * lib/gl_avltree_list.c: Likewise.
41442         * lib/gl_avltree_oset.c: Likewise.
41443         * lib/gl_avltreehash_list.c: Likewise.
41444         * lib/gl_carray_list.c: Likewise.
41445         * lib/gl_linked_list.c: Likewise.
41446         * lib/gl_linkedhash_list.c: Likewise.
41447         * lib/gl_list.c: Likewise.
41448         * lib/gl_oset.c: Likewise.
41449         * lib/gl_rbtree_list.c: Likewise.
41450         * lib/gl_rbtree_oset.c: Likewise.
41451         * lib/gl_rbtreehash_list.c: Likewise.
41452         * lib/imaxabs.c: Likewise.
41453         * lib/imaxdiv.c: Likewise.
41454         * lib/javacomp.c: Likewise.
41455         * lib/javaexec.c: Likewise.
41456         * lib/javaversion.c: Likewise.
41457         * lib/linebreak.c: Likewise.
41458         * lib/localcharset.c: Likewise.
41459         * lib/lock.c: Likewise.
41460         * lib/mbchar.c: Likewise.
41461         * lib/mbswidth.c: Likewise.
41462         * lib/mkdtemp.c: Likewise.
41463         * lib/pipe.c: Likewise.
41464         * lib/printf-args.c: Likewise.
41465         * lib/printf-parse.c: Likewise.
41466         * lib/progname.c: Likewise.
41467         * lib/progreloc.c: Likewise.
41468         * lib/readlink.c: Likewise.
41469         * lib/sh-quote.c: Likewise.
41470         * lib/stpcpy.c: Likewise.
41471         * lib/stpncpy.c: Likewise.
41472         * lib/strcasecmp.c: Likewise.
41473         * lib/strcasestr.c: Likewise.
41474         * lib/strcspn.c: Likewise.
41475         * lib/striconv.c: Likewise.
41476         * lib/strncasecmp.c: Likewise.
41477         * lib/strnlen1.c: Likewise.
41478         * lib/strstr.c: Likewise.
41479         * lib/strtok_r.c: Likewise.
41480         * lib/tls.c: Likewise.
41481         * lib/tmpdir.c: Likewise.
41482         * lib/unicodeio.c: Likewise.
41483         * lib/unsetenv.c: Likewise.
41484         * lib/vasnprintf.c: Likewise.
41485         * lib/vasprintf.c: Likewise.
41486         * lib/wait-process.c: Likewise.
41487         * lib/xallocsa.c: Likewise.
41488         * lib/xsetenv.c: Likewise.
41489         * lib/xstriconv.c: Likewise.
41490
41491 2006-09-13  Simon Josefsson  <jas@extundo.com>
41492
41493         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
41494         that internally, suggested by Ralf Wildenhues
41495         <Ralf.Wildenhues@gmx.de>.
41496
41497 2006-09-13  Simon Josefsson  <jas@extundo.com>
41498
41499         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
41500         @LIBOBJS@.
41501         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41502
41503 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41504
41505         * lib/_fpending.c: Include <config.h> unconditionally, since we no
41506         longer worry about uses that don't define HAVE_CONFIG_H.
41507         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
41508         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
41509         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
41510         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
41511         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
41512         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
41513         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
41514         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
41515         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
41516         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
41517         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
41518         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
41519         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
41520         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
41521         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
41522         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
41523         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
41524         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
41525         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
41526         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
41527         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
41528         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
41529         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
41530         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
41531         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
41532         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
41533         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
41534         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
41535         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
41536         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
41537         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
41538         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
41539         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
41540         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
41541         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
41542         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
41543         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
41544         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
41545         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
41546         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
41547         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
41548         Likewise.
41549
41550 2006-09-13  Eric Blake  <ebb9@byu.net>
41551
41552         * lib/getopt.c: Fix typo in last commit.
41553
41554 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
41555
41556         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
41557         dgettext.
41558
41559 2006-09-12  Jim Meyering  <jim@meyering.net>
41560
41561         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
41562         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
41563         Reported by Nelson H. F. Beebe.
41564
41565 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41566
41567         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
41568         program_invocation_name and program_invocation_short_name are
41569         initialized.
41570         * lib/argp-namefrob.h: Move declarations of program_invocation_name
41571         and program_invocation_short_name to argp.h, so they are visible
41572         to user programs.
41573         * lib/argp.h: Likewise
41574
41575 2006-09-10  Bruno Haible  <bruno@clisp.org>
41576
41577         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
41578         m4/inttypes_h.m4, m4/uintmax_t.m4.
41579
41580 2006-09-10  Bruno Haible  <bruno@clisp.org>
41581
41582         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
41583         gl_AC_TYPE_UINTMAX_T.
41584
41585 2006-09-10  Bruno Haible  <bruno@clisp.org>
41586
41587         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
41588
41589 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41590
41591         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
41592         convention.  Text proposed by Bruno Haible.
41593         (struct argp_option): Document the use of N_() wrappers.
41594
41595         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
41596         '\v', and translate the two parts separately, instead of feeding
41597         the whole string to gettext.  This allows to exclude
41598         '\v' from the strings visible to the translator by writing doc
41599         strings as N_("..") "\v" N_("..").
41600
41601 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
41602
41603         * config/srclist.txt: Undo latest change; the bug was fixed.
41604
41605 2006-09-09  Bruno Haible  <bruno@clisp.org>
41606
41607         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
41608         assignments if building a library without libtool.
41609         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
41610         in func_emit_lib_Makefile_am.
41611         (func_import): When building a static library libfoo.a, arrange to
41612         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
41613         (func_create_testdir): Likewise.
41614         * modules/gc (configure.ac, Makefile.am): If building statically,
41615         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
41616         * modules/iconvme (configure.ac, Makefile.am): Likewise.
41617         * modules/striconv (configure.ac, Makefile.am): Likewise.
41618         Based on a suggestion by Ralf Wildenhues.
41619
41620 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41621
41622         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41623         Check for unistd.h too, since Autoconf doesn't assume POSIX.
41624         Also:
41625
41626         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41627         Add year_2050_test to catch glibc bug 2821
41628         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
41629
41630         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41631         Prefer #ifdef to #if.
41632
41633         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
41634         Return from 'main' instead of calling 'exit'.
41635
41636 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41637
41638         * lib/mktime.c (guess_time_tm): Fix bug where mktime
41639         returned the maximum time_t value rather than (time_t) -1.
41640         Problem originally reported by William Bardwell
41641         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
41642
41643         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
41644         Moved to here ...
41645         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
41646         ... from here.
41647
41648 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41649
41650         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
41651         2821 is fixed.
41652
41653 2006-09-08  Jim Meyering  <jim@meyering.net>
41654
41655         Don't make generated files read-only.  That would bother too many
41656         people.  However, do retain the ability to work when targets are
41657         read-only: remove the destination and temporary files before writing
41658         them (when generated via sed or echo), or by using the -f option for
41659         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
41660         * modules/alloca-opt, modules/argz, modules/arpa_inet:
41661         * modules/byteswap, modules/configmake, modules/fcntl:
41662         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
41663         * modules/localcharset, modules/netinet_in, modules/poll:
41664         * modules/stdbool, modules/stdint, modules/sys_select:
41665         * modules/sys_socket, modules/sys_stat, modules/sysexits:
41666
41667 2006-09-08  Jim Meyering  <jim@meyering.net>
41668
41669         Avoid new build failure on FreeBSD 6.0.
41670         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
41671         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
41672         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
41673
41674 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41675
41676         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
41677
41678 2006-09-07  Jim Meyering  <jim@meyering.net>
41679
41680         Fix global typo in last change: use chmod u-w, not chmod u-x.
41681         Spotted by Paul Eggert and Bruce Korb.
41682         * modules/alloca-opt, modules/argz, modules/arpa_inet:
41683         * modules/byteswap, modules/configmake, modules/fcntl:
41684         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
41685         * modules/localcharset, modules/netinet_in, modules/poll:
41686         * modules/stdbool, modules/stdint, modules/sys_select:
41687         * modules/sys_socket, modules/sys_stat, modules/sysexits:
41688
41689 2006-09-06  Jim Meyering  <jim@meyering.net>
41690
41691         Make generated files be read-only.
41692         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
41693         Ensure that each generated file is now read-only.
41694         * modules/argz: Likewise.
41695         * modules/arpa_inet: Likewise.
41696         * modules/byteswap: Likewise.
41697         * modules/configmake: Likewise.
41698         * modules/fcntl: Likewise.
41699         * modules/fnmatch: Likewise.
41700         * modules/getopt: Likewise.
41701         * modules/glob: Likewise.
41702         * modules/inttypes: Likewise.
41703         * modules/netinet_in: Likewise.
41704         * modules/poll: Likewise.
41705         * modules/stdbool: Likewise.
41706         * modules/stdint: Likewise.
41707         * modules/sys_select: Likewise.
41708         * modules/sys_socket: Likewise.
41709         * modules/sys_stat: Likewise.
41710         * modules/sysexits: Likewise.
41711         * modules/localcharset: Same as above, but continue using temporary
41712         file named "t-$@" (why different?) rather than the "$@-t" used
41713         everywhere else.
41714
41715         * modules/sysexits (Makefile.am): Replace literal occurrences
41716         of "sysexit.h" more readable, and more consistent, "$@".
41717
41718 2006-09-06  Bruno Haible  <bruno@clisp.org>
41719
41720         * modules/striconv: New file.
41721         * modules/xstriconv: New file.
41722         * MODULES.html.sh (Internationalization functions): Add striconv,
41723         xstriconv.
41724
41725 2006-09-06  Bruno Haible  <bruno@clisp.org>
41726
41727         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
41728         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
41729         not using libtool correctly.
41730
41731 2006-09-06  Bruno Haible  <bruno@clisp.org>
41732
41733         * lib/striconv.h: New file.
41734         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
41735         iconvstring.c.
41736         * lib/xstriconv.h: New file.
41737         * lib/xstriconv.c: New file.
41738
41739 2006-09-06  Bruno Haible  <bruno@clisp.org>
41740
41741         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41742         lib_..._LDFLAGS.
41743
41744 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41745
41746         * lib/argz_.h: Sync from Libtool.
41747
41748         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
41749                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41750
41751         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
41752
41753 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
41754
41755         * modules/trim: New file.
41756
41757 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
41758
41759         * lib/trim.h: New file.
41760         * lib/trim.c: New file.
41761
41762 2006-09-05  Bruno Haible  <bruno@clisp.org>
41763
41764         * MODULES.html.sh (String handling): Add trim.
41765
41766 2006-09-04  Karl Berry  <karl@gnu.org>
41767
41768         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
41769         until next release.
41770
41771 2006-09-03  Bruno Haible  <bruno@clisp.org>
41772
41773         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
41774         correctly.
41775
41776 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41777
41778         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
41779         not gl_GETLOADAVG.  Omit unneeded semicolons.
41780         Problems reported by Ralf Wildenhues in
41781         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
41782         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
41783         at the end, which is the usual gnulib style.
41784
41785         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
41786         of doing all the work ourselves.
41787         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
41788         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
41789
41790 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41791
41792         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
41793         Problem reported by Ralf Wildenhues in
41794         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
41795
41796         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
41797         HAVE_STRUCT_STATFS_F_FSTYPENAME.
41798
41799 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41800
41801         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
41802         yesterday's patch by changing test -n to test -z.
41803
41804 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41805
41806         * modules/getloadavg (Files): Add m4/getloadavg.m4.
41807         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
41808         the former is now obsolescent.
41809
41810         * modules/chdir-long (Depends-on): Add fcntl.
41811
41812 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41813
41814         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
41815         obsolescent, and programs should use gnulib instead.
41816         * m4/getloadavg.m4: New file, with contents taken from Autoconf
41817         but with prefixes changed.
41818
41819 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41820
41821         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
41822         or stdbool.h, because they might not exist while configuring.
41823
41824         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
41825         Don't include unistd.h or limits.h; not needed, since chdir-long.h
41826         does that for us.
41827         (O_DIRECTORY): Remove.
41828
41829 2006-08-31  Eric Blake  <ebb9@byu.net>
41830
41831         * gnulib-tool: Don't let emacs change spaces to TAB.
41832
41833 2006-08-31  Bruno Haible  <bruno@clisp.org>
41834
41835         * gnulib-tool: When calling func_import more than once, do it in a
41836         subshell.
41837         Reported by Eric Blake <ebb9@byu.net>.
41838
41839 2006-08-31  Bruno Haible  <bruno@clisp.org>
41840
41841         * gnulib-tool (nl): Remove variable.
41842         (sed_transform_lib_file): Use more robust test for config-h module.
41843         (func_import): Fix typo in 2006-08-25 patch.
41844
41845 2006-08-31  Bruno Haible  <bruno@clisp.org>
41846
41847         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
41848         specified, augment Makefile.am variables instead of assigning them.
41849
41850 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41851
41852         Work around a bug in both the Linux and SunOS 64-bit kernels:
41853         nanosleep mishandles sleeps for longer than 2**31 seconds.
41854         Problem reported by Frank v Waveren in
41855         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
41856         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
41857         Check for nanosleep bug.
41858         (LIB_NANOSLEEP): Append clock_gettime library if needed.
41859
41860 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41861
41862         Work around a bug in both the Linux and SunOS 64-bit kernels:
41863         nanosleep mishandles sleeps for longer than 2**31 seconds.
41864         Problem reported by Frank v Waveren in
41865         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
41866         * lib/nanosleep.c (BILLION): New constant.
41867         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
41868         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
41869         implementation.
41870
41871 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41872
41873         * modules/nanosleep (Depends-on): Add gettime.
41874
41875 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41876         and Simon Josefsson  <jas@extundo.com>
41877         and Oskar Liljeblad  <oskar@osk.mine.nu>
41878
41879         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
41880         * gnulib-tool (func_import): New license type 'unmodifiable license
41881         text'.
41882         * modules/fdl: Use it.  Longer description.
41883         * module/gpl, module/lgpl: New files.
41884
41885 2006-08-30  Jim Meyering  <jim@meyering.net>
41886
41887         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
41888         shadowing the parameter.
41889
41890 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41891
41892         Sync from Libtool:
41893
41894         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41895
41896         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
41897         sharing with gnulib.  Report by Eric Blake.
41898
41899 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41900
41901         * modules/isapipe: New file.
41902         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
41903
41904 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41905
41906         * modules/configmake (Makefile.am): Add a comment, and omit
41907         the CONFIGMAKE_ prefix from generated macro names.  Suggested
41908         by Bruno Haible.
41909
41910 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41911
41912         * m4/isapipe.m4: New file.
41913
41914 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41915
41916         * lib/isapipe.c, lib/isapipe.h: New files.
41917
41918 2006-08-29  Jim Meyering  <jim@meyering.net>
41919
41920         * modules/configmake (Makefile.am): Make configmake.h depend on
41921         Makefile.  Otherwise, a stale configmake.h could hang around.
41922
41923 2006-08-29  Eric Blake  <ebb9@byu.net>
41924
41925         * lib/error.c (error_at_line, print_errno_message): Match libc, after
41926         resolution of upstream bug 3044.
41927
41928 2006-08-29  Bruno Haible  <bruno@clisp.org>
41929
41930         * modules/localcharset (Depends-on): Add configmake.
41931         (Makefile.am): Remove setting of LIBDIR through DEFS.
41932
41933 2006-08-29  Bruno Haible  <bruno@clisp.org>
41934
41935         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
41936         defined.
41937
41938 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41939
41940         * modules/fcntl: New file.
41941         * modules/chdir-safer (Depends-on): Add fcntl.
41942         * modules/fts: Likewise.
41943         * modules/mkdir-p: Likewise.
41944
41945         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
41946         This undoes the most recent change, since we're now addressing the
41947         problem in a different way.
41948
41949         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
41950         into output, since the output might be called Makefile.am even
41951         if $makefile_name is something different.
41952         (func_import): Use $makefile_am rather than
41953         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
41954         empty.
41955
41956         * modules/inttypes (Files): Add m4/inttypes-h.m4.
41957
41958 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41959
41960         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
41961         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
41962         recent change to stdint.m4, since we're now addressing the problem in a
41963         different way.
41964
41965 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41966
41967         * m4/fcntl_h.m4: New file.
41968
41969 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41970
41971         * lib/fcntl_.h: New file.
41972         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
41973         the fcntl module.
41974         * lib/dirchownmod.c: Likewise.
41975         * lib/fts.c: Likewise.
41976
41977         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
41978         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
41979         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
41980         just before including <inttypes.h>, to avoid circular inclusion.
41981
41982 2006-08-28  Jim Meyering  <jim@meyering.net>
41983
41984         * doc/visibility.texi: Actually read and correct the grammar of the
41985         sentence affected by yesterday's change.
41986
41987 2006-08-28  Eric Blake  <ebb9@byu.net>
41988
41989         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
41990         needs wrapper.
41991
41992 2006-08-28  Eric Blake  <ebb9@byu.net>
41993
41994         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
41995
41996 2006-08-28  Eric Blake  <ebb9@byu.net>
41997
41998         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
41999
42000 2006-08-28  Bruno Haible  <bruno@clisp.org>
42001
42002         * modules/c-strstr: New file, from GNU gettext.
42003         * MODULES.html.sh (String handling): Add c-strstr.
42004
42005 2006-08-28  Bruno Haible  <bruno@clisp.org>
42006
42007         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
42008         macros.
42009         Reported by Eric Blake.
42010
42011 2006-08-28  Bruno Haible  <bruno@clisp.org>
42012
42013         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
42014         (VASNPRINTF): Return a string of length > INT_MAX without failing.
42015         * lib/vasprintf.c: Include errno.h, limits.h.
42016         (EOVERFLOW): New fallback definition.
42017         (vasprintf): Test here whether the string length is > INT_MAX.
42018         * lib/vsnprintf.c: Include errno.h, limits.h.
42019         (EOVERFLOW): New fallback definition.
42020         (vsnprintf): Fix bug when generated string was too long for the buffer.
42021         Test here whether the string length is > INT_MAX.
42022
42023 2006-08-28  Bruno Haible  <bruno@clisp.org>
42024
42025         * lib/inttypes_.h (SCNX*): Remove definitions.
42026         Reported by Eric Blake.
42027
42028 2006-08-28  Bruno Haible  <bruno@clisp.org>
42029
42030         * lib/c-strstr.h: New file, from GNU gettext.
42031         * lib/c-strstr.c: New file, from GNU gettext.
42032
42033 2006-08-28  Bruno Haible  <bruno@clisp.org>
42034
42035         * gnulib-tool: Reorder some statements.
42036
42037 2006-08-28  Bruno Haible  <bruno@clisp.org>
42038
42039         * gnulib-tool: New option --makefile-name.
42040         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
42041         $makefile_name.
42042         (func_import): Write $makefile_name to the cache file, and read it from
42043         there unless explicitly specified. Use $makefile_name as file name
42044         instead of Makefile.am. Adjust the recommendations accordingly.
42045
42046 2006-08-28  Bruno Haible  <bruno@clisp.org>
42047
42048         * gnulib-tool (func_verify_module): Check against misapplying patch.
42049
42050 2006-08-28  Bruno Haible  <bruno@clisp.org>
42051
42052         * gnulib-tool (func_relativize, func_relconcat): New functions.
42053         Give an error if --local-dir is given with --update.
42054         Remove trailing slashes from $local_gnulib_dir.
42055         (func_import): Store the relativized $local_gnulib_dir in
42056         gnulib-cache.m4, and read it from there if not specified explicitly.
42057
42058 2006-08-28  Bruno Haible  <bruno@clisp.org>
42059
42060         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
42061         is the current directory. Respect also $local_gnulib_dir.
42062
42063 2006-08-28  Bruno Haible  <bruno@clisp.org>
42064             Simon Josefsson  <jas@extundo.com>
42065
42066         BeOS portability.
42067         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
42068
42069 2006-08-27  Jim Meyering  <jim@meyering.net>
42070
42071         * doc/visibility.texi: Remove duplicate word: "pointer".
42072
42073 2006-08-26  Bruno Haible  <bruno@clisp.org>
42074
42075         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
42076         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
42077         (Makefile.am): Create inttypes.h from inttypes_.h.
42078         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
42079
42080         * modules/imaxabs: New file.
42081
42082         * modules/imaxdiv: New file.
42083
42084 2006-08-26  Bruno Haible  <bruno@clisp.org>
42085
42086         * m4/inttypes.m4: New file.
42087         * m4/_inttypes_h.m4: Remove file.
42088         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
42089         PRI_MACROS_BROKEN.
42090         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
42091
42092         * m4/imaxabs.m4: New file.
42093
42094         * m4/imaxdiv.m4: New file.
42095
42096 2006-08-26  Bruno Haible  <bruno@clisp.org>
42097
42098         * lib/inttypes_.h: New file.
42099         * lib/inttypes.h: Remove file.
42100         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
42101
42102         * lib/imaxabs.c: New file.
42103
42104         * lib/imaxdiv.c: New file.
42105
42106 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42107
42108         New config-h module, so that "make" output needn't be cluttered
42109         by -DHAVE_CONFIG_H.
42110         * MODULES.html.sh (Support for building libraries and executables):
42111         Add config-h.
42112         * modules/config-h: New file.
42113         * gnulib-tool (nl, sed_transform_lib_file): New vars.
42114         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
42115         the config-h module is used.
42116
42117         New configmake module, so that "make" output needn't be cluttered
42118         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
42119         * MODULES.html.sh (Support for building libraries and executables):
42120         Add configmake.
42121         * modules/configmake: New file.
42122
42123 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42124
42125         * m4/config-h.m4: New file.
42126
42127 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42128
42129         * config/srclist.txt: Add elisp-comp.
42130
42131 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42132
42133         * MODULES.html.sh (Support for building libraries and executables):
42134         Add elisp-comp.
42135         * build-aux/elisp-comp: New file.
42136         * modules/elisp-comp: New file.
42137
42138 2006-08-24  Bruno Haible  <bruno@clisp.org>
42139
42140         * gnulib-tool (func_create_testdir): Use non-default values of
42141         sourcebase and m4base.
42142
42143 2006-08-24  Bruno Haible  <bruno@clisp.org>
42144
42145         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
42146         HTML structure.
42147
42148 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42149
42150         * modules/openat (Depends-on): Add lchown.
42151
42152 2006-08-23  Bruno Haible  <bruno@clisp.org>
42153
42154         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
42155         of gl_LOCK_EARLY instead of gl_LOCK.
42156
42157 2006-08-23  Bruno Haible  <bruno@clisp.org>
42158
42159         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
42160         on OSF/1 to no.
42161         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
42162
42163 2006-08-23  Bruno Haible  <bruno@clisp.org>
42164
42165         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
42166         as unusable.
42167
42168         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
42169         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
42170         (gl_LOCK): New macro.
42171
42172 2006-08-22  Simon Josefsson  <jas@extundo.com>
42173
42174         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
42175         to md5 module.
42176
42177 2006-08-22  Simon Josefsson  <jas@extundo.com>
42178
42179         * MODULES.html.sh: Add "Support for maintaining and release
42180         projects".
42181
42182         * build-aux/gnupload: New file, from coreutils.
42183
42184 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42185
42186         Avoid the need for AC_LIBSOURCES in m4 macros.
42187         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
42188         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
42189         * modules/check-version (EXTRA_DIST): Add check-version.h.
42190         * modules/crc (EXTRA_DIST): Add crc.h.
42191         * modules/des (EXTRA_DIST): Add des.h.
42192         * modules/gc (EXTRA_DIST): Add gc.h.
42193         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
42194         * modules/getline (EXTRA_DIST): Add getline.h.
42195         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
42196         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
42197         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
42198         * modules/md2 (EXTRA_DIST): Add md2.h.
42199         * modules/md4 (EXTRA_DIST): Add md4.h.
42200         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
42201         * modules/read-file (EXTRA_DIST): Add read-file.h.
42202         * modules/readline (EXTRA_DIST): Add readline.h.
42203         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
42204         rijndael-api-fst.h.
42205
42206 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42207
42208         * m4/rijndael.m4 (gl_ARCFOUR):
42209         * m4/arctwo.m4 (gl_ARCTWO):
42210         * m4/check-version.m4 (gl_CHECK_VERSION):
42211         * m4/crc.m4 (gl_CRC):
42212         * m4/des.m4 (gl_DES):
42213         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
42214         * m4/gc.m4 (gl_GC):
42215         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
42216         * m4/getline.m4 (gl_FUNC_GETLINE):
42217         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
42218         * m4/hmac-md5.m4 (gl_HMAC_MD5):
42219         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
42220         * m4/md2.m4 (gl_MD2):
42221         * m4/md4.m4 (gl_MD4):
42222         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
42223         * m4/read-file.m4 (gl_FUNC_READ_FILE):
42224         * m4/readline.m4 (gl_FUNC_READLINE):
42225         * m4/rijndael.m4 (gl_RIJNDAEL):
42226         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42227         to get the necessary .h files and whatnot.
42228
42229 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42230
42231         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
42232         gnulib rather than the other way around.
42233         * config/srclistvars.sh (COREUTILS): Remove.
42234
42235 2006-08-22  Jim Meyering  <jim@meyering.net>
42236
42237         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
42238
42239         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
42240
42241 2006-08-22  Eric Blake  <ebb9@byu.net>
42242
42243         * modules/regexprops-generic: New file.
42244         * MODULES.html.sh (Support for building documentation): List it.
42245
42246 2006-08-22  Eric Blake  <ebb9@byu.net>
42247
42248         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
42249         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
42250         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
42251         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
42252
42253 2006-08-22  Bruno Haible  <bruno@clisp.org>
42254
42255         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
42256         and lib_LTLIBRARIES like the other lib_* variables.
42257
42258 2006-08-22  Bruno Haible  <bruno@clisp.org>
42259
42260         * build-aux/x-to-1.in: New file, from GNU gettext.
42261
42262 2006-08-22  Bruno Haible  <bruno@clisp.org>
42263
42264         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
42265         <utmpx.h> exists.
42266
42267 2006-08-22  Bruno Haible  <bruno@clisp.org>
42268
42269         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
42270         <utmpx.h> exists.
42271
42272 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42273
42274         BeOS portability.
42275         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
42276         exist.
42277         Problem reported by Bruno Haible.
42278
42279 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42280
42281         Avoid the need for AC_LIBSOURCES in m4 macros.
42282         * modules/acl (EXTRA_DIST): Add acl.h.
42283         * modules/argmatch (Files): Add m4/argmatch.m4.
42284         (configure.ac): Add gl_ARGMATCH.
42285         (EXTRA_DIST): Renamed from lib_SOURCES, for
42286         consistency with the other modules.  Remove argmatch.c.
42287         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
42288         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
42289         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
42290         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
42291         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
42292         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
42293         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
42294         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
42295         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
42296         * modules/closeout (EXTRA_DIST): Add closeout.h.
42297         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
42298         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
42299         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
42300         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
42301         dirname.h; remove basename.c and stripslash.c.
42302         * modules/exclude (EXTRA_DIST): Add exclude.h.
42303         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
42304         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
42305         * modules/file-type (EXTRA_DIST): Add file-type.h.
42306         * modules/filemode (EXTRA_DIST): Add filemode.h.
42307         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
42308         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42309         * modules/fpending (EXTRA_DIST): Add __fpending.h.
42310         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
42311         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
42312         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
42313         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
42314         * modules/getdate (EXTRA_DIST): Add getdate.c.
42315         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
42316         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
42317         * modules/getpass (EXTRA_DIST): Add getpass.h.
42318         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
42319         * modules/group-member (EXTRA_DIST): Add group-member.h.
42320         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
42321         * modules/hash (EXTRA_DIST): Add hash.h.
42322         * modules/human (EXTRA_DIST): Add human.h.
42323         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
42324         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
42325         * modules/lchown (EXTRA_DIST): Add lchown.h.
42326         * modules/long-options (EXTRA_DIST): Add long-options.h.
42327         * modules/lstat (EXTRA_DIST): Add lstat.h.
42328         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
42329         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
42330         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
42331         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
42332         * modules/memxor (EXTRA_DIST): Add memxor.h.
42333         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
42334         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
42335         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
42336         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
42337         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
42338         * modules/physmem (EXTRA_DIST): Add physmem.h.
42339         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
42340         * modules/posixver (EXTRA_DIST): Add posixver.h.
42341         * modules/quote (EXTRA_DIST): Add quote.h.
42342         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
42343         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
42344         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
42345         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
42346         regex_internal.h regexec.c.
42347         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
42348         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
42349         * modules/same (EXTRA_DIST): Add same.h.
42350         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
42351         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
42352         * modules/savedir (EXTRA_DIST): Add savedir.h.
42353         * modules/sha1 (EXTRA_DIST): Add sha1.h.
42354         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
42355         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
42356         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
42357         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
42358         * modules/strdup (EXTRA_DIST): Add strdup.h.
42359         * modules/strftime (EXTRA_DIST): Add strftime.h.
42360         * modules/strndup (EXTRA_DIST): Add strndup.h.
42361         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
42362         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
42363         * modules/time_r (EXTRA_DIST): Add time_r.h.
42364         * modules/timespec (EXTRA_DIST): Add timespec.h.
42365         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42366         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
42367         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
42368         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
42369         * modules/userspec (EXTRA_DIST): Add userspec.h.
42370         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
42371         * modules/utimens (EXTRA_DIST): Add utimens.h.
42372         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
42373         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
42374         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
42375         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
42376         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
42377         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
42378         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
42379         * modules/yesno (EXTRA_DIST): Add yesno.h.
42380
42381 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42382
42383         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
42384
42385         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
42386         * m4/dev-ino.m4, same-inode.m4: Remove.
42387
42388         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
42389         * m4/acl.m4 (AC_FUNC_ACL):
42390         * m4/backupfile.m4 (gl_BACKUPFILE):
42391         * m4/c-strtod.m4 (gl_C99_STRTOLD):
42392         * m4/canon-host.m4 (gl_CANON_HOST):
42393         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42394         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
42395         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
42396         * m4/cloexec.m4 (gl_CLOEXEC):
42397         * m4/close-stream.m4 (gl_CLOSE_STREAM):
42398         * m4/closeout.m4 (gl_CLOSEOUT):
42399         * m4/dirfd.m4 (gl_FUNC_DIRFD):
42400         * m4/dirname.m4 (gl_DIRNAME):
42401         * m4/exclude.m4 (gl_EXCLUDE):
42402         * m4/exitfail.m4 (gl_EXITFAIL):
42403         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
42404         * m4/file-type.m4 (gl_FILE_TYPE):
42405         * m4/filemode.m4 (gl_FILEMODE):
42406         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
42407         * m4/fpending.m4 (gl_FUNC_FPENDING):
42408         * m4/fprintftime.m4 (gl_FPRINTFTIME):
42409         * m4/fts.m4 (gl_FUNC_FTS):
42410         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
42411         * m4/getdate.m4 (gl_GETDATE):
42412         * m4/gethrxtime.m4 (gl_GETHRXTIME):
42413         * m4/getpagesize.m4 (gl_GETPAGESIZE):
42414         * m4/getpass.m4 (gl_FUNC_GETPASS):
42415         * m4/gettime.m4 (gl_GETTIME):
42416         * m4/getugroups.m4 (gl_GETUGROUPS):
42417         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
42418         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
42419         * m4/hard-locale.m4 (gl_HARD_LOCALE):
42420         * m4/hash.m4 (gl_HASH):
42421         * m4/idcache.m4 (gl_IDCACHE):
42422         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
42423         * m4/lchown.m4 (gl_FUNC_LCHOWN):
42424         * m4/long-options.m4 (gl_LONG_OPTIONS):
42425         * m4/lstat.m4 (gl_FUNC_LSTAT):
42426         * m4/md5.m4 (gl_MD5):
42427         * m4/memcasecmp.m4 (gl_MEMCASECMP):
42428         * m4/memcoll.m4 (gl_MEMCOLL):
42429         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
42430         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
42431         * m4/memxor.m4 (gl_MEMXOR):
42432         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
42433         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
42434         * m4/modechange.m4 (gl_MODECHANGE):
42435         * m4/mountlist.m4 (gl_MOUNTLIST):
42436         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
42437         * m4/openat.m4 (gl_FUNC_OPENAT):
42438         * m4/pathmax.m4 (gl_PATHMAX):
42439         * m4/physmem.m4 (gl_PHYSMEM):
42440         * m4/posixtm.m4 (gl_POSIXTM):
42441         * m4/posixver.m4 (gl_POSIXVER):
42442         * m4/quote.m4 (gl_QUOTE):
42443         * m4/quotearg.m4 (gl_QUOTEARG):
42444         * m4/readtokens.m4 (gl_READTOKENS):
42445         * m4/readutmp.m4 (gl_READUTMP):
42446         * m4/regex.m4 (gl_REGEX):
42447         * m4/safe-read.m4 (gl_SAFE_READ):
42448         * m4/safe-write.m4 (gl_SAFE_WRITE):
42449         * m4/same.m4 (gl_SAME):
42450         * m4/save-cwd.m4 (gl_SAVE_CWD):
42451         * m4/savedir.m4 (gl_SAVEDIR):
42452         * m4/settime.m4 (gl_SETTIME):
42453         * m4/sha1.m4 (gl_SHA1):
42454         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
42455         * m4/stat-macros.m4 (gl_STAT_MACROS):
42456         * m4/stat-time.m4 (gl_STAT_TIME):
42457         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
42458         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
42459         * m4/strdup.m4 (gl_FUNC_STRDUP):
42460         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
42461         * m4/strndup.m4 (gl_FUNC_STRNDUP):
42462         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
42463         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
42464         * m4/time_r.m4 (gl_TIME_R):
42465         * m4/timespec.m4 (gl_TIMESPEC):
42466         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
42467         * m4/unlinkdir.m4 (gl_UNLINKDIR):
42468         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
42469         * m4/userspec.m4 (gl_USERSPEC):
42470         * m4/utimecmp.m4 (gl_UTIMECMP):
42471         * m4/utimens.m4 (gl_UTIMENS):
42472         * m4/xalloc.m4 (gl_XALLOC):
42473         * m4/xgetcwd.m4 (gl_XGETCWD):
42474         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
42475         * m4/xreadlink.m4 (gl_XREADLINK):
42476         * m4/xstrtod.m4 (gl_XSTRTOD):
42477         * m4/yesno.m4 (gl_YESNO):
42478         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42479         to get the necessary .h files and whatnot.
42480
42481 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
42482             Bruno Haible  <bruno@clisp.org>
42483
42484         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
42485         /bin/sh understanding of '!' conditional negation.
42486
42487 2006-08-21  Jim Meyering  <jim@meyering.net>
42488
42489         * modules/openat (Depends-on): Really alphabetize.
42490
42491         * modules/acl (Depends-on): Add error and quote.
42492
42493         * check-module (find_included_lib_files): Add at-func.c to the
42494         ok-to-include-more-than-once white list.
42495
42496         * modules/openat (Depends-on): Add lstat.  Alphabetize.
42497
42498 2006-08-21  Bruno Haible  <bruno@clisp.org>
42499
42500         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42501         Emit a pkgdata_DATA variable only if some snippets add contents to it.
42502         Reported by Martin Lambers <marlam@marlam.de>.
42503
42504 2006-08-21  Bruno Haible  <bruno@clisp.org>
42505
42506         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
42507         specify an installation location, don't emit a noinst_LIBRARIES or
42508         noinst_LTLIBRARIES assignment.
42509
42510 2006-08-21  Bruno Haible  <bruno@clisp.org>
42511
42512         BeOS portability.
42513         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
42514         BeOS has mbrtowc() but no <wctype.h>.
42515
42516 2006-08-21  Bruno Haible  <bruno@clisp.org>
42517
42518         BeOS portability.
42519         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
42520         exist.
42521
42522 2006-08-21  Bruno Haible  <bruno@clisp.org>
42523
42524         BeOS portability.
42525         * lib/mbchar.h: Include <wctype.h> only if it exists.
42526
42527 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42528
42529         Remove files that are no longer needed by their respective modules.
42530         * m4/obstack.m4: Remove.
42531         * m4/strerror_r.m4: Remove.
42532         * m4/uint32_t.m4: Remove.
42533         * m4/uintptr_t.m4: Remove.
42534         * m4/ullong_max.m4: Remove.
42535         * m4/xstrtoimax.m4: Remove.
42536         * m4/xstrtoumax.m4: Remove.
42537
42538         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
42539         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
42540         dependencies now capture this.
42541
42542         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
42543         Do not use AC_LIBSOURCES, since gnulib modules now do this.
42544         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
42545         * m4/human.m4 (gl_HUMAN): Likewise.
42546         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
42547         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
42548
42549         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
42550
42551         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
42552         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
42553         stdint.
42554         * m4/human.m4 (gl_HUMAN): Likewise.
42555         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
42556         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
42557         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
42558         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
42559         * m4/xstrtol (gl_XSTRTOL): Likewise.
42560
42561         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
42562         AC_TYPE_LONG_LONG_INT.
42563         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
42564         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
42565         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
42566         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
42567
42568         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
42569         on stdbool.
42570
42571         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
42572         (gl_PREREQ_XSTRTOUL): Remove.
42573
42574         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
42575
42576         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
42577         mode.
42578
42579 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42580
42581         Add and change modules to make it easier for coreutils to use
42582         gnulib-tool.
42583         * modules/backupfile (Files): Remove m4/d-ino.m4.
42584         (Depends-on): Add d-ino.
42585         * modules/cycle-check (Depends-on): Add stdint.
42586         (lib_SOURCES): Add cycle-check.h.
42587         * modules/d-ino: New module.
42588         * modules/d-type: New module.
42589         * modules/error (Files): Remove m4/strerror_r.m4.
42590         * modules/filemode (Files): Add m4/st_dm_mode.m4.
42591         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
42592         m4/inttypes_h.m4, m4/uintmax_t.m4.
42593         (Depends-on): Add stdint.
42594         (lib_SOURCES): Add fsusage.h.
42595         * modules/getcwd (Files): Remove d-ino.m4.
42596         (Depends-on): Add d-ino.
42597         * modules/getndelim2 (Depends-on): Add stdint.
42598         * modules/glob (Files): Remove m4/d-type.m4.
42599         (Depends-on): Add d-type.
42600         * modules/host-os: New module.
42601         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
42602         m4/inttypes_h.m4, m4/uintmax_t.m4.
42603         * Depends-on: Add stdint.
42604         (lib_SOURCES): Add human.h.
42605         * modules/inttostr (Files): Remove m4/intmax_t.m4,
42606         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
42607         m4/uintmax_t.m4, m4/ulonglong.m4.
42608         (Depends-on): Add stdint.
42609         (EXTRA_DIST): Add inttostr.h.
42610         * modules/lchmod: New module.
42611         * modules/link-follow: New module.
42612         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
42613         (Depends-on): Add lchmod.
42614         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
42615         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
42616         (Depends-on): Add stdint.
42617         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
42618         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
42619         (Depends-on): Add stdint.
42620         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
42621         * modules/perl: New module.
42622         * modules/regex (Depends-on): Add stdint.
42623         * modules/rmdir-errno: New module.
42624         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
42625         m4/intmax_t.m4.
42626         (Depends-on): Add stdint.
42627         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
42628         m4/uintmax_t.m4.
42629         (Depends-on): Add stdint.
42630         * modules/unlink-busy: New module.
42631         * modules/utimecmp (Depends-on): Add stdint.
42632         * modules/uptime: New module.
42633         * modules/winsz-ioctl: New module.
42634         * modules/winsz-termios: New module.
42635         * modules/xnanosleep (Depends-on): Add nanosleep.
42636         * modules/ullong_max: Remove.
42637         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
42638         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
42639         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
42640         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
42641         (Depends-on): Add inttypes.
42642         (lib_SOURCES): Add xstrtol.h.
42643         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
42644         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
42645         * MODULES.html.sh: Move 'assert' into the assert section.
42646         Move 'dummy' into the linking section.
42647         Remove ullong_max.
42648         Add section for compatibility checks for POSIX:2001 functions,
42649         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
42650         winsz-ioctl, and winsz-termios into it.
42651         Add lchmod.
42652         Add top-level Misc section and put host-os, perl, and uptime
42653         into it.
42654
42655 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42656
42657         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
42658         now assume the stdint module.  Do not include inttypes.h.
42659         * lib/fsusage.h: Likewise.
42660         * lib/getndelim2.c: Likewise.
42661         * lib/human.h: Likewise.
42662         * lib/inttostr.h: Likewise.
42663         * lib/obstack.c: Likewise.
42664         * lib/regex_internal.h: Likewise.
42665         * lib/tempname.c: Likewise.
42666         * lib/utimecmp.c: Likewise.
42667         * lib/xstrtol.h: Likewise.
42668
42669         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
42670
42671         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
42672         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
42673         * lib/xtime.h: Likewise.
42674
42675 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42676
42677         * modules/openat (Files): Add lib/fchmodat.c.
42678         Fixes problem reported by Jay Youngman.
42679
42680 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42681
42682         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
42683         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
42684
42685 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
42686             Bruno Haible  <bruno@clisp.org>
42687
42688         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
42689         and is a script that invokes bison. Tighten the code. Add comments.
42690
42691 2006-08-18  Jim Meyering  <jim@meyering.net>
42692
42693         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
42694         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
42695         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
42696         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
42697
42698 2006-08-18  Bruno Haible  <bruno@clisp.org>
42699
42700         * modules/bison-i18n: New file.
42701         * MODULES.html.sh (Internationalization functions): Add it.
42702
42703 2006-08-18  Bruno Haible  <bruno@clisp.org>
42704
42705         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
42706         sys/statvfs.h. When getmntinfo was found, check its declaration and
42707         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
42708
42709 2006-08-18  Bruno Haible  <bruno@clisp.org>
42710
42711         * m4/bison-i18n.m4: New file, from bison.
42712
42713 2006-08-18  Bruno Haible  <bruno@clisp.org>
42714
42715         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
42716         (ME_DUMMY): Treat "kernfs" as a dummy.
42717         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
42718
42719 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42720
42721         Update from coreutils.
42722
42723         2006-08-15  Jim Meyering  <jim@meyering.net>
42724
42725         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
42726
42727         2006-01-17  Jim Meyering  <jim@meyering.net>
42728
42729         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
42730
42731         2006-01-11  Jim Meyering  <jim@meyering.net>
42732
42733         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
42734         Check for the lchmod function.
42735
42736 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42737
42738         Update from coreutils.
42739
42740         * lib/__fpending.h: Add copyright notice.
42741         * lib/fprintftime.h: Likewise.
42742         * lib/savedir.c: Use (C) in copyright notice.
42743         * lib/savedir.h: Likewise.
42744
42745         2006-08-15  Jim Meyering  <jim@meyering.net>
42746
42747         * lib/at-func.c: New file, with the logic of all emulated at-functions.
42748         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
42749         in support of the EXPECTED_ERRNO macro.
42750         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
42751         definitions.  Instead, define the appropriate symbols and include
42752         "at-func.c".
42753         * lib/mkdirat.c (mkdirat): Likewise.
42754         * lib/fchmodat.c (fchmodat): Likewise.
42755         (ENOSYS): Remove definition.
42756         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
42757         it.  Don't include "unistd--.h" -- it wasn't ever used.
42758
42759         2006-01-17  Jim Meyering  <jim@meyering.net>
42760
42761         Rewrite fts.c not to change the current working directory,
42762         by using openat, fstatat, fdopendir, etc..
42763
42764         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
42765         (HAVE_OPENAT_SUPPORT): Define.
42766         [_LIBC] (fchdir): Don't undef or define; no longer used.
42767         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
42768         Now, this `function' always succeeds, and consumes its file descriptor
42769         parameter -- so callers must not close such FDs.  Update callers.
42770         (diropen_fd, opendirat, cwd_advance_fd): New functions.
42771         (diropen): Add parameter, SP.  Adjust all callers.
42772         Implement using diropen_fd, rather than open.
42773         (fts_open): Initialize new member, fts_cwd_fd.
42774         Remove fts_rft-setting code.
42775         (fts_close): Close fts_cwd_fd, if necessary.
42776         (__opendir2): Define in terms of opendir or opendirat,
42777         depending on whether the FST_NOCHDIR flag is set.
42778         (fts_build): Since fts_safe_changedir consumes its FD, and since
42779         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
42780         and close the dup'd file descriptor upon failure.
42781         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
42782         (fts_safe_changedir): Tweak semantics to reflect that this function
42783         now calls cwd_advance_fd and hence consumes its FD argument.
42784         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
42785         [struct FTS] (fts_rft): Remove now-unused member.
42786         [struct FTS] (fts_cycle.state): Improve comment.
42787
42788         * lib/openat.c (openat_needs_fchdir): New function.
42789         * lib/openat.h (openat_needs_fchdir): Declare it.
42790
42791 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
42792
42793         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
42794         Problem and fix reported by Pádraig Brady in
42795         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
42796
42797 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42798
42799         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
42800
42801 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42802
42803         * lib/memcoll.c (memcoll): Optimize for the common case where the
42804         arguments are bytewise equal.
42805
42806 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42807
42808         * doc/regexprops-generic.texi: Add a copyright notice.
42809
42810 2006-08-15  Bruno Haible  <bruno@clisp.org>
42811
42812         * modules/tmpdir (License): Change to LGPL.
42813
42814 2006-08-15  Bruno Haible  <bruno@clisp.org>
42815
42816         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
42817         module.
42818
42819 2006-08-14  Simon Josefsson  <jas@extundo.com>
42820
42821         * config/srclist.txt: Add gnupload.
42822
42823 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42824
42825         Change copyright notice from LGPL 2 to GPL 2, since that's the
42826         standard form used in the gnulib repository.
42827         * tests/test-lock.c: Likewise.
42828         * tests/test-stdint.c: Likewise.
42829         * tests/test-tls.c: Likewise.
42830
42831         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
42832         prelude-manager.  User shorter URLs for GNU projects, without '?'.
42833         Add copyright notice.
42834
42835         * check-module: Add copyright notice.  Output a copyright
42836         notice if "--version" is specified.
42837         * modules/COPYING: New file.
42838         * tests/test-getaddrinfo.c: Add copyright notice.
42839         * tests/test-verify.c: Likewise.
42840
42841 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42842
42843         Change copyright notice from LGPL 2 to GPL 2, since that's the
42844         standard form used in the gnulib repository.
42845         * lib/lock.c: LGPL -> GPL.
42846         * lib/lock.h: Likewise.
42847         * lib/strnlen1.c: Likewise.
42848         * lib/strnlen1.h: Likewise.
42849         * lib/tls.c: Likewise.
42850         * lib/tls.h: Likewise.
42851         * lib/tmpdir.c: Likewise.
42852
42853         * lib/TODO: Remove; this belongs only in coreutils.
42854
42855 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42856
42857         Add copyright notices to long-enough files that lack them, since
42858         otherwise the files aren't clearly free.  Use the same notice that
42859         getdate.texi already uses.
42860         * doc/alloca-opt.texi: Add copyright notice.
42861         * doc/alloca.texi: Likewise.
42862         * doc/ctime.texi: Likewise.
42863         * doc/functions.texi: Likewise.
42864         * doc/gcd.texi: Likewise.
42865         * doc/gnulib-tool.texi: Likewise.
42866         * doc/inet_ntoa.texi: Likewise.
42867         * doc/visibility.texi: Likewise.
42868
42869         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
42870         * doc/quote.texi: Add copyright notice.
42871
42872         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
42873         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
42874         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
42875         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
42876         is now obsolete, and give a pointer to the Sun list.
42877         Add copyright notice.
42878
42879 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42880
42881         * config/srclistvars.sh: Add copyright notice.
42882
42883 2006-08-14  Eric Blake  <ebb9@byu.net>
42884
42885         Import the following change from libc:
42886
42887         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
42888
42889         Upstream bug 2997.
42890         * lib/misc/error.c: Add space between program name and message if file
42891         name is missing.
42892
42893 2006-08-12  Karl Berry  <karl@gnu.org>
42894
42895         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
42896         remove, these originate in gnulib now.
42897
42898 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42899
42900         * doc/Makefile (standards.info standards.html standards.dvi):
42901         Also depend on make-stds.texi.
42902
42903 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
42904
42905         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
42906         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
42907
42908         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
42909         in wchar_t.  Problem reported by Eric Blake.
42910
42911         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
42912         LEN is smaller than SIZE.  Suggested by Bruno Haible.
42913         Also, help the compiler to keep LEN in a register.
42914
42915 2006-08-11  Eric Blake  <ebb9@byu.net>
42916
42917         * users.txt: Sort.  Add tar.
42918
42919 2006-08-11  Bruno Haible  <bruno@clisp.org>
42920
42921         * users.txt: New file.
42922
42923 2006-08-11  Bruno Haible  <bruno@clisp.org>
42924
42925         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
42926         before <wchar.h>. Needed for OSF/1 and BSD/OS.
42927
42928 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
42929
42930         * modules/snprintf (Depends-on): Remove minmax.
42931         (Maintainer): Add self and Bruno.
42932
42933 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
42934
42935         * lib/.cppi-disable: Add snprintf.h, socket_.h.
42936         * lib/snprintf.c: Include <errno.h> and <limits.h>.
42937         (EOVERFLOW): Define if the system does not.
42938         Do not include "minmax.h"; it wasn't used.
42939         (snprintf): Don't assume size_t promotes to an unsigned type.
42940         Fix bug when generated string was too long for the buffer: the
42941         buffer's contents are supposed to be the initial prefix of the
42942         output.  Don't assume vasnprintf returns EOVERFLOW if the size
42943         exceeds INT_MAX; do the check ourselves.
42944
42945         Import the following changes from libc:
42946
42947         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
42948
42949         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
42950         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
42951         set wc to the byte which couldn't be converted.
42952         (re_string_reconstruct): Don't clear valid_raw_len before calling
42953         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
42954         tip_context using re_string_context_at.
42955
42956         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
42957
42958         * lib/posix/regex.h: g++ still cannot handled [restrict].
42959
42960         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
42961
42962         * lib/posix/regex.h: Remove special handling for VMS.
42963
42964 2006-08-10  Jim Meyering  <jim@meyering.net>
42965
42966         * modules/same-inode: New module.
42967         * modules/dev-ino: New module.
42968         * modules/cycle-check: Depend on these modules, rather than simply
42969         including their .h files.
42970         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
42971         required via m4/cycle-check.m4.
42972         * modules/same: Depend on new same-inode module, rather than
42973         including same-inode.h.
42974         * modules/chdir-safer: New file.
42975
42976         * modules/chown (Depends-on): Add stat-macros.
42977
42978 2006-08-10  Jim Meyering  <jim@meyering.net>
42979
42980         * m4/cycle-check.m4: New file.
42981         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
42982         * m4/dev-ino.m4, m4/same-inode.m4: New files.
42983
42984 2006-08-10  Eric Blake  <ebb9@byu.net>
42985
42986         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
42987         in from original proposal.
42988
42989 2006-08-10  Eric Blake  <ebb9@byu.net>
42990         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
42991
42992         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
42993         namespace.
42994
42995 2006-08-10  Bruno Haible  <bruno@clisp.org>
42996
42997         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
42998         as well.
42999
43000 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43001
43002         Sync from coreutils.
43003
43004         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
43005
43006         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
43007         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
43008
43009 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43010
43011         * modules/restrict: Remove; no longer needed now that we assume
43012         Autoconf 2.59 or later.
43013         * MODULES.html.sh: Remove 'restrict'.
43014         * modules/argp (Depends-on): Remove 'restrict'.
43015         * modules/base64 (Depends-on): Likewise.
43016         * modules/gc (Depends-on): Likewise.
43017         * modules/getaddrinfo (Depends-on): Likewise.
43018         * modules/glob (Depends-on): Likewise.
43019         * modules/inet_ntop (Depends-on): Likewise.
43020         * modules/inet_pton (Depends-on): Likewise.
43021         * modules/memxor (Depends-on): Likewise.
43022         * modules/regex (Depends-on): Likewise.
43023         * modules/strtok_r (Depends-on): Likewise.
43024         * modules/time_r (Depends-on): Likewise.
43025
43026 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43027
43028         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
43029         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
43030         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43031         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
43032         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
43033         * m4/memxor.m4 (gl_MEMXOR): Likewise.
43034         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
43035         gl_C_RESTRICT replaced by AC_C_RESTRICT.
43036
43037         Merge from coreutils.
43038         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
43039         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
43040         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
43041         * m4/time_r.m4 (gl_TIME_R): Likewise.
43042
43043 2006-08-09  Karl Berry  <karl@gnu.org>
43044
43045         * config/srclist.txt: no more gettext-tools, per Bruno.
43046
43047 2006-08-08  Eric Blake  <ebb9@byu.net>
43048
43049         * modules/verror: New module.
43050         * MODULES.html.sh: Document it.
43051
43052 2006-08-08  Eric Blake  <ebb9@byu.net>
43053
43054         * lib/verror.h, lib/verror.c: New files.
43055
43056 2006-08-08  Eric Blake  <ebb9@byu.net>
43057
43058         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
43059         verror_at_line output complies with GNU Coding Standards even when
43060         file is NULL.
43061
43062 2006-08-07  Bruno Haible  <bruno@clisp.org>
43063
43064         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
43065         versions of AIX.
43066         Reported by Ralf Wildenhues.
43067
43068 2006-08-07  Bruno Haible  <bruno@clisp.org>
43069
43070         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
43071         in an AC_DEFUN. Needed so that the autoconf snippets can use
43072         AC_REQUIRE.
43073
43074 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43075
43076         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43077         Initialize pkgdata_DATA.
43078         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
43079         overriding it.
43080
43081 2006-08-06  Eric Blake  <ebb9@byu.net>
43082
43083         * lib/error.h: Fold in some upstream changes from glibc.
43084         * lib/error.c: Likewise.
43085
43086 2006-08-04  Bruno Haible  <bruno@clisp.org>
43087
43088         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43089         Make the mostlyclean-local rule depend on mostlyclean-generic.
43090         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
43091
43092 2006-07-31  Bruno Haible  <bruno@clisp.org>
43093
43094         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
43095         <stdlib.h>, <string.h>.
43096
43097 2006-07-30  Bruno Haible  <bruno@clisp.org>
43098
43099         * modules/readlink (License): Change to LGPL.
43100
43101 2006-07-30  Bruno Haible  <bruno@clisp.org>
43102
43103         * modules/javaversion (Makefile.am): Distribute javaversion.java and
43104         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
43105         set PKGDATADIR to point to it.
43106
43107 2006-07-30  Bruno Haible  <bruno@clisp.org>
43108
43109         * modules/csharpexec (configure.ac): Comment out macro invocation.
43110         * modules/javaexec (configure.ac): Likewise.
43111         * modules/javacomp-script (configure.ac): Likewise.
43112
43113         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
43114
43115 2006-07-30  Bruno Haible  <bruno@clisp.org>
43116
43117         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
43118         linked-list.
43119
43120 2006-07-30  Bruno Haible  <bruno@clisp.org>
43121
43122         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
43123
43124 2006-07-30  Bruno Haible  <bruno@clisp.org>
43125
43126         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43127         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
43128         get removed.
43129
43130 2006-07-29  Bruno Haible  <bruno@clisp.org>
43131
43132         Make it possible for gnulib-tool to work with locally modified or
43133         augmented gnulib repositories.
43134         * gnulib-tool (func_usage): Document --local-dir option.
43135         (local_gnulib_dir): New variable.
43136         Handle --local-dir option.
43137         (func_lookup_file): New function.
43138         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
43139         (func_get_description, func_get_filelist, func_get_description,
43140         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
43141         func_get_automake_snippet, func_get_include_directive,
43142         func_get_license, func_get_maintainer): Use func_lookup_file.
43143         (func_import, func_create_testdir): Use func_lookup_file.
43144
43145 2006-07-29  Bruno Haible  <bruno@clisp.org>
43146
43147         * modules/setenv (Depends-on): Add unistd.
43148
43149 2006-07-29  Bruno Haible  <bruno@clisp.org>
43150
43151         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
43152
43153 2006-07-29  Bruno Haible  <bruno@clisp.org>
43154
43155         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
43156
43157 2006-07-29  Bruno Haible  <bruno@clisp.org>
43158
43159         * gnulib-tool (import, update): If there is no Makefile.am, look at
43160         aclocal.m4, instead of bailing out.
43161
43162 2006-07-29  Bruno Haible  <bruno@clisp.org>
43163
43164         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
43165         Categorize the options by when they are useful.
43166
43167 2006-07-29  Bruno Haible  <bruno@clisp.org>
43168
43169         * gnulib-tool (func_usage): Document option --no-libtool.
43170         Handle option --no-libtool.
43171         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
43172         for changed semantics of $libtool variable.
43173         (func_import): Likewise. If libtool is not used, show this through
43174         an option --no-libtool.
43175         (func_create_testdir): Update.
43176
43177 2006-07-29  Bruno Haible  <bruno@clisp.org>
43178
43179         * gnulib-tool (func_import): Extend error message about missing
43180         --doc-base.
43181
43182 2006-07-29  Bruno Haible  <bruno@clisp.org>
43183
43184         * gnulib-tool (func_import): Don't create the $docbase directory if
43185         there is no file to store there.
43186
43187 2006-07-29  Bruno Haible  <bruno@clisp.org>
43188
43189         * gnulib-tool (autoconf_minversion): If a --dir option is given and
43190         relevant, look for configure.ac there, not in the current directory.
43191         Also use a simple search for AC_PREREQ, not "autoconf --trace".
43192
43193 2006-07-29  Bruno Haible  <bruno@clisp.org>
43194
43195         * gnulib-tool (SORT): New variable.
43196         (func_usage): Undocument --assume-autoconf option.
43197         Remove --assume-autoconf option handling.
43198         (autoconf_minversion): Determine from the contents of configure.ac.
43199         (func_import): Remove autoconf_minversion handling.
43200         Suggested by Eric Blake.
43201
43202 2006-07-29  Bruno Haible  <bruno@clisp.org>
43203
43204         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
43205
43206 2006-07-29  Bruno Haible  <bruno@clisp.org>
43207
43208         * config/srclist.txt (*setenv.[ch]): Remove rules.
43209
43210 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43211
43212         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
43213
43214 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43215
43216         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
43217         arpa/inet.h.
43218
43219 2006-07-28  Simon Josefsson  <jas@extundo.com>
43220
43221         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
43222         * modules/inet_pton (Depends-on): Likewise.
43223
43224 2006-07-28  Simon Josefsson  <jas@extundo.com>
43225
43226         * m4/netinet_in_h.m4: New file.
43227
43228 2006-07-28  Simon Josefsson  <jas@extundo.com>
43229
43230         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
43231         #include's.
43232
43233 2006-07-28  Simon Josefsson  <jas@extundo.com>
43234
43235         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
43236         #include's.
43237
43238 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
43239
43240         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
43241         setgid on directories only if they set these bits.
43242         * lib/modechange.h: Remove obsolete comment about masks.
43243
43244 2006-07-28  Eric Blake  <ebb9@byu.net>
43245
43246         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
43247         macro expansion.
43248
43249 2006-07-28  Bruno Haible  <bruno@clisp.org>
43250
43251         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
43252
43253 2006-07-28  Bruno Haible  <bruno@clisp.org>
43254
43255         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
43256
43257 2006-07-28  Bruno Haible  <bruno@clisp.org>
43258
43259         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
43260         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
43261         Define fallbacks.
43262         Avoids link error on FreeBSD 4.x.
43263         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43264
43265         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
43266         encoding.
43267         * lib/mbswidth.c (iswcntrl): Likewise.
43268
43269 2006-07-27  Bruno Haible  <bruno@clisp.org>
43270
43271         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
43272         test.
43273
43274 2006-07-27  Bruno Haible  <bruno@clisp.org>
43275
43276         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
43277         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
43278         defined.
43279
43280 2006-07-26  Eric Blake  <ebb9@byu.net>
43281
43282         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
43283
43284 2006-07-26  Eric Blake  <ebb9@byu.net>
43285
43286         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
43287         like mingw that lack mkstemp.
43288         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
43289         avoid compilation warning on mingw.
43290
43291 2006-07-26  Bruno Haible  <bruno@clisp.org>
43292
43293         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
43294         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
43295         INT_FAST*_MIN, INTPTR_MIN.
43296
43297 2006-07-25  Bruno Haible  <bruno@clisp.org>
43298
43299         * modules/version-etc (Depends-on): Add stdarg.
43300
43301 2006-07-25  Bruno Haible  <bruno@clisp.org>
43302
43303         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
43304         complex commands.
43305
43306 2006-07-25  Bruno Haible  <bruno@clisp.org>
43307
43308         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
43309         defined in <stdarg.h> or config.h.
43310
43311 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43312
43313         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
43314         (gl_STDIO_SAFER): Remove.
43315
43316 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43317
43318         * MODULES.html.sh (File stream based Input/Output):
43319         Add fopen-safer, tmpfile-safer; remove stdio-safer.
43320         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
43321         * modules/fopen-safer, modules/tmpfile-safer: New files.
43322         * modules/stdio-safer: Remove.
43323
43324 2006-07-24  Bruno Haible  <bruno@clisp.org>
43325
43326         * modules/tmpdir: New file.
43327         * MODULES.html.sh (File system functions): Add it.
43328
43329 2006-07-24  Bruno Haible  <bruno@clisp.org>
43330
43331         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
43332         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
43333
43334 2006-07-24  Bruno Haible  <bruno@clisp.org>
43335
43336         * modules/clean-temp: New file.
43337
43338 2006-07-24  Bruno Haible  <bruno@clisp.org>
43339
43340         * m4/tmpdir.m4: New file, from GNU gettext.
43341
43342 2006-07-24  Bruno Haible  <bruno@clisp.org>
43343
43344         * lib/tmpdir.h: New file, from GNU gettext.
43345         * lib/tmpdir.c: New file, from GNU gettext.
43346
43347 2006-07-24  Bruno Haible  <bruno@clisp.org>
43348
43349         * lib/clean-temp.h: New file, from GNU gettext.
43350         * lib/clean-temp.c: New file, from GNU gettext.
43351
43352 2006-07-23  Eric Blake  <ebb9@byu.net>
43353
43354         * modules/stdio-safer (Files): Add tmpfile-safer.c.
43355         (Depends-on): Add binary-io.
43356
43357 2006-07-23  Eric Blake  <ebb9@byu.net>
43358
43359         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
43360
43361 2006-07-23  Eric Blake  <ebb9@byu.net>
43362
43363         * lib/tmpfile-safer.c: New file.
43364         * lib/stdio-safer.h (fopen_safer): Add prototype.
43365         * lib/stdio--.h (tmpfile): Make safer.
43366
43367 2006-07-23  Bruno Haible  <bruno@clisp.org>
43368
43369         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
43370         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
43371         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
43372         gl_linked_remove_at): Use it.
43373
43374 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43375         and Simon Josefsson <jas@extundo.com>
43376
43377         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
43378
43379         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
43380
43381 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43382
43383         * modules/close-stream: New file.
43384         * modules/closeout (Description): Make it clear that it exits
43385         with a diagnostic on error.
43386         (Depends-on): Add close-stream.  Remove fpending, stdbool.
43387         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
43388
43389 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43390
43391         * m4/close-stream.m4: New file.
43392
43393 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43394
43395         * lib/close-stream.c, lib/close-stream.h: New files.
43396
43397 2006-07-22  Bruno Haible  <bruno@clisp.org>
43398
43399         Merge from GNU gettext 0.15.
43400
43401         2006-05-01  Bruno Haible  <bruno@clisp.org>
43402
43403                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
43404
43405         2006-07-22  Bruno Haible  <bruno@clisp.org>
43406
43407                 * modules/javaversion: New file.
43408                 * MODULES.html.sh (Java): Add javaversion.
43409
43410         2006-03-12  Bruno Haible  <bruno@clisp.org>
43411
43412                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
43413
43414         2005-12-04  Bruno Haible  <bruno@clisp.org>
43415
43416                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
43417                 (untested).
43418
43419         2006-06-21  Bruno Haible  <bruno@clisp.org>
43420
43421                 Avoid warnings from recent versions of mcs.
43422                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
43423                 -o, -L, -r any more. Use options documented since mcs-1.0
43424                 instead. Similarly for -g.
43425
43426         2005-12-04  Bruno Haible  <bruno@clisp.org>
43427
43428                 * build-aux/csharpcomp.sh.in: Suffix for resources is
43429                 .resources, not .resource.
43430
43431         2005-07-09  Bruno Haible  <bruno@clisp.org>
43432
43433                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
43434                 add a .dll suffix.
43435                 Reported by Mark Junker <mjscod@gmx.de>.
43436
43437         2006-07-22  Bruno Haible  <bruno@clisp.org>
43438
43439                 * modules/gettext: Upgrade to gettext-0.15.
43440                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
43441                 m4/visibility.m4.
43442                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
43443
43444 2006-07-22  Bruno Haible  <bruno@clisp.org>
43445
43446         Merge from GNU gettext 0.15.
43447
43448         2006-03-25  Bruno Haible  <bruno@clisp.org>
43449
43450                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
43451
43452         2006-07-21  Bruno Haible  <bruno@clisp.org>
43453
43454                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
43455                 "1.1".
43456
43457         2006-05-09  Bruno Haible  <bruno@clisp.org>
43458
43459                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
43460                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
43461                 for the conftestver execution.
43462
43463         2006-05-01  Bruno Haible  <bruno@clisp.org>
43464
43465                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
43466                 optional target-version argument. Verify that the compiler
43467                 groks source of the specified source-version, or add -source
43468                 option as necessary. Verify that the compiler produces
43469                 bytecode in the specified target-version, or add -target and
43470                 -source options as necessary. Make the result of the test
43471                 available as variable CONF_JAVAC. Also log error output in
43472                 config.log.
43473
43474         2006-03-11  Bruno Haible  <bruno@clisp.org>
43475
43476                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
43477
43478         2006-05-09  Bruno Haible  <bruno@clisp.org>
43479
43480                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
43481                 CLASSPATH_SEPARATOR to a semicolon.
43482
43483         2006-03-12  Bruno Haible  <bruno@clisp.org>
43484
43485                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
43486                 available as variable CONF_JAVA, for subsequent autoconf
43487                 tests. Also log error output in config.log.
43488
43489         2006-07-19  Bruno Haible  <bruno@clisp.org>
43490
43491                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
43492                 that getline works on glibc2 systems. Needed to avoid trouble
43493                 in relocatable.c.
43494                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
43495
43496         2005-12-04  Bruno Haible  <bruno@clisp.org>
43497
43498                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
43499                 launcher (untested).
43500
43501         2005-12-04  Bruno Haible  <bruno@clisp.org>
43502
43503                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
43504
43505         2006-07-22  Bruno Haible  <bruno@clisp.org>
43506
43507                 * gettext.m4: Update from GNU gettext-0.15.
43508                 * nls.m4: Likewise.
43509                 * po.m4: Likewise.
43510                 * inttypes-pri.m4: Likewise.
43511                 * inttypes-h.m4: Renamed from inttypes.m4.
43512                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
43513
43514 2006-07-22  Bruno Haible  <bruno@clisp.org>
43515
43516         Merge from GNU gettext 0.15.
43517
43518         2005-07-05  Bruno Haible  <bruno@clisp.org>
43519
43520                 * printf-args.c (printf_fetchargs): Work around broken
43521                 definition of wint_t on mingw.
43522
43523         2005-02-12  Bruno Haible  <bruno@clisp.org>
43524
43525                 * xallocsa.h: Add extern "C" for C++.
43526
43527         2006-05-17  Bruno Haible  <bruno@clisp.org>
43528
43529                 Cygwin portability.
43530                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
43531
43532         2006-04-30  Bruno Haible  <bruno@clisp.org>
43533
43534                 * progreloc.c: Include <mach-o/dyld.h> if available.
43535                 (find_executable): Use _NSGetExecutablePath when possible.
43536
43537         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
43538
43539                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
43540                 function.
43541
43542         2005-12-29  Bruno Haible  <bruno@clisp.org>
43543
43544                 * progreloc.c (set_program_name_and_installdir): Fix
43545                 compilation error.
43546
43547         2005-12-04  Bruno Haible  <bruno@clisp.org>
43548
43549                 Cygwin portability.
43550                 * progreloc.c: Include <windows.h> also on Cygwin.
43551                 (find_executable): Add support for Cygwin.
43552                 (set_program_name_and_installdir): Handle also platforms with
43553                 nonempty EXEEXT.
43554
43555         2006-07-11  Bruno Haible  <bruno@clisp.org>
43556
43557                 * javacomp.c: Fix a comment.
43558                 Reported by Jim Meyering.
43559
43560         2006-04-30  Bruno Haible  <bruno@clisp.org>
43561
43562                 * javacomp.h (compile_java_class): Add source_version,
43563                 target_version arguments.
43564                 * javacomp.c: Rewritten to choose only a compiler that
43565                 respects the specified source_version and target_version.
43566
43567         2006-06-27  Bruno Haible  <bruno@clisp.org>
43568
43569                 Assume correct S_ISDIR macro.
43570                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
43571
43572         2006-07-22  Bruno Haible  <bruno@clisp.org>
43573
43574                 * javaversion.h: New file, from GNU gettext.
43575                 * javaversion.c: New file, from GNU gettext.
43576                 * javaversion.java: New file, from GNU gettext.
43577                 * javaversion.class: New file, from GNU gettext.
43578
43579         2006-05-17  Bruno Haible  <bruno@clisp.org>
43580
43581                 Cygwin portability.
43582                 * javaexec.c (execute_java_class): Test for jview program
43583                 also on Cygwin.
43584
43585         2006-04-09  Bruno Haible  <bruno@clisp.org>
43586
43587                 * fatal-signal.c: Don't include string.h.
43588                 (at_fatal_signal): Use a copying loop instead of memcpy.
43589
43590         2005-12-04  Bruno Haible  <bruno@clisp.org>
43591
43592                 * csharpexec.c: Add support for 'clix' launcher (untested).
43593                 (execute_csharp_using_sscli): New function.
43594                 (execute_csharp_program): Call it.
43595
43596         2006-06-21  Bruno Haible  <bruno@clisp.org>
43597
43598                 Avoid warnings from recent versions of mcs.
43599                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
43600                 -o, -L, -r any more. Use options documented since mcs-1.0
43601                 instead. Similarly for -g.
43602
43603         2005-07-09  Bruno Haible  <bruno@clisp.org>
43604
43605                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
43606                 add a .dll suffix.
43607                 Reported by Mark Junker <mjscod@gmx.de>.
43608
43609         2006-06-17  Bruno Haible  <bruno@clisp.org>
43610
43611                 * config.charset: Update for NetBSD 3.0.
43612
43613         2006-05-17  Bruno Haible  <bruno@clisp.org>
43614
43615                 Cygwin portability.
43616                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
43617
43618         2006-05-16  Bruno Haible  <bruno@clisp.org>
43619
43620                 * localcharset.c [CYGWIN]: Include <windows.h>.
43621                 (get_charset_aliases): For Cygwin, return the same CPxxx
43622                 aliases list as under WIN32.
43623                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
43624                 the environment variables. Fall back to GetACP().
43625
43626         2006-04-05  Bruno Haible  <bruno@clisp.org>
43627
43628                 * config.charset: Update Juan Manuel Guerrero's address.
43629
43630         2005-02-12  Bruno Haible  <bruno@clisp.org>
43631
43632                 * allocsa.h: Add extern "C" for C++.
43633
43634         2005-02-10  Bruno Haible  <bruno@clisp.org>
43635
43636                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
43637                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
43638
43639         2006-07-22  Bruno Haible  <bruno@clisp.org>
43640
43641                 * gettext.h: Update to GNU gettext-0.15.
43642
43643 2006-07-22  Bruno Haible  <bruno@clisp.org>
43644
43645         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
43646         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
43647         lib-prefix.m4, longdouble.m4, ssize_t.m4.
43648
43649 2006-07-21  Eric Blake  <ebb9@byu.net>
43650
43651         * modules/stdlib-safer: New file.
43652         * MODULES.html.sh (File stream based Input/Output): Add
43653         stdlib-safer.
43654
43655 2006-07-21  Eric Blake  <ebb9@byu.net>
43656
43657         * lib/stdlib-safer.h: New file from coreutils, required by
43658         stdlib--.h.
43659
43660 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
43661
43662         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
43663
43664 2006-07-20  Bruno Haible  <bruno@clisp.org>
43665
43666         * gnulib-tool: Recognize new option --assume-autoconf.
43667         (autoconf_minversion): New variable.
43668         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
43669
43670 2006-07-20  Bruno Haible  <bruno@clisp.org>
43671
43672         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
43673
43674 2006-07-19  Derek R. Price  <derek@ximbiot.com>
43675
43676         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
43677         Reindent and repaginate.
43678
43679 2006-07-19  Derek Price  <derek@ximbiot.com>
43680
43681         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
43682         Correct grammar.
43683
43684 2006-07-17  Bruno Haible  <bruno@clisp.org>
43685
43686         * modules/list: New file.
43687         * modules/array-list: New file.
43688         * modules/carray-list, modules/carray-list-tests: New files.
43689         * modules/linked-list, modules/linked-list-tests: New files.
43690         * modules/avltree-list, modules/avltree-list-tests: New files.
43691         * modules/rbtree-list, modules/rbtree-list-tests: New files.
43692         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
43693         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
43694         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
43695         * modules/oset: New file.
43696         * modules/array-oset: New file.
43697         * modules/avltree-oset, modules/avltree-oset-tests: New files.
43698         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
43699         * tests/test-carray_list.c: New file.
43700         * tests/test-linked_list.c: New file.
43701         * tests/test-avltree_list.c: New file.
43702         * tests/test-rbtree_list.c: New file.
43703         * tests/test-linkedhash_list.c: New file.
43704         * tests/test-avltreehash_list.c: New file.
43705         * tests/test-rbtreehash_list.c: New file.
43706         * tests/test-avltree_oset.c: New file.
43707         * tests/test-rbtree_oset.c: New file.
43708         * MODULES.html.sh (Container data structures): New section.
43709
43710 2006-07-17  Bruno Haible  <bruno@clisp.org>
43711
43712         * m4/gl_list.m4: New file.
43713
43714 2006-07-17  Bruno Haible  <bruno@clisp.org>
43715
43716         * lib/gl_list.h: New file.
43717         * lib/gl_list.c: New file.
43718         * lib/gl_array_list.h: New file.
43719         * lib/gl_array_list.c: New file.
43720         * lib/gl_carray_list.h: New file.
43721         * lib/gl_carray_list.c: New file.
43722         * lib/gl_linked_list.h: New file.
43723         * lib/gl_linked_list.c: New file.
43724         * lib/gl_anylinked_list1.h: New file.
43725         * lib/gl_anylinked_list2.h: New file.
43726         * lib/gl_avltree_list.h: New file.
43727         * lib/gl_avltree_list.c: New file.
43728         * lib/gl_anyavltree_list1.h: New file.
43729         * lib/gl_anyavltree_list2.h: New file.
43730         * lib/gl_rbtree_list.h: New file.
43731         * lib/gl_rbtree_list.c: New file.
43732         * lib/gl_anyrbtree_list1.h: New file.
43733         * lib/gl_anyrbtree_list2.h: New file.
43734         * lib/gl_anytree_list1.h: New file.
43735         * lib/gl_anytree_list2.h: New file.
43736         * lib/gl_linkedhash_list.h: New file.
43737         * lib/gl_linkedhash_list.c: New file.
43738         * lib/gl_anyhash_list1.h: New file.
43739         * lib/gl_anyhash_list2.h: New file.
43740         * lib/gl_avltreehash_list.h: New file.
43741         * lib/gl_avltreehash_list.c: New file.
43742         * lib/gl_rbtreehash_list.h: New file.
43743         * lib/gl_rbtreehash_list.c: New file.
43744         * lib/gl_anytreehash_list1.h: New file.
43745         * lib/gl_anytreehash_list2.h: New file.
43746
43747         * lib/gl_oset.h: New file.
43748         * lib/gl_oset.c: New file.
43749         * lib/gl_array_oset.h: New file.
43750         * lib/gl_array_oset.c: New file.
43751         * lib/gl_avltree_oset.h: New file.
43752         * lib/gl_avltree_oset.c: New file.
43753         * lib/gl_rbtree_oset.h: New file.
43754         * lib/gl_rbtree_oset.c: New file.
43755         * lib/gl_anytree_oset.h: New file.
43756
43757 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43758
43759         * m4/mkancesdirs.m4: New file.
43760         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
43761         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
43762         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
43763         it.
43764
43765 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43766
43767         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
43768         * lib/mkancesdirs.h: New files.
43769         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
43770         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
43771         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
43772         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
43773         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
43774         callers changed.  Revamp internals significantly, by not
43775         attempting to create directories that are temporarily more
43776         permissive than the final results.  Do not attempt to use
43777         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
43778         This removes some race conditions, fixes some bugs, and simplifies
43779         things.  Use new dirchownmod function to do owner and mode changes.
43780         * lib/mkdir-p.h: Likewise.
43781         * lib/modechange.c (octal_to_mode): New function.
43782         (struct mode_change): New member mentioned.
43783         (make_node_op_equals): New arg mentioned.  All callers changed.
43784         (mode_compile): Keep track of which mode bits the user has explicitly
43785         mentioned.
43786         (mode_adjust): New arg DIR, so that we implement the X op correctly.
43787         New arg PMODE_BITS, to keep track of which mode bits the user
43788         mentioned; it treats S_ISUID and S_ISGID speciall.
43789         All callers changed.
43790         * lib/modechange.h: Likewise.
43791
43792 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43793
43794         * MODULES.html.sh: Add mkancestors.
43795         * modules/mkancesdirs: New module.
43796         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
43797         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
43798         The chdir-safer and afs files are now orphans; I'll remove them
43799         unless someone speaks up.
43800         Add lib/dirchownmod.c, lib/dirchownmod.h.
43801         (Depends-on): Remove alloca, chown, save-cwd, dirname.
43802         Add lchown, mkancesdirs.
43803         (Maintainer): Add self.
43804
43805 2006-07-15  Karl Berry  <karl@gnu.org>
43806
43807         * gnulib-tool: help message wording/arrangement.
43808
43809 2006-07-14  Simon Josefsson  <jas@extundo.com>
43810
43811         * doc/gnulib.texi (Libtool and Windows): New section.
43812
43813 2006-07-12  Simon Josefsson  <jas@extundo.com>
43814
43815         * modules/gendocs (License): Fix license, approved by Karl.
43816
43817 2006-07-12  Eric Blake  <ebb9@byu.net>
43818
43819         * MODULES.html.sh: Add gendocs.
43820
43821 2006-07-11  Eric Blake  <ebb9@byu.net>
43822
43823         * modules/fdl: New module, to install doc/fdl.texi.
43824         * MODULES.html.sh: Add new section for documentation modules.
43825         * gnulib-tool: Avoid space-tab.
43826         (--doc-base): New option, to manage files from doc.
43827
43828 2006-07-11  Eric Blake  <ebb9@byu.net>
43829
43830         * m4/absolute-header.m4: Fix comments to match recent change.
43831
43832 2006-07-11  Eric Blake  <ebb9@byu.net>
43833
43834         * gnulib-tool: List --doc-base before --tests-base.
43835
43836 2006-07-11  Derek R. Price  <derek@ximbiot.com>
43837
43838         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
43839
43840 2006-07-11  Bruno Haible  <bruno@clisp.org>
43841
43842         * README: Mention where to put documentation.
43843
43844 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43845
43846         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
43847
43848 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
43849
43850         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
43851         to stdint.m4.
43852
43853 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
43854
43855         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
43856         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
43857         "no/such/file/stdint.h" when there is no such file, so that
43858         the resulting C code can be parsed by dodgy compilers.
43859         Problems reported by Bob Proulx.
43860
43861 2006-07-10  Derek R. Price  <derek@ximbiot.com>
43862
43863         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
43864         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
43865         macros into the GNU _D_EXACT_NAMLEN.
43866         * lib/savedir.c:  Likewise.
43867         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
43868
43869 2006-07-10  Derek R. Price  <derek@ximbiot.com>
43870         and Paul Eggert  <eggert@cs.ucla.edu>
43871
43872         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
43873         * m4/savedir.m4:
43874         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
43875         macros into the GNU _D_EXACT_NAMLEN.
43876
43877 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43878
43879         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
43880         around the absolute name, to work around a problem with the HP-UX
43881         11.23 native C compiler, reported by Bob Proulx.
43882
43883 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43884
43885         * doc/maintain.texi, make-stds.texi: Sync from
43886         <http://savannah.gnu.org/projects/gnustandards>.
43887
43888 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43889
43890         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
43891
43892 2006-07-09  Jim Meyering  <jim@meyering.net>
43893
43894         * m4/glob.m4: Remove a doubled word in a comment.
43895
43896 2006-07-09  Jim Meyering  <jim@meyering.net>
43897
43898         * lib/argp-pv.c: Remove a doubled word in a comment.
43899         * lib/check-version.c (check_version): Likewise.
43900         * lib/javacomp.c (compile_java_class): Likewise.
43901
43902 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
43903
43904         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
43905         for the benefit of people using Autoconf 2.60.  If you want to
43906         support older Autoconf versions you can copy m4/onceonly_2_57.m4
43907         (or m4/onceonly.m4, if pre-2.57) manually.
43908
43909 2006-07-08  Jim Meyering  <jim@meyering.net>
43910
43911         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
43912         comment.
43913         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
43914         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
43915         comment.
43916
43917 2006-07-08  Jim Meyering  <jim@meyering.net>
43918
43919         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
43920
43921 2006-07-07  Simon Josefsson  <jas@extundo.com>
43922
43923         * tests/test-crc.c: Change expected crc value, the test vector
43924         were probably computed using the old broken crc.c?
43925
43926 2006-07-06  Simon Josefsson  <jas@extundo.com>
43927
43928         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
43929         now the canonical place for the M4 file).
43930
43931         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
43932         from the sys_socket dependency now.
43933
43934         * modules/inet_pton (Files): Ditto.
43935
43936         * modules/inet_ntop (Files): Ditto.
43937
43938 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43939
43940         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
43941         not gl_PREREQ_GETUSERSHELL.
43942
43943 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43944
43945         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
43946         with only one argument, for Autoconf 2.60.
43947         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
43948         expand to nothing, so add a shell command to avoid syntax error.
43949         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43950
43951 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43952
43953         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
43954
43955 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43956
43957         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
43958         no longer needed.  Check for isblank decl.
43959         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
43960         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
43961         of existence.
43962
43963 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43964
43965         * lib/getloadavg.c: Use __VMS, not VMS.
43966         * lib/getopt.c: Likewise.
43967         * lib/getpagesize.h: Likewise.
43968         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
43969         and probably does not work.
43970
43971 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43972
43973         * lib/.cppi-disable: Add wcwidth.
43974         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
43975         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
43976         (ISGRAPH): Remove.  All uses changed to isgraph.
43977         (FOLD) [!defined _LIBC]: Remove special case.
43978         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
43979         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
43980         HAVE_ISBLANK.
43981         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
43982         case.
43983
43984 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
43985
43986         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
43987         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
43988         brackets.  Other minor changes to suppress some compiler
43989         warnings.
43990
43991 2006-07-06  Derek R. Price  <derek@ximbiot.com>
43992         and Paul Eggert  <eggert@cs.ucla.edu>
43993
43994         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
43995         of invoking obsolescent AC_HEADER_DIRENT macro.
43996         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
43997         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
43998         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
43999         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
44000         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
44001         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44002         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
44003         * m4/readdir.m4: Remove; no longer needed.
44004
44005 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44006         and Paul Eggert  <eggert@cs.ucla.edu>
44007
44008         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
44009         Don't worry about this obsolete case any more.
44010         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
44011         directories.
44012         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
44013         worry about this obsolete case any more.
44014         * lib/fts.c: Likewise.
44015         * lib/getcwd.c: Likewise.
44016         * lib/glob.h: Likewise.
44017         * lib/savedir.c: Likewise.
44018
44019 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44020
44021         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
44022         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
44023         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
44024         needed.
44025         All uses removed.
44026         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44027         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44028         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
44029         needed.
44030         * m4/getdate.m4 (gl_GETDATE): Likewise.
44031         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44032         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44033         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44034         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44035         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44036         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44037         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
44038         needed.
44039
44040 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44041
44042         * lib/memcasecmp.c: Include <limits.h>.
44043         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
44044         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
44045         Don't assume isdigit succeeds only on '0' through '9'.
44046
44047 2006-07-05  Eric Blake  <ebb9@byu.net>
44048
44049         * modules/getaddrinfo (Depends-on): Add snprintf.
44050
44051 2006-07-05  Eric Blake  <ebb9@byu.net>
44052
44053         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
44054         to avoid 'header present but could not be compiled' on cygwin.
44055
44056 2006-07-05  Eric Blake  <ebb9@byu.net>
44057
44058         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
44059         missing from netdb.h.
44060         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
44061
44062 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44063
44064         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
44065         no longer needed.
44066         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
44067         * m4/getdate.m4 (gl_GETDATE): Likewise.
44068         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44069         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44070         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44071         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44072         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44073
44074 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44075
44076         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
44077         All uses of is_space replaced by isspace.
44078         * lib/exit.h: Don't talk about STDC_HEADERS.
44079         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
44080         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
44081         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
44082         replaced by isprint etc.
44083         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
44084         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44085         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
44086         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
44087         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
44088         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44089
44090 2006-07-05  Bruno Haible  <bruno@clisp.org>
44091
44092         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
44093         the function exists, before testing against AIX.
44094         Reported by Martin Lambers <marlam@marlam.de>.
44095
44096 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44097
44098         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
44099         From Mark D. Baushke.
44100
44101 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44102
44103         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
44104         to the absolute name, not just one, to bypass Sun C 5.8's
44105         "warning: #include of /usr/include/... may be non-portable".
44106
44107 2006-07-04  Eric Blake  <ebb9@byu.net>
44108
44109         * modules/dirname-tests: New test module.
44110         * tests/test-dirname.c: New file, replacing dirname.c
44111         TEST_DIRNAME section that was recently deleted.
44112
44113 2006-07-04  Bruno Haible  <bruno@clisp.org>
44114
44115         Assume ANSI C header files and <ctype.h> functions.
44116         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
44117         (mbsnwidth): Use isprint, iscntrl instead.
44118
44119 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44120
44121         Merge from coreutils.
44122         * MODULES.html.sh: Add xstrtold.
44123         * modules/xstrtold: New file.
44124         * modules/cycle-check (Files): Add lib/same-inode.h.
44125         * modules/dirname (Files): Add m4/double-slash-root.m4.
44126         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
44127         * modules/mkdir-p (Files): Add lib/same-inode.h.
44128         * modules/same (Files): Add lib/same-inode.h.
44129
44130 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44131
44132         * m4/absolute-header.m4: Renamed from full-header-path.m4.
44133         This is to keep the terminology clean; POSIX talks about
44134         "absolute pathnames", not "full pathnames", but the GNU
44135         Coding Standards say to use "path" for something else;
44136         so use "absolute" to keep both sides happy.
44137         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
44138         Set gl_absolute_header, not gl_full_header_path.
44139         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
44140         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
44141         All uses changed.
44142
44143         Merge from coreutils.
44144
44145         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44146
44147         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
44148         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
44149         want to require the building of c-strtod.o.
44150         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
44151         needs -lm directly.
44152         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
44153
44154         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44155
44156         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
44157         --as-needed option if available.  Problem reported by Albert Chin in
44158         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
44159         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
44160         cc merely issues a bunch of annoying warnings for --as-needed
44161         (this problem was reported by Bob Proulx).  Also, try linking with
44162         -lm to detect a bug in binutils 2.16 (this problem was reported
44163         by Ralf Wildenhues).
44164
44165         2006-06-18  Jim Meyering  <jim@meyering.net>
44166
44167         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
44168         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
44169         macro.
44170         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
44171         also check for glibc-2.4's abort-inducing bug.
44172
44173         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
44174         Low-probability clean-up should be to use rmdir to get rid of
44175         the just-created directory, not unlink.
44176
44177         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
44178         configure fail, and request a bug report to inform us about it.
44179         Add a comment that, barring reports to the contrary, in 2007 we'll
44180         assume ftruncate is universally available.
44181
44182         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44183
44184         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
44185
44186         2006-03-12  Jim Meyering  <jim@meyering.net>
44187
44188         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
44189         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
44190         * m4/same.m4 (gl_SAME): Likewise.
44191         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
44192
44193         2006-03-11  Eric Blake  <ebb9@byu.net>
44194
44195         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
44196         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
44197         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
44198         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
44199
44200 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44201
44202         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
44203         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
44204         reported by Mark D. Baushke, one in
44205         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
44206
44207         Merge from coreutils.
44208
44209         * lib/.cppi-disable: Add stdint_.h.
44210         * lib/.cvsignore: Add stdint.h.
44211
44212         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44213
44214         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
44215         both double and long double versions.
44216         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
44217         * lib/xstrtold.c: New file.
44218         * lib/xstrtod.h (xstrtold): New decl.
44219
44220         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44221
44222         * lib/filemode.c (setst): Remove.
44223         (strmode): Rewrite to avoid setst.  This makes the code shorter,
44224         (arguably) clearer, and the generated code is a bit smaller on my
44225         Debian GNU/Linux stable x86 host.
44226
44227         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44228
44229         * lib/filemode.c: Include "filemode.h" first, to test the interface.
44230         Assume that filemode.h includes sys/types.h and sys/stat.h.
44231         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
44232         (ftypelet): Reorder to put common cases first, for efficiency.
44233         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
44234         to do 'M'.
44235         (strmode): Renamed from mode_string, and now stores 12 bytes instead
44236         of 10, for compatibility with FreeBSD.  All callers changed.
44237         (filemodestring): Now stores 12 bytes instead of 10, and sets file
44238         types that can't be deduced solely from st_mode.  First arg is now a
44239         const pointer.
44240         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
44241         (strmode): Renamed from mode_string.
44242         (filemodestring): New decl.
44243         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
44244         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
44245         needed.
44246         (S_ISPORT, S_ISWHT): New macros, if not already defined.
44247
44248         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44249
44250         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
44251         fsusage.h now does that.  Include fsusage.h first, to test interface.
44252         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
44253         at most one method (the old code could have generated decls that
44254         didn't conform to C89, not that this was ever exercised).
44255         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
44256
44257         2006-03-19  Jim Meyering  <jim@meyering.net>
44258
44259         Work even in a chroot where d_ino values for entries in "/"
44260         don't match the stat.st_ino values for the same names.
44261         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
44262         number, iterate through all entries again, using lstat instead.
44263         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
44264         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
44265
44266         * lib/getcwd.c (__getcwd): Clarify a comment.
44267         Use memcpy in place of a call to strcpy.
44268
44269         2006-03-12  Jim Meyering  <jim@meyering.net>
44270
44271         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
44272         matches that of the current directory (which we're about to chdir ".."
44273         out of), then save the dev-ino of the parent, instead.
44274
44275         * lib/same-inode.h (SAME_INODE): New file/macro.
44276         * lib/chdir-safer.c (SAME_INODE): Remove definition.
44277         Include "same-inode.h", instead.
44278         * lib/same.c: Likewise.
44279         * lib/cycle-check.h: Include "same-inode.h".
44280         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
44281         * lib/cycle-check.c (SAME_INODE): Remove definition.
44282         * lib/root-dev-ino.h: Include "same-inode.h".
44283
44284         2006-03-11  Eric Blake  <ebb9@byu.net>
44285
44286         * lib/same.c (same_name): s/base_name/last_component/
44287         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
44288         * lib/filenamecat.c (file_name_concat): Likewise.
44289
44290         2006-03-11  Eric Blake  <ebb9@byu.net>,
44291                     Paul Eggert  <eggert@cs.ucla.edu>
44292
44293         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
44294         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
44295         drive prefix.
44296         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
44297         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
44298         (last_component): New method.
44299         * lib/dirname.c (dir_len): Determine when drive letters need a
44300         subsequent slash.  Preserve // when it is special.
44301         (dir_name): Don't append dot when drive letter is absolute.
44302         [TEST_DIRNAME]: Move into a full-blown gnulib test.
44303         * lib/basename.c (base_name): New semantics - malloc the result.
44304         Preserve // when it is special.  Preserve relative files that look
44305         like drive letters.
44306         (base_len): Preserve // when it is special.
44307         (last_component): New method, similar to old base_name semantics.
44308         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
44309         base_name.  Strip redundant slashes from ///.
44310
44311 2006-07-03  Jim Meyering  <jim@meyering.net>
44312
44313         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
44314         macro is used before the first cycle_check call.
44315
44316 2006-07-03  Eric Blake  <ebb9@byu.net>
44317
44318         * modules/dirname (Depends-on): Add xstrndup.
44319
44320 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44321
44322         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
44323         test cases, so that config.log is a bit easier to follow.
44324
44325 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44326
44327         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
44328         both are 64 bits, since this seems to be the tradition, and this
44329         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
44330         we ever run into a host that prefers long long to long in this
44331         case, we'll need another configure-time test.  Problem reported by
44332         Jim Meyering.
44333
44334 2006-07-02  Eric Blake  <ebb9@byu.net>
44335
44336         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
44337
44338 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44339
44340         * modules/inttypes (Depends-on): No longer depends on stdint.
44341         * modules/stdint (Description): Say more about assumptions.
44342         Say that the fast types might differ.  Say macros are used.
44343         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
44344         (Makefile.am): Revise list of substituted symbols to match
44345         new stdint.m4.
44346         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
44347         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
44348         * tests/test-stdint.c (verify_same_types)
44349         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
44350         the code conforms to C99/C89.
44351         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
44352         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
44353
44354 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44355
44356         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
44357         but fix a bug, by requiring at least 64 bits.
44358         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
44359         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
44360         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
44361         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
44362
44363         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
44364         changes.  Make 2.59 a prerequisite.  Check and substitute for
44365         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
44366         inttypes.h.  Do not use special include files; just use the
44367         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
44368         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
44369         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
44370         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
44371         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
44372         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
44373         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
44374         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
44375         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
44376         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
44377         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
44378         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
44379         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
44380         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
44381         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
44382         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
44383         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
44384         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
44385         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
44386         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
44387         WINT_MAX.  Check for C99 conformance more strictly, by detecting
44388         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
44389         not check for things that C99 does not require, e.g., int8_t.  If
44390         a test isn't needed unless <stdint.h> isn't working, and is
44391         unlikely to be needed for any other reason, then don't do it
44392         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
44393         size_t, since we assume C89 freestanding at least.  Do not check
44394         for sig_atomic_t, wchar_t, or wint_t, since the code now does
44395         the right thing even if the types are not defined.  Instead use:
44396         (gl_STDINT_TYPE_PROPERTIES): New macro.
44397         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
44398         testing whether <sys/types.h> clashes, as Autoconf does this for
44399         us now.  All uses removed.
44400         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
44401         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
44402         (gl_CHECK_TYPE_SAME):
44403         Remove; no longer needed.
44404         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
44405         exists, since we'll return 0 anyway in that case.
44406         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
44407
44408 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44409
44410         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
44411         possible collision with system files.
44412         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
44413         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
44414         WCHAR_MIN and WCHAR_MAX in this case.
44415         (<stddef.h>): Do not include; no longer needed.
44416         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
44417         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
44418         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
44419         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
44420         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
44421         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
44422         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
44423         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
44424         !defined(__c99))]: Include in this case too, since it's harmless
44425         now.
44426         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
44427         dangerous to do so.
44428         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
44429         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
44430         (_STDINT_MIN, _STDINT_MAX): New macros.
44431         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
44432         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
44433         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
44434         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
44435         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
44436         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
44437         macros, not typedefs; this simplifies things quite a bit.
44438         Use long int for all types narrower than int64_t.
44439         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
44440         Define in terms of long long int or int64_t or long int,
44441         not int64_t or int32_t.  This saves some compile-time testing.
44442         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
44443         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
44444         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
44445         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
44446         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
44447         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
44448         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
44449         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
44450         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
44451         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
44452         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44453         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44454         undef any previous version and define our own version, for
44455         simplicity and consistency with the new macros for types.
44456         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44457         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44458         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
44459         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
44460         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
44461         @WINT_T_SUFFIX@ to keep things simple here.
44462         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
44463         Simplify by assuming typical 8/16/32/64 host, since we're
44464         already doing that elsewhere anyway.
44465         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
44466         and assume long long int is 64 bits if available.  This
44467         speeds up 'configure'.
44468
44469 2006-07-01  Eric Blake  <ebb9@byu.net>
44470
44471         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
44472         Reported by Andreas Buening.
44473
44474 2006-07-01  Eric Blake  <ebb9@byu.net>
44475
44476         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
44477
44478 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44479
44480         * lib/getaddrinfo.c: fixed typo
44481
44482 2006-06-29  Jim Meyering  <jim@meyering.net>
44483
44484         * modules/strftime (Maintainer): Add my name, since with the
44485         FPRINTFTIME changes strftime.c has forked from glibc.
44486
44487 2006-06-29  Eric Blake  <ebb9@byu.net>
44488
44489         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
44490
44491 2006-06-29  Eric Blake  <ebb9@byu.net>
44492
44493         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
44494
44495 2006-06-29  Eric Blake  <ebb9@byu.net>
44496
44497         * lib/stat_.h: New file.
44498
44499 2006-06-29  Eric Blake  <ebb9@byu.net>
44500
44501         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
44502         unused static function.
44503
44504 2006-06-29  Eric Blake  <ebb9@byu.net>
44505
44506         * doc/functions.texi (Function Portability): Document missing lstat
44507         on mingw.
44508
44509 2006-06-29  Eric Blake  <ebb9@byu.net>
44510
44511         * MODULES.html.sh: Add sys_stat.
44512         * modules/sys_stat: New module.
44513         * modules/mkstemp (Depends-on): Add sys_stat.
44514
44515 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44516
44517         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
44518
44519 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44520
44521         * m4/c-bs-a.m4: Removed.
44522
44523 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44524
44525         * lib/strftime.c: Assume strftime() exists.
44526
44527 2006-06-29  Derek Price  <derek@ximbiot.com>
44528
44529         * modules/c-bs-a: Removed - \a is C89.
44530         * MODULES.html.sh: Remove c-bs-a.
44531
44532 2006-06-29  Bruno Haible  <bruno@clisp.org>
44533
44534         * modules/wcwidth (License): Change to LGPL.
44535
44536 2006-06-28  Simon Josefsson  <jas@extundo.com>
44537
44538         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
44539         on _WIN32.
44540
44541         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
44542         getnameinfo.
44543
44544 2006-06-28  Simon Josefsson  <jas@extundo.com>
44545
44546         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
44547
44548 2006-06-28  Simon Josefsson  <jas@extundo.com>
44549
44550         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
44551         functions there.  It will succeed on Windows XP, but on Windows
44552         2000 and (presumably) earlier, it will fail, and use the internal
44553         re-implementation.
44554         (use_win32_p): New function.
44555         (getaddrinfo): Use strtoul on servname, to support numeric ports.
44556         Support AI_NUMERICSERV to disable getservbyname.
44557         (getnameinfo): New function, only supports
44558         NI_NUMERICHOST|NI_NUMERICSERV for now.
44559
44560         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
44561         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
44562         getnameinfo.
44563
44564 2006-06-28  Eric Blake  <ebb9@byu.net>
44565
44566         * modules/wcwidth: New file.
44567         * modules/mbchar (Depends-on): Add wcwidth.
44568         * modules/mbswidth (Depends-on): Add wcwidth.
44569         * MODULES.html.sh: Add wcwidth.
44570
44571 2006-06-28  Eric Blake  <ebb9@byu.net>
44572
44573         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
44574         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
44575
44576 2006-06-28  Eric Blake  <ebb9@byu.net>
44577
44578         * lib/xvasprintf.h: Fix comments.
44579
44580 2006-06-28  Eric Blake  <ebb9@byu.net>
44581
44582         * lib/mbchar.h (wcwidth): Include wcwidth.h.
44583         * lib/mbswidth.c (wcwidth): Move from here...
44584         * lib/wcwidth.h: ...to this new file.
44585
44586 2006-06-28  Derek R. Price  <derek@ximbiot.com>
44587
44588         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
44589
44590         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
44591         it's obsolete.
44592         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
44593
44594 2006-06-28  Derek R. Price  <derek@ximbiot.com>
44595
44596         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
44597         Autoconf 2.60 says this stuff was obsolete.
44598
44599 2006-06-28  Bruno Haible  <bruno@clisp.org>
44600
44601         * modules/wcwidth (Files): Add m4/wchar_t.m4.
44602
44603 2006-06-28  Bruno Haible  <bruno@clisp.org>
44604
44605         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
44606         gt_TYPE_WCHAR_T.
44607
44608 2006-06-28  Bruno Haible  <bruno@clisp.org>
44609
44610         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
44611         declaration for wcwidth.
44612         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
44613
44614 2006-06-28  Bruno Haible  <bruno@clisp.org>
44615
44616         * lib/mkdtemp.c [MINGW]: Include <io.h>.
44617         (mkdir): Define using _mkdir.
44618
44619 2006-06-28  Bruno Haible  <bruno@clisp.org>
44620
44621         * lib/getaddrinfo.h: Fix POSIX URL.
44622         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
44623         _WIN32.
44624         (use_win32_p): Make static.
44625         (getaddrinfo): Reject service name if it is empty or does not consist
44626         solely of decimal digits, or if its value is > 65535.
44627         (getnameinfo): Remove useless casts.
44628
44629 2006-06-27  Simon Josefsson  <jas@extundo.com>
44630
44631         * modules/sys_select: New file, suggested by Bruno Haible, Paul
44632         Eggert and Martin Lambers.
44633
44634 2006-06-27  Simon Josefsson  <jas@extundo.com>
44635
44636         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
44637         Eggert and Martin Lambers.
44638
44639 2006-06-27  Bruno Haible  <bruno@clisp.org>
44640
44641         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
44642         result to 0, not to empty.
44643         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
44644
44645 2006-06-27  Bruno Haible  <bruno@clisp.org>
44646
44647         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
44648
44649 2006-06-26  Simon Josefsson  <jas@extundo.com>
44650
44651         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
44652         present.
44653
44654 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
44655
44656         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
44657         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
44658         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
44659
44660 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
44661
44662         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
44663
44664 2006-06-26  Bruno Haible  <bruno@clisp.org>
44665
44666         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
44667
44668 2006-06-26  Bruno Haible  <bruno@clisp.org>
44669
44670         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
44671
44672 2006-06-26  Bruno Haible  <bruno@clisp.org>
44673
44674         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
44675         SGI C compiler in pre-C99 mode.
44676         Suggested by Mark D. Baushke and Larry Jones.
44677
44678 2006-06-26  Bruno Haible  <bruno@clisp.org>
44679
44680         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
44681         WCHAR_MAX.
44682         Reported by Mark D. Baushke and Larry Jones.
44683
44684 2006-06-26  Bruno Haible  <bruno@clisp.org>
44685
44686         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
44687         in pre-C99 mode.
44688         Suggested by Mark D. Baushke and Larry Jones.
44689
44690 2006-06-23  Simon Josefsson  <jas@extundo.com>
44691             Bruno Haible  <bruno@clisp.org>
44692
44693         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
44694         Emit mostlyclean-local rule.
44695         (func_emit_tests_Makefile_am): Likewise.
44696         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
44697
44698 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
44699
44700         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
44701
44702 2006-06-23  Bruno Haible  <bruno@clisp.org>
44703
44704         * tests/test-stdint.c: Update to match ISO C 99 Technical
44705         Corrigendum 1.
44706
44707 2006-06-23  Bruno Haible  <bruno@clisp.org>
44708
44709         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
44710
44711 2006-06-23  Bruno Haible  <bruno@clisp.org>
44712
44713         * lib/stdint_.h: Treat IRIX like OpenBSD.
44714
44715 2006-06-23  Bruno Haible  <bruno@clisp.org>
44716
44717         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
44718         ISO C 99 Technical Corrigendum 1.
44719
44720 2006-06-22  Simon Josefsson  <jas@extundo.com>
44721
44722         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
44723         MinGW.
44724
44725 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44726
44727         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
44728         needed.  Some compiler complained about some of them.  Problem reported
44729         by Larry Jones in
44730         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
44731
44732 2006-06-21  Simon Josefsson  <jas@extundo.com>
44733
44734         * tests/test-getaddrinfo.c: New file.
44735
44736         * modules/getaddrinfo-tests: New file.
44737
44738         * MODULES.html.sh: Add inet_pton.
44739
44740         * modules/inet_pton: New file.
44741
44742 2006-06-21  Simon Josefsson  <jas@extundo.com>
44743
44744         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
44745         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
44746         of using the (limited) gnulib implementation on Windows XP.
44747
44748         * m4/inet_pton.m4: New file.
44749
44750 2006-06-21  Simon Josefsson  <jas@extundo.com>
44751
44752         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
44753         variable.
44754
44755         * lib/socket_.h: Don't define WINVER.
44756
44757         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
44758         slightly modified to work in gnulib.
44759
44760 2006-06-21  Simon Josefsson  <jas@extundo.com>
44761
44762         * doc/gnulib.texi (Windows sockets): Add.
44763
44764 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
44765
44766         * lib/read-file.c (fread_file): Start with buffer allocation of
44767         0 bytes rather than 1 byte; this simplifies the code.
44768         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
44769         code to free buffer and save/restore errno.
44770         (internal_read_file): Remove unused local.
44771
44772 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
44773
44774         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
44775         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
44776         Problem reported by Denis Excoffier in
44777         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
44778
44779 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44780
44781         * modules/sys_socket, modules/socklen: Include sys/types since
44782         FreeBSD 4.x's sys/socket.h needs it.
44783
44784 2006-06-19  Simon Josefsson  <jas@extundo.com>
44785
44786         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
44787
44788 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44789
44790         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
44791
44792 2006-06-19  Bruno Haible  <bruno@clisp.org>
44793
44794         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
44795         and FULL_PATH_INTTYPES_H in angle brackets.
44796         Reported by Mark D. Baushke <mdb@gnu.org>.
44797
44798 2006-06-17  Eric Blake  <ebb9@byu.net>
44799
44800         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
44801         errno.
44802
44803 2006-06-17  Bruno Haible  <bruno@clisp.org>
44804
44805         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
44806         <sys/inttypes.h>.
44807
44808 2006-06-17  Bruno Haible  <bruno@clisp.org>
44809
44810         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
44811         whether errno is declared. Assume <errno.h> declares errno.
44812
44813 2006-06-17  Bruno Haible  <bruno@clisp.org>
44814
44815         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
44816
44817 2006-06-17  Bruno Haible  <bruno@clisp.org>
44818
44819         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
44820         problem on Solaris 2.5.1.
44821
44822 2006-06-16  Eric Blake  <ebb9@byu.net>
44823
44824         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
44825         * lib/unicodeio.c [!defined errno]: Likewise.
44826         * lib/strtol.c [!defined errno]: Likewise.
44827         * lib/strtod.c [!defined errno]: Likewise.
44828
44829 2006-06-15  Eric Blake  <ebb9@byu.net>
44830
44831         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
44832
44833 2006-06-15  Eric Blake  <ebb9@byu.net>
44834
44835         * config/srclist.txt (ssize_t.m4): Lose sync.
44836
44837 2006-06-15  Bruno Haible  <bruno@clisp.org>
44838
44839         * modules/stdint (Files): Include m4/full-header-path.m4,
44840         m4/size_max.m4, m4/wchar_t.m4.
44841         (Makefile.am): Many more substitutions.
44842         * modules/stdint-tests: New file.
44843         * tests/test-stdint.c: New file.
44844
44845 2006-06-15  Bruno Haible  <bruno@clisp.org>
44846
44847         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
44848         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
44849         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
44850         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
44851         gl_CHECK_TYPE_SAME): New macros.
44852
44853 2006-06-15  Bruno Haible  <bruno@clisp.org>
44854
44855         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
44856
44857 2006-06-15  Bruno Haible  <bruno@clisp.org>
44858
44859         * lib/stdint_.h: Rewritten to be fully auto-configured.
44860         Fixes bug on HP-UX/IA64.
44861
44862 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
44863
44864         * lib/getdate.y (__attribute__): Don't define if already defined.
44865         Problem reported by Larry Jones.
44866         * lib/utimens.c (__attribute__): Likewise.
44867
44868 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
44869
44870         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
44871         reported by Andreas Schwab.
44872
44873 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44874             Bruno Haible  <bruno@clisp.org>
44875
44876         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
44877         check for the declaration of strnlen and a run test that exposes the
44878         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
44879         rpl_strndup.
44880
44881 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44882             Bruno Haible  <bruno@clisp.org>
44883
44884         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
44885
44886 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44887
44888         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
44889         compile test, for Tru64 4.0D.
44890
44891 2006-05-28  Karl Berry  <karl@gnu.org>
44892
44893         * config/srclist.txt (printf-args.c): lose sync.
44894
44895 2006-05-26  Martin Lambers  <marlam@marlam.de>
44896
44897         * lib/getpass.c: Updates the test for the native W32 API, and adds
44898         missing includes, thus fixing compilation warnings.
44899
44900 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44901
44902         * lib/exclude.c (exclude_fnmatch): New function.
44903         (excluded_file_name): Call exclude_fnmatch.
44904         * lib/exclude.h (excluded_file_name): New prototype
44905
44906 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
44907
44908         * lib/tempname.c (small_open, large_open): New macros.
44909         (__open, __open64) [!_LIBC]: Remove.
44910         (__gen_tempname): Use small_open and large_open instead of __open
44911         and __open64.  This fixes a portability bug on HP-UX 11.11i
44912         reported by Simon Wing-Tang in
44913         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
44914
44915 2006-05-24  Bruno Haible  <bruno@clisp.org>
44916
44917         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
44918         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
44919         Reported by Thorsten Maerz <torte@netztorte.de> via
44920         Aaron Stone <aaron@serendipity.cx>.
44921
44922 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44923
44924         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
44925         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
44926         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
44927         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
44928         not really conditional on the cache.
44929         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
44930
44931 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44932
44933         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
44934         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
44935         (my_usleep): Don't mishandle maximum value.
44936
44937 2006-05-19  Jim Meyering  <jim@meyering.net>
44938
44939         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
44940
44941 2006-05-17  Bruno Haible  <bruno@clisp.org>
44942
44943         Cygwin portability.
44944         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
44945
44946 2006-05-17  Bruno Haible  <bruno@clisp.org>
44947
44948         * lib/stdint_.h: Fix recognition of Cygwin.
44949
44950 2006-05-15  Bruno Haible  <bruno@clisp.org>
44951
44952         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
44953         on libtool patch by Ralf Wildenhues.
44954
44955 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
44956
44957         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
44958         test for C99 conformance; (bool) 0.5 is an integer constant
44959         expression, but (bool) -0.5 is not.  Problem reported by Fedor
44960         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
44961
44962 2006-05-11  Simon Josefsson  <jas@extundo.com>
44963
44964         * m4/xvasprintf.m4: Fix obvious typo.
44965
44966 2006-05-11  Jim Meyering  <jim@meyering.net>
44967
44968         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
44969         James Lemley.
44970
44971 2006-05-10  Simon Josefsson  <jas@extundo.com>
44972
44973         * lib/md4.c: Typo fix, update copyright years.
44974         (K1, K2): Don't use L because it turn computations into 64-bit on
44975         64-bit platforms.
44976
44977 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44978
44979         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
44980         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
44981         unwanted sign propagation, e.g., on hosts with 64-bit int.
44982         There still are some problems with reeelly weird theoretical hosts
44983         (e.g., 33-bit int) but it's not worth worrying about now.
44984         * lib/sha1.c (rol): Likewise.
44985         (K1, K2, K3, K4): Remove unnecessary L suffix.
44986
44987 2006-05-10  Bruno Haible  <bruno@clisp.org>
44988
44989         * lib/des.c: Cast to avoid warnings.
44990
44991 2006-05-09  Bruno Haible  <bruno@clisp.org>
44992
44993         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
44994         (Depends-on): Depend also on xsize, stdarg.
44995         (configure.ac): Add gl_XVASPRINTF.
44996
44997 2006-05-09  Bruno Haible  <bruno@clisp.org>
44998
44999         * m4/xvasprintf.m4: New file.
45000
45001 2006-05-09  Bruno Haible  <bruno@clisp.org>
45002
45003         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
45004         (EOVERFLOW): Define fallback value.
45005         (xstrcat): New function.
45006         (xvasprintf): Recognize the special case of a string concatenation.
45007
45008 2006-05-08  Eric Blake  <ebb9@byu.net>
45009
45010         * gnulib-tool (func_version): Base copyright year on CVS date.
45011         (func_emit_copyright_notice): New function.
45012         (func_emit_lib_Makefile_am): Use it.
45013         (func_emit_tests_Makefile_am): Likewise.
45014         (func_import): Likewise.
45015
45016 2006-05-08  Bruno Haible  <bruno@clisp.org>
45017
45018         * modules/stdarg: New file.
45019         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
45020
45021 2006-05-08  Bruno Haible  <bruno@clisp.org>
45022
45023         * m4/stdarg.m4: New file, from GNU gettext.
45024
45025 2006-05-08  Bruno Haible  <bruno@clisp.org>
45026
45027         * config/srclist.txt (build-aux/config.rpath): different from latest
45028         release.
45029
45030 2006-05-08  Bruno Haible  <bruno@clisp.org>
45031
45032         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
45033
45034 2006-05-05  Jim Meyering  <jim@meyering.net>
45035
45036         * m4/warning.m4: New file, derived from bison's file by the same name.
45037
45038 2006-05-03  Bruno Haible  <bruno@clisp.org>
45039
45040         * lib/stdint_.h: Shorter URL.
45041         * lib/inttypes.h: Likewise.
45042
45043 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45044
45045         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
45046
45047 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45048
45049         * lib/verify.h: Document the internals better.  Most of this change
45050         was written by Bruno Haible.
45051
45052 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45053
45054         * doc/verify.texi: New file, partly based on a proposal by
45055         Bruno Haible.
45056
45057 2006-05-02  Bruno Haible  <bruno@clisp.org>
45058
45059         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
45060         test from here...
45061         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
45062
45063 2006-04-29  Bruno Haible  <bruno@clisp.org>
45064
45065         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
45066         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
45067
45068 2006-04-29  Bruno Haible  <bruno@clisp.org>
45069
45070         * gnulib-tool: Make --update option actually work.
45071
45072 2006-04-29  Bruno Haible  <bruno@clisp.org>
45073
45074         * doc/gcd.texi: New file.
45075         * doc/gnulib.texi: Include it.
45076
45077 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
45078
45079         * lib/getdate.y (get_date): When adding relative date, start with the
45080         initial time, not with the result of the first mktime call.
45081
45082 2006-04-25  Bruno Haible  <bruno@clisp.org>
45083
45084         * gnulib-tool (func_import): Output the include directives in three
45085         blocks, sorted separately.
45086         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45087
45088 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45089
45090         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
45091         to define main with arguments, for C++.  Reported by Eric Blake.
45092         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
45093         Prefer 'int main ()' to 'int main (void)', for C++.
45094         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
45095         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
45096         for 'main', for C99 and C++.
45097
45098 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45099
45100         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
45101         Don't assume that exit status -1 is valid.
45102         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45103         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
45104         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
45105         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
45106         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
45107         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
45108         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
45109         functions can be used without declaring them, or that you can
45110         exit with status -1.
45111         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
45112
45113 2006-04-24  Karl Berry  <karl@gnu.org>
45114
45115         * config/srclist.txt (longdouble.m4): sync lost.
45116
45117 2006-04-24  Eric Blake  <ebb9@byu.net>
45118
45119         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
45120
45121 2006-04-24  Bruno Haible  <bruno@clisp.org>
45122
45123         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
45124         poll() implementation in AIX.
45125         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45126
45127 2006-04-24  Bruno Haible  <bruno@clisp.org>
45128
45129         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
45130         assigned exactly once.
45131
45132 2006-04-23  Claudio Fontana  <claudio@gnu.org>
45133             Bruno Haible  <bruno@clisp.org>
45134
45135         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
45136         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
45137         for AM_CPPFLAGS.
45138
45139 2006-04-23  Bruno Haible  <bruno@clisp.org>
45140
45141         * modules/copy-file: Depend on unistd.
45142         * modules/execute: Likewise.
45143         * modules/fatal-signal: Likewise.
45144         * modules/findprog: Likewise.
45145         * modules/mkdtemp : Likewise.
45146         * modules/pipe: Likewise.
45147         * modules/wait-process: Likewise.
45148
45149 2006-04-23  Bruno Haible  <bruno@clisp.org>
45150
45151         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
45152         condition was already detected.
45153         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45154
45155 2006-04-23  Bruno Haible  <bruno@clisp.org>
45156
45157         * lib/copy-file.c: Include <unistd.h> unconditionally.
45158         * lib/execute.c: Likewise.
45159         * lib/fatal-signal.c: Likewise.
45160         * lib/findprog.c: Likewise.
45161         * lib/mkdtemp.c: Likewise.
45162         * lib/pipe.h: Likewise.
45163         * lib/pipe.c: Likewise.
45164         * lib/wait-process.h: Likewise.
45165
45166 2006-04-23  Bruno Haible  <bruno@clisp.org>
45167
45168         * gnulib-tool (func_usage): Fix --import description. Document
45169         --update.
45170         (func_import): Create temporary file in a temporary directory, if
45171         --dry-run is specified. Silence errors from 'grep' when there are no
45172         m4 files in $m4dir.
45173         (func_create_testdir): Silence errors from 'grep' when there are no
45174         m4 files in $m4dir.
45175         Reported by Karl Berry <karl@freefriends.org>.
45176
45177 2006-04-20  Bruno Haible  <bruno@clisp.org>
45178
45179         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
45180         one argument, so that the code will be portable to Autoconf 2.60.
45181         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
45182         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45183         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
45184
45185 2006-04-19  Derek Price  <derek@ximbiot.com>
45186             Eric Blake  <ebb9@byu.net>
45187
45188         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
45189         rather than "/full/path.h".  Update comment to match.  Shorten &
45190         generalize m4_translit call via AS_TR_CPP.
45191
45192 2006-04-19  Derek Price  <derek@ximbiot.com>
45193             Eric Blake  <ebb9@byu.net>
45194
45195         * lib/inttypes.h: Correct grammar in comment.
45196
45197 2006-04-18  Derek Price  <derek@ximbiot.com>
45198             Paul Eggert  <eggert@cs.ucla.edu>
45199
45200         * modules/inttypes: New file.
45201         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
45202
45203 2006-04-18  Derek Price  <derek@ximbiot.com>
45204             Paul Eggert  <eggert@cs.ucla.edu>
45205
45206         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
45207         New files.
45208
45209 2006-04-18  Derek Price  <derek@ximbiot.com>
45210             Paul Eggert  <eggert@cs.ucla.edu>
45211
45212         * lib/inttypes.h: New file.
45213         * lib/strtoimax.c: Assume <inttypes.h>.
45214
45215 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
45216
45217         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
45218         isn't mounted.  Problem reported by Kir Kolyshkin.
45219
45220 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
45221
45222         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
45223         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
45224         Derek R. Price.
45225         * lib/regex.h (RE_DUP_MAX): Update comment to match current
45226         implementation.
45227
45228 2006-04-12  Eric Blake  <ebb9@byu.net>
45229
45230         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
45231         is now done automatically by the corresponding Autoconf macro.
45232
45233 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
45234
45235         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
45236         time_r.h.
45237
45238 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45239
45240         Merge regex changes from libc, removing some of our
45241         POSIX-conformance changes that were rejected and redoing them in a
45242         less-intrusive way.
45243
45244         * lib/regcomp.c (re_compile_internal, init_dfa):
45245         Length arg is now size_t, not Idx.  All uses changed.
45246         (peek_token): Forward decl now says internal_function.
45247         (__re_error_msgid, __re_error_msgid_idx):
45248         Now static rather than extern with attribute_hidden.
45249         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
45250         For some reason libc prefers K&R style defns for external functions.
45251         (regerror) [!defined _LIBC]: Likewise.
45252         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
45253         (seek_collating_symbol_entry, lookup_collation_sequence_value):
45254         (build_range_exp, build_collating_symbol):
45255         Use K&R-style defn.
45256         (re_compile_fastmap): Use '\0' to memset, not 0.
45257         (utf8_sb_map): Make the calculations more obvious.
45258         (init_dfa, parse_bracket_exp, build_charclass_op):
45259         Call calloc and cast result, as glibc does.
45260         (init_word_char, fetch_token, peek_token, peek_token_bracket):
45261         (build_range_exp, build_collating_symbol):
45262         Now internal functions.
45263
45264         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
45265
45266         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
45267         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
45268         Don't depend on VMS; depend on __VMS instead, for POSIX
45269         namespace cleanness.
45270         (regoff_t): Define to ssize_t, not long int.
45271
45272         Remove the REG_ macros named below.  Instead, make the old names
45273         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
45274         __USE_GNU_REGEX.
45275         (REG_BACKSLASH_ESCAPE_IN_LISTS):
45276         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
45277         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
45278         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
45279         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
45280         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
45281         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
45282         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
45283         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
45284         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
45285         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
45286         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
45287         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
45288         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
45289         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
45290         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
45291         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
45292         (REG_NREGS):
45293         Remove.  All uses replaced by the old RE_* names.
45294         (RE_BACKSLASH_ESCAPE_IN_LISTS):
45295         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
45296         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
45297         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
45298         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
45299         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
45300         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
45301         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
45302         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
45303         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
45304         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
45305         Don't bother having these macros be independent of each others'
45306         values, since they no longer exist in the POSIX name space.
45307
45308         Rename the following member names back to their old names,
45309         unless !__USE_GNU_REGEX.  All uses changed back.
45310         (buffer): Renamed from re_buffer.
45311         (allocated): Renamed from re_allocated.
45312         (used): Renamed from re_used.
45313         (syntax): Renamed from re_syntax.
45314         (fastmap): Renamed from re_fastmap.
45315         (translate): Renamed from re_translate.
45316         (can_be_null): Renamed from re_can_be_null.
45317         (regs_allocated): Renamed from re_regs_allocated.
45318         (fastmap_accurate): Renamed from re_fastmap_accurate.
45319         (no_sub): Renamed from re_no_sub.
45320         (not_bol): Renamed from re_not_bol.
45321         (not_eol): Renamed from re_not_eol.
45322         (newline_anchor): Renamed from re_newline_anchor.
45323         (num_regs): Renamed from rm_num_regs.
45324         (start): Renamed from rm_start.
45325         (end): Renamed from rm_end.
45326
45327         (free_state): Move up a bit.
45328
45329         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
45330         #define to be empty.
45331         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
45332         when that is what is intended.
45333         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
45334         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
45335         (MAX): New macro.
45336         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
45337         All uses changed back to re_malloc, etc.  It's now the caller's
45338         responsibility to check for overflow; all callers changed.
45339         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
45340         (re_x2nrealloc): Remove.
45341         (free_state): Remove decl.
45342
45343         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
45344         (re_set_registers, re_exec):
45345         Use K&R-style defn.
45346
45347         2006-01-31  Roland McGrath  <roland@redhat.com>
45348
45349         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
45350         Reported by Mike Frysinger <vapier@gentoo.org>.
45351
45352         2006-01-15  Andreas Jaeger  <aj@suse.de>
45353
45354         [BZ #1950]
45355         * lib/regex_internal.c (re_string_reconstruct): Adjust for
45356         build_wcs_upper_buffer change.
45357         (build_wcs_upper_buffer): Change return type.
45358
45359         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
45360
45361         * lib/regex_internal.h: Include <stdint.h> if available.
45362
45363         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
45364
45365         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
45366
45367         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
45368
45369         * lib/regcomp.c: Adjust for changed secondary hash function.
45370
45371         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
45372
45373         * lib/regex.h: Pretty printing.
45374         Clean up namespace a bit.
45375
45376         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
45377
45378         * lib/regexec.c (update_cur_sifted_state, check_arrival,
45379         check_arrival_add_next_nodes): Avoid using uninitialized variable.
45380
45381         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45382                     Ulrich Drepper  <drepper@redhat.com>
45383
45384         [BZ #1302]
45385         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
45386         changed.
45387         (bitset_word_t): Renamed from bitset_word.  All uses changed.
45388
45389         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
45390
45391         [BZ #281]
45392         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
45393         * lib/regcomp.c: Remove unnecessary uses of
45394         unsigned RE_TRANSLATE_TYPE.
45395         * lib/regex_internal.h: Likewise.
45396         * lib/regex_internal.c: Likewise.
45397         * lib/regexec.c: Likewise.
45398         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
45399
45400         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
45401
45402         * lib/regexec.c (find_recover_state): Remove unnecessary
45403         initialization.
45404         (transit_state_bkref): Make DFA a const pointer.
45405         (get_subexp): Likewise.
45406         (check_arrival): Likewise.
45407         (update_cur_sifted_state): Likewise.
45408         (re_search_internal): Likewise.
45409         (prune_impossible_nodes): Likewise.
45410         (acquire_init_state_context): Likewise.
45411         (proceed_next_node): Likewise.
45412         (set_regs): Likewise.
45413         (free_fail_stack_return): Likewise.
45414         (check_arrival_expand_ecl): Mark DFA parameter as const.
45415         (check_arrival_expand_ecl_sub): Likewise.
45416         (check_subexp_limits): Likewise.
45417         (sub_epsilon_src_nodes):  Likewise.
45418         (add_epsilon_src_nodes):  Likewise.
45419         (merge_state_array): Likewise.
45420         (update_regs): Likewise.
45421         (build_trtable): Likewise.
45422         (sift_states_backward): Mark MCTX parameter as const.
45423         (build_sifted_states): Likewise.
45424         (update_cur_sifted_state): Likewise.
45425         (sift_states_mkref): Likewise.
45426         (check_arrival_expand_ecl): Mark eclosure as const.
45427         (check_dst_limits_calc_pos_1): Likewise.
45428         * lib/regex_internal.h (re_match_context_t): Make dfa a const
45429         pointer.
45430
45431         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
45432
45433         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
45434         (transit_state_sb): Likewise.
45435         (transit_state_mb): Likewise.
45436         (sift_states_iter_mb): Likewise.
45437         (check_arrival_add_next_nodes): Likewise.
45438         (check_node_accept_bytes): Change first parameter to pointer-to-const.
45439         [_LIBC] (re_search_2_stub): Use mempcpy.
45440
45441         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
45442         mbrtowc for very simple UTF-8 case.
45443
45444         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
45445         a pointer-to-const.
45446         (re_acquire_state_context): Likewise.
45447         * lib/regex_internal.h: Adjust prototypes.
45448
45449         * lib/regex.c: Prevent using C++ compilers.
45450
45451         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
45452         (re_acquire_state_context): Likewise.
45453
45454 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45455
45456         * modules/regex (Depends-on): Add ssize_t.
45457
45458 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45459
45460         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
45461         translation table.
45462
45463 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45464
45465         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
45466
45467 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
45468             Bruno Haible  <bruno@clisp.org>
45469
45470         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
45471         <sys/types.h> and <inttypes.h>.
45472
45473 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45474
45475         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
45476         `__error_t_defined', so argp.h will not typedef the former.
45477
45478 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
45479
45480         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
45481         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
45482         glibc names.  Even if glibc is changed to conform to POSIX, the
45483         traditional names will be available anyway, since regex depends on
45484         the extensions module.  Also, fix a longstanding typo in the
45485         implementation of Spencer ERE test #75 from grep 2.3.  Problems
45486         reported by Emanuele Giaquinta.  Also, change sense of cached
45487         variable, so that the message makes sense.
45488
45489 2006-03-24  Simon Josefsson  <jas@extundo.com>
45490
45491         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
45492         including some doc fixes.
45493         (base64_encode_alloc): Fix +1 bug on allocation failures.
45494
45495 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45496
45497         * lib/base64.c (base64_encode): Do not read past end of array with
45498         unsanitized input on systems with CHAR_BIT > 8.
45499
45500 2006-03-24  Eric Blake  <ebb9@byu.net>
45501
45502         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
45503
45504 2006-03-22  Karl Berry  <karl@gnu.org>
45505
45506         * config/srclist.txt (*setenv.[ch]): get from coreutils.
45507         * config/srclistvars.sh (COREUTILS): new var.
45508
45509 2006-03-17  Jim Meyering  <jim@meyering.net>
45510
45511         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
45512         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
45513
45514 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
45515
45516         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
45517         no longer needs it.  Instead, check that regoff_t is as least
45518         as wide as ptrdiff_t.
45519
45520         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
45521         so that our regex.h stays compatible with the installed regex.
45522         This is helpful for installers who configure --without-included-regex.
45523         Problem reported by Emanuele Giaquinta.
45524
45525 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
45526
45527         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
45528         Typedef to long int, not to off_, as POSIX will likely change
45529         in that direction.
45530
45531 2006-03-15  Eric Blake  <ebb9@byu.net>
45532
45533         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
45534
45535 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
45536
45537         * lib/argp-help.c (validate_uparams): Fix typo
45538         * lib/argp-parse.c (argp_default_options): Consistently begin help
45539         messages with a lowercase letter.
45540
45541 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
45542
45543         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
45544         overrun buffers and shouldn't be used (much as gets shouldn't be
45545         used).
45546         * lib/time_r.c (asctime_r, ctime_r): Likewise.
45547
45548 2006-03-08  Simon Josefsson  <jas@extundo.com>
45549
45550         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
45551         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45552
45553 2006-03-08  Simon Josefsson  <jas@extundo.com>
45554
45555         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
45556         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45557
45558 2006-03-08  Simon Josefsson  <jas@extundo.com>
45559
45560         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
45561         signal that configure disabled the device.
45562
45563 2006-03-08  Simon Josefsson  <jas@extundo.com>
45564
45565         * build-aux/maint.mk: Fix refresh-po, to handle no translated
45566         languages.
45567
45568 2006-03-07  Simon Josefsson  <jas@extundo.com>
45569
45570         * modules/getopt (Depends-on): Add unistd.
45571
45572         * modules/unistd: New file.
45573
45574 2006-03-07  Simon Josefsson  <jas@extundo.com>
45575
45576         * modules/gc-random: New file.
45577
45578 2006-03-07  Simon Josefsson  <jas@extundo.com>
45579
45580         * m4/unistd_h.m4: New file.
45581
45582 2006-03-07  Simon Josefsson  <jas@extundo.com>
45583
45584         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
45585         test to be side-effect free by storing the result in the cache
45586         variable gl_cv_lib_readline, and moving the assignment of
45587         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
45588         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45589
45590 2006-03-07  Simon Josefsson  <jas@extundo.com>
45591
45592         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
45593         error on missing devices (the functions will return an error).
45594
45595         * m4/gc.m4: Move random stuff to gc-random.m4
45596
45597 2006-03-07  Simon Josefsson  <jas@extundo.com>
45598
45599         * lib/unistd_.h: New file.
45600
45601 2006-03-07  Simon Josefsson  <jas@extundo.com>
45602
45603         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
45604
45605 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45606
45607         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
45608         Problem reported by Juan Manuel Guerrero.
45609
45610 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45611
45612         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
45613         the unistd module.
45614         * lib/getlogin_r.c: Likewise.
45615         * lib/getlogin_r.h: Likewise.
45616         * lib/glob.c: Likewise.
45617         * lib/pagealign_alloc.c: Likewise.
45618         * lib/unistd_.h: Remove; no longer needed.
45619
45620 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45621
45622         * MODULES.html.sh (Support for systems lacking POSIX:2001):
45623         Add unistd.
45624         * modules/c-stack (Depends-on): Add unistd.
45625         * modules/getlogin_r: Likewise.
45626         * modules/glob: Likewise.
45627         * modules/pagealign_alloc: Likewise.
45628         * modules/unistd (Files): Remove lib/unistd_.h.
45629         (EXTRA_DIST): Remove.
45630         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
45631         need unistd_.h.
45632         (MOSTLYCLEANFILES): Remove unistd.h-t.
45633
45634 2006-03-03  Simon Josefsson  <jas@extundo.com>
45635
45636         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
45637
45638 2006-03-03  Simon Josefsson  <jas@extundo.com>
45639
45640         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
45641         libidn and bison.
45642
45643 2006-03-03  Simon Josefsson  <jas@extundo.com>
45644
45645         * build-aux/maint.mk: Add indent target.
45646
45647 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
45648
45649         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
45650         our replacement poll.h in any case, to avoid a differing
45651         declaration from a system header.  Seen on AIX.
45652
45653 2006-03-01  Simon Josefsson  <jas@extundo.com>
45654
45655         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
45656         <kasal@ucw.cz>.
45657
45658 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45659
45660         * modules/gettime (Depends-on): Add extensions module.
45661         * modules/nanosleep (Depends-on): Likewise.
45662         * modules/settime (Depends-on): Likewise.
45663
45664 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45665
45666         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
45667         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
45668         pedantically.
45669         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45670         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
45671
45672         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
45673         not "==".  Reported by Ralf Wildenhues.
45674
45675 2006-03-01  Karl Berry  <karl@gnu.org>
45676
45677         * doc/Copyright/request-*: new files, synced from gnuorg.
45678
45679 2006-03-01  Karl Berry  <karl@gnu.org>
45680
45681         * config/srclist.txt (Copyright/*): new entries.
45682
45683 2006-02-28  Simon Josefsson  <jas@extundo.com>
45684
45685         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
45686
45687 2006-02-27  Simon Josefsson  <jas@extundo.com>
45688
45689         * lib/base64.h: Indent #define's.  From Jim Meyering
45690         <jim@meyering.net>.
45691
45692 2006-02-27  Jim Meyering  <jim@meyering.net>
45693
45694         Revert the change of 2006-02-24, so these files can continue
45695         to be sync'd from gettext.
45696         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
45697         of `config.h'.
45698
45699 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45700
45701         * modules/intprops: New file.
45702         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
45703         Add intprops.
45704         * modules/getloadavg (Files): Remove lib/intprops.h.
45705         (Depends-on): Add intprops.
45706         * modules/human: Likewise.
45707         * modules/inttostr: Likewise.
45708         * modules/openat: Likewise.
45709         * modules/sig2str: Likewise.
45710         * modules/userspec: Likewise.
45711         * modules/utimecmp: Likewise.
45712         * modules/xnanosleep: Likewise.
45713         * modules/xstrtol: Likewise.
45714
45715 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
45716
45717         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
45718         * modules/lock-tests (TESTS): Use $(EXEEXT).
45719         * modules/tls-tests: Likewise.
45720         * modules/argp-tests: Likewise.
45721         (check_PROGRAMS): New var, replacing...
45722         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
45723
45724 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45725
45726         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
45727         `config.h'.
45728
45729 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
45730
45731         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
45732
45733 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45734
45735         Sync from coreutils.
45736         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
45737         gl_CHDIR_SAFER.
45738
45739 2006-02-22  Jim Meyering  <jim@meyering.net>
45740
45741         Sync from coreutils.
45742         * m4/chdir-safer.m4: New file.
45743
45744 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
45745
45746         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
45747         AT_FDCWD exceeds INT_MAX.
45748         * lib/openat.h (AT_FDCWD): Likewise.
45749
45750 2006-02-17  Eric Blake  <address@hidden>
45751
45752         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
45753
45754 2006-02-16  Simon Josefsson  <jas@extundo.com>
45755
45756         * modules/getaddrinfo (Depends-on): Add sys_socket.
45757
45758 2006-02-15  Simon Josefsson  <jas@extundo.com>
45759
45760         * build-aux/maint.mk: Add dsyntax-check rule.
45761
45762 2006-02-15  Eric Blake  <ebb9@byu.net>
45763
45764         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
45765         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
45766         'present but cannot compile' warnings on cygwin.
45767         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
45768         use ws2tcpip.h if sys/socket.h works.
45769         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
45770         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
45771
45772 2006-02-14  Simon Josefsson  <jas@extundo.com>
45773
45774         * modules/maintainer-makefile (Files): Rename.
45775
45776         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
45777         and (the local) Makefile.cfg to maint-cfg.mk.
45778
45779         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
45780         to the latter.
45781
45782         * modules/maintainer-makefile: New module.
45783
45784         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
45785         severaly stripped to make it possible to build it up from scratch
45786         with reliable tests.
45787
45788         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
45789         fixes to permit overriding the default actions when configure and
45790         makefile are not available.
45791
45792 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
45793
45794         Sync from coreutils.
45795         * modules/lstat (Depends-on): Don't depend on xalloc.
45796         (License): Change from GPL to LGPL, since this is now simply a
45797         replacement for a libc function.
45798
45799 2006-02-14  Jim Meyering  <jim@meyering.net>
45800
45801         Sync from coreutils.
45802
45803         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
45804         failure on deficient systems, and simplify gnulib lgpl dependencies.
45805         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
45806         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
45807
45808         * lib/xalloc-die.c: Remove unused definition of N_.
45809
45810 2006-02-14  Jim Meyering  <jim@meyering.net>
45811
45812         Sync from coreutils.
45813         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
45814         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
45815         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
45816         double-quote uses of that variable, to accommodate the rare case in
45817         which getmntent is available in none of the libraries checked.  This
45818         happens at least on FreeBSD 5.0.
45819
45820 2006-02-13  Simon Josefsson  <jas@extundo.com>
45821
45822         * gnulib-tool (Usage): Fix --import, from
45823         karl@freefriends.org (Karl Berry).
45824
45825 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
45826
45827         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
45828
45829 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
45830
45831         * lib/argp-namefrob.h: Restore changes accidentally lost during the
45832         "autoupdate" on 2005-12-12.
45833
45834 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
45835
45836         * modules/closeout (Depends-on): Remove atexit.
45837
45838 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
45839
45840         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
45841         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
45842
45843 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
45844
45845         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
45846         __EXTENSIONS__ if this causes compilation to fail.  Problem
45847         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
45848         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
45849
45850 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
45851
45852         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
45853         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
45854         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
45855         All uses changed.
45856
45857 2006-01-26  Simon Josefsson  <jas@extundo.com>
45858
45859         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
45860         prototype is visible on mingw32.
45861
45862         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
45863         for mingw32.
45864
45865         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
45866         mingw32).
45867
45868 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
45869
45870         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
45871         attempt to open for write; this always fails, at least on POSIX
45872         hosts.  This reinstates the 2006-01-09 change, which was
45873         inadvertently removed.
45874
45875 2006-01-26  Bruno Haible  <bruno@clisp.org>
45876
45877         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
45878         Reported by Paul Eggert.
45879
45880 2006-01-26  Bruno Haible  <bruno@clisp.org>
45881             Paul Eggert  <eggert@cs.ucla.edu>
45882
45883         * lib/stdbool_.h (_Bool)
45884         [(! (defined __cplusplus || defined __BEOS__)
45885           && !defined __GNUC__
45886           && !(defined __HP_cc || defined __xlc__
45887                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
45888                || defined __sgi))]:
45889         #define to signed char in these cases too; this simplifies
45890         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
45891         etc., separately) and makes it more conservative.
45892
45893 2006-01-25  Simon Josefsson  <jas@extundo.com>
45894
45895         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
45896         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
45897         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
45898
45899 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
45900
45901         * lib/argp-namefrob.h: Bugfix. Remove stray #
45902
45903 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
45904
45905         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
45906         so that we test the test.
45907         Check for yet another HP-UX cc bug involving *bool |= bool.
45908
45909 2006-01-25  Karl Berry  <karl@gnu.org>
45910
45911         * config/srclist.txt (vasnprintf.c): sync lost.
45912
45913 2006-01-25  Jim Meyering  <jim@meyering.net>
45914
45915         Sync from the stable (b5) branch of coreutils:
45916
45917         * lib/fts.c (fts_children): Don't let close() clobber errno from
45918         failed fchdir().
45919
45920         * lib/fts.c (fts_stat): When following a symlink-to-directory,
45921         don't necessarily interpret stat-fails+lstat-succeeds as indicating
45922         a dangling symlink.  That can also happen at least for ELOOP.
45923         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
45924         FYI, this bug predates the inclusion of fts.c in coreutils.
45925
45926         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
45927         in their own block, so pre-c99 compilers don't object.
45928
45929         Avoid the double-free (first in fts_read, second in fts_close) that
45930         would occur when an `active' directory is made inaccessible (e.g.,
45931         via chmod a-x) during a traversal.
45932         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
45933         before returning.  Reproduce this failure by
45934         mkdir -p a/b; cd a; chmod a-x . b
45935         Reported by Stavros Passas.
45936
45937 2006-01-25  Jim Meyering  <jim@meyering.net>
45938
45939         * lib/fileblocks.c: Remove more useless parentheses.
45940         * lib/readutmp.h: Likewise.
45941
45942 2006-01-25  Bruno Haible  <bruno@clisp.org>
45943
45944         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
45945         warnings.
45946         Reported by Paul Eggert.
45947
45948 2006-01-25  Bruno Haible  <bruno@clisp.org>
45949
45950         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
45951         rid of a trap command. For Solaris sh.
45952         Reported by Mark D. Baushke <mdb@gnu.org>.
45953
45954 2006-01-24  Simon Josefsson  <jas@extundo.com>
45955
45956         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
45957         Bruno.
45958
45959 2006-01-24  Karl Berry  <karl@gnu.org>
45960
45961         * config/srclist.txt (argp-namefrob.h): sync lost.
45962
45963 2006-01-24  Jim Meyering  <jim@meyering.net>
45964
45965         * modules/openat (Files): Add lib/intprops.h.
45966         From Mark D. Baushke.
45967
45968 2006-01-24  Jim Meyering  <jim@meyering.net>
45969
45970         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
45971         Reported by Mark D. Baushke.
45972
45973 2006-01-24  Jim Meyering  <jim@meyering.net>
45974
45975         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
45976
45977 2006-01-24  Bruno Haible  <bruno@clisp.org>
45978
45979         * modules/strnlen (Maintainer): Change from glibc to all.
45980
45981 2006-01-24  Bruno Haible  <bruno@clisp.org>
45982
45983         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
45984         Patch by Paul Eggert.
45985
45986 2006-01-24  Bruno Haible  <bruno@clisp.org>
45987
45988         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
45989         already has it.
45990         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
45991         2005-11-26.
45992
45993         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
45994         'signed char' to avoid problems with the built-in _Bool type.
45995         Reported by Paul Eggert on 2005-11-26.
45996
45997 2006-01-24  Bruno Haible  <bruno@clisp.org>
45998
45999         * gnulib-tool (func_import): Avoid constructing complicated sed
46000         expressions inside backquote.
46001         Report and solution by Mark D. Baushke <mdb@gnu.org>.
46002
46003 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
46004
46005         These changes imported from libc.
46006         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
46007         test and two separate function calls.
46008         * lib/strndup.c (__strndup): Add libc_hidden_def.
46009
46010 2006-01-23  Simon Josefsson  <jas@extundo.com>
46011
46012         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
46013         Remove the test_*_SOURCES variable: automake infers it by default.
46014         * modules/tls-tests: Likewise.
46015
46016 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46017
46018         Work around porting bugs reported by Dieter in
46019         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
46020         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
46021         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
46022         Include "getopt.h" first, to check interface.
46023         (getenv): Declare only if defined HAVE_DECL_GETENV &&
46024         !HAVE_DECL_GETENV.
46025         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
46026         (__strndup): Revert to K&R-style function dfns, the glibc style.
46027         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
46028         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
46029         Include strnlen.h first, to get prototype properly.
46030         (strnlen): Renamed from __strnlen.
46031         Remove weak alias.
46032
46033 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46034
46035         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
46036
46037 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46038
46039         * config/srclist.txt: Adjust to reflect glibc reorganization.
46040         This affects only comments.
46041
46042 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46043
46044          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
46045          Reported by Bruce Korb <bkorb@gnu.org>.
46046
46047 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
46048
46049         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
46050         to pacify gcc -Wswitch-default.
46051
46052 2006-01-22  Bruno Haible  <bruno@clisp.org>
46053
46054         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
46055         temporary buffer for sprintf, take into account the precision also
46056         for 'd', 'i', 'u', 'o', 'x', 'X'.
46057
46058 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46059
46060         * modules/argp-tests: New module
46061         * tests/test-argp.c: New file
46062         * tests/test-argp-2.sh: New file
46063
46064 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46065
46066         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
46067         (__argp_base_name): Removed
46068         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
46069         typo.
46070         (__argp_base_name): Provide macro definition or extern declaration
46071         depending on the configuration
46072
46073 2006-01-20  Simon Josefsson  <jas@extundo.com>
46074
46075         * modules/inet_ntop (Depends-on): Depend on sys_socket.
46076
46077 2006-01-20  Simon Josefsson  <jas@extundo.com>
46078
46079         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
46080
46081 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46082
46083         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
46084         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
46085         Suggested by Bruno Haible.
46086
46087 2006-01-20  Karl Berry  <karl@gnu.org>
46088
46089         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
46090         until changes propagate, I guess.
46091
46092 2006-01-19  Simon Josefsson  <jas@extundo.com>
46093
46094         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
46095
46096 2006-01-19  Simon Josefsson  <jas@extundo.com>
46097
46098         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
46099
46100 2006-01-19  Simon Josefsson  <jas@extundo.com>
46101
46102         * gnulib-tool: Set check_PROGRAMS.
46103
46104         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46105         modules/des-tests, modules/gc-arcfour-tests,
46106         modules/gc-arctwo-tests, modules/gc-des-tests,
46107         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46108         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46109         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46110         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46111         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46112         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
46113         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
46114         test_*_SOURCES.
46115
46116 2006-01-18  Simon Josefsson  <jas@extundo.com>
46117
46118         * modules/socklen (Depends-on): Depend on sys_socket.
46119
46120 2006-01-18  Simon Josefsson  <jas@extundo.com>
46121
46122         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46123         modules/des-tests, modules/gc-arcfour-tests,
46124         modules/gc-arctwo-tests, modules/gc-des-tests,
46125         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46126         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46127         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46128         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46129         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46130         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
46131         $(EXEEXT) to automake TESTS variable, for mingw32.
46132
46133 2006-01-17  Simon Josefsson  <jas@extundo.com>
46134
46135         * modules/socklen (Include): Need sys/socket.h.
46136
46137 2006-01-17  Bruno Haible  <bruno@clisp.org>
46138
46139         * modules/ssize_t (Include): Add <sys/types.h>.
46140
46141 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
46142
46143         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
46144         it's not portable and it doesn't work with cross-compiles.
46145         Problem reported by Bruno Haible.  Fix missing-$ typo in
46146         'test "gl_cv_ignore_unused_libraries" ...' that prevented
46147         -zignore from being used with Sun's C compiler.
46148
46149 2006-01-12  Simon Josefsson  <jas@extundo.com>
46150
46151         * lib/base64.c: Fix warning, reported by Bruno Haible
46152         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
46153
46154 2006-01-12  Bruno Haible  <bruno@clisp.org>
46155
46156         * modules/ldd: New file.
46157         * build-aux/ldd.sh.in: New file.
46158         * MODULES.html.sh (Support for building libraries and executables): Add
46159         ldd.
46160
46161 2006-01-12  Bruno Haible  <bruno@clisp.org>
46162
46163         * m4/ldd.m4: New file.
46164
46165 2006-01-12  Bruno Haible  <bruno@clisp.org>
46166
46167         * gnulib-tool (func_import, func_create_testdir): Don't go into an
46168         endless loop while replacing $auxdir with build-aux.
46169
46170 2006-01-11  Simon Josefsson  <jas@extundo.com>
46171
46172         * lib/stdint_.h (SIZE_MAX): Add missing (.
46173
46174 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
46175
46176         Sync from coreutils.
46177         * lib/md5.c: Fix commentary typos.
46178         (alignof, UNALIGNED_P): No need for a GCC-specific version.
46179         * lib/md5.h (__attribute__): Remove; unused.
46180         * lib/sha1.c: Fix commentary to match md5 better.
46181         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
46182         so that we don't need to worry about alignment.  All uses changed.
46183         This merges the 2005-10-28 md5 change into sha1.
46184
46185 2006-01-11  Jim Meyering  <jim@meyering.net>
46186
46187         Sync from coreutils.
46188         * lib/md5.c (OP): Fix spacing.
46189
46190 2006-01-11  Bruno Haible  <bruno@clisp.org>
46191
46192         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46193         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
46194         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
46195
46196 2006-01-11  Bruno Haible  <bruno@clisp.org>
46197
46198         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46199         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
46200         the "early" section as well.
46201
46202 2006-01-11  Bruno Haible  <bruno@clisp.org>
46203
46204         Avoid "ar: no archive members specified" error on MacOS X.
46205         * gnulib-tool (func_modules_add_dummy): New function.
46206         (func_import, func_create_testdir): Invoke it.
46207
46208 2006-01-11  Bruno Haible  <bruno@clisp.org>
46209
46210         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
46211         with $auxdir in AC_CONFIG_FILES statements.
46212
46213 2006-01-11  Bruno Haible  <bruno@clisp.org>
46214
46215         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46216         Initialize also noinst_HEADERS to empty.
46217
46218 2006-01-11  Bruno Haible  <bruno@clisp.org>
46219
46220         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
46221         variables.
46222         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
46223         autoreconf.
46224
46225 2006-01-11  Bruno Haible  <bruno@clisp.org>
46226
46227         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
46228         overridable by the user.
46229         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46230
46231 2006-01-10  Simon Josefsson  <jas@extundo.com>
46232
46233         * modules/sys_socket: New file.
46234
46235 2006-01-10  Simon Josefsson  <jas@extundo.com>
46236
46237         * m4/sys_socket_h.m4: New file.
46238
46239 2006-01-10  Simon Josefsson  <jas@extundo.com>
46240
46241         * lib/socket_.h: New file.
46242
46243 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46244
46245         * modules/readutmp (Maintainer): Add myself.
46246
46247 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46248
46249         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
46250         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
46251         People who are still concerned with buggy memcmp implementations
46252         can invoke gl_FUNC_MEMCMP themselves.
46253
46254 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46255
46256         * lib/regex_internal.h (BITSET_WORD_BITS):
46257         Work around a bug in 64-bit PGC (before version 6.1-2), where the
46258         preprocessor mishandles large unsigned values as if they were signed.
46259         Problem reported by Claudio Fontana in
46260         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
46261
46262 2006-01-10  Jim Meyering  <jim@meyering.net>
46263
46264         Avoid the double-free (first in fts_read, second in fts_close) that
46265         would occur when an `active' directory is made inaccessible (e.g.,
46266         via chmod a-x) during a traversal.
46267         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46268         before returning.  Reproduce this failure by
46269         mkdir -p a/b; cd a; chmod a-x . b
46270         Reported by Stavros Passas.
46271
46272         Sync from coreutils.
46273         * lib/sha1.c: Tweak grammar in a comment.
46274
46275 2006-01-10  Jim Meyering  <jim@meyering.net>
46276
46277         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
46278         Patch by Joerg Sonnenberger.
46279
46280 2006-01-10  Bruno Haible  <bruno@clisp.org>
46281
46282         * modules/readutmp: Depend on module free.
46283         * modules/strtok_r: Depend on module restrict.
46284
46285 2006-01-10  Bruno Haible  <bruno@clisp.org>
46286
46287         * modules/gettext (configure.ac): Add an invocation of
46288         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
46289
46290 2006-01-10  Bruno Haible  <bruno@clisp.org>
46291
46292         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
46293         Reported by Werner Lemberg <wl@gnu.org>.
46294
46295 2006-01-10  Bruno Haible  <bruno@clisp.org>
46296
46297         * lib/localcharset.c: Update from GNU gettext.
46298
46299 2006-01-10  Bruno Haible  <bruno@clisp.org>
46300
46301         * lib/argp.h (__const): Remove macro. Use const instead.
46302         * lib/argp-fmtstream.h (__const): Likewise.
46303         * lib/glob_.h (__const): Remove macro.
46304         * lib/glob-libc.h: Use const instead of __const.
46305
46306 2006-01-10  Bruno Haible  <bruno@clisp.org>
46307
46308         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
46309         variable.
46310         Needed to avoid an automake error regarding the 'gettext' module.
46311
46312 2006-01-09  Simon Josefsson  <jas@extundo.com>
46313
46314         * modules/inet_ntop (Depends-on): Add restrict.
46315
46316 2006-01-09  Simon Josefsson  <jas@extundo.com>
46317
46318         * modules/gc-rijndael-tests (License): Put under LGPL.
46319
46320         * modules/gc-des-tests (License): Likewise.
46321
46322         * modules/gc-arcfour-tests (License): Likewise.
46323
46324         * modules/gc-arctwo-tests (License): Likewise.
46325
46326         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
46327
46328         * modules/gc-hmac-sha1-tests (Files): Likewise.
46329
46330         * modules/gc-hmac-md5-tests (License): Likewise.
46331
46332         * modules/gc-sha1-tests (License): Likewise.
46333
46334         * modules/gc-md5-tests (License): Likewise.
46335
46336         * modules/gc-md4-tests (License): Likewise.
46337
46338         * modules/gc-md2-tests (License): Likewise.
46339
46340         * modules/gc-tests (License): Likewise.
46341
46342         * modules/des-tests (License): Likewise.
46343
46344         * modules/md4-tests (License): Likewise.
46345
46346         * modules/md2-tests (License): Likewise.
46347
46348 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46349
46350         Sync from coreutils:
46351
46352         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
46353         * modules/lib-ignore: New file.
46354         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
46355         chdir-safer.m4, lchmod.m4.
46356         * modules/openat: Add mkdirat.c, openat-priv.h.
46357
46358 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46359
46360         Sync from coreutils.
46361         * m4/lib-ignore.m4: New file.
46362         * m4/lchmod.m4: New file.
46363
46364 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46365
46366         Sync from coreutils.
46367         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
46368         for write access: POSIX says that must fail.
46369         * lib/fts.c (diropen): Likewise.
46370         * lib/save-cwd.c (save_cwd): Likewise.
46371         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
46372         well, for minor improvements on hosts that lack O_DIRECTORY.
46373         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
46374         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
46375         Fall back on chown if open failed with EACCES.
46376
46377         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
46378         Report an error at compile-time if only a 1-second nominal clock
46379         resolution is found.
46380
46381         * lib/lchmod.h: New file.
46382         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
46383         (make_dir_parents): Use lchown rather than chown, and
46384         lchmod rather than chmod.
46385
46386         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
46387         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
46388         "proc" reported by n0dalus.
46389
46390         * lib/mountlist.c: Include <limits.h>.
46391         (dev_from_mount_options)
46392         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
46393         New function.  It no longer assumes "dev=" has the System V meaning
46394         on Linux (since it doesn't).  It also parses "dev=" more carefully.
46395         (read_file_system_list)
46396         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
46397         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
46398         dev= in that case.
46399
46400         * lib/posixtm.h (PDS_PRE_2000): New macro.
46401         * lib/posixtm.c (year): Arg is now syntax_bits rather than
46402         allow_century.  All usages changed.  Reject dates outside the range
46403         1969-1999 if PDS_PRE_2000 is used.
46404
46405 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46406
46407         Sync from coreutils.
46408         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
46409         (Time of day items): Mention the possibility of leap seconds.
46410         Problem reported by Dr. David Alan Gilbert.
46411
46412 2006-01-09  Jim Meyering  <jim@meyering.net>
46413
46414         Sync from coreutils.
46415
46416         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
46417
46418         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
46419
46420         * lib/modechange.c (mode_compile): Reject an invalid mode string
46421         that starts with an octal digit.  From Andreas Gruenbacher.
46422
46423         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
46424         and dup to open_safer and dup_safer, respectively.
46425         (openat_permissive): Fix typo in comment.
46426
46427         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
46428         "gettext.h"; either no longer needed or are guaranteed by openat.h.
46429         (_): Remove; no longer needed.
46430         (openat): Renamed from rpl_openat; no need for rpl_openat
46431         since openat.h renames openat for us.
46432         Replace most of the body with a call to openat_permissive,
46433         to avoid duplicate code.
46434         Port to (probably hypothetical) environments were mode_t is
46435         wider than int.
46436         (openat_permissive): Require mode arg, so that we can check
46437         types better.  Put it just after flags.  Change cwd failure
46438         indicator from pointer-to-bool to pointer-to-errno-value.
46439         All callers changed.
46440         Invoke openat_save_fail and/or openat_restore_fail if
46441         cwd_errno is null, so that openat can call us.
46442         (openat_permissive, fdopendir, fstatat, unlinkat):
46443         Simplify errno handling to avoid some duplicate code,
46444         as it's OK to set errno on success.
46445         * lib/openat.h: Revamp code so that function macros depend on
46446         __OPENAT_PREFIX only, not also on AT_FDCWD.
46447         (openat_ro): Remove.  Caller changed to use openat_permissive.
46448         (openat_permissive): Now a macro, if not a function.
46449         (openat_restore_fail, openat_save_fail): Now always functions,
46450         since mkdirat needs them even if __OPENAT_PREFIX is defined.
46451
46452         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
46453         and openat.c.
46454         * lib/mkdirat.c: Include openat-priv.h.
46455         Remove definitions of macros defined therein.
46456         * lib/openat.c: Likewise.
46457
46458         * lib/mkdirat.c (mkdirat): New file and function.
46459         * lib/openat.h (mkdirat): Declare.
46460
46461         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
46462
46463         * lib/openat.h (openat_permissive): Declare.
46464         (openat_ro): Define.
46465
46466         * lib/openat.c (EXPECTED_ERRNO): New macro.
46467         (openat_permissive): New function -- used in remove.c rewrite.
46468         (all functions): Set errno just before returning, only if there
46469         was an actual failure.
46470         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
46471
46472         Emulate openat-family functions using Linux's procfs, if possible.
46473         Idea and some code based on Ulrich Drepper's glibc changes.
46474
46475         * lib/openat.c: (BUILD_PROC_NAME): New macro.
46476         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
46477         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
46478         before falling back on save_cwd and restore_cwd.
46479         (fdopendir, fstatat, unlinkat): Likewise.
46480
46481         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
46482         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
46483
46484         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
46485         as second argument to va_arg.  Otherwise, some versions of gcc
46486         warn that `if this code is reached, the program will abort'.
46487
46488 2006-01-09  Jim Meyering  <jim@meyering.net>
46489
46490         Sync from coreutils.
46491         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
46492         Require openat-priv.h.
46493
46494 2006-01-09  Bruno Haible  <bruno@clisp.org>
46495
46496         * modules/strnlen (Include): Use strnlen.h.
46497
46498 2006-01-09  Bruno Haible  <bruno@clisp.org>
46499
46500         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
46501
46502 2006-01-09  Bruno Haible  <bruno@clisp.org>
46503
46504         * lib/sysexit_.h (EX_OK): New macro.
46505         Suggested by Martin Lambers <marlam@marlam.de>.
46506
46507 2006-01-09  Bruno Haible  <bruno@clisp.org>
46508
46509         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
46510         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
46511
46512 2006-01-09  Bruno Haible  <bruno@clisp.org>
46513
46514         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
46515         numbers.
46516
46517 2006-01-09  Bruno Haible  <bruno@clisp.org>
46518
46519         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
46520         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
46521         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
46522         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
46523
46524 2006-01-09  Bruno Haible  <bruno@clisp.org>
46525
46526         * build-aux/javacomp.sh.in: New file, moved from lib/.
46527         * modules/javacomp-script (Files): Update.
46528         (configure.ac): Add AC_CONFIG_FILES invocation.
46529         (EXTRA_DIST): Remove variable.
46530
46531         * build-aux/javaexec.sh.in: New file, moved from lib/.
46532         * modules/javaexec (Files): Update.
46533         (configure.ac): Add AC_CONFIG_FILES invocation.
46534         (EXTRA_DIST): Remove javaexec.sh.in.
46535
46536         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
46537         * modules/csharpcomp-script (Files): Update.
46538         (configure.ac): Add AC_CONFIG_FILES invocation.
46539         (EXTRA_DIST): Remove variable.
46540
46541         * build-aux/csharpexec.sh.in: New file, moved from lib/.
46542         * modules/csharpexec (Files): Update.
46543         (configure.ac): Add AC_CONFIG_FILES invocation.
46544         (EXTRA_DIST): Remove csharpexec.sh.in.
46545
46546 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
46547
46548         Sync from coreutils.
46549
46550         Add POSIX ACL support
46551         * lib/acl.h (copy_acl, set_acl): Add declarations.
46552         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
46553         systems other than Linux.
46554         (chmod_or_fchmod): New function: use fchmod when possible,
46555         and chmod otherwise.
46556         (file_has_acl): Add a POSIX ACL implementation, with a
46557         Linux-specific subcase.
46558         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
46559         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
46560         acls are unsupported.
46561         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
46562         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
46563         are unsupported.
46564
46565 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
46566
46567         Sync from coreutils.
46568         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
46569
46570 2006-01-07  Bruno Haible  <bruno@clisp.org>
46571
46572         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
46573         gl_EARLY.
46574
46575 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46576
46577         * lib/strftime.c (tzname): Don't declare if it is already #defined.
46578         Problem reported for Mingw by Mark Junker.
46579
46580 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46581
46582         * README: Gnulib normally doesn't generate a tarball.
46583
46584 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
46585
46586         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
46587         long int, not int, for nanosecond counts, so that people who are
46588         used to POSIX struct timespec won't be surprised.  Reported by Jim
46589         Meyering.
46590
46591 2005-12-28  Bruno Haible  <bruno@clisp.org>
46592
46593         * build-aux/config.rpath: Update from GNU gettext.
46594
46595 2005-12-16  Jim Meyering  <jim@meyering.net>
46596
46597         * modules/fprintftime: New module.
46598         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
46599
46600 2005-12-16  Jim Meyering  <jim@meyering.net>
46601
46602         * m4/fprintftime.m4: New file.
46603
46604 2005-12-16  Jim Meyering  <jim@meyering.net>
46605
46606         * lib/fprintftime.c, lib/fprintftime.h: New files.
46607
46608 2005-12-15  Simon Josefsson  <jas@extundo.com>
46609
46610         * modules/socklen (configure.ac): Fix M4 macro name, to align with
46611         new m4/socklen.m4.
46612
46613 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
46614
46615         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
46616         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
46617
46618 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
46619
46620         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
46621         * lib/argp-help.c (fill_in_uparams): Check if the constructed
46622         struct uparams is valid. Fall back to the default values if it is
46623         not.
46624
46625 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46626
46627         * modules/argp (Files): Add argp-pin.c
46628         (Depends-on): dirname
46629         (lib_SOURCES): Add argp-pin.c
46630
46631 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46632
46633         * m4/argp.m4:  Check if program_invocation_name and
46634         program_invocation_short_name are declared and define appropriate
46635         macros if they are not.
46636
46637 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46638
46639         * lib/argp-help.c (__argp_base_name): New function
46640         (__argp_short_program_name): Rewrite using __argp_base_name
46641         * lib/argp-namefrob.h: Define program_invocation_name and
46642         program_invocation_short_name if requested
46643         (__argp_base_name): Add prototype
46644         * lib/argp-parse.c (argp_def): Use gettext wrappers
46645         (argp_default_parser): Use __argp_base_name
46646         * lib/argp-pin.c: New file. Defines program_invocation_name and
46647         program_invocation_short_name on systems that lack them.
46648
46649 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
46650
46651         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
46652         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
46653         porting problem reported by Georg Schwarz in
46654         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
46655
46656 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
46657
46658         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
46659         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
46660         porting problem reported by Georg Schwarz in
46661         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
46662
46663 2005-12-05  Bruno Haible  <bruno@clisp.org>
46664
46665         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
46666         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
46667         Reported by Mark Junker <mjscod@gmx.de>.
46668
46669 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
46670
46671         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
46672         Use implementation from Albert Chin, with some
46673         comments/corrections by Stepan Kasal and myself.
46674
46675 2005-12-02  Bruno Haible  <bruno@clisp.org>
46676
46677         * gnulib-tool (func_import): Accept GPLed build tool modules when
46678         --lgpl is given.
46679         * modules/csharpcomp-script: New file.
46680         * modules/csharpcomp: Depend on it.
46681         * modules/javacomp-script: New file.
46682         * modules/javacomp: Depend on it.
46683         Suggested by Simon Josefsson.
46684
46685 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
46686
46687         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
46688         statement, to work around an HP-UX 10.20 compiler bug reported by
46689         Peter O'Gorman.
46690
46691 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
46692
46693         * modules/savedir (Depends-on): Add openat.
46694
46695 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
46696
46697         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
46698         (uintmax_t) [defined uintmax_t]: Do not declare.
46699         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
46700         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
46701         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
46702         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
46703         sake of portability to weird hosts that C allows (though we don't
46704         know of any practical examples).
46705
46706         * lib/savedir.h (fdsavedir): New decl.
46707         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
46708         contains most of the former guts of savedir.
46709         (savedir): Use savedirstream.
46710         Include "openat.h".
46711
46712 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
46713
46714         * modules/obstack (Files): Add m4/ulonglong.m4.
46715         Problem reported by Davide Angelocola.
46716
46717 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
46718
46719         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
46720         coreutils no longer futzes with rounding modes.
46721
46722 2005-11-14  Jim Meyering  <jim@meyering.net>
46723
46724         * lib/mkstemp-safer.c: Include <config.h>, required for possible
46725         replacement of mkstemp.
46726
46727 2005-11-10  Simon Josefsson  <jas@extundo.com>
46728
46729         * lib/readline.c: Remove EOL.
46730
46731 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46732
46733         * modules/gethrxtime (Depends-on): Add gettime.
46734
46735 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46736
46737         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
46738         or gettimeofday; no longer needed.
46739
46740 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46741
46742         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
46743         time business.
46744         (gethrxtime) [! (HAVE_NANOUPTIME
46745         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
46746         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
46747         our own approximation.
46748
46749 2005-11-08  Eric Blake  <ebb9@byu.net>
46750
46751         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
46752
46753 2005-11-08  Eric Blake  <ebb9@byu.net>
46754
46755         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
46756
46757 2005-11-04  Bruno Haible  <bruno@clisp.org>
46758
46759         * gnulib-tool: Implement --update mode.
46760
46761 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46762
46763         Fix porting problem reported by Theodoros V. Kalamatianos.
46764         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
46765         Don't assume that futimes failing means we must fail.
46766
46767 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46768
46769         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
46770         variables to suggest the intended function of the PATH_MAX check.
46771
46772 2005-10-30  Kean Johnston  <jkj@sco.com>
46773
46774         Trivial changes to support SCO systems.
46775         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
46776         as PATH_MAX.
46777         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
46778         where __ptr is null when no I/O is pending.
46779
46780 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
46781
46782         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
46783         leave errno alone.  Problem reported by Dmitry V. Levin.
46784
46785 2005-10-28  Simon Josefsson  <jas@extundo.com>
46786
46787         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
46788         Test more.
46789
46790         * tests/test-gc-md2.c, tests/test-md2.c: New files.
46791
46792         * modules/md2, modules/md2-tests: New files.
46793
46794 2005-10-28  Simon Josefsson  <jas@extundo.com>
46795
46796         * m4/inet_ntop.m4: More tests.
46797
46798         * m4/gc-md2.m4, md2.m4: New file.
46799
46800 2005-10-28  Simon Josefsson  <jas@extundo.com>
46801
46802         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
46803         "restrict" keywords, as per POSIX.  Protect the function
46804         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
46805         Don't use K&R prototypes.  Check the sprintf return values.
46806         Re-define EAFNOSUPPORT if not present.  Indent.
46807
46808         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
46809         suggested by Bruno Haible <bruno@clisp.org>.
46810
46811         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
46812
46813         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
46814
46815         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
46816         libgcrypt).
46817
46818         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
46819
46820         * lib/md2.h, lib/md2.c: New files.
46821
46822 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
46823
46824         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
46825         errno alone.  Problem reported by Frederic Jolliton.
46826
46827 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
46828
46829         * modules/verify (License): Change from GPL to LGPL.  This is a
46830         tiny module and there are apparently near-equivalents that are
46831         under the BSD license.
46832
46833 2005-10-24  Simon Josefsson  <jas@extundo.com>
46834
46835         * modules/sha1: Relicense to LGPL.
46836
46837 2005-10-24  Simon Josefsson  <jas@extundo.com>
46838
46839         * lib/md4.h: Shrink buffer size, now that we changed the type.
46840
46841 2005-10-23  Simon Josefsson  <jas@extundo.com>
46842
46843         * gnulib-tool (func_import): Fix --tests-base.
46844
46845 2005-10-22  Simon Josefsson  <jas@extundo.com>
46846
46847         * modules/arcfour (Depends-on): Need stdint.
46848
46849 2005-10-22  Simon Josefsson  <jas@extundo.com>
46850
46851         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
46852         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
46853
46854 2005-10-22  Simon Josefsson  <jas@extundo.com>
46855
46856         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
46857         suggested by Bruno Haible <bruno@clisp.org>.
46858
46859 2005-10-22  Simon Josefsson  <jas@extundo.com>
46860
46861         * lib/crc.h: Include stddef.h, for size_t.
46862
46863 2005-10-22  Simon Josefsson  <jas@extundo.com>
46864
46865         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
46866         arcfour_context struct (simplify test vector testing in GNU
46867         Shishi).
46868
46869 2005-10-21  Simon Josefsson  <jas@extundo.com>
46870
46871         * modules/des, modules/des-tests: New files.
46872
46873         * modules/gc-des, modules/gc-des-tests: New files.
46874
46875         * tests/test-des.c, tests/test-gc-des.c: New file.
46876
46877 2005-10-21  Simon Josefsson  <jas@extundo.com>
46878
46879         * modules/arctwo, modules/arctwo-tests: New files.
46880
46881         * tests/test-arctwo.c: New file.
46882
46883         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
46884
46885         * tests/test-gc-arctwo.c: New file.
46886
46887 2005-10-21  Simon Josefsson  <jas@extundo.com>
46888
46889         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
46890         Bruno Haible <bruno@clisp.org>.
46891
46892         * m4/gc-des.m4: New file.
46893
46894 2005-10-21  Simon Josefsson  <jas@extundo.com>
46895
46896         * m4/arctwo.m4: New file.
46897
46898         * m4/gc-arctwo.m4: New file.
46899
46900 2005-10-21  Simon Josefsson  <jas@extundo.com>
46901
46902         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
46903         block.
46904
46905 2005-10-21  Simon Josefsson  <jas@extundo.com>
46906
46907         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
46908         <bruno@clisp.org>.
46909
46910         * lib/hmac-sha1.c (hmac_sha1): Likewise.
46911
46912         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
46913         Bruno Haible <bruno@clisp.org>.
46914
46915         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
46916         <bruno@clisp.org>.
46917
46918 2005-10-21  Simon Josefsson  <jas@extundo.com>
46919
46920         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
46921
46922 2005-10-21  Simon Josefsson  <jas@extundo.com>
46923
46924         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
46925
46926 2005-10-21  Simon Josefsson  <jas@extundo.com>
46927
46928         * lib/des.h, lib/des.c: New files.
46929
46930         * lib/gc-gnulib.c: Support DES.c
46931
46932 2005-10-21  Simon Josefsson  <jas@extundo.com>
46933
46934         * lib/arctwo.h, lib/arctwo.c: New files.
46935
46936         * lib/gc-gnulib.c: Support ARCTWO.
46937
46938 2005-10-21  Simon Josefsson  <jas@extundo.com>
46939
46940         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
46941         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46942
46943 2005-10-21  Simon Josefsson  <jas@extundo.com>
46944
46945         * gnulib-tool (func_import, func_create_testdir): Define automake
46946         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
46947         Makefile.am snippet),
46948         suggested by Bruno Haible <bruno@clisp.org>.
46949
46950         * modules/gc (Makefile.am): Use it.
46951
46952 2005-10-21  Bruno Haible  <bruno@clisp.org>
46953
46954         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
46955         patch.
46956
46957 2005-10-19  Simon Josefsson  <jas@extundo.com>
46958
46959         * tests/test-gc-rijndael.c: New file.
46960
46961         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
46962
46963 2005-10-19  Simon Josefsson  <jas@extundo.com>
46964
46965         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
46966         interface too.
46967
46968 2005-10-19  Simon Josefsson  <jas@extundo.com>
46969
46970         * tests/test-gc-arcfour.c: New file.
46971
46972         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
46973
46974 2005-10-19  Simon Josefsson  <jas@extundo.com>
46975
46976         * modules/gc-md4, modules/gc-md4-tests: New file.
46977
46978         * tests/test-gc-md4.c: New file.
46979
46980 2005-10-19  Simon Josefsson  <jas@extundo.com>
46981
46982         * m4/gc-md4.m4: New file.
46983
46984 2005-10-19  Simon Josefsson  <jas@extundo.com>
46985
46986         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
46987         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
46988         <kasal@ucw.cz>.
46989
46990 2005-10-19  Simon Josefsson  <jas@extundo.com>
46991
46992         * m4/gc-arcfour.m4: New file.
46993
46994         * m4/gc-rijndael.m4: New file.
46995
46996 2005-10-19  Simon Josefsson  <jas@extundo.com>
46997
46998         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
46999
47000 2005-10-19  Simon Josefsson  <jas@extundo.com>
47001
47002         * lib/gc-gnulib.c: Support ARCFOUR.
47003
47004 2005-10-19  Simon Josefsson  <jas@extundo.com>
47005
47006         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
47007         support.
47008
47009         * lib/gc.h: Add ECB enum type.
47010
47011         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
47012
47013 2005-10-18  Simon Josefsson  <jas@extundo.com>
47014
47015         * tests/test-md5.c: New file.
47016
47017         * modules/md5-tests: New file.
47018
47019 2005-10-18  Simon Josefsson  <jas@extundo.com>
47020
47021         * tests/test-md4.c: New file.
47022
47023         * modules/md4, modules/md4-tests: New files.
47024
47025 2005-10-18  Simon Josefsson  <jas@extundo.com>
47026
47027         * m4/md4.m4: New file.
47028
47029 2005-10-18  Simon Josefsson  <jas@extundo.com>
47030
47031         * lib/md4.h, lib/md4.c: New files, based on md5.?.
47032
47033 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
47034
47035         * gnulib-tool (func_create_testdir): Omit the second check whether
47036         BUILT_SOURCES in nonempty.
47037
47038 2005-10-17  Simon Josefsson  <jas@extundo.com>
47039
47040         * tests/test-rijndael.c: New file.
47041
47042 2005-10-17  Simon Josefsson  <jas@extundo.com>
47043
47044         * modules/sha1: Depend on stdint instead of md5.
47045
47046         * modules/md5: Depend on stdint, remove uint32_t.
47047
47048 2005-10-17  Simon Josefsson  <jas@extundo.com>
47049
47050         * modules/gc-sha1-tests: New file.
47051
47052         * tests/test-gc-sha1.c: New file.
47053
47054 2005-10-17  Simon Josefsson  <jas@extundo.com>
47055
47056         * m4/md5.m4: Remove call to uint32_t.m4.
47057
47058 2005-10-17  Simon Josefsson  <jas@extundo.com>
47059
47060         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
47061
47062         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
47063         md5.h.
47064
47065         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
47066
47067         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
47068
47069 2005-10-17  Simon Josefsson  <jas@extundo.com>
47070
47071         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
47072
47073 2005-10-17  Simon Josefsson  <jas@extundo.com>
47074
47075         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
47076
47077 2005-10-17  Simon Josefsson  <jas@extundo.com>
47078
47079         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
47080
47081         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
47082
47083 2005-10-17  Bruno Haible  <bruno@clisp.org>
47084
47085         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
47086         that it can also be used in a test.
47087
47088 2005-10-16  Bruno Haible  <bruno@clisp.org>
47089
47090         * gnulib-tool (func_emit_tests_Makefile_am): Also define
47091         TESTS_ENVIRONMENT, so that individual tests can augment it.
47092
47093         * gnulib-tool (func_create_testdir): Use an intermediate target for
47094         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
47095         macros, like $(ALLOCA_H), which cannot be passed through the command
47096         line.
47097
47098 2005-10-15  Simon Josefsson  <jas@extundo.com>
47099
47100         * modules/rijndael-tests: New file.
47101
47102         * modules/rijndael: New file.
47103
47104 2005-10-15  Simon Josefsson  <jas@extundo.com>
47105
47106         * m4/rijndael.m4: New file.
47107
47108 2005-10-15  Simon Josefsson  <jas@extundo.com>
47109
47110         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
47111
47112         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
47113
47114 2005-10-14  Simon Josefsson  <jas@extundo.com>
47115
47116         * tests/test-arcfour.c: New file.
47117
47118         * modules/arcfour, modules/arcfour-tests: New files.
47119
47120 2005-10-14  Simon Josefsson  <jas@extundo.com>
47121
47122         * m4/arcfour.m4: New file.
47123
47124 2005-10-14  Simon Josefsson  <jas@extundo.com>
47125
47126         * lib/arcfour.h, lib/arcfour.c: New files.
47127
47128 2005-10-14  Roland McGrath  <roland@redhat.com>
47129
47130         Import from libc.  [BZ #1331]
47131         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
47132         macro argument.
47133         Reported by Matej Vela <vela@debian.org>.
47134
47135 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47136
47137         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
47138         include <wchar.h>; no longer needed.
47139
47140 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47141
47142         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
47143
47144 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
47145         and  Ulrich Drepper  <drepper@redhat.com>
47146
47147         Import from libc.
47148         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
47149         instead of inline stream orientation test and two separate
47150         function calls.  Pay no attention to USE_IN_LIBIO.
47151
47152 2005-10-13  Simon Josefsson  <jas@extundo.com>
47153
47154         * modules/gc-hmac-md5-tests: New file.
47155
47156         * tests/test-gc-hmac-sha1.c: New file.
47157
47158         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
47159
47160         * modules/gc-hmac-md5-tests: New file.
47161
47162         * tests/test-gc-md5.c: New file.
47163
47164         * modules/gc-md5-tests: New file.
47165
47166 2005-10-13  Simon Josefsson  <jas@extundo.com>
47167
47168         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
47169         Move memory allocation outside of loop.
47170
47171 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
47172
47173         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
47174         intermediate directory is in a read-only file system.  Problem
47175         reported by Eric Blake.
47176
47177 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
47178
47179         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
47180
47181 2005-10-12  Simon Josefsson  <jas@extundo.com>
47182
47183         * tests/test-hmac-sha1.c: New file.
47184
47185         * modules/hmac-sha1-tests: New file.
47186
47187         * modules/hmac-sha1: New file.
47188
47189 2005-10-12  Simon Josefsson  <jas@extundo.com>
47190
47191         * modules/gc-sha1: New file.
47192
47193 2005-10-12  Simon Josefsson  <jas@extundo.com>
47194
47195         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
47196
47197         * tests/test-gc-pbkdf2-sha1.c: New file.
47198
47199 2005-10-12  Simon Josefsson  <jas@extundo.com>
47200
47201         * modules/gc-md5, modules/gc-hmac-md5: New files.
47202
47203         * modules/gc (Files): Remove md5, memxor and hmac files.
47204
47205 2005-10-12  Simon Josefsson  <jas@extundo.com>
47206
47207         * m4/gc-pbkdf2-sha1.m4: New file.
47208
47209         * m4/gc-hmac-sha1.m4: New file.
47210
47211         * m4/gc-sha1: New file.
47212
47213         * m4/hmac-sha1.m4: New file.
47214
47215 2005-10-12  Simon Josefsson  <jas@extundo.com>
47216
47217         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
47218
47219         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
47220
47221 2005-10-12  Simon Josefsson  <jas@extundo.com>
47222
47223         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
47224         suggested by Bruno Haible <bruno@clisp.org>.
47225
47226 2005-10-12  Simon Josefsson  <jas@extundo.com>
47227
47228         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
47229
47230 2005-10-12  Simon Josefsson  <jas@extundo.com>
47231
47232         * lib/gc-pbkdf2-sha1.c: New file.
47233
47234         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
47235
47236 2005-10-12  Simon Josefsson  <jas@extundo.com>
47237
47238         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
47239
47240         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
47241
47242 2005-10-12  Simon Josefsson  <jas@extundo.com>
47243
47244         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
47245         GC_USE_HMAC_MD5, respectively.
47246
47247         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
47248         (gc_md5): Fix typo.
47249
47250         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
47251
47252         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
47253
47254         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
47255
47256 2005-10-12  Bruno Haible  <bruno@clisp.org>
47257
47258         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
47259         Reported by Stepan Kasal <kasal@ucw.cz>.
47260
47261 2005-10-11  Simon Josefsson  <jas@extundo.com>
47262
47263         * tests/test-crc.c: New file.
47264
47265         * modules/crc, modules/crc-tests: New files.
47266
47267 2005-10-11  Simon Josefsson  <jas@extundo.com>
47268
47269         * m4/crc.m4: New file.
47270
47271 2005-10-11  Simon Josefsson  <jas@extundo.com>
47272
47273         * lib/gc.h: Add gc_hash and gc_hash_buffer.
47274
47275         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
47276
47277         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
47278
47279 2005-10-11  Simon Josefsson  <jas@extundo.com>
47280
47281         * lib/crc.h, lib/crc.c: New files.
47282
47283         * lib/gc.h (gc_hash_buffer): Add doc.
47284
47285 2005-10-11  Bruno Haible  <bruno@clisp.org>
47286
47287         * modules/c-strcasestr: New file.
47288         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
47289
47290 2005-10-11  Bruno Haible  <bruno@clisp.org>
47291
47292         * modules/c-strcase: New file.
47293         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
47294
47295 2005-10-11  Bruno Haible  <bruno@clisp.org>
47296
47297         * lib/strcasecmp.c: Include limits.h.
47298         (strcasecmp): Avoid integer overflow on exotic platforms.
47299         * lib/strncasecmp.c: Include limits.h.
47300         (strncasecmp): Avoid integer overflow on exotic platforms.
47301         Reported by Paul Eggert.
47302
47303 2005-10-11  Bruno Haible  <bruno@clisp.org>
47304
47305         * lib/c-strcasestr.h: New file, from GNU gettext.
47306         * lib/c-strcasestr.c: New file, from GNU gettext.
47307
47308 2005-10-11  Bruno Haible  <bruno@clisp.org>
47309
47310         * lib/c-strcase.h: New file, from GNU gettext.
47311         * lib/c-strcasecmp.c: New file, from GNU gettext.
47312         * lib/c-strncasecmp.c: New file, from GNU gettext.
47313
47314 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47315
47316         * modules/mempcpy (License): GPL -> LGPL.
47317         * modules/strchrnul (License): Likewise.
47318         * modules/sysexits (License): Likewise.
47319
47320 2005-10-08  Simon Josefsson  <jas@extundo.com>
47321
47322         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
47323
47324 2005-10-07  Simon Josefsson  <jas@extundo.com>
47325
47326         * m4/memxor.m4: Remove gl_C_RESTRICT call.
47327
47328 2005-10-06  Simon Josefsson  <jas@extundo.com>
47329
47330         * tests/test-hmac-md5.c: New file.
47331
47332         * modules/hmac-md5-tests: New file.
47333
47334         * modules/hmac-md5: New file.
47335
47336 2005-10-06  Simon Josefsson  <jas@extundo.com>
47337
47338         * m4/hmac-md5.m4: New file.
47339
47340         * m4/memxor.m4: Require gl_C_RESTRICT.
47341
47342 2005-10-06  Simon Josefsson  <jas@extundo.com>
47343
47344         * lib/memxor.c (memxor): Avoid casts and warnings.
47345
47346 2005-10-06  Simon Josefsson  <jas@extundo.com>
47347
47348         * lib/hmac-md5.c: New file.
47349
47350         * lib/hmac.h: New file.
47351
47352 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
47353
47354         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
47355         promotes to int, not unsigned int, to catch the AIX 5.3
47356         compiler bug.
47357
47358 2005-10-05  Simon Josefsson  <jas@extundo.com>
47359
47360         * modules/memxor: New file.
47361
47362         * modules/iconv (Files): Move config.rpath to havelib, it is used
47363         there.
47364
47365         * modules/havelib (Files): Add config.rpath.
47366
47367 2005-10-05  Simon Josefsson  <jas@extundo.com>
47368
47369         * m4/memxor.m4: New file.
47370
47371 2005-10-05  Simon Josefsson  <jas@extundo.com>
47372
47373         * lib/memxor.c (memxor): Fix compiler error.
47374
47375         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
47376         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
47377
47378         * lib/memxor.h, lib/memxor.c: New files.
47379
47380         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
47381         we assume all systems have it, suggested by Jim Meyering
47382         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
47383         any systems lack sys/socket.h; mingw32 is known to lack it, but we
47384         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
47385         same reasons.
47386
47387 2005-10-05  Simon Josefsson  <jas@extundo.com>
47388
47389         * config/srclist.txt: Add glibc bug 1423 for md5.h.
47390
47391 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
47392
47393         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
47394         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
47395         needed, since the source code now assumes these .h files.
47396
47397 2005-10-05  Derek Price  <derek@ximbiot.com>
47398
47399         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
47400
47401 2005-10-05  Bruno Haible  <bruno@clisp.org>
47402
47403         * modules/stdint (License): Change to LGPL.
47404
47405 2005-10-04  Simon Josefsson  <jas@extundo.com>
47406
47407         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
47408         D. Baushke" <mdb@gnu.org>.
47409
47410 2005-10-04  Bruno Haible  <bruno@clisp.org>
47411
47412         * lib/verify.h (verify_true): Provide alternative definition for C++.
47413
47414 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
47415
47416         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
47417         (SSIZE_MAX): New macro, if not already defined.
47418         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
47419         than 2 GiB.
47420
47421 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47422
47423         Sync from coreutils.
47424         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
47425         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
47426         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
47427         ULLONG_MAX doesn't work with 2.7.2.1.
47428
47429 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47430
47431         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
47432         From Ben Pfaff.
47433
47434         * modules/exclude (Depends-on): Depend on verify.
47435         * modules/strtoimax (Depends-on): Likewise.
47436         * modules/utimecmp (Depends-on): Likewise.
47437
47438 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47439
47440         * lib/exclude.c: Include verify.h.
47441         (verify): Remove.  All callers changed to use verify.h's version.
47442         * lib/strtoimax.c: Likewise.
47443         * lib/utimecmp.c: Likewis.e
47444
47445         Sync from coreutils.
47446         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
47447         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
47448         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
47449         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
47450         bother returning ENOSYS if settimeofday or stime fails; just let
47451         them return whatever errno they want to return.
47452         * lib/utimens.c: Include unistd.h, for dup2.
47453         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
47454         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
47455
47456 2005-10-02  Jim Meyering  <jim@meyering.net>
47457
47458         Sync from coreutils.
47459         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
47460         from glibc-2.2.5 that fails for read-only files.
47461
47462 2005-10-02  Jim Meyering  <jim@meyering.net>
47463
47464         Sync from coreutils.
47465         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
47466         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
47467         `#if HAVE_CONFIG_H'.
47468         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
47469         Remove AT_FDCWD test.
47470         Do not consume the fd unless successful.
47471         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
47472         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
47473         block, so that we don't even try to compile it if settimeofday is
47474         available.  This works around a compilation failure on OSF1 V5.1,
47475         due to stime requiring a `long int*' while tv_sec is `int'.
47476
47477 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
47478
47479         Sync from coreutils.
47480         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
47481         against `yes', rather than just testing for nonempty.
47482
47483 2005-10-01  Simon Josefsson  <jas@extundo.com>
47484
47485         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
47486         and Darwin.
47487
47488         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
47489         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
47490         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
47491         freeaddrinfo and gai_strerror are declared by the POSIX headers.
47492         Check if struct addrinfo is declared.
47493
47494 2005-10-01  Simon Josefsson  <jas@extundo.com>
47495
47496         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
47497         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
47498         AI_* and EAI_* definitions.  Protect function declarations.
47499
47500 2005-10-01  Jim Meyering  <jim@meyering.net>
47501
47502         Sync from coreutils.
47503
47504         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
47505         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
47506         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
47507         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
47508         in the inet and nsl libraries.  Required on Solaris 5.7.
47509
47510 2005-10-01  Jim Meyering  <jim@meyering.net>
47511
47512         Sync from coreutils.
47513         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
47514         in the inet and nsl libraries.  Required on Solaris 5.7.
47515
47516 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
47517
47518         * lib/getdelim.c (getdelim): Remove unused variables.
47519
47520 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
47521
47522         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
47523         so that the code works even with ancient cpp.  Portability problem
47524         with GCC 2.7.2.1 reported by Thomas M.Ott.
47525
47526 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
47527
47528         * modules/regex (Depends-on): Add strcase.
47529
47530         * modules/gethostname (Licence): Change from GPL to LGPL, since
47531         gethostname.c is a trivial implementation of a standard library
47532         function.
47533         * modules/poll (License): Change from GPL to LGPL, since it's
47534         derived from LGPL code.
47535
47536 2005-09-27  Jim Meyering  <jim@meyering.net>
47537
47538         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
47539         HAVE_CONFIG_H.
47540
47541         * lib/intprops.h (signed_type_or_expr__): Define.
47542         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
47543         for unsigned types.
47544
47545 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
47546
47547         * lib/verify.h (verify_expr): Remove, replacing with:
47548         (verify_true): New macro that returns true instead of void.
47549         (verify_type__): Remove.
47550         (verify): Use verify_true rather than verify_type__.
47551
47552 2005-09-26  Bruno Haible  <bruno@clisp.org>
47553
47554         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
47555         is necessary.
47556         (lib_SOURCES): Remove mbchar.c.
47557         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
47558         (Files): Add m4/mbrtowc.m4.
47559         * modules/mbiter: Likewise.
47560         * modules/mbuiter: Likewise.
47561
47562 2005-09-26  Bruno Haible  <bruno@clisp.org>
47563
47564         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
47565         compile mbchar.c if they are not both present.
47566         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
47567         * m4/mbiter.m4 (gl_MBITER): Likewise.
47568         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
47569         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
47570         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
47571
47572 2005-09-25  Jim Meyering  <jim@meyering.net>
47573
47574         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
47575         also uses socklen_t.
47576
47577 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
47578
47579         * lib/utimens.c (ENOSYS): Define if not already defined.
47580         (futimens): Support having a null PATH if the file descriptor
47581         is nonnegative.
47582
47583         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
47584         Remove.
47585         (__attribute): Define to empty unless GCC 3.1 or later.
47586         This works around a core dump on OpenBSD 3.4, which has GCC
47587         2.95.3, which dumps core when given __attribute__(()).  It also
47588         simplifies other tests, since we really don't want to bother with
47589         worrying about which ancient version of GCC supported what.
47590         Original problem reported by Yoann Vandoorselaere, with part of
47591         the fix suggested by Derek Price.
47592
47593 2005-09-24  Jim Meyering  <jim@meyering.net>
47594
47595         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
47596         so we can once again use a positive bitfield width of 1 -- now we
47597         don't have to explain why we were using a bitfield width of 2.
47598
47599 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
47600
47601         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
47602         and similarly for the other external symbols.  Problem reported
47603         by James Gallager.
47604
47605         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
47606         bug reported by Jim Meyering.
47607
47608         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
47609         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
47610         not needed, since socklen is a prerequisite module.
47611
47612 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
47613
47614         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
47615         Problem reported by Eric Blake.
47616         (getaddrinfo): Initialize se so that it's not garbage.
47617         Redo internal storage allocation so that it doesn't make unportable
47618         assumptions about alignment.
47619         Fix a memory leak.
47620
47621         * lib/utimens.c (futimens): Use futimesat if available.
47622         Prefer it to futimes since it doesn't have the futimes bug.
47623
47624         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
47625         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
47626         Instead, declare a function that returns a pointer to an array,
47627         and use verify_type__ to declare the size of the array.
47628         Problem and germ of a solution reported by Bruno Haible.
47629         (verify_type__): Use 2, not 1, for bitfield size, to avoid
47630         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
47631
47632 2005-09-23  Jim Meyering  <jim@meyering.net>
47633
47634         Sync from coreutils.
47635         Correct build failure (socklen_t not defined) on at least
47636         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
47637         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
47638
47639 2005-09-23  Jim Meyering  <jim@meyering.net>
47640
47641         * modules/getaddrinfo (Depends-on): Add socklen.
47642
47643 2005-09-23  Bruno Haible  <bruno@clisp.org>
47644
47645         * tests/test-verify.c: New file.
47646
47647 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47648
47649         Sync from coreutils.
47650
47651         * modules/argmatch (Depends-on): Add verify.
47652         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
47653         unistd-safer.
47654         * modules/save-cwd (Depends-on): Likewise.
47655
47656         * modules/openat (Files): Add lib/openat-die.c.
47657         (Depends-on): Remove error, exitfail.
47658         Add dirname.
47659
47660         * modules/verify: New file.
47661         * MODULES.html.sh (Diagnostics <assert.h>): New section,
47662         with "verify" module.
47663
47664 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47665
47666         Sync from coreutils.
47667
47668         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
47669         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
47670         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
47671         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
47672         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
47673         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
47674         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
47675         Don't bother checking for string.h, stdlib.h, unistd.h.
47676         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
47677         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
47678         module's job.
47679         * m4/jm-macros.m4 (gl_MACROS): Likewise.
47680         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
47681
47682         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
47683         (gl_GETDATE): Use it.
47684
47685         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
47686
47687 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47688
47689         Sync from coreutils.
47690
47691         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
47692         stat-time.h.
47693         * lib/argmatch.h: Include verify.h
47694         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
47695         (ARGMATCH_ASSERT): Remove; unused.
47696         * lib/canonicalize.c: Assume STDC_HEADERS.
47697         * lib/exclude.c: Include "strcase.h".
47698         * lib/regex_internal.h [!defined _LIBC]: Likewise.
47699         * lib/getusershell.c: Include stdio--.h rather than stdio.h
47700         and stdio-safer.h.
47701         (getusershell): Call fopen, not fopen_safer.
47702         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
47703         Do not include unistd-safer.h.
47704         (save_cwd): Don't call fd_safer; no longer needed
47705         now that we include fcntl--.h.
47706
47707         * lib/getdate.y (relative_time): New type.
47708         (RELATIVE_TIME_0): New constant.
47709         (parser_control): Use relative_time instead of doing it ourselves.
47710         (%union): Add new relative_time rel member.
47711         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
47712         Now typeless.
47713         (relunit, relunit_snumber): Now of type rel.
47714         (zone, rel, relunit, get_date): Adjust to above changes.
47715
47716         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
47717         Do not include unistd-safer.h.
47718         (getloadavg): Don't call fd_safer; no longer needed
47719         now that we include fcntl--.h.
47720
47721         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
47722         (make_dir_parents): Treat ENOSYS like EEXIST.
47723
47724         Improve quality of diagnostics on restore_cwd failure.
47725         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
47726         (make_dir_parents): Last arg is now int * (for errno), not bool *.
47727         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
47728         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
47729         each time through the loop.  Do not diagnose restore_cwd failure;
47730         that is the caller's job (and perhaps the caller does not care).
47731
47732         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
47733         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
47734         If the file already exists but is not a directory, don't bother
47735         to try to make its parents.
47736         Close potential file descriptor leak if we can't chdir("/") (!).
47737         Don't always return true if chdir($PWD) fails; return true only
47738         if the requested action was done successfully (except for the
47739         chdir($PWD)).
47740         Don't log final directory unless we actually made it.
47741         Refactor to avoid duplicate code to fix up permissions.
47742         Don't attempt to fix up parent permissions if chdir($PWD) fails.
47743
47744         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
47745         to make it a bit faster and (I hope) clearer.
47746         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
47747         Fix bug in formats like %2N.
47748
47749         * lib/verify.h: New file.
47750
47751 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47752
47753         Sync from coreutils.
47754         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
47755
47756 2005-09-22  Jim Meyering  <jim@meyering.net>
47757
47758         Sync from coreutils.
47759
47760         * m4/lstat.m4 (gl_FUNC_LSTAT):
47761         Use AC_LIBSOURCES to require lstat.c and lstat.h.
47762         Remove obsolete comment.
47763         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
47764         * m4/xstrtod.m4: Likewise.
47765
47766         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
47767
47768 2005-09-22  Jim Meyering  <jim@meyering.net>
47769
47770         Sync from coreutils.
47771
47772         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
47773
47774         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
47775         the .tm_year member, since otherwise gcc-4.0 would now warn about
47776         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
47777
47778         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
47779         order to avoid an unsuppressible warning from gcc on 64-bit systems.
47780
47781         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
47782         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
47783         when run in a time zone for which daylight savings time is in effect
47784         for the starting date.
47785
47786         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
47787         stop us from restricting permissions of just-created absolute-named
47788         directories.
47789         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
47790         to restore initial working directory.
47791         * lib/mkdir-p.c (make_dir_parents): New parameter:
47792         different_working_dir, to tell caller if/when we change the working
47793         directory and are unable to return to the initial one.
47794         * lib/mkdir-p.h (make_dir_parents): Update prototype.
47795         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
47796         `return false'.  This fixes a bug introduced on 2004-07-30.
47797
47798         * lib/openat.c (fdopendir): Be sure to close the supplied
47799         file descriptor before returning.  This makes our replacement
47800         implementation a little closer to Solaris's, where fdopendir
47801         ties the file descriptor to the returned DIR* pointer.
47802         * lib/openat.c (unlinkat): New function.
47803         * lib/openat.h (unlinkat): Add prototype.
47804         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
47805         (openat_restore_fail): Rename from openat_restore_die.
47806         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
47807
47808         Provide an alternative to exiting immediately upon save_cwd or
47809         restore_cwd failure.  Now, an application can arrange e.g.,
47810         to perform a longjump in that case.
47811         * lib/openat.c: Include dirname.h.
47812         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
47813         (rpl_openat, fdopendir, fstatat): Call openat_save_die
47814         and openat_restore_die rather than calling error directly.
47815         Don't include "error.h" or "exitfail.h"; they're no longer needed.
47816
47817         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
47818         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
47819         define.
47820
47821         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
47822         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
47823                             int utc, int nanoseconds);
47824         Background:
47825         date should not have to allocate a megabyte of virtual memory to
47826         handle a format argument like +%1048575T.  When implemented with
47827         strftime, it must allocate such a buffer, use strftime to fill it
47828         in, print it, then free it.
47829         With fprintftime, it simply prints everything and exits.
47830         With no need for memory allocation, that's one fewer way to fail.
47831         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
47832         optional field width, not before, so we accept %9:z, not %:9z.
47833         (my_strftime): Be sure to use L_('x') for literals.
47834
47835         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
47836         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
47837         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
47838         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
47839         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
47840         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
47841         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
47842         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
47843         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
47844         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
47845         * lib/xgethostname.c, lib/xreadlink.c:
47846         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
47847
47848         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
47849         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
47850         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
47851         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47852         and don't include <sys/file.h>).
47853
47854 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
47855
47856         Sync from coreutils.
47857
47858         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
47859         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
47860         [!LDAV_DONE]: Avoid unused variable warning.
47861
47862 2005-09-21  Bruno Haible  <bruno@clisp.org>
47863
47864         * lib/unicodeio.h (unicode_to_mb): New declaration.
47865
47866 2005-09-20  Derek Price  <derek@ximbiot.com>
47867
47868         * lib/getaddrinfo.c: Don't include <netdb.h> included from
47869         getaddrinfo.h.
47870
47871 2005-09-20  Bruno Haible  <bruno@clisp.org>
47872
47873         * gnulib-tool: Remove trailing slashes from the values specified for
47874         --source-base, --m4-base, --tests-base, --aux-dir.
47875         Suggested by Simon Josefsson <jas@extundo.com>.
47876
47877 2005-09-20  Bruno Haible  <bruno@clisp.org>
47878
47879         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
47880         func_modules_to_filelist, func_import, func_create_testdir): Make all
47881         sorting results locale-independent, so that gnulib-cache.m4 doesn't
47882         change when gnulib-tool is invoked in a different locale.
47883
47884 2005-09-19  Simon Josefsson  <jas@extundo.com>
47885
47886         * m4/socklen.m4: Fix typo.
47887
47888 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47889
47890         Use a consistent style for including <config.h>.
47891         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
47892         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
47893         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
47894         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
47895         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
47896         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
47897         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
47898         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
47899         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
47900         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
47901         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
47902         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
47903         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
47904         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
47905         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
47906         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
47907         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
47908         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
47909         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
47910         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
47911         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
47912         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
47913         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
47914         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
47915         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
47916         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
47917         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
47918         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
47919         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
47920         lib/xstrtoumax.c, lib/yesno.c:
47921         Standardize inclusion of config.h.
47922         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
47923         lib/inttostr.h:  Removed inclusion of config.h from header files.
47924         * lib/inttostr.c:  Adjusted in-tree users.
47925         * lib/timespec.h: Remove superfluous warning to include config.h.
47926         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
47927         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
47928         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
47929         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
47930         config.h with HAVE_CONFIG_H.
47931
47932 2005-09-19  Jim Meyering  <jim@meyering.net>
47933
47934         * modules/pathmax (License): Change to LGPL.
47935
47936 2005-09-19  Derek Price  <derek@ximbiot.com>
47937
47938         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
47939
47940 2005-09-19  Bruno Haible  <bruno@clisp.org>
47941
47942         * gnulib-tool (import): Provide default for --tests-base.
47943
47944 2005-09-19  Bruno Haible  <bruno@clisp.org>
47945
47946         * doc/quote.texi: New file, extracted from gnulib.texi.
47947         * doc/ctime.texi: New file, extracted from gnulib.texi.
47948         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
47949         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
47950         * doc/gnulib.texi: Include them.
47951
47952 2005-09-18  Bruno Haible  <bruno@clisp.org>
47953
47954         Portability fix.
47955         * gnulib-tool (func_readlink): New function.
47956         (func_ln_if_changed): Use it.
47957
47958 2005-09-18  Bruno Haible  <bruno@clisp.org>
47959
47960         * gnulib-tool: Support --with-tests also with --import.
47961         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
47962         (func_import): Use variables $testsbase and $inctests. Emit a
47963         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
47964         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
47965         SUBDIRS += $testsdir.
47966         (func_create_testdir): Update.
47967
47968 2005-09-18  Bruno Haible  <bruno@clisp.org>
47969
47970         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
47971         instead of $dry_run.
47972         (func_cp_if_changed, func_mv_if_changed): Remove functions.
47973         (func_ln_if_changed): Don't handle dry-run here.
47974         (func_import): In dry-run mode, detect more precisely which actions
47975         would be performed, and don't use "...ing" verbs.
47976
47977 2005-09-18  Bruno Haible  <bruno@clisp.org>
47978
47979         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
47980         (func_import): Use join on two temporary files instead of three nested
47981         loops, in order to determine which files are new or old.
47982
47983 2005-09-18  Bruno Haible  <bruno@clisp.org>
47984
47985         * gnulib-tool (func_import): Comment out code that spits out the
47986         new files with --dry-run.
47987
47988 2005-09-18  Bruno Haible  <bruno@clisp.org>
47989
47990         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
47991
47992 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
47993
47994         * lib/stat-time.h: New file.
47995         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
47996         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
47997         in a different way.
47998         (timespec_cmp): New function.
47999         * lib/utimecmp.c: Include stat-time.h.
48000         (SYSCALL_RESOLUTION): Depend on whether various struct stat
48001         members exist, not on the obsolescent ST_MTIM_NSEC.
48002         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
48003
48004 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48005
48006         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
48007
48008 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48009
48010         * MODULES.html.sh (File system functions): Add stat-time.
48011         * modules/stat-time: New file.
48012         * modules/timespec (Files): Remove m4/st_mtim.m4; this
48013         is now done in a different way, by the stat-time module.
48014         * modules/utimecmp (Depends-on): Add stat-time.
48015
48016 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
48017
48018         * m4/st_mtim.m4: Remove.  Superseded by...
48019         * m4/stat-time.m4: New file.
48020         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
48021         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
48022
48023 2005-09-15  Derek Price  <derek@ximbiot.com>
48024
48025         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
48026
48027 2005-09-15  Derek Price  <derek@ximbiot.com>
48028
48029         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
48030         * lib/regex_internal.c: Ditto, using this...
48031         (__GNUC_PREREQ): ...new macro.
48032         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
48033         using...
48034         (__GNUC_PREREQ): ...this new macro.
48035
48036         * lib/strstr.h: Include string.h. Define strstr as a macro here.
48037
48038 2005-09-15  Derek Price  <derek@ximbiot.com>
48039             Paul Eggert  <eggert@cs.ucla.edu>
48040
48041         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
48042         changes, consolidating in...
48043         * lib/regex_internal.h: ...this file.
48044
48045 2005-09-13  Jim Meyering  <jim@meyering.net>
48046
48047         * lib/canon-host.c: Filter through gnu indent and reword comments
48048         slightly.
48049         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
48050
48051 2005-09-13  Derek Price  <derek@ximbiot.com>
48052
48053         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
48054         failure.
48055         Reported by Jim Meyering  <jim@meyering.net>.
48056
48057 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48058
48059         * lib/base64.c: Typo.
48060         (base64_encode): Put b64str in initialized data section.
48061
48062 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
48063
48064         Merge glibc and coreutils changes into gnulib, plus a few
48065         extra fixes.
48066         * lib/md5.c: Use #error rather than a string.
48067         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
48068         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
48069         (__attribute__): Define to empty for non recent-GCC.
48070         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
48071         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
48072         Renamed from their non-__ counterparts, with new macros replacing
48073         them if not _LIBC.  Add __THROW attribute.
48074         (rol): Remove.
48075         (struct md5_ctx): Align buffer if using GCC.
48076         * lib/sha1.h (struct sha1_ctx): Likewise.
48077         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
48078         The old name was backwards.
48079         (NOTSWAP): Remove; not used.
48080         (rol): New macro, moved here from md5.h.
48081         (sha1_process_block): Remove a FIXME that doesn't make sense.
48082
48083 2005-09-12  Derek Price  <derek@ximbiot.com>
48084
48085         Return usable errors from canon-host.
48086         * lib/canon-host.h: New file.
48087         * lib/canon-host.c (canon_host): Wrap...
48088         (canon_host_r): ...this new function, which now relies exclusively on
48089         getaddrinfo.
48090         (ch_strerror): New function.
48091         (last_cherror): New global.
48092         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
48093         interface.
48094         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
48095         void *.
48096         (freeaddrinfo): Free ai->ai_canonname when set.
48097
48098 2005-09-12  Derek Price  <derek@ximbiot.com>
48099
48100         Make canon-host require getaddrinfo.
48101         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
48102         AC_LIBSOURCE canon-host.h.  Call...
48103         (gl_PREREQ_CANON_HOST): ...this new function, which requires
48104         gl_GETADDRINFO.
48105         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
48106
48107 2005-09-12  Derek Price  <derek@ximbiot.com>
48108
48109         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
48110         LGPL.
48111         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
48112
48113 2005-09-12  Derek Price  <derek@ximbiot.com>
48114
48115         * lib/gai_strerror.c: Include config.h when available.  Include
48116         getaddrinfo.h before other headers to test interface.
48117         Reported by Larry Jones <lawrence.jones@ugs.com>.
48118
48119 2005-09-12  Derek Price  <derek@ximbiot.com>
48120             Paul Eggert  <eggert@cs.ucla.edu>
48121
48122         * modules/glob (Files): Add glob-libc.h.
48123
48124 2005-09-12  Derek Price  <derek@ximbiot.com>
48125             Paul Eggert  <eggert@cs.ucla.edu>
48126
48127         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
48128         glob_.h, glob-libc.h.
48129         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
48130
48131 2005-09-12  Derek Price  <derek@ximbiot.com>
48132             Paul Eggert  <eggert@cs.ucla.edu>
48133
48134         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
48135         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
48136         protecting things that should be done only in gnulib contexts.
48137         * lib/glob_.h: New file, containing only the glob things needed for
48138         gnulib.
48139         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
48140         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
48141         (glob, globfree, glob_pattern_p): Now defined simply in terms of
48142         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
48143         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
48144         and to respect the namespace rules better.
48145
48146 2005-09-08  Simon Josefsson  <jas@extundo.com>
48147
48148         * modules/socklen: New file.
48149
48150 2005-09-08  Simon Josefsson  <jas@extundo.com>
48151
48152         * m4/socklen.m4: New file.
48153
48154 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48155
48156         * modules/utimens (Files): Add m4/utimbuf.m4, since
48157         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
48158         Reported by Sergey Poznyakoff.
48159
48160 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48161
48162         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
48163         definitions, since that's the preferred style in glibc.
48164         Fix a minor spacing issue, and update copyright notice to match
48165         glibc's.
48166
48167 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48168
48169         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
48170
48171 2005-09-06  Simon Josefsson  <jas@extundo.com>
48172
48173         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
48174         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
48175
48176 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48177
48178         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
48179         warning.
48180
48181 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48182
48183         * config/srclist.txt: Add glibc bug 1302.
48184
48185 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
48186
48187         Change bitset word type from unsigned int to unsigned long int,
48188         as this has better performance on typical 64-bit hosts.
48189         Port bitset code to hosts with unusual word sizes.
48190         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
48191         (build_collating_symbol):
48192         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
48193         argument is a bitset.  This is merely a style issue, but it makes
48194         it clearer that an entire array is expected.
48195         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
48196         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
48197         Port to the case where bitset_word is not the same as unsigned int.
48198         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48199         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
48200         Likewise.
48201         * lib/regexec.c (check_dst_limits_calc_pos_1,
48202         check_subexp_matching_top):
48203         (build_trtable, group_nodes_into_DFAstates):
48204         Likewise.
48205         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
48206         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
48207         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
48208         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
48209         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
48210         * lib/regcomp.c (optimize_subexps, lower_subexp):
48211         Work even if bitset_word has holes in its bitwise representation.
48212         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
48213         * lib/regexec.c (check_dst_limits_calc_pos_1,
48214         check_subexp_matching_top):
48215         Likewise.
48216         * lib/regex_internal.c (re_string_reconstruct):
48217         Don't assume UCHAR_MAX == 255.
48218         * lib/regex_internal.h (bitset_set_all): Likewise.
48219         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
48220         All uses changed.
48221         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
48222         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
48223         All uses changed.
48224         (BITSET_WORD_MAX): New macro.
48225         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
48226         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
48227         (bitset_empty, bitset_copy):
48228         Prefer sizeof (bitset) to multiplying it out ourselves.
48229         (bitset_not_merge): Remove; unused.
48230         (bitset_contain): Return bool, not unsigned int with one bit on.
48231         All callers changed.
48232         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
48233         alignment than re_node_set; do this by defining a new internal
48234         type struct dests_alloc and using it to allocate memory.
48235
48236 2005-09-05  Bruno Haible  <bruno@clisp.org>
48237
48238         * gnulib-tool (func_import): Fix comparison in handling of symbolic
48239         links.
48240
48241 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
48242
48243         * modules/size_max (Makefile.am): Add size_max.h
48244
48245 2005-09-04  Derek Price  <derek@ximbiot.com>
48246
48247         * gnulib-tool (func_import): Fix reversed $symbolic logic.
48248
48249 2005-09-03  Simon Josefsson  <jas@extundo.com>
48250
48251         * gnulib-tool: Fix typo.
48252
48253 2005-09-03  Simon Josefsson  <jas@extundo.com>
48254
48255         * config/srclist.txt: Add glibc bug 1293.
48256
48257 2005-09-03  Derek Price  <derek@ximbiot.com>
48258
48259         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
48260         From Larry Jones <lawrence.jones@ugs.com>.
48261
48262 2005-09-02  Simon Josefsson  <jas@extundo.com>
48263
48264         * modules/socklen: New file.
48265
48266 2005-09-02  Simon Josefsson  <jas@extundo.com>
48267
48268         * modules/havelib: New module.
48269
48270         * modules/gettext, modules/iconv, modules/lock, modules/readline:
48271         Use havelib.
48272
48273 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48274
48275         Check for arithmetic overflow when calculating sizes, to prevent
48276         some buffer-overflow issues.  These patches are conservative, in the
48277         sense that when I couldn't determine whether an overflow was possible,
48278         I inserted a run-time check.
48279         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
48280         macros.
48281         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
48282         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
48283         (re_xnrealloc, re_x2nrealloc): New inline functions.
48284         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
48285         parse_bracket_exp):
48286         (build_equiv_class, build_charclass): Check for arithmetic overflow
48287         in size expression calculations.
48288         * lib/regex_internal.c (re_string_realloc_buffers):
48289         (build_wcs_upper_buffer, re_node_set_add_intersect):
48290         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
48291         (re_dfa_add_node, register_state): Likewise.
48292         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
48293         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
48294         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
48295         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
48296
48297 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48298
48299         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48300         m4/ulonglong.m4.  Problem reported by Martin Lambers.
48301
48302 2005-09-02  Bruno Haible  <bruno@clisp.org>
48303
48304         Support for lib vs. lib64 distinction on biarch platforms.
48305         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
48306         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
48307         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
48308
48309 2005-09-02  Bruno Haible  <bruno@clisp.org>
48310
48311         * gnulib-tool (import): In the other first-use case, provide defaults
48312         as well.
48313
48314 2005-09-02  Bruno Haible  <bruno@clisp.org>
48315
48316         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
48317         patches not yet found in the latest gettext release.
48318
48319 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48320
48321         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
48322         to avoid a collision with bits/local_lim.h in glibc.
48323         All uses changed.  Problem reported by Dmitry V. Levin in
48324         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
48325
48326         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
48327         bugs in int versus size_t comparisons.
48328         (re_string_context_at): Fix bug where the code assumed that
48329         Idx is signed.
48330
48331         Use bool where appropriate.
48332         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
48333         All callers changed.
48334         (calc_eclosure_iter): Likewise, for ROOT arg.
48335         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
48336         (build_charclass_op): Likewise, for NON_MATCH arg.
48337         * lib/regex_internal.c (re_string_allocate, re_string_construct):
48338         (re_string_construct_common): Likewise, for ICASE arg.
48339         * lib/regexec.c (re_search_2_stub, re_search_stub):
48340         Likewise, for RET_LEN arg.
48341         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
48342         (set_regs): Likewise, for FL_BACKTRACK arg.
48343         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
48344         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
48345         (calc_eclosure_iter, parse_bracket_exp):
48346         Use bool for internal variables that are booleans.
48347         * lib/regexec.c (re_search_internal, check_matching,
48348         proceed_next_node):
48349         (set_regs, build_sifted_states, sift_states_bkref):
48350         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
48351         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
48352         (find_collation_sequence_value):
48353         Likewise.
48354         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
48355         (re_node_set_compare):
48356         Return bool, not int. All callers changed.
48357         * lib/regexec.c (check_halt_node_context, check_dst_limits):
48358         (build_trtable, check_node_accept): Likewise.
48359         * lib/regex_internal.h: Include stdbool.h.
48360
48361         Fix bugs uncovered when converting to bool.
48362         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
48363         failure instead of charging ahead blindly.
48364         * lib/regex_internal.c (register_state): Likewise.
48365         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
48366         for freeing internal storage.
48367         (group_nodes_into_DFA_states): Use unsigned int, not int, for
48368         bitset pieces used as boolean, to avoid undefined behavior
48369         on hosts that do int overflow checking.
48370
48371 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48372
48373         * config/srclist.txt: Add glibc bugs 1285-1287.
48374
48375 2005-09-01  Jim Meyering  <jim@meyering.net>
48376
48377         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
48378         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
48379         Require gl_STAT_MACROS, too.
48380
48381 2005-09-01  Bruno Haible  <bruno@clisp.org>
48382
48383         * gnulib-tool (import): In the first-use case, provide defaults.
48384
48385 2005-09-01  Bruno Haible  <bruno@clisp.org>
48386
48387         * gnulib-tool (func_import): Remove the .tmp files.
48388
48389 2005-09-01  Bruno Haible  <bruno@clisp.org>
48390
48391         * gnulib-tool (func_import): Fix handling of symbolic links.
48392
48393 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48394
48395         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
48396         old glibc regex code mishandles strings longer than 2**31 bytes.
48397         This patch fixes this when the regex code is used in gnulib
48398         (i.e., outside glibc).
48399
48400         This patch should not affect the use of the regex code inside
48401         glibc.  No doubt this problem also needs to be handled for glibc
48402         as well, but the result will be an incompatible change to the
48403         glibc ABI, and the old ABI will have to be supported too.  That
48404         can be the the subject for another patch.
48405
48406         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
48407         governing whether the rest of this patch is active.  By default,
48408         the macro is disabled and the patch has no effect.
48409         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
48410         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
48411         (struct re_pattern_buffer, re_search, re_search_2, re_match):
48412         (re_match_2, re_set_registers): Use the new types.
48413         * lib/regex_internal.h (Idx, re_hashval_t): New types.
48414         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
48415         New macros.
48416         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
48417         (re_string_context_at, bin_tree_t, re_dfastate_t):
48418         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
48419         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
48420         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
48421         (re_string_char_size_at, re_string_wchar_at):
48422         (re_string_elem_size_at):
48423         Use the new types and macros to port to 64-bit hosts.
48424         Use unsigned types for internal values, so that the code
48425         mostly works even for arrays larger than SSIZE_MAX.
48426         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
48427         (search_duplicated_node, calc_eclosure_iter, fetch_number):
48428         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
48429         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
48430         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
48431         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
48432         (calc_inveclosure, parse_dup_op, build_range_exp):
48433         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
48434         (fetch_number, create_token_tree, mark_opt_subexp):
48435         Likewise.
48436         * lib/regex_internal.c (re_string_construct_common,
48437         create_ci_newstate):
48438         (create_cd_newstate, re_string_allocate, re_string_construct):
48439         (re_string_realloc_buffers, build_wcs_upper_buffer):
48440         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
48441         (re_string_reconstruct, re_string_peek_byte_case):
48442         (re_string_fetch_byte_case, re_string_context_at):
48443         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
48444         (re_node_set_init_copy, re_node_set_add_intersect):
48445         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48446         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48447         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
48448         (re_acquire_state, re_acquire_state_context, register_state):
48449         Likewise.
48450         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
48451         search_cur_bkref_entry):
48452         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
48453         (re_search_internal, re_search_2_stub, re_search_stub)
48454         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
48455         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
48456         (update_cur_sifted_state, check_dst_limits):
48457         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48458         (check_subexp_limits, sift_states_bkref, merge_state_array):
48459         (check_subexp_matching_top, get_subexp, get_subexp_sub):
48460         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
48461         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
48462         (expand_bkref_cache, check_node_accept_bytes):
48463         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
48464         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
48465         (acquire_init_state_context, check_halt_node_context):
48466         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
48467         (sift_states_backward, clean_state_log_if_needed):
48468         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
48469         (find_recover_state, transit_state_sb, transit_state_mb):
48470         (transit_state_bkref, build_trtable, match_ctx_clean):
48471         Likewise.
48472         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
48473         to work around an assumption that REG_MISSING is negative.
48474
48475         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
48476         (seek_collating_symbol_entry) [defined _LIBC]:
48477         (lookup_collation_sequence_value) [defined _LIBC]:
48478         (build_range_exp, build_collating_symbol) [defined _LIBC]:
48479         Use prototypes rather than old-style function definitions.
48480         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
48481         (transit_state_sb) [0]:
48482         (find_collation_sequence_value) [defined _LIBC]: Likewise.
48483
48484         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
48485         rm_eo.
48486
48487         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
48488         (optimize_subexps, lower_subexp):
48489         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
48490         since the signed shift might overflow.  Use 1u<<31 instead.
48491         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48492         Likewise.
48493         * lib/regexec.c (check_dst_limits_calc_pos_1,
48494         check_subexp_matching_top): Likewise.
48495
48496         * lib/regcomp.c (optimize_subexps, lower_subexp):
48497         Use CHAR_BIT rather than 8, for clarity.
48498         * lib/regexec.c (check_dst_limits_calc_pos_1):
48499         (check_subexp_matching_top): Likewise.
48500         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
48501         have to worry about portability issues when shifting it left.
48502         Remove no-longer-needed test for table_size > 0.
48503         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
48504         in a word, as the resulting behavior is undefined.
48505         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
48506         in one case, a <= should have been an <, and in another case the
48507         whole test was missing.
48508         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
48509         the standard name CHAR_BIT.
48510         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
48511         this is not true on one's complement and signed-magnitude hosts.
48512
48513         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
48514         next_last_offset.
48515         (struct re_dfa_t): Remove unused member states_alloc.
48516         * lib/regcomp.c (init_dfa): Don't initialize unused members.
48517
48518 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48519
48520         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
48521         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
48522         and large-file glibc and in 32-bit large-file Solaris.
48523
48524 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48525
48526         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
48527         lengths fit in regoff_t; this isn't true if regoff_t is the same
48528         width as size_t.
48529         * lib/regex.c (re_search_internal): 5th arg is LAST_START
48530         (= START + RANGE) instead of RANGE.  This avoids overflow
48531         problems when regoff_t is the same width as size_t.
48532         All callers changed.
48533         (re_search_2_stub): Check for overflow when adding the
48534         sizes of the two strings.
48535         (re_search_stub): Check for overflow when adding START
48536         to RANGE; if it occurs, substitute the extreme value.
48537
48538 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48539
48540         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
48541
48542 2005-08-31  Jim Meyering  <jim@meyering.net>
48543
48544         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
48545         a pointer-to-const.
48546         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
48547         (register_state): Likewise.
48548         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
48549         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48550         (group_nodes_into_DFAstates): Likewise.
48551
48552 2005-08-31  Jim Meyering  <jim@meyering.net>
48553
48554         * check-module: Add a FIXME comment.
48555
48556 2005-08-31  Eric Blake  <ebb9@byu.net>
48557
48558         * modules/unistd-safer (Files): Add unistd--.h.
48559         * modules/stdio-safer (Files): Add stdio--.h.
48560
48561 2005-08-31  Derek Price  <derek@ximbiot.com>
48562
48563         * lib/getdelim.c (getdelim): Return EOF on EOF.
48564         Reported by Larry Jones <lawrence.jones@ugs.com>.
48565
48566 2005-08-31  Bruno Haible  <bruno@clisp.org>
48567
48568         Avoid unnecessary diffs in the generated lib/Makefile.am.
48569         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
48570         the generated files.
48571         (func_import): Don't set cmd.
48572
48573 2005-08-31  Bruno Haible  <bruno@clisp.org>
48574
48575         * lib/strstr.c: Include <stddef.h>, for NULL.
48576         * lib/strcasestr.c: Likewise.
48577         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48578
48579 2005-08-31  Bruno Haible  <bruno@clisp.org>
48580
48581         * gnulib-tool: New option --macro-prefix.
48582         (func_import): Use macro_prefix.
48583         (import): Handle option --macro-prefix.
48584
48585 2005-08-31  Bruno Haible  <bruno@clisp.org>
48586
48587         * gnulib-tool (import): Rename most ac_* variables to cached_*.
48588         Also use new variables cached_lgpl, cached_libtool.
48589
48590 2005-08-31  Bruno Haible  <bruno@clisp.org>
48591
48592         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
48593         always instantiating them.
48594
48595 2005-08-31  Bruno Haible  <bruno@clisp.org>
48596
48597         * gnulib-tool (func_import): Read the previous cached settings
48598         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
48599         earlier added by gnulib but are now dropped. Warn when a gnulib file
48600         overwrites a non-gnulib file.
48601
48602 2005-08-31  Bruno Haible  <bruno@clisp.org>
48603
48604         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
48605         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
48606         projects that don't keep autogenerated files in CVS. Put into
48607         actioncmd only the specified modules, not the transitive closure.
48608
48609 2005-08-31  Bruno Haible  <bruno@clisp.org>
48610
48611         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
48612         Create directories that shall be filled.
48613         (import): Don't look for gl_* macros in configure.ac. Recurse across
48614         all directories containing a gnulib-cache.m4 files, if meaningful.
48615
48616 2005-08-31  Bruno Haible  <bruno@clisp.org>
48617
48618         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
48619         (import): Set seen_libtool when we see gl_LIBTOOL.
48620
48621 2005-08-31  Bruno Haible  <bruno@clisp.org>
48622
48623         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
48624         declaration macro definitions from generated gnulib.m4.
48625
48626 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
48627
48628         * lib/iconvme.h: Add prototype for iconv_alloc.
48629
48630 2005-08-29  Simon Josefsson  <jas@extundo.com>
48631
48632         * lib/iconvme.c: Fix errno.
48633
48634 2005-08-29  Bruno Haible  <bruno@clisp.org>
48635
48636         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
48637         that it works when the directory contains spaces.
48638
48639 2005-08-29  Bruno Haible  <bruno@clisp.org>
48640
48641         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
48642
48643 2005-08-29  Bruno Haible  <bruno@clisp.org>
48644
48645         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
48646         Emit more advice.
48647
48648 2005-08-29  Bruno Haible  <bruno@clisp.org>
48649         and Stepan Kasal  <kasal@ucw.cz>
48650
48651         * check-module: If more parameters are given, check each of them
48652         separately; add more exceptions, as noted by Jim Meyering.
48653         (check_module): New procedure.
48654         (%exempt_header): Now contains all exceptions.
48655
48656 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
48657
48658         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
48659
48660 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
48661
48662         * lib/iconvme.c: Split iconv_string into iconv_alloc.
48663
48664 2005-08-28  Bruno Haible  <bruno@clisp.org>
48665
48666         * m4/gnulib-tool.m4: New file.
48667
48668 2005-08-27  Jim Meyering  <jim@meyering.net>
48669
48670         * modules/unistd-safer (Files): Add pipe-safer.c.
48671         * modules/fcntl-safer (Files): Add creat-safer.c.
48672
48673 2005-08-27  Jim Meyering  <jim@meyering.net>
48674
48675         * m4/stdlib-safer.m4: New file.  From coreutils.
48676         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
48677         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
48678         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
48679         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
48680         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
48681
48682 2005-08-27  Jim Meyering  <jim@meyering.net>
48683
48684         * lib/fopen-safer.c: Merge minor changes from coreutils.
48685         * lib/dup-safer.c: Likewise.
48686         * lib/fd-safer.c: Likewise.
48687
48688         Merge from coreutils.
48689         * lib/stdio--.h: New file.
48690         * lib/stdlib--.h: New file.
48691         * lib/mkstemp-safer.c: New file.
48692
48693         GNU tar needs these.
48694         * lib/pipe-safer.c: New file.
48695         * lib/creat-safer.c: New file.
48696         * lib/fcntl--.h (creat): Define to creat_safer.
48697         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
48698         * lib/unistd--.h (pipe): Define to pipe_safer.
48699         * lib/unistd-safer.h: Declare pipe_safer.
48700
48701 2005-08-26  Simon Josefsson  <jas@extundo.com>
48702
48703         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
48704         Haible <bruno@clisp.org>.
48705
48706 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
48707
48708         * lib/regex_internal.h: Remove all references to
48709         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
48710         or better.
48711         (bitset_not, bitset_merge, bitset_not_merge):
48712         (bitset_mask, re_string_allocate, re_string_construct):
48713         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
48714         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
48715         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
48716         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
48717         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48718         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48719         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
48720         (re_acquire_state_context):
48721         Remove unnecessary forward decls.
48722         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
48723         Put __attribute at function definition,
48724         now that the function decl has been removed.
48725         * lib/regex_internal.c (re_string_peek_byte_case):
48726         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
48727         Likewise.
48728
48729 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
48730
48731         * m4/regex.m4: Add AC_PREREQ(2.50).
48732         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
48733
48734 2005-08-25  Simon Josefsson  <jas@extundo.com>
48735
48736         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
48737         __fsetlocking.
48738
48739 2005-08-25  Simon Josefsson  <jas@extundo.com>
48740
48741         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
48742         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
48743         GLIBC specific code.
48744
48745 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48746
48747         Make regex safe for g++.  This fixes one real bug (an "err"
48748         that should have been "*err").  g++ problem reported by
48749         Sam Steingold.
48750         * lib/regex_internal.h (re_calloc): New macro, consistent with
48751         re_malloc etc.  All callers of calloc changed to use re_calloc.
48752         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
48753         not int.  All callers changed.
48754         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
48755         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
48756         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
48757         (find_recover_state): Change "err" to "*err"; this fixes what
48758         appears to be a real bug.
48759         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
48760         versus int.
48761
48762 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48763
48764         * modules/regex (Depends-on): Add malloc, since the code
48765         assumes that !malloc(0) means failure.
48766
48767 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48768
48769         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
48770
48771         alloca modernization/simplification for regex.
48772         * lib/regex.c: Remove portability cruft for alloca.  This no longer
48773         needs to be at the start of the file, and can be moved into
48774         regex_internal.h and simplified.
48775         * lib/regex_internal.h: Include <alloca.h>.
48776         (__libc_use_alloca) [!defined _LIBC]: New macro.
48777         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
48778         now works outside glibc.
48779
48780 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48781
48782         * config/srclist.txt: Add glibc bugs 1241, 1245.
48783
48784 2005-08-25  Jim Meyering  <jim@meyering.net>
48785
48786         * lib/open-safer.c: Include <config.h>.
48787         Otherwise, we'd lose LARGEFILE support in any file using
48788         e.g. "fcntl--.h"
48789
48790 2005-08-25  Bruno Haible  <bruno@clisp.org>
48791
48792         * m4/minmax.m4: Require autoconf 2.52.
48793         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
48794         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
48795         alternatives of translit over the alphabet.
48796         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
48797
48798 2005-08-24  Simon Josefsson  <jas@extundo.com>
48799
48800         * tests/test-getpass.c: New file.
48801
48802 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48803
48804         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
48805         for GNU regex features.
48806
48807 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48808
48809         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
48810         * lib/regex.h (regerror): Likewise.
48811
48812         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
48813         requires this.  (The code never needed it.)
48814
48815         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
48816         All uses of recently-renamed identifiers changed to use the new,
48817         POSIX-compliant names.  The code will build and run just fine
48818         without these changes, but it's better to eat our own dog food
48819         and use the standard-conforming names.
48820
48821         * lib/regex.h: Fix a multitude of POSIX name space violations.
48822         These changes have an effect only for programs that define
48823         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
48824         do not change anything for programs compiled in the normal way.
48825         Also, there is no effect on the ABI.
48826
48827         (_REGEX_SOURCE): New macro.
48828         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
48829         defined and _GNU_SOURCE is not; this fixes a name space violation.
48830
48831         Rename the following macros to obey POSIX requirements.
48832         The old names are still visible as macros if _REGEX_SOURCE is defined.
48833         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
48834         RE_BACKSLASH_ESCAPE_IN_LISTS.
48835         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
48836         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
48837         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
48838         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
48839         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
48840         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
48841         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
48842         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
48843         (REG_INTERVALS): renamed from RE_INTERVALS.
48844         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
48845         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
48846         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
48847         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
48848         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
48849         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
48850         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
48851         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
48852         RE_UNMATCHED_RIGHT_PAREN_ORD.
48853         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
48854         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
48855         (REG_DEBUG): renamed from RE_DEBUG.
48856         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
48857         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
48858         unusual, since we can't clash with the POSIX REG_ICASE.
48859         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
48860         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
48861         (REG_NO_SUB): renamed from RE_NO_SUB.
48862         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
48863         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
48864         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
48865         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
48866         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
48867         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
48868         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
48869         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
48870         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
48871         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
48872         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
48873         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
48874         RE_SYNTAX_POSIX_MINIMAL_BASIC.
48875         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
48876         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
48877         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
48878         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
48879         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
48880         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
48881         (REG_FIXED): Renamed from REGS_FIXED.
48882         (REG_NREGS): Renamed from RE_NREGS.
48883
48884         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
48885         of other REG_* macros, since POSIX says the user is allowed to
48886         #undef these macros selectively.
48887
48888         (reg_errcode_t): Update comment stating what other tables need
48889         to be consistent.
48890
48891         Rename the following enum values to obey POSIX requirements.
48892         The old names are still visible as macros.
48893         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
48894         is not defined, since GNU is supposed to be a superset of POSIX as
48895         much as possible, and since we want reg_errcode_t to be a signed
48896         type for implementation consistency.
48897         (_REG_NOERROR): Renamed from REG_NOERROR.
48898         (_REG_NOMATCH): Renamed from REG_NOMATCH.
48899         (_REG_BADPAT): Renamed from REG_BADPAT.
48900         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
48901         (_REG_ECTYPE): Renamed from REG_ECTYPE.
48902         (_REG_EESCAPE): Renamed from REG_EESCAPE.
48903         (_REG_ESUBREG): Renamed from REG_ESUBREG.
48904         (_REG_EBRACK): Renamed from REG_EBRACK.
48905         (_REG_EPAREN): Renamed from REG_EPAREN.
48906         (_REG_EBRACE): Renamed from REG_EBRACE.
48907         (_REG_BADBR): Renamed from REG_BADBR.
48908         (_REG_ERANGE): Renamed from REG_ERANGE.
48909         (_REG_ESPACE): Renamed from REG_ESPACE.
48910         (_REG_BADRPT): Renamed from REG_BADRPT.
48911         (_REG_EEND): Renamed from REG_EEND.
48912         (_REG_ESIZE): Renamed from REG_ESIZE.
48913         (_REG_ERPAREN): Renamed from REG_ERPAREN.
48914         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
48915         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
48916         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
48917         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
48918
48919         (_REG_RE_NAME, _REG_RM_NAME): New macros.
48920         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
48921         changed.  But support the old name if the new one is not defined
48922         and if _REGEX_SOURCE.
48923
48924         Change the following member names in struct re_pattern_buffer.
48925         The old names are still supported if !_REGEX_SOURCE.
48926         The new names are always supported, regardless of _REGEX_SOURCE.
48927         (re_buffer): Renamed from buffer.
48928         (re_allocated): Renamed from allocated.
48929         (re_used): Renamed from used.
48930         (re_syntax): Renamed from syntax.
48931         (re_fastmap): Renamed from fastmap.
48932         (re_translate): Renamed from translate.
48933         (re_can_be_null): Renamed from can_be_null.
48934         (re_regs_allocated): Renamed from regs_allocated.
48935         (re_fastmap_accurate): Renamed from fastmap_accurate.
48936         (re_no_sub): Renamed from no_sub.
48937         (re_not_bol): Renamed from not_bol.
48938         (re_not_eol): Renamed from not_eol.
48939         (re_newline_anchor): Renamed from newline_anchor.
48940
48941         Change the following member names in struct re_registers.
48942         The old names are still supported if !_REGEX_SOURCE.
48943         The new names are always supported, regardless of _REGEX_SOURCE.
48944         (rm_num_regs): Renamed from num_regs.
48945         (rm_start): Renamed from start.
48946         (rm_end): Renamed from end.
48947
48948         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
48949         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
48950         Prepend __ to parameter names.
48951
48952         Undo yesterday's changes.
48953
48954 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48955
48956         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
48957         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
48958         lib/regex.c.
48959
48960 2005-08-24  Jim Meyering  <jim@meyering.net>
48961
48962         Sync from coreutils.
48963         * m4/fcntl-safer.m4: New file.
48964
48965         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
48966         and object files for this module.
48967
48968 2005-08-24  Jim Meyering  <jim@meyering.net>
48969
48970         Sync from coreutils.
48971         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
48972
48973 2005-08-24  Jim Meyering  <jim@meyering.net>
48974
48975         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
48976         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
48977
48978 2005-08-24  Jim Meyering  <jim@meyering.net>
48979
48980         * modules/fcntl-safer: New module.
48981         * modules/fts (Depends-on): Add fcntl-safer.
48982         * MODULES.html.sh (File descriptor based Input/Output):
48983         Add fcntl-safer.
48984
48985 2005-08-24  Bruno Haible  <bruno@clisp.org>
48986
48987         Support for unit test modules.
48988         * modules/README: Mention tests modules.
48989         * modules/TEMPLATE-TESTS: New file.
48990         * gnulib-tool: New options --extract-tests-module, --with-tests and
48991         --tests-base (unused for the moment).
48992         (testsbase, inctests): New variables.
48993         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
48994         (func_verify_module): Exclude TEMPLATE-TESTS.
48995         (func_verify_nontests_module, func_verify_tests_module): New functions.
48996         (func_get_dependencies): Add implicit dependency for tests modules.
48997         (func_get_tests_module): New function.
48998         (func_modules_transitive_closure): When --with-tests was specified,
48999         include the unit tests as well, unless explicitly avoided.
49000         (func_emit_lib_Makefile_am): Ignore the tests modules here.
49001         (func_emit_tests_Makefile_am): New function.
49002         (func_create_testdir): When --with-tests was specified, emit a
49003         tests/ directory.
49004         * MODULES.html.sh (Future developments): Update.
49005
49006 2005-08-24  Bruno Haible  <bruno@clisp.org>
49007
49008         * modules/tls-tests: New file.
49009         * tests/test-tls.c: New file, from GNU gettext.
49010
49011 2005-08-24  Bruno Haible  <bruno@clisp.org>
49012
49013         * modules/lock-tests: New file.
49014         * tests/test-lock.c: New file, from GNU gettext.
49015
49016 2005-08-24  Bruno Haible  <bruno@clisp.org>
49017
49018         * lib/lock.h: Add multiple inclusion guard.
49019         * lib/tls.h: Add multiple inclusion guard.
49020
49021 2005-08-24  Bruno Haible  <bruno@clisp.org>
49022
49023         * gnulib-tool: Add support for the --aux-dir option to
49024         --create-testdir, --create-megatestdir, --test, --megatest.
49025         (func_create_testdir, func_create_megatestdir): Optionally emit a
49026         AC_CONFIG_AUX_DIR directive.
49027         (create-testdir, create-megatestdir, test, megatest): Provide a
49028         default value for $auxdir.
49029
49030 2005-08-24  Bruno Haible  <bruno@clisp.org>
49031
49032         * gnulib-tool (import): Use compound statement instead of subshell
49033         where possible.
49034
49035 2005-08-24  Bruno Haible  <bruno@clisp.org>
49036
49037         * gnulib-tool (import): Change --aux-dir default to "build-aux".
49038
49039 2005-08-24  Bruno Haible  <bruno@clisp.org>
49040
49041         * gnulib-tool (func_version): Update.
49042
49043 2005-08-24  Bruno Haible  <bruno@clisp.org>
49044
49045         * gnulib-tool (func_import, func_create_testdir,
49046         func_create_megatestdir): Quote all autoconf macro arguments.
49047
49048 2005-08-24  Bruno Haible  <bruno@clisp.org>
49049
49050         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
49051         option --force, because --force causes the aclocal.m4 of each
49052         subdirectory to be newer than the corresponding config.h.in.
49053
49054 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49055
49056         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
49057         All contents moved to gl_REGEX.
49058         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
49059         assume that it does.
49060
49061 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49062
49063         * lib/regex.h (REG_NOSYS)
49064         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
49065         Define, since POSIX requires it as of 2001.
49066         (_REG_ENOSYS)
49067         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
49068         New private symbol, used to keep the enum signed in all cases.
49069         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
49070         Youngman in
49071         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
49072
49073         * lib/regex_internal.c (re_string_skip_chars, register_state):
49074         (calc_state_hash):
49075         Remove forward decls; no longer needed now that we use prototypes.
49076         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
49077         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
49078         (clean_state_log_if_needed): Likewise.
49079
49080 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49081
49082         * config/srclist.txt: Add glibc bugs 1231-1233.
49083
49084 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49085
49086         Fix problems reported by Sam Steingold in
49087         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
49088         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
49089         assumed that reg_errcode_t is a signed type, which is not
49090         necessarily true if _XOPEN_SOURCE is not defined.
49091         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
49092         since some compilers warn about it otherwise.
49093
49094 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49095
49096         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
49097         (init_word_char, create_initial_state, duplicate_node_closure):
49098         (fetch_token, peek_token_bracket, build_range_exp):
49099         (build_collating_symbol): Remove forward decls; no longer needed
49100         now that we use prototypes.
49101
49102         * lib/regcomp.c:
49103         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
49104         (re_compile_fastmap_iter, regcomp, regerror, regfree):
49105         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
49106         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
49107         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
49108         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
49109         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
49110         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
49111         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
49112         (build_range_exp, build_collating_symbol, parse_bracket_exp):
49113         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
49114         (build_charclass, build_charclass_op, fetch_number, create_tree):
49115         (create_token_tree, mark_opt_subexp, duplicate_tree):
49116         Use prototypes rather than old-style definitions.
49117
49118         * lib/regex_internal.c:
49119         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
49120         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
49121         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
49122         (re_string_reconstruct, re_string_peek_byte_case):
49123         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
49124         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
49125         (re_node_set_init_copy, re_node_set_add_intersect):
49126         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49127         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49128         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
49129         (re_acquire_state, re_acquire_state_context, register_state):
49130         (create_ci_newstate, create_cd_newstate, free_state):
49131         Likewise.
49132         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
49133         re_search_2):
49134         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
49135         (re_search_internal, prune_impossible_nodes):
49136         (acquire_init_state_context, check_matching, static):
49137         (check_halt_node_context, check_halt_state_context, proceed_next_node):
49138         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
49139         (update_regs, sift_states_backward, build_sifted_states):
49140         (clean_state_log_if_needed, merge_state_array):
49141         (update_cur_sifted_state, add_epsilon_src_nodes):
49142         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
49143         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
49144         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
49145         (find_recover_state, check_subexp_matching_top, transit_state_mb):
49146         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
49147         (check_arrival, check_arrival_add_next_nodes):
49148         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
49149         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49150         (check_node_accept_bytes, check_node_accept, extend_buffers):
49151         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
49152         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
49153         (sift_ctx_init):
49154         Likewise.
49155
49156         * lib/regex_internal.h:
49157         (re_string_allocate, re_string_construct, re_string_reconstruct):
49158         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
49159         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
49160         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
49161         (re_string_context_at, re_string_peek_byte_case):
49162         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
49163         is defined, since we now use prototypes always.
49164
49165         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
49166         C89 or better.  All uses removed.
49167
49168 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49169
49170         * config/srclist.txt: Add glibc bugs 1220-1227.
49171
49172 2005-08-20  Jim Meyering  <jim@meyering.net>
49173
49174         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
49175         of unused local, dfa.
49176
49177 2005-08-20  Bruno Haible  <bruno@clisp.org>
49178
49179         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
49180
49181 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49182
49183         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
49184         (re_node_set_insert_last, re_dfa_add_node):
49185         Rename local variables to avoid GCC shadowing warnings.
49186
49187 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49188
49189         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
49190         [defined lint]: Suppress bogus uninitialized-variable warnings.
49191
49192         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
49193         and let the caller return REG_ESPACE if out of space.  This
49194         removes an uninitialied-variable warning with GCC 4.0.1, and also
49195         avoids taking the address of a local variable.  All callers
49196         changed.
49197
49198 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49199
49200         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
49201         $LIBCSRC/posix/regexec.c.
49202         Add glibc bug 1217 for regcomp.c.
49203
49204 2005-08-19  Jim Meyering  <jim@meyering.net>
49205
49206         * lib/regexec.c (proceed_next_node): Redo local variables to
49207         avoid GCC shadowing warnings.
49208
49209 2005-08-18  Bruno Haible  <bruno@clisp.org>
49210
49211         * lib/strstr.c (strstr): Fix return value in multibyte case.
49212         * lib/strcasestr.c (strcasestr): Likewise.
49213
49214 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49215
49216         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
49217
49218 2005-08-17  Jim Meyering  <jim@meyering.net>
49219
49220         Make the %s format (seconds since the epoch) work for a negative
49221         number and when used with a zero-padded field width, e.g. %015s.
49222
49223         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
49224         label so that it precedes the code to set `digits'.  Otherwise,
49225         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
49226         print `00-22'.  Now, it prints `-0022', as it should.
49227
49228 2005-08-17  Bruno Haible  <bruno@clisp.org>
49229
49230         * modules/strstr (Files): Add m4/mbrtowc.m4.
49231         (Depends-on): Add mbuiter.
49232
49233 2005-08-17  Bruno Haible  <bruno@clisp.org>
49234
49235         * modules/strcasestr: New file.
49236         * MODULES.html.sh (String handling, based on ANSI C 89): Add
49237         strcasestr.
49238
49239 2005-08-17  Bruno Haible  <bruno@clisp.org>
49240
49241         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
49242
49243 2005-08-17  Bruno Haible  <bruno@clisp.org>
49244
49245         * modules/mbuiter: New file.
49246         * MODULES.html.sh (Extended multibyte and wide character utilities):
49247         Add mbuiter.
49248
49249 2005-08-17  Bruno Haible  <bruno@clisp.org>
49250
49251         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
49252         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
49253
49254 2005-08-17  Bruno Haible  <bruno@clisp.org>
49255
49256         * m4/strcasestr.m4: New file.
49257
49258 2005-08-17  Bruno Haible  <bruno@clisp.org>
49259
49260         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
49261         * lib/strstr.c: Completely rewritten, with multibyte locale support.
49262
49263 2005-08-17  Bruno Haible  <bruno@clisp.org>
49264
49265         * lib/strcasestr.h: New file.
49266         * lib/strcasestr.c: New file.
49267
49268 2005-08-17  Bruno Haible  <bruno@clisp.org>
49269
49270         * lib/strcasecmp.c: Use mbuiter.h.
49271
49272 2005-08-17  Bruno Haible  <bruno@clisp.org>
49273
49274         * lib/mbuiter.h: New file.
49275
49276 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
49277
49278         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
49279         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
49280         and gl_GETOPT are both invoked via different paths (as happens
49281         with GNU tar CVS because it uses both argp and getopt), the former
49282         wins.
49283
49284 2005-08-16  Bruno Haible  <bruno@clisp.org>
49285
49286         * modules/tls: New file.
49287         * MODULES.html.sh (Multithreading): Add tls.
49288
49289 2005-08-16  Bruno Haible  <bruno@clisp.org>
49290
49291         * modules/strnlen1: New file.
49292         * MODULES.html.sh (String handling): Add strnlen1.
49293
49294 2005-08-16  Bruno Haible  <bruno@clisp.org>
49295
49296         * modules/strcase (Files): Add m4/mbrtowc.m4.
49297         (Depends-on): Add strnlen1, mbchar.
49298
49299 2005-08-16  Bruno Haible  <bruno@clisp.org>
49300
49301         * modules/mbiter: New file.
49302         * MODULES.html.sh (Extended multibyte and wide character utilities):
49303         Add mbiter.
49304
49305 2005-08-16  Bruno Haible  <bruno@clisp.org>
49306
49307         * modules/mbfile: New file.
49308         * MODULES.html.sh (Extended multibyte and wide character utilities):
49309         Add mbfile.
49310
49311 2005-08-16  Bruno Haible  <bruno@clisp.org>
49312
49313         * modules/mbchar: New file.
49314         * MODULES.html.sh (Extended multibyte and wide character utilities):
49315         New section.
49316
49317 2005-08-16  Bruno Haible  <bruno@clisp.org>
49318
49319         * m4/tls.m4: New file, from GNU gettext.
49320
49321 2005-08-16  Bruno Haible  <bruno@clisp.org>
49322
49323         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
49324         always.
49325         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
49326
49327 2005-08-16  Bruno Haible  <bruno@clisp.org>
49328
49329         * m4/mbiter.m4: New file.
49330
49331 2005-08-16  Bruno Haible  <bruno@clisp.org>
49332
49333         * m4/mbfile.m4: New file.
49334
49335 2005-08-16  Bruno Haible  <bruno@clisp.org>
49336
49337         * m4/mbchar.m4: New file.
49338
49339 2005-08-16  Bruno Haible  <bruno@clisp.org>
49340
49341         * lib/tls.h: New file, from GNU gettext.
49342         * lib/tls.c: New file, from GNU gettext.
49343
49344 2005-08-16  Bruno Haible  <bruno@clisp.org>
49345
49346         * lib/strnlen1.h: New file.
49347         * lib/strnlen1.c: New file.
49348
49349 2005-08-16  Bruno Haible  <bruno@clisp.org>
49350
49351         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
49352         (mbi_init): Update.
49353         (mbi_avail, mbi_advance): Let the iteration end before the terminating
49354         NUL byte, not after it.
49355
49356 2005-08-16  Bruno Haible  <bruno@clisp.org>
49357
49358         * lib/strcase.h (strcasecmp): Add note in comments.
49359         * lib/strncasecmp.c: Use code from strcasecmp.c.
49360         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
49361         (strcasecmp): Work correctly in multibyte locales.
49362
49363 2005-08-16  Bruno Haible  <bruno@clisp.org>
49364
49365         * lib/mbiter.h: New file.
49366
49367 2005-08-16  Bruno Haible  <bruno@clisp.org>
49368
49369         * lib/mbfile.h: New file.
49370
49371 2005-08-16  Bruno Haible  <bruno@clisp.org>
49372
49373         * lib/mbchar.h: New file.
49374         * lib/mbchar.c: New file.
49375
49376 2005-08-16  Bruno Haible  <bruno@clisp.org>
49377
49378         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
49379         the valid ones. Makes the comparison operations transitive:
49380         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
49381         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
49382
49383 2005-08-15  Simon Josefsson  <jas@extundo.com>
49384
49385         * modules/ssize_t (License): Change to 'unlimited'.
49386
49387         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
49388
49389 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
49390
49391         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
49392         Add comments for each pending glibc patch.
49393
49394 2005-08-15  Bruno Haible  <bruno@clisp.org>
49395
49396         * lib/regex.h (__restrict_arr): Don't define to __restrict if
49397         __cplusplus is defined.
49398
49399 2005-08-14  Jim Meyering  <jim@meyering.net>
49400
49401         Sync from coreutils.
49402
49403         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
49404         Use the hash-table-based cycle-detection code not just when
49405         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
49406         Reported by James Youngman in
49407         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
49408         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
49409         FTS_TIGHT_CYCLE_CHECK.
49410         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
49411         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
49412         once again.
49413         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
49414         * lib/fts.c (fd_safer): Remove decl.
49415         Include fcntl--.h rather than unistd-safer.h
49416         (fts_safe_changedir): Don't call fd_safer; no longer needed
49417         now that we include fcntl--.h.
49418
49419 2005-08-12  Simon Josefsson  <jas@extundo.com>
49420
49421         * modules/getndelim2: Use ssize_t module.
49422         * modules/getnline: Likewise.
49423         * modules/safe-read: Likewise.
49424         * modules/xreadlink: Likewise.
49425
49426         * modules/ssize_t: New file.
49427
49428 2005-08-12  Simon Josefsson  <jas@extundo.com>
49429
49430         * m4/readline.m4: Look for termcap, curses or ncurses if required.
49431
49432 2005-08-12  Simon Josefsson  <jas@extundo.com>
49433
49434         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49435         ssize_t.
49436
49437 2005-08-12  Simon Josefsson  <jas@extundo.com>
49438
49439         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
49440         readline, getdelim and check_version.
49441         (Support for systems lacking ISO C 99: Sizes of integer types):
49442         Add size_max.
49443
49444 2005-08-12  Bruno Haible  <bruno@clisp.org>
49445
49446         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
49447
49448 2005-08-11  Simon Josefsson  <jas@extundo.com>
49449
49450         * modules/readline: New file.
49451
49452         * modules/strnlen (Files): Add strnlen.h.
49453
49454 2005-08-11  Simon Josefsson  <jas@extundo.com>
49455
49456         * m4/readline.m4: New file.
49457
49458 2005-08-11  Simon Josefsson  <jas@extundo.com>
49459
49460         * lib/readline.h, readline.c: New file.
49461
49462 2005-08-11  Simon Josefsson  <jas@extundo.com>
49463
49464         * doc/gnulib.texi (Initial import, Finishing touches): Mention
49465         gl_AVOID.
49466
49467 2005-08-11  Bruno Haible  <bruno@clisp.org>
49468
49469         * lib/strnlen.h (strnlen): Change parameter name to match comment.
49470
49471 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
49472
49473         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
49474
49475 2005-08-10  Simon Josefsson  <jas@extundo.com>
49476
49477         * tests/test-iconvme.c: New file.
49478
49479 2005-08-10  Simon Josefsson  <jas@extundo.com>
49480
49481         * m4/strnlen.m4: New file.
49482
49483         * m4/strndup.m4: Don't check for strnlen declaration, done in
49484         strnlen.m4.
49485
49486 2005-08-10  Simon Josefsson  <jas@extundo.com>
49487
49488         * lib/strndup.c: Use strnlen.h.
49489
49490         * lib/strnlen.h: New file.
49491
49492 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49493
49494         * README: Typos.
49495
49496 2005-08-02  Simon Josefsson  <jas@extundo.com>
49497
49498         * modules/readline: New file.
49499
49500 2005-08-02  Simon Josefsson  <jas@extundo.com>
49501
49502         * modules/getdelim: New file.
49503
49504         * modules/getline: Rewrite, don't use getndelim2.
49505
49506 2005-08-02  Simon Josefsson  <jas@extundo.com>
49507
49508         * m4/getline.m4: Separate out getdelim stuff into separate module.
49509
49510         * m4/getdelim.m4: New file.
49511
49512 2005-08-02  Simon Josefsson  <jas@extundo.com>
49513
49514         * lib/getline.h, getline.c: Rewrite.
49515
49516         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
49517
49518 2005-07-31  Bruno Haible  <bruno@clisp.org>
49519
49520         * lib/lock.h (gl_lock_initializer): New macro.
49521         (gl_lock_define_initialized): Use it.
49522         (gl_rwlock_initializer): New macro.
49523         (gl_rwlock_define_initialized): Use it.
49524         (gl_recursive_lock_initializer): New macro.
49525         (gl_recursive_lock_define_initialized): Use it.
49526
49527 2005-07-30  Karl Berry  <karl@gnu.org>
49528
49529         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
49530         Report from Ben Pfaff, regarding getopt.
49531
49532 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
49533
49534         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
49535         normal way.
49536         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
49537         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
49538         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
49539         (gl_GETOPT): Use the new macros.  Most of the implementation
49540         is moved to the new macros.  This is for programs like Emacs
49541         that don't want all the functionality of gl_GETOPT.
49542
49543 2005-07-26  Bruno Haible  <bruno@clisp.org>
49544
49545         * m4/lock.m4: Update from GNU gettext.
49546
49547 2005-07-26  Bruno Haible  <bruno@clisp.org>
49548
49549         * lib/lock.h: Update from GNU gettext.
49550         * lib/lock.c: Update from GNU gettext.
49551
49552 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
49553
49554         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
49555         obsolescent AC_TRY_RUN.  Include the default includes files, for
49556         'exit'.
49557
49558 2005-07-24  Bruno Haible  <bruno@clisp.org>
49559
49560         * modules/visibility: New file.
49561         * MODULES.html.sh (Misc): Add visibility.
49562
49563 2005-07-24  Bruno Haible  <bruno@clisp.org>
49564
49565         * m4/visibility.m4: New file.
49566
49567 2005-07-24  Bruno Haible  <bruno@clisp.org>
49568
49569         * doc/visibility.texi: New file.
49570
49571 2005-07-22  Bruno Haible  <bruno@clisp.org>
49572
49573         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
49574         $(ALLOCA_H), redundant through BUILT_SOURCES.
49575         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
49576         redundant through BUILT_SOURCES.
49577         * modules/byteswap (Makefile.am): Remove explicit dependency on
49578         $(BYTESWAP_H), redundant through BUILT_SOURCES.
49579         * modules/fnmatch (Makefile.am): Remove explicit dependency on
49580         $(FNMATCH_H), redundant through BUILT_SOURCES.
49581         * modules/getopt (Makefile.am): Remove explicit dependency on
49582         $(GETOPT_H), redundant through BUILT_SOURCES.
49583         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
49584         redundant through BUILT_SOURCES.
49585         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
49586         redundant through BUILT_SOURCES.
49587         * modules/stdbool (Makefile.am): Remove explicit dependency on
49588         $(STDBOOL_H), redundant through BUILT_SOURCES.
49589         * modules/stdint (Makefile.am): Remove explicit dependency on
49590         $(STDINT_H), redundant through BUILT_SOURCES.
49591         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
49592         Remove explicit dependency on $(SYSEXITS_H).
49593         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
49594
49595 2005-07-18  Simon Josefsson  <jas@extundo.com>
49596
49597         * lib/check-version.c (check_version): Accept identical versions too.
49598
49599 2005-07-18  Bruno Haible  <bruno@clisp.org>
49600
49601         * modules/lock: New file.
49602         * MODULES.html.sh (Multithreading): New section.
49603
49604 2005-07-18  Bruno Haible  <bruno@clisp.org>
49605
49606         * m4/lock.m4: New file, from GNU gettext.
49607
49608 2005-07-18  Bruno Haible  <bruno@clisp.org>
49609
49610         * lib/lock.h: New file, from GNU gettext.
49611         * lib/lock.c: New file, from GNU gettext.
49612
49613 2005-07-18  Bruno Haible  <bruno@clisp.org>
49614
49615         * lib/lock.h (gl_once_t): New type.
49616         (gl_once_define, gl_once): New macros.
49617         * lib/lock.c (fresh_once): New variable.
49618         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
49619         functions.
49620
49621 2005-07-16  Simon Josefsson  <jas@extundo.com>
49622
49623         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
49624         workaround, suggested by Bruno.
49625
49626 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
49627
49628         * modules/xalloc (Depends-on): Add xalloc-die.
49629         * modules/xvasprintf (Depends-on): Add xalloc-die.
49630
49631 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
49632
49633         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
49634         with a minor change.
49635
49636 2005-07-15  Bruno Haible  <bruno@clisp.org>
49637
49638         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
49639         When using lib/poll.c, define poll as rpl_poll.
49640
49641 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
49642
49643         * modules/argp (Depends-on): Remove unlocked-io.
49644
49645 2005-07-14  Derek Price  <derek@ximbiot.com>
49646
49647         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
49648         for glob symlink bug.
49649
49650 2005-07-14  Bruno Haible  <bruno@clisp.org>
49651
49652         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
49653         Instead, test for *_unlocked function declarations directly.
49654
49655 2005-07-11  Simon Josefsson  <jas@extundo.com>
49656
49657         * modules/size_max: New file.
49658
49659         * modules/xsize: Depend on size_max module for size_max.m4.
49660
49661 2005-07-11  Simon Josefsson  <jas@extundo.com>
49662
49663         * lib/size_max.h: New file.
49664
49665 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
49666
49667         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
49668         copyright symbol and the year.
49669         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
49670         (version_etc_va): Use parameterized copyright notice.
49671         Reword to conform to the current GNU coding standards.
49672
49673 2005-07-11  Karl Berry  <karl@gnu.org>
49674
49675         * doc/gnulib.texi (Quoting): new node.
49676         (Initial import): more info, from Patrice.
49677
49678 2005-07-11  Bruno Haible  <bruno@clisp.org>
49679
49680         * gnulib-tool (func_usage): Document option --avoid.
49681         (Command line options): Handle --avoid.
49682         (func_acceptable): New function.
49683         (func_modules_transitive_closure): Use it.
49684
49685 2005-07-11  Bruno Haible  <bruno@clisp.org>
49686
49687         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
49688         Reported by Jim Meyering.
49689
49690 2005-07-10  Bruno Haible  <bruno@clisp.org>
49691
49692         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
49693         Needed when size_t is smaller than 'unsigned int'.
49694         Reported by Paul Eggert.
49695
49696 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49697
49698         * modules/argp (Depends-on): Add unlocked-io
49699
49700 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49701
49702         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
49703         block of defines.
49704
49705 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
49706
49707         * config/srclist.txt: Comment out regcomp.c, since we have a porting
49708         fix now.
49709
49710 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
49711         and Paul Eggert  <eggert@cs.ucla.edu>
49712
49713         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
49714         in wint_t, not wchar_t.  Remove now-unnecessary cast.
49715
49716 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49717
49718         * modules/regex (Files): Add lib/regex_internal.c,
49719         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
49720         (Depends-on): Add extensions.
49721         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
49722
49723 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49724
49725         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
49726         pathconf.
49727         * m4/same.m4 (gl_SAME): Likewise.
49728         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
49729
49730         * m4/regex.m4: Adjust to new libc regex implementation.
49731         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
49732         all the .c and .h parts of (the new) regex.
49733         Quote the m4 stuff better.
49734         Check for RE_ICASE bug of old gnulib.
49735         Check for REG_STARTEND of recent libc.
49736         Rename local variables from jm_* to gl_*.
49737         Quote operand of "test -f".
49738         Say "recent enough" version of libc, not "version 2".
49739         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
49740         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
49741         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
49742         Remove check for btowc, isascii.
49743         Require AM_LANGINFO_CODESET.
49744
49745 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49746
49747         * lib/regex.c, regex.h: Sync from libc.
49748         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
49749         * lib/regexec.c:
49750         New files, synced from libc, except that regex_internal.h
49751         currently has a small porting fix.
49752
49753 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49754
49755         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
49756         regex_internal.c, regexec.c.
49757         Add regex_internal.h too, but as a comment, since the libc version
49758         is currently broken in gnulib mode.
49759
49760 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
49761
49762         Support programs like Emacs that use gnulib but not gettext.
49763         * MODULES.html.sh (Internationalization functions): Add gettext-h.
49764         * modules/gettext-h: New file.
49765         * modules/gettext (Files): Remove lib/gettext.h.
49766         (Depends-on): Add gettext-h.
49767         (Makefile.am): Remove lib_SOURCES.
49768         * modules/argmatch, modules/c-stack, modules/closeout:
49769         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
49770         * modules/execute, modules/file-type, modules/getaddrinfo:
49771         * modules/getopt, modules/human, modules/javacomp:
49772         * modules/javaexec, modules/mkdir-p, modules/obstack:
49773         * modules/openat, modules/pagealign_alloc, modules/pipe:
49774         * modules/quotearg, modules/regex, modules/rpmatch:
49775         * modules/unicodeio, modules/userspec, modules/version-etc:
49776         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
49777         * modules/xsetenv:
49778         Depend on gettext-h, not gettext.
49779
49780 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
49781
49782         * gnulib-tool (func_import): Add support for 'public domain' license.
49783         * modules/alloca, modules/atexit, modules/memmove:
49784         Now public domain, not GPL.
49785         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
49786         * modules/realloc, modules/strerror, modules/strtod:
49787         Now LGPL, not GPL.
49788
49789 2005-07-05  Bruno Haible  <bruno@clisp.org>
49790
49791         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
49792         autoconf CVS. Needed for mingw.
49793
49794 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49795
49796         Remove the dependency of the strftime module on the tzset module.
49797         * modules/strftime (Depends-on): Remove dependency on tzset.
49798
49799 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49800
49801         Remove the dependency of the strftime module on the tzset module.
49802         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
49803         gl_FUNC_TZSET_CLOBBER.
49804
49805 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49806
49807         Remove the dependency of the strftime module on the tzset module.
49808         * lib/strftime.c (my_strftime)
49809         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
49810         Copy the input structure, to work around some of the bug with
49811         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
49812         Solaris releases, you should also use the tzset module, but we won't
49813         require it as a dependency any more since we don't want LGPLed code
49814         to depend on GPLed code.
49815
49816 2005-07-02  Jim Meyering  <jim@meyering.net>
49817
49818         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
49819         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
49820         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
49821         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
49822
49823 2005-07-02  Jim Meyering  <jim@meyering.net>
49824
49825         * lib/backupfile.c (backup_args): Change a `0' to NULL.
49826
49827 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
49828
49829         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
49830         declares only 'struct timespec;' (!).
49831
49832 2005-07-01  Jim Meyering  <jim@meyering.net>
49833
49834         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
49835         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
49836         * lib/save-cwd.c, tempname.c:
49837         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49838         and don't include <sys/file.h>).
49839
49840 2005-06-29  Jim Meyering  <jim@meyering.net>
49841
49842         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
49843         type name.  Use the variable name instead.
49844         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
49845         Likewise.
49846
49847 2005-06-28  Simon Josefsson  <jas@extundo.com>
49848
49849         * modules/check-version (Files): Add check-version.m4.
49850
49851 2005-06-28  Simon Josefsson  <jas@extundo.com>
49852
49853         * m4/check-version.m4: New file, suggested by Jim Meyering
49854         <jim@meyering.net>.
49855
49856 2005-06-28  Simon Josefsson  <jas@extundo.com>
49857
49858         * lib/check-version.h, lib/check-version.c: New files.
49859
49860 2005-06-28  Simon Josefsson  <jas@extundo.com>
49861
49862         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
49863         collision with global variable.  Better indentation.  Don't
49864         increment buffer pointer beyond buffer end.  Based on comments
49865         from Paul Eggert <eggert@cs.ucla.edu>.
49866
49867         * lib/base64.h: Indent.
49868
49869 2005-06-28  Simon Josefsson  <jas@extundo.com>
49870
49871         * doc/gnulib.texi (Library version handling): New section.
49872
49873 2005-06-28  Jim Meyering  <jim@meyering.net>
49874
49875         * check-module (find_included_lib_files): Hard-code another
49876         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
49877         but modules/fts-lgpl (correctly) does not list those files.
49878
49879         * modules/canonicalize (Files): Add lib/pathmax.h.
49880
49881 2005-06-25  Simon Josefsson  <jas@extundo.com>
49882
49883         * modules/check-version: New file.
49884
49885 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
49886
49887         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
49888         initializer of struct addrinfo, as an indication that we don't
49889         care how many members the structure has.
49890
49891 2005-06-24  Derek Price  <derek@ximbiot.com>
49892         and Bruno Haible  <bruno@clisp.org>
49893
49894         Remove stat module & update lstat.
49895         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
49896         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49897         * m4/stat.m4: Remove this file.
49898
49899 2005-06-24  Derek Price  <derek@ximbiot.com>
49900         and Bruno Haible  <bruno@clisp.org>
49901
49902         Remove stat module & update lstat.
49903         * lib/stat.c: Remove this file...
49904         (slash_aware_lstat): ...moving this content and its support...
49905         * lib/lstat.c (rpl_lstat): ...into here.
49906         * lib/lstat.h: New file.
49907
49908 2005-06-24  Derek Price  <derek@ximbiot.com>
49909         and Bruno Haible  <bruno@clisp.org>
49910
49911         Remove stat module & update lstat.
49912         * config/srclist.txt (libc sources): Remove stat.
49913
49914 2005-06-24  Derek Price  <derek@ximbiot.com>
49915         and Bruno Haible  <bruno@clisp.org>
49916
49917         Remove stat module & update lstat.
49918         * MODULES.html.sh (stat): Remove.
49919         * MODULES.html: Regenerated.
49920         * modules/lstat (Description): Correct function name.
49921         (Files): Add "lstat.h".
49922         (Depends-on): Remove stat, add xalloc, stat-macros.
49923         * modules/stat: Remove this file.
49924         (Include): Add "lstat.h", remove <sys/stat.h>.
49925
49926 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
49927
49928         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
49929         (ranged_convert): Don't save conversion in a temporary struct.
49930         This causes a warning with GCC 4.0.0, and anyway in the typical
49931         case it's not worth the extra 100 bytes or so of code.
49932         (ranged_convert, __mktime_internal): When calling a function via a
49933         pointer P, use P () rather than (*P) (), as we now assume C89 or
49934         better.
49935
49936 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49937
49938         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
49939         "who -r" failed to give output.  Problem reported by Tim Waugh.
49940
49941         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
49942         (xcalloc): Use it to avoid needless tests.
49943         Problem reported by Jim Meyering.
49944
49945 2005-06-20  Derek Price  <derek@ximbiot.com>
49946
49947         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
49948         unnecessary for Autoconfs > 2.59c.
49949
49950 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49951
49952         * lib/argp.h (__option_is_short): Check upper limit of
49953         __key. Isprint() requires its argument to have the value
49954         of an unsigned char or EOF.
49955
49956 2005-06-16  Jim Meyering  <jim@meyering.net>
49957
49958         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
49959         when either N or S is zero.
49960
49961 2005-06-16  Derek Price  <derek@ximbiot.com>
49962
49963         * m4/bison.m4: Declare YACC & YFLAGS precious.
49964
49965 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
49966
49967         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
49968         multibyte string or pattern, fall back on unibyte matching.
49969         Problem reported by James Youngman.
49970
49971 2005-06-08  Bruno Haible  <bruno@clisp.org>
49972
49973         * modules/csharpcomp: New file.
49974         * MODULES.html.sh (C#): Add csharpcomp.
49975
49976 2005-06-08  Bruno Haible  <bruno@clisp.org>
49977
49978         * m4/csharpcomp.m4: New file, from GNU gettext.
49979
49980 2005-06-08  Bruno Haible  <bruno@clisp.org>
49981
49982         * lib/csharpcomp.h: New file, from GNU gettext.
49983         * lib/csharpcomp.c: New file, from GNU gettext.
49984         * lib/csharpcomp.sh.in: New file, from GNU gettext.
49985
49986 2005-06-08  Bruno Haible  <bruno@clisp.org>
49987
49988         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
49989         warning on mingw.
49990
49991 2005-06-07  Derek Price  <derek@ximbiot.com>
49992
49993         Sync from CVS.
49994         * lib/glob_.h: Indent nested #ifdef.
49995
49996 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
49997
49998         Sync from coreutils.
49999         Use "file name" when talking about file names, instead of "filename"
50000         or "path", as per the GNU coding standards.
50001         * lib/mkdir-p.c: Renamed from makepath.c.
50002         (make_dir_parents): Renamed from make_path.  All callers changed.
50003         * lib/mkdir-p.h: Likewise.  All includers changed.
50004         * lib/filenamecat.c: Renamed from path-concat.c.
50005         (file_name_concat): Renamed from path_concat.  All callers changed.
50006         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
50007         * lib/filenamecat.h: Likewise.  All includers changed.
50008         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
50009         in comments or local variable names.
50010         * lib/basename.c: Likewise.
50011         * lib/canonicalize.c, canonicalize.h: Likewise.
50012         * lib/dirname.c, dirname.h: Likewise.
50013         * lib/euidaccess.c: Likewise.
50014         * lib/exclude.c: Likewise
50015         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
50016         * lib/fsusage.c, fsuage.h: Likewise.
50017         * lib/fts.c, fts_.h: Likewise.
50018         * lib/getcwd.c: Likewise.
50019         * lib/getloadavg.c: Likewise.
50020         * lib/mkstemp.c: Likewise.
50021         * lib/mountlist.c, mountlist.h: Likewise.
50022         * lib/openat.c, openat.h: Likewise.
50023         * lib/readlink-stub.c: Likewise.
50024         * lib/readutmp.c, readutmp.h: Likewise.
50025         * lib/rename.c: Likewise.
50026         * lib/rmdir.c: Likewise.
50027         * lib/same.c: Likewise.
50028         * lib/savedir.c: Likewise.
50029         * lib/stripslash.c: Likewise.
50030         * lib/tempname.c: Likewise.
50031         * lib/xreadlink.c: Likewise.
50032         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
50033         All uses changed.
50034         * lib/exclude.h: Likewise.
50035
50036         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
50037         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50038         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
50039         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50040         * lib/pathmax.h: Include <limits.h> unconditionally, since other
50041         files have been getting away with it for years (MORE/BSD 4.3
50042         is extinct now).
50043         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
50044         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50045
50046         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
50047         Define to 256, not 255, as per modern POSIX.
50048
50049 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50050
50051         Sync from coreutils.
50052         Use "file name" when talking about file names, instead of "filename"
50053         or "path", as per the GNU coding standards.
50054         * MODULES.html.sh: mkdir-p renamed from makepath.
50055         filenamecat renamed from path-concat.
50056         * modules/filenamecat: Renamed from modules/path-concat.
50057         (Files): filenamecat.h and filenamecat.c renamed from
50058         path-concat.h and path-concat.c.
50059         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
50060         (Include): filenamecat.h, not path-concat.h.
50061         * modules/mkdir-p: Renamed from modules/makepath.
50062         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
50063         makepath.c.
50064         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
50065         (Include): mkdir-p.h, not makepath.h.
50066
50067 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50068
50069         Sync from coreutils.
50070         * m4/mkdir-p.m4: Renamed from makepath.m4.
50071         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
50072         Rename files from makepath.c to mkdir-p.c, and from
50073         makepath.h to mkdir-p.h.
50074         * m4/filenamecat.m4: Renamed from path-concat.m4.
50075         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
50076         Rename files from path-concat.c to filenamecat.c,
50077         and from path-concat.h to filenamecat.h.
50078         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
50079         "file name" in local variables or comments.
50080         * m4/rename.m4: Likewise.
50081
50082 2005-06-01  Bruno Haible  <bruno@clisp.org>
50083
50084         * modules/csharpexec: New file.
50085         * MODULES.html.sh (C#): New section.
50086
50087 2005-06-01  Bruno Haible  <bruno@clisp.org>
50088
50089         * m4/csharp.m4: New file, from GNU gettext.
50090         * m4/csharpexec.m4: New file, from GNU gettext.
50091
50092 2005-06-01  Bruno Haible  <bruno@clisp.org>
50093
50094         * lib/csharpexec.h: New file, from GNU gettext.
50095         * lib/csharpexec.c: New file, from GNU gettext.
50096         * lib/csharpexec.sh.in: New file, from GNU gettext.
50097
50098 2005-05-31  Derek Price  <derek@ximbiot.com>
50099             Paul Eggert  <eggert@cs.ucla.edu>
50100
50101         Sync from cvs.
50102         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50103
50104 2005-05-31  Derek Price  <derek@ximbiot.com>
50105             Paul Eggert  <eggert@cs.ucla.edu>
50106
50107         Sync from cvs.
50108         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50109
50110 2005-05-29  Derek Price  <derek@ximbiot.com>
50111
50112         * config/srclist.txt (glob_.h, glob.c): Add these files.
50113
50114 2005-05-29  Derek Price  <derek@ximbiot.com>
50115
50116         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
50117         * modules/glob: New file.
50118         * modules/getlogin_r: Add link to POSIX spec in description.
50119
50120 2005-05-29  Derek Price  <derek@ximbiot.com>
50121             Paul Eggert  <eggert@cs.ucla.edu>
50122
50123         * m4/glob.m4: New file.
50124
50125 2005-05-29  Derek Price  <derek@ximbiot.com>
50126             Paul Eggert  <eggert@cs.ucla.edu>
50127
50128         * lib/glob_.h, lib/glob.c: New files.
50129
50130 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50131
50132         * modules/fts (Files): Remove m4/inttypes-pri.m4.
50133         * modules/fts-lgpl (Depends-on): Remove gettext.
50134
50135 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50136
50137         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
50138         and don't require gt_INTTYPES_PRI.
50139
50140 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50141
50142         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
50143
50144         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
50145         the configuration hassle isn't worth it.
50146         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
50147         (LONGEST_MODIFIER, PRIuMAX): Remove.
50148
50149 2005-05-27  Bruno Haible  <bruno@clisp.org>
50150
50151         * lib/getlogin_r.h: Remove second include of <stddef.h>.
50152
50153 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
50154
50155         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
50156         _POSIX_PTHREAD_SEMANTICS for Solaris.
50157
50158 2005-05-25  Derek Price  <derek@ximbiot.com>
50159
50160         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
50161
50162 2005-05-25  Derek Price  <derek@ximbiot.com>
50163             Paul Eggert  <eggert@cs.ucla.edu>
50164
50165         * modules/getlogin_r, m4/getlogin_r.m4: New files.
50166         * lib/getlogin_r.c, getlogin_r.h: New files.
50167
50168 2005-05-25  Bruno Haible  <bruno@clisp.org>
50169             Derek Price  <derek@ximbiot.com>
50170
50171         * lib/getlogin_r.h: Simplify API documentation.
50172
50173 2005-05-23  Derek Price  <derek@ximbiot.com>
50174
50175         * modules/minmax (Files): Add m4/minmax.m4.
50176         (configure.ac): Add gl_MINMAX.
50177
50178 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
50179
50180         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
50181         so that unistd-safer.h (GPL'ed code) need not be included.
50182
50183 2005-05-22  Bruno Haible  <bruno@clisp.org>
50184
50185         * m4/minmax.m4: New file.
50186         Based on a patch by Derek Price <derek@ximbiot.com>.
50187
50188 2005-05-22  Bruno Haible  <bruno@clisp.org>
50189
50190         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
50191         (INT64_MIN): Fix definition.
50192         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
50193
50194         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
50195         NEED_SIGNED_INT_TYPES.
50196
50197         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
50198         HAVE_SYSTEM_INTTYPES.
50199
50200 2005-05-22  Bruno Haible  <bruno@clisp.org>
50201
50202         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
50203         Also include <sys/param.h> if it defines MIN, MAX.
50204         Based on a patch by Derek Price <derek@ximbiot.com>.
50205
50206 2005-05-21  Jim Meyering  <jim@meyering.net>
50207
50208         * modules/fts (Files): Add m4/inttypes-pri.m4.
50209         (Depends-on): Add lstat and remove gettext.  Alphabetize.
50210
50211 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50212
50213         New fts module.
50214         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
50215         (setup_dir, free_dir): New functions.
50216         (enter_dir, leave_dir): Define trivial
50217         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
50218         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
50219         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
50220         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
50221         Move to fts-cycle.c.
50222         (fts_open): Use setup_dir.
50223         (fts_close): Use free_dir.
50224         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
50225         This adds a label and some gotos, but the alternatives were messier.
50226         Check for memory allocation failure when entering a dir.
50227         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
50228         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
50229         (FTS): New member fts_cycle, that is a union that contains the
50230         old active_dir_ht and cycle_state.  All uses changed to mention
50231         fts_cycle.ht and fts_cycle.state.
50232         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
50233         fts.c, with the following changes:
50234         (setup_dir, free_dir): New functions.
50235         (enter_dir): Now returns bool.  Return true if successful, false
50236         if memory exhausted.  All callers changed.
50237         Do not bother partly cleaning up on
50238         memory allocation failure; that is free_dir's job.
50239         However, free ad if hash_insert fails, to avoid memory leak.
50240         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
50241         fts->fts_options to see which union member to use.
50242
50243 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50244
50245         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
50246         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
50247
50248 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50249
50250         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
50251
50252 2005-05-20  Jim Meyering  <jim@meyering.net>
50253
50254         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
50255         Now a macro, to pacify GCC.
50256
50257 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50258
50259         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
50260         of -1.
50261
50262 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50263
50264         * lib/chown.c (rpl_chown): Return -1 on failure.
50265
50266 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50267
50268         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
50269         Don't check for stddef.h.
50270         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
50271         don't use its results.
50272         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
50273         since we include them unconditionally.  Don't require
50274         AM_STDBOOL_H, since stdbool is a prerequisite.
50275         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
50276         since we assume C89 or better.
50277         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
50278         as we don't use their results.
50279         Don't check for fchdir, memmove, memset, strrchr, as we use
50280         them unconditionally.
50281         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
50282         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
50283
50284 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50285
50286         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
50287         Include <stddef.h> unconditionally, since we assume C89 now.
50288         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
50289         * lib/fts.c: Include fts_.h first, to check interface.
50290         Do not include intprops.h; no longer needed.
50291         Include cycle-check.h and hash.h, since fts_.h no longer does.
50292         Remove unnecessary casts of closedir to void.
50293         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
50294         decide whether to decrement nlinks.
50295         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
50296         (FTS): Use struct hash_table * instead of Hash_table, so that
50297         we no longer need to include hash.h here.
50298
50299 2005-05-18  Jim Meyering  <jim@meyering.net>
50300
50301         * modules/dirfd (License): Change to LGPL.  Most of the code
50302         is already in the public domain.
50303
50304 2005-05-18  Jim Meyering  <jim@meyering.net>
50305
50306         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
50307         Reported by Yoann Vandoorselaere.
50308
50309 2005-05-17  Jim Meyering  <jim@meyering.net>
50310
50311         * m4/fts.m4: New file, from coreutils.
50312
50313 2005-05-17  Jim Meyering  <jim@meyering.net>
50314
50315         * lib/fts.c, lib/fts_.h: New files, from coreutils.
50316
50317 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50318
50319         Sync from coreutils.
50320         * m4/unlinkdir.m4: New file.
50321
50322 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50323
50324         Sync from coreutils.
50325         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
50326         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
50327         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
50328         White space changes only.
50329         * lib/makepath.c (make_path): Port to hosts where leading "//" is
50330         special.
50331         * lib/yesno.c: Include getline.h, not ctype.h.
50332         (yesno): Don't remove leading white space; POSIX doesn't allow it.
50333         Use getline to remove arbitrary restriction on response length.
50334
50335 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50336
50337         * config/srclist-update: Spell out "Street" in FSF postal
50338         mail address; this is the style the FSF seems to prefer.
50339
50340         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
50341         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
50342         this updates FSF postal mail address.
50343
50344         Sync from coreutils.
50345         * modules/unlinkdir: New file.
50346         * modules/yesno (Depends-on): Add getline.
50347         * MODULES.html.sh (File system functions): Add unlinkdir.
50348
50349 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50350
50351         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
50352         lib/strsep.h:
50353         Change the initial comment to refer to GPL, not LGPL.
50354         gnulib-tool will change it to LGPL as needed.
50355
50356         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
50357         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
50358         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
50359         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
50360         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
50361         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
50362         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
50363         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
50364         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
50365         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
50366         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
50367         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
50368         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
50369         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
50370         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
50371         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
50372         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
50373         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
50374         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
50375         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
50376         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
50377         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
50378         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
50379         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
50380         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
50381         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
50382         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
50383         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
50384         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
50385         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
50386         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
50387         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
50388         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
50389         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
50390         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
50391         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
50392         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
50393         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
50394         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
50395         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
50396         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
50397         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
50398         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
50399         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
50400         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
50401         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
50402         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
50403         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
50404         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
50405         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
50406         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50407         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
50408         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
50409         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
50410         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
50411         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
50412         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
50413         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
50414         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
50415         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
50416         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
50417         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
50418         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
50419         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
50420         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
50421         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
50422         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
50423         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
50424         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
50425         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
50426         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
50427         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
50428         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
50429         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
50430         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
50431         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
50432         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
50433         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
50434         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
50435         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
50436         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
50437         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
50438         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
50439         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
50440         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
50441         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
50442         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
50443         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
50444         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
50445         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
50446         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
50447         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
50448         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
50449         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
50450         lib/yesno.c, lib/yesno.h:
50451         Update FSF postal mail address.
50452
50453 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50454
50455         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
50456         tests/test-memmem.c, tests/test-stpncpy.c:
50457         Update FSF postal mail address.
50458
50459 2005-05-13  Bruno Haible  <bruno@clisp.org>
50460
50461         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
50462         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
50463         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
50464         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
50465         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
50466         Add support for 64-bit integers in the MSVC compiler.
50467
50468 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50469
50470         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
50471
50472 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
50473
50474         * gnulib-tool (func_import): Sort and uniquify recommended includes.
50475
50476 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
50477
50478         * doc/getdate.texi (General date syntax): Don't say that date
50479         date --iso-8601=ns generates acceptable dates; it doesn't yet.
50480         Problem reported by Nic Ferrier.
50481
50482 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50483
50484         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
50485         specified in ai_socktype. Fix invalid ai_protocol
50486         check. ai_protocol is usually set to 0 or depending on
50487         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
50488         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
50489         ai_socktype / ai_protocol in the returned addrinfo structure.
50490
50491 2005-05-10  Simon Josefsson  <jas@extundo.com>
50492
50493         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
50494         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50495
50496 2005-05-10  Karl Berry  <karl@gnu.org>
50497
50498         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
50499         (from http://www.gnu.org/licenses).
50500         * doc/COPYING.LIB: also rename to COPYING.LESSER.
50501         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
50502         fdl.texi suffices.
50503
50504 2005-05-10  Karl Berry  <karl@gnu.org>
50505
50506         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
50507         (COPYING.DOC): remove.
50508
50509         * config/srclist-update: new FSF address.
50510
50511 2005-05-10  Derek Price  <derek@ximbiot.com>
50512
50513         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
50514         possible.
50515
50516 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50517             Bruno Haible  <bruno@clisp.org>
50518
50519         * modules/inet_ntop: New file.
50520         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50521         inet_ntop.
50522
50523 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50524             Bruno Haible  <bruno@clisp.org>
50525
50526         * m4/inet_ntop.m4: New file.
50527
50528 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50529             Bruno Haible  <bruno@clisp.org>
50530
50531         * lib/inet_ntop.h: New file.
50532         * lib/inet_ntop.c: New file, from glibc with modifications.
50533
50534 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
50535
50536         * modules/time_r (License): Change to LGPL.
50537         * modules/extensions (License): Change to LGPL.  Actually,
50538         the license is more permissive than that, but currently gnulib-tool
50539         doesn't know how to handle more-permissive licenses.
50540
50541         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
50542         Problem reported by Dave Love.
50543
50544 2005-05-08  Jim Meyering  <jim@meyering.net>
50545
50546         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
50547         blank.
50548
50549 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
50550
50551         * modules/argmatch (Depends-on): Add stdbool.
50552         * modules/backupfile (Depends-on): Likewise.
50553         * modules/chdir-long (Depends-on): Likewise.
50554         * modules/closeout (Depends-on): Likewise.
50555         * modules/cycle-check (Depends-on): Likewise.
50556         * modules/dirname (Depends-on): Likewise.
50557         * modules/fnmatch (Depends-on): Likewise.
50558         * modules/fsusage (Depends-on): Likewise.
50559         * modules/fwriteerror (Depends-on): Likewise.
50560         * modules/getcwd (Depends-on): Likewise.
50561         * modules/getloadavg (Depends-on): Likewise.
50562         * modules/hard-locale (Depends-on): Likewise.
50563         * modules/makepath (Depends-on): Likewise.
50564         * modules/mountlist (Depends-on): Likewise.
50565         * modules/nanosleep (Depends-on): Likewise.
50566         * modules/posixtm (Depends-on): Likewise.
50567         * modules/quotearg (Depends-on): Likewise.
50568         * modules/readtokens (Depends-on): Likewise.
50569         * modules/readtokens0 (Depends-on): Likewise.
50570         * modules/readutmp (Depends-on): Likewise.
50571         * modules/save-cwd (Depends-on): Likewise.
50572         * modules/strftime (Depends-on): Likewise.
50573         * modules/userspec (Depends-on): Likewise.
50574         * modules/utimecmp (Depends-on): Likewise.
50575         * modules/xgetcwd (Depends-on): Likewise.
50576         * modules/xnanosleep (Depends-on): Likewise.
50577         * modules/xstrtod (Depends-on): Likewise.
50578         * modules/yesno (Depends-on): Likewise.
50579
50580 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
50581
50582         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
50583         needless checks.
50584
50585 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50586
50587         Merge from coreutils.  Among other things,
50588         add bulletproofing for cases where stdin, stdout, or stderr are closed.
50589         * lib/fd-safer.c: New file.
50590         * lib/fcntl-safer.h, open-safer.c: Remove.
50591         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
50592         * lib/dup-safer.c: Include unistd-safer.h first.
50593         Don't include errno.h.
50594         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
50595         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
50596         * lib/file-type.c: Rely on file-type.h change.
50597         * lib/getloadavg.c: Include unistd-safer.h.
50598         (getloadavg): Use safer open.
50599         * lib/getusershell.c: Include "stdio-safer.h".
50600         (getusershell): Use safer fopen.
50601         * lib/long-options.c (long_options): Use NULL rather than 0.
50602         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
50603         'free'.
50604         * lib/modechange.c: Likewise.
50605         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
50606         (MODE_DONE): New constant.
50607         (struct mode_change): Remove 'next' member.
50608         (make_node_op_equals): New function; like the old one of the
50609         same name, except it allocates an array.
50610         (mode_compile, mode_create_from_ref): Use it.
50611         (mode_compile): Allocate result as an array, not a linked list.
50612         Parse octal string ourself, so that we catch mistakes like "+0".
50613         (mode_adjust): Arg is an array, not a linked list.
50614         * lib/modechange.c: Include stat-macros.h, xalloc.h.
50615         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
50616         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
50617         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
50618         Remove.  This is now stat-macros.h's job.
50619         (talloc): Remove.  All callers replaced by xalloc, so that
50620         our invokers don't have to worry about reporting memory failures.
50621         (make_node_op_equals): Remove.
50622         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
50623         New constants.
50624         (struct mode_change): Moved here from modechange.h.
50625         (mode_append_entry): Remove.
50626         (mode_compile): Remove MASKED_OPS arg, since it encouraged
50627         apps to have incorrect behavior.  Use simpler algorithm for head
50628         and tail.  Don't futz with umask; that's now the job of mode_adjust.
50629         Detect more invalid usages rather than having somewhat-random behavior.
50630         Don't insert an "a=" action, as that leads to incorrect behavior.
50631         (mode_compile, mode_create_from_ref): Return NULL on error instead
50632         of an enum, since now there's only one way to have an error.  All
50633         callers changed.
50634         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
50635         at the correct time.  Simplify calculation of "+u" and its ilk.
50636         Don't mishandle "+X".
50637         (mode_free): Remove "register" and localize decls.
50638         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
50639         (struct mode_change): Move to modechange.c; callers don't
50640         need to see this stuff.
50641         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
50642         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
50643         (mode_change, mode_adjust): Reflect the new signatures noted above.
50644         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
50645         that might redefine system include files.
50646         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
50647         (my_usleep): Use NULL rather than (void *) 0.
50648         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
50649         Use siginterrupt to specify that system calls should be interrupted.
50650         (rpl_nanosleep): Move initialization of suspended closer to call of
50651         my_usleep.
50652         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
50653         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
50654         (desirable_utmp_entry): New function.
50655         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
50656         using x2nrealloc, to simplify logic.
50657         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
50658         size calculation.  Do not assume utmp file is a regular file.
50659         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
50660         (READ_UTMP_CHECK_PIDS): New constant.
50661         * lib/save-cwd.c: Include unistd-safer.h.
50662         (save_cwd): Use fd_safer.
50663         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
50664         [!_LIBC] Include "stat-macros.h" instead.
50665         * lib/unistd-safer.h (fd_safer): New decl.
50666
50667 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50668
50669         * modules/getloadavg (Depends-on): Add unistd-safer.
50670         * modules/getusershell (Depends-on): Add stdio-safer.
50671         * modules/lstat (Depends-on): Remove xalloc.
50672         * modules/mkstemp (Depends-on): Add stat-macros.
50673         * modules/modechange (Depends-on): Remove xstrtol.
50674         Add stat-macros, xalloc.
50675         * modules/save-cwd (Depends-on): Add unistd-safer.
50676         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
50677         * modules/unistd-safer (Files): Add lib/fd-safer.c
50678         (Makefile.am): Remove lib_SOURCES.
50679
50680         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
50681         Remove fcntl-safer; unistd-safer supersedes it.
50682
50683 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50684
50685         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
50686         AC_HEADER_STAT.
50687         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
50688         (gl_PREREQ_CHOWN): Remove.
50689         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
50690         it.  Don't require AC_HEADER_STAT.
50691         (gl_PREREQ_LSTAT): Remove.
50692         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
50693         Don't require AC_HEADER_STAT.
50694         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
50695         (gl_PREREQ_RMDIR): Remove.
50696         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
50697         mention stat-macros.h or AC_HEADER_STAT, since we'll make
50698         the stat-macros module a prerequisite.
50699         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
50700         * m4/filemode.m4 (gl_FILEMODE): Likewise.
50701         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
50702         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
50703         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
50704         variable names.
50705         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
50706         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
50707         variable prefixes.
50708         * m4/fcntl-safer.m4: Remove.
50709         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
50710         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
50711         Invoke gl_PREREQ_FD_SAFER.
50712         (gl_PREREQ_FD_SAFER): New macro.
50713         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
50714         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
50715         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
50716         Remove duplicate call to AC_LIBOBJ(readutmp).
50717         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
50718
50719         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
50720         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
50721
50722 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50723
50724         * MODULES.html.sh (Misc): Add byteswap.
50725
50726 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50727
50728         * modules/getcwd (Depends-on): Add extensions.
50729         * modules/openat (Depends-on): Likewise.
50730
50731 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50732
50733         * modules/byteswap: New file.
50734
50735 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50736
50737         * m4/byteswap.m4: New file.
50738
50739 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50740
50741         * lib/byteswap_.h: New file.
50742
50743 2005-04-25  Karl Berry  <karl@gnu.org>
50744
50745         * m4/gettext.m4: Update from GNU gettext 0.14.4.
50746
50747 2005-04-25  Albert Chin  <china@thewrittenword.com>
50748
50749         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
50750         Toolkit C bug.
50751
50752 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
50753
50754         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
50755         (func_ln_if_changed) Remove forcibly for no error message
50756         in case file does not exist.
50757
50758 2005-04-19  Simon Josefsson  <jas@extundo.com>
50759
50760         * gnulib-tool (Options): Make --symlink mean --symbolic.
50761
50762 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
50763
50764         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
50765
50766 2005-04-16  Simon Josefsson  <jas@extundo.com>
50767
50768         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
50769
50770 2005-04-15  Simon Josefsson  <jas@extundo.com>
50771
50772         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
50773
50774 2005-04-15  Simon Josefsson  <jas@extundo.com>
50775
50776         * gnulib-tool: Rename --symlink to --symbolic.
50777
50778 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
50779
50780         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
50781         symbolic links to files instead of copying/moving.  Add --aux-dir,
50782         specifying directory relative --dir where auxiliary build tools
50783         are placed.
50784
50785 2005-04-14  Bruno Haible  <bruno@clisp.org>
50786
50787         * modules/allocsa (License): Change to LGPL.
50788         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
50789
50790 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
50791
50792         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
50793         that "UTC +1 second" continues to work.  Problem reported
50794         by Dmitry V. Levin.
50795         (relunit_snumber): New rule.
50796         (relunit): Use it.
50797
50798 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
50799
50800         * lib/getdate.y (universal_time_zone_table): New constant.
50801         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
50802         universal_time_zone_table.
50803         (lookup_zone): Prefer universal_time_zone_table to
50804         local_time_zone_table, so that "GMT" time stamps are allowed in
50805         London during the summer.  Problem reported by Ian Abbott.
50806
50807 2005-04-12  Jim Meyering  <jim@meyering.net>
50808
50809         * lib/human.c (humblock): Set *options even when returning due to
50810         xstrtoumax conversion failure.  Thanks to a used-uninitialized
50811         warning from gcc-4.
50812
50813 2005-04-09  Jim Meyering  <jim@meyering.net>
50814
50815         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
50816         -Wuninitialized: initialize tm0.tm_year.
50817
50818 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
50819
50820         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
50821         count, since there's no maximum.  All uses changed.
50822         Add member dsts_seen.
50823         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
50824         not being INT_MAX.
50825         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
50826         Use pc_rels_seen to decide whther a date is absolute.
50827
50828         * lib/getdate.y (number): Don't overwrite year.
50829         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
50830         check.
50831
50832 2005-04-02  Simon Josefsson  <jas@extundo.com>
50833
50834         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
50835         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
50836
50837 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
50838
50839         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
50840         where no absolute path name can be longer than PATH_MAX.
50841
50842 2005-03-27  Jim Meyering  <jim@meyering.net>
50843
50844         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
50845
50846 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
50847
50848         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
50849         "one's complement" -> "ones' complement" in comment, as per Knuth.
50850         "value of type" -> "type or expression" in comment.
50851         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
50852
50853 2005-03-26  Jim Meyering  <jim@meyering.net>
50854
50855         Comment nits.
50856         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
50857         Correct typos: s/or/of/.
50858
50859 2005-03-26  Jim Meyering  <jim@meyering.net>
50860
50861         * modules/check-include-files: Move to ../ and rename to...
50862         * check-module: ...this.
50863
50864 2005-03-25  Jim Meyering  <jim@meyering.net>
50865
50866         * modules/xvasprintf (Files): Add xalloc.h.
50867
50868 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
50869
50870         * modules/gettext (Files): config/config.rpath ->
50871         build-aux/config.rpath
50872         * modules/iconv (Files): Likewise.
50873         Problem reported by Oskar Liljeblad.
50874
50875 2005-03-23  Jim Meyering  <jim@meyering.net>
50876
50877         * modules/check-include-files: New script to check for
50878         missing dependencies, multiple includes, etc.
50879
50880         * modules/c-strtold (Depends-on): Add xalloc.
50881         * modules/c-strtod (Depends-on): Add xalloc.
50882         * modules/hash (Depends-on): Add xalloc.
50883         (Files): Remove lib/xalloc.h.
50884
50885         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
50886         * modules/userspec (Files): Add lib/inttostr.h.
50887
50888 2005-03-23  Jim Meyering  <jim@meyering.net>
50889
50890         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
50891
50892 2005-03-22  Jim Meyering  <jim@meyering.net>
50893
50894         * modules/stat-macros: New module.
50895         * modules/canonicalize, modules/euidaccess, modules/file-type,
50896         * modules/filemode, modules/lchown, modules/makepath,
50897         * modules/rmdir, modules/stat: Depend on new stat-macros module
50898         rather than listing lib/stat-macros.h manually.
50899         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
50900
50901 2005-03-22  Jim Meyering  <jim@meyering.net>
50902
50903         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
50904
50905 2005-03-22  Bruno Haible  <bruno@clisp.org>
50906
50907         * config/srclist.txt: Replace target directory 'config' with
50908         'build-aux'.
50909         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
50910         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
50911         ../build-aux/.
50912
50913 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
50914
50915         * modules/chdir-long (Depends-on): Add mempcpy.
50916
50917         * modules/acl, modules/backupfile, modules/c-strtod,
50918         modules/c-strtold, modules/canon-host, modules/canonicalize,
50919         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
50920         modules/exclude, modules/exitfail, modules/file-type,
50921         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
50922         modules/getdate, modules/getline, modules/getpagesize,
50923         modules/getpass, modules/getugroups, modules/group-member,
50924         modules/hard-locale, modules/hash, modules/human, modules/idcache,
50925         modules/inttostr, modules/long-options, modules/makepath,
50926         modules/md5, modules/memcasecmp, modules/memcoll,
50927         modules/modechange, modules/mountlist, modules/path-concat,
50928         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
50929         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
50930         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
50931         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
50932         modules/strftime, modules/strndup, modules/strverscmp,
50933         modules/timespec, modules/unlocked-io, modules/userspec,
50934         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
50935         modules/yesno:
50936         Remove lib_SOURCES line from Makefile.am section, as this is now
50937         done automatically by the corresponding Autoconf macro.
50938
50939 2005-03-21  Jim Meyering  <jim@meyering.net>
50940
50941         Changes imported from coreutils.
50942
50943         * lib/cycle-check.c: Don't include xalloc.h.
50944
50945         * lib/path-concat.c: Don't include assert.h.
50946         (path_concat): Remove assertion that would have triggered
50947         for ABASE starting with more than one slash.
50948         Reported by Andreas Schwab.
50949
50950         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
50951         properly when ABASE is an absolute file name.
50952         Correct the description of this function.
50953         Include <assert.h>.
50954         Add an assertion and a test driver.
50955         This fixes a bug introduced on 2004-07-02.
50956         Andreas Schwab reported the resulting failure of cp --parents:
50957         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
50958
50959 2005-03-21  Jim Meyering  <jim@meyering.net>
50960
50961         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
50962         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
50963
50964 2005-03-21  Jim Meyering  <jim@meyering.net>
50965         and  Paul Eggert  <eggert@cs.ucla.edu>
50966
50967         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
50968         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
50969         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
50970         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
50971         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
50972         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
50973         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
50974         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
50975         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
50976         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
50977         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
50978         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
50979         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
50980         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
50981         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
50982         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
50983         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
50984         for these modules.
50985
50986 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
50987
50988         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
50989         (which shouldn't happen), generate nothing instead of returning 0
50990         immediately, so that nstrftime (NULL, ...) doesn't return 0.
50991
50992 2005-03-16  Bruno Haible  <bruno@clisp.org>
50993
50994         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
50995         HAVE_LONGLONG_64BIT.
50996
50997 2005-03-16  Bruno Haible  <bruno@clisp.org>
50998
50999         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
51000         HAVE_LONGLONG_64BIT.
51001
51002 2005-03-16  Bruno Haible  <bruno@clisp.org>
51003
51004         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
51005         HAVE_LONGLONG_64BIT.
51006
51007 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51008
51009         * lib/strftime.c (my_strftime): Prepend space to format so that we can
51010         reliably distinguish strftime failure from empty output on POSIX
51011         hosts.
51012
51013 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51014
51015         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
51016         (iconv_string): Don't guess a size-zero buffer, as that might cause
51017         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
51018         result would be 'too large', where 'too large' is (heuristically)
51019         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
51020         overflow concerns.  This will prevent some unwanted malloc failures
51021         when the inputs are very large.
51022
51023 2005-03-15  Karl Berry  <karl@gnu.org>
51024
51025         * config/srclist.txt (config.rpath): from gettext.
51026         * config/config.rpath: update.
51027
51028 2005-03-15  Bruno Haible  <bruno@clisp.org>
51029
51030         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
51031         to 'negate'.
51032
51033         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
51034         variable.
51035
51036         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
51037         results.
51038
51039 2005-03-14  Simon Josefsson  <jas@extundo.com>
51040
51041         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
51042         <fx@gnu.org>.
51043
51044 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
51045
51046         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
51047         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
51048         intprops.h.
51049         * lib/strtol.c: Likewise.
51050
51051 2005-03-14  Jim Meyering  <jim@meyering.net>
51052
51053         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
51054         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
51055         to be nonzero so that we (and caller) can detect the difference
51056         between a valid zero-length expansion and an error return, even
51057         when the underlying strftime fails before writing anything into
51058         that location.
51059
51060 2005-03-14  Bruno Haible  <bruno@clisp.org>
51061
51062         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
51063         Update from GNU gettext 0.14.3.
51064
51065 2005-03-10  Jim Meyering  <jim@meyering.net>
51066
51067         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
51068
51069 2005-03-10  Jim Meyering  <jim@meyering.net>
51070
51071         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
51072         so that this module works on systems without fchdir.
51073
51074 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
51075
51076         Factor int-properties macros into a single file, except for
51077         glibc-related files.
51078         * lib/intprops.h: New file.
51079         * lib/getloadavg.c: Include it instead of limits.h.
51080         (INT_STRLEN_BOUND): Remove.
51081         * lib/human.c: Include intprops.h.
51082         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
51083         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
51084         302/1000.
51085         * lib/inttostr.h: Include intprops.h instead of limits.h.
51086         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
51087         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
51088         for consistency with intprops.h.
51089         (time_t_is_integer, twos_complement_arithmetic): Use them.
51090         * lib/sig2str.h: Include <signal.h>, intprops.h.
51091         (INT_STRLEN_BOUND): Remove.
51092         * lib/strftime.c (TYPE_SIGNED): Remove.
51093         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
51094         * lib/strtol.c: Adjust comments to match intprops.h.
51095         * lib/userspec.c: Include intprops.h.
51096         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
51097         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
51098         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
51099         instead of rolling our own expressions.
51100         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
51101
51102         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
51103         instead of int.
51104         (my_strftime): Do not mishandle years close to INT_MAX, by doing
51105         the right thing even if adding 1900 would overflow.  Similarly
51106         for tm_mon + 1 and tm_yday + 1.
51107         Make %Y always equivalent to %C%y, and similarly for %G and %g.
51108         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
51109         (DO_SIGNED_NUMBER): New macro.
51110         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
51111
51112 2005-03-07  Bruno Haible  <bruno@clisp.org>
51113
51114         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
51115
51116 2005-03-07  Bruno Haible  <bruno@clisp.org>
51117
51118         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
51119
51120 2005-03-04  Derek R. Price  <derek@ximbiot.com>
51121
51122         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
51123         (func_import): Only replace files via --import when they have actually
51124         changed.
51125
51126 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51127
51128         * m4/mmap-anon.m4: New file.
51129         * m4/pagealign_alloc.m4: New file.
51130
51131 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51132             Bruno Haible  <bruno@clisp.org>
51133
51134         * modules/pagealign_alloc: New file.
51135         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
51136
51137 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51138             Bruno Haible  <bruno@clisp.org>
51139
51140         * lib/pagealign_alloc.h: New file.
51141         * lib/pagealign_alloc.c: New file.
51142
51143 2005-03-03  Bruno Haible  <bruno@clisp.org>
51144
51145         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
51146         Use an all-permissive copyright notice, recommended by RMS.
51147
51148 2005-03-02  Bruno Haible  <bruno@clisp.org>
51149
51150         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
51151         of AIX, the replacement has to be done only after <string.h> is
51152         included, therefore not in config.h. stpncpy.h does the replacement,
51153         and stpncpy.c uses it.
51154
51155 2005-03-02  Bruno Haible  <bruno@clisp.org>
51156
51157         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
51158         stpncpy.c uses it.
51159
51160 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51161
51162         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
51163         The workaround isn't strictly needed for POSIX conformance, and
51164         it's too much of a pain to configure and maintain.  We'll ask
51165         people to fix their kernels instead.
51166         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
51167         (NANOSLEEP_BUG_WORKAROUND): Remove.
51168         (xnanosleep): Remove the workaround.
51169
51170 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51171
51172         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
51173         Reported by Derek Price.
51174         (Include): Add "timespec.h".
51175
51176         * modules/xnanosleep (Depends-on): Remove gethrxtime.
51177
51178 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51179
51180         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
51181         to detect nanosleep bug.
51182
51183 2005-03-01  Bruno Haible  <bruno@clisp.org>
51184
51185         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
51186
51187 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
51188
51189         * modules/gethrxtime: New file.
51190         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
51191         (Depends-on): Add gethrxtime.
51192         (configure.ac): Add gl_XNANOSLEEP.
51193         (Makefile.am): Remove lib_SOURCES line.
51194
51195 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51196
51197         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
51198         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
51199
51200 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51201
51202         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
51203         * lib/timespec.h (gettime): Return void, since it always
51204         succeeds now.  All uses changed.
51205         * lib/gettime.c (gettime) Likewise.
51206         [HAVE_NANOTIME]: Prefer nanotime.
51207         Assume gettimeofday succeeds, as POSIX requires.
51208         Assime time () succeeds, since other code already does.
51209         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
51210         (timespec_subtract): Remove.
51211         (NANOSLEEP_BUG_WORKAROUND): New constant.
51212         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
51213         things considerably.  Use it only on GNU/Linux hosts, since the
51214         workaround shouldn't be needed elsewhere.
51215
51216 2005-02-24  Bruno Haible  <bruno@clisp.org>
51217
51218         * modules/gettext (Files): Add m4/glibc2.m4.
51219
51220 2005-02-24  Bruno Haible  <bruno@clisp.org>
51221
51222         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
51223         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
51224         * m4/progtest.m4:
51225         Update from GNU gettext 0.14.2.
51226         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
51227
51228 2005-02-24  Bruno Haible  <bruno@clisp.org>
51229
51230         * lib/localcharset.c: Update from GNU gettext 0.14.2.
51231         * lib/config.charset: Update from GNU gettext 0.14.2.
51232
51233 2005-02-24  Bruno Haible  <bruno@clisp.org>
51234
51235         * lib/gettext.h: Update from GNU gettext 0.14.2.
51236
51237 2005-02-23  Simon Josefsson  <jas@extundo.com>
51238
51239         * m4/iconvme.m4: New file.
51240
51241 2005-02-23  Jim Meyering  <jim@meyering.net>
51242
51243         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
51244         change.
51245         Thanks to Bruno Haible for catching it.
51246
51247 2005-02-22  Simon Josefsson  <jas@extundo.com>
51248
51249         * modules/iconvme: New file.
51250
51251         * MODULES.html.sh: Add iconvme.
51252
51253 2005-02-22  Simon Josefsson  <jas@extundo.com>
51254
51255         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
51256
51257 2005-02-22  Simon Josefsson  <jas@extundo.com>
51258
51259         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
51260
51261 2005-02-22  Jim Meyering  <jim@meyering.net>
51262
51263         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
51264         s/ifndef/ifdef/.
51265
51266 2005-02-20  Neil Conway  <neilc@samurai.com>
51267
51268         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
51269         returned by OSX/Darwin if the specified buffer is not large
51270         enough for the hostname.
51271
51272 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51273
51274         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
51275         pass it to _help, otherwise the latter coredumps trying to
51276         dereference state.root_argp.
51277
51278 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51279
51280         * modules/chdir-long (Depends-on): Add memrchr.
51281         * modules/memrchr (Files): Add lib/memrchr.h.
51282         (Include): "memrchr.h".
51283
51284 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51285
51286         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
51287
51288 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51289
51290         * lib/memrchr.h: New file.
51291         * lib/chdir-long.c: Include it.
51292         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
51293         Don't bother including stddef.h.
51294
51295 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
51296
51297         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
51298         inclusion.
51299         Include <sys/types.h>, for dev_t.
51300         (ME_DUMMY, ME_REMOTE): Move from here....
51301         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
51302         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
51303         Dmitry V. Levin.
51304         Include mountlist.h first, to test the interface.
51305
51306 2005-01-29  Bruno Haible  <bruno@clisp.org>
51307
51308         * lib/progname.c (program_name): Initialize.
51309         Needed when linking statically on MacOS X.
51310
51311 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51312
51313         Sync from coreutils.
51314         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
51315         (Depends-on): Add c-strtod.
51316         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
51317
51318 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51319
51320         Sync from coreutils.
51321         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
51322
51323         Remove files that are specific to coreutils.
51324         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
51325
51326 2005-01-28  Bruno Haible  <bruno@clisp.org>
51327
51328         * modules/javacomp: New file.
51329         * MODULES.html.sh (Java): Add javacomp.
51330
51331 2005-01-28  Bruno Haible  <bruno@clisp.org>
51332
51333         * m4/javacomp.m4: New file, from GNU gettext.
51334
51335 2005-01-28  Bruno Haible  <bruno@clisp.org>
51336
51337         * lib/javacomp.sh.in: New file, from GNU gettext.
51338         * lib/javacomp.h: New file, from GNU gettext.
51339         * lib/javacomp.c: New file, from GNU gettext.
51340
51341 2005-01-26  Simon Josefsson  <jas@extundo.com>
51342
51343         * lib/gai_strerror.c: Use GPL in header.
51344
51345 2005-01-26  Bruno Haible  <bruno@clisp.org>
51346
51347         * modules/javaexec: New file.
51348         * MODULES.html.sh (Java): Add javaexec.
51349
51350 2005-01-26  Bruno Haible  <bruno@clisp.org>
51351
51352         * m4/javaexec.m4: New file, from GNU gettext.
51353
51354 2005-01-26  Bruno Haible  <bruno@clisp.org>
51355
51356         * lib/javaexec.sh.in: New file, from GNU gettext.
51357         * lib/javaexec.h: New file, from GNU gettext.
51358         * lib/javaexec.c: New file, from GNU gettext.
51359
51360 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51361
51362         * modules/lchown (Depends-on): Remove lchown.h
51363
51364 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51365
51366         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
51367         must be defined if the header file was not found, in order
51368         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
51369
51370 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51371
51372         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
51373         initializers for struct pentry_state.
51374         (__argp_error): Check return value of __asprintf
51375         (__argp_failure): Translate error message
51376
51377         * lib/argp-parse.c: Removed braces around the expansion of N_()
51378
51379 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
51380
51381         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
51382         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
51383         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
51384         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
51385         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
51386         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
51387         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
51388         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
51389         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
51390         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
51391         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
51392         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
51393         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
51394         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
51395         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
51396         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
51397         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
51398         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
51399         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
51400         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
51401         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
51402         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
51403         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
51404         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
51405         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
51406         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
51407         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
51408         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
51409         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
51410         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
51411         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
51412         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
51413         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
51414         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
51415         xstrtol.m4, xstrtoumax.m4, yesno.m4:
51416         Use an all-permissive copyright notice, recommended by RMS.
51417
51418 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
51419
51420         * modules/chdir-long (Depends-on): Remove mempcpy.
51421
51422 2005-01-21  Jim Meyering  <jim@meyering.net>
51423
51424         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
51425         same value as for Solaris 9.
51426
51427         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
51428         component length.  This included changing the parameter to be
51429         of type `char *' rather than `char const *'.
51430         * lib/chdir-long.h (chdir_long): Update prototype.
51431
51432         * lib/openat.c (fdopendir, fstatat): New functions.
51433         * lib/openat.h: Include headers required for use of DIR and struct
51434         stat.
51435         [AT_SYMLINK_NOFOLLOW]: Define.
51436         (fdopendir, fstatat): Add prototypes.
51437
51438 2005-01-21  Bruno Haible  <bruno@clisp.org>
51439
51440         * modules/classpath: New file.
51441         * MODULES.html.sh (Java): Add classpath.
51442
51443 2005-01-21  Bruno Haible  <bruno@clisp.org>
51444
51445         * lib/classpath.h: New file, from GNU gettext.
51446         * lib/classpath.c: New file, from GNU gettext.
51447
51448 2005-01-20  Simon Josefsson  <jas@extundo.com>
51449
51450         * modules/version-etc-fsf: New file.
51451
51452 2005-01-20  Simon Josefsson  <jas@extundo.com>
51453
51454         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
51455         * lib/version-etc.c: Remove version_etc_copyright.
51456         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
51457         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
51458
51459 2005-01-20  Simon Josefsson  <jas@extundo.com>
51460
51461         * lib/base64.h (isbase64): Add.
51462
51463         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
51464         using a unsigned prototype, don't inline.
51465         (base64_decode): Use it.
51466
51467 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51468
51469         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
51470         it.
51471
51472 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51473
51474         * lib/save-cwd.c (save_cwd): Remove code to support the case
51475         where fchdir is missing or flaky.
51476
51477 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51478
51479         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
51480
51481 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
51482
51483         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
51484         AC_LIBSOURCES now does this.
51485         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
51486         with new ullong_max module.
51487
51488 2005-01-19  Bruno Haible  <bruno@clisp.org>
51489
51490         * modules/sh-quote: New file.
51491         * MODULES.html.sh (Executing programs): Add sh-quote.
51492
51493 2005-01-19  Bruno Haible  <bruno@clisp.org>
51494
51495         * lib/sh-quote.h: New file, from GNU gettext.
51496         * lib/sh-quote.c: New file, from GNU gettext.
51497
51498 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51499
51500         Merge from coreutils.
51501         * m4/ullong_max.m4: New file.
51502         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
51503         (gl_MACROS): Assume localeconv exists.
51504
51505 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51506
51507         Merge changes from coreutils, as described below in several
51508         changelogs dated today.
51509
51510         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
51511         (O_DIRECTORY): Remove; not needed here, since "." must be
51512         a directory.  All uses removed.
51513         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
51514         universal on Suns, and we also need to test for IRIX.
51515         Revamp code to use 'if' rather than '#if'.
51516         Avoid unnecessary comparison of cwd->desc to 0.
51517
51518         * lib/utimens.c (futimens): Robustify the previous patch, by checking
51519         for known valid error numbers rather than observed invalid ones.
51520
51521 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51522
51523         * modules/ullong_max: New file.
51524
51525         * modules/chdir-long, modules/openat: New files.
51526         * modules/save-cwd (Depends-on): Depend on chdir-long.
51527         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
51528
51529 2005-01-18  Jim Meyering  <jim@meyering.net>
51530
51531         Merge from coreutils.
51532         * m4/chdir-long.m4, m4/openat.m4: New files.
51533         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
51534         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
51535         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
51536         is sane and DOES follow symlinks.  Besides, testing 20 different
51537         systems found no broken chown implementations.
51538         Prompted by a change in rsync's copy of this macro.
51539         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
51540
51541         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
51542
51543         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
51544         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
51545         NULL-means-set-to-current-time semantics.
51546         Remove temporary file immediately, rather than waiting
51547         for configure's at-exit trap code to do it.
51548
51549 2005-01-18  Jim Meyering  <jim@meyering.net>
51550
51551         * lib/version-etc.c (version_etc_copyright): Update copyright date.
51552
51553         * lib/utimens.c (futimens): Account for the fact that futimes
51554         can also fail with errno == ENOSYS or errno == ENOENT.
51555         Patch from Dmitry V. Levin.
51556
51557         Change the name of the robust chdir function from chdir to chdir_long.
51558         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
51559         (restore_cwd): Use chdir_long, not chdir.
51560         * lib/chdir-long.c: Renamed from chdir.c.
51561         * lib/chdir-long.h: Renamed from chdir.h.
51562         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
51563         Hurd.
51564
51565 2005-01-18  Bruno Haible  <bruno@clisp.org>
51566
51567         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
51568         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
51569         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
51570         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
51571         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
51572         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
51573         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
51574         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
51575         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
51576         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
51577         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
51578         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
51579         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
51580         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
51581         Use an all-permissive copyright notice, recommended by RMS.
51582
51583 2005-01-18  Bob Proulx  <bob@proulx.com>
51584
51585         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
51586         simplify offsetof() macro construct to avoid compile failure with
51587         native HP-UX 11.0 ANSI C compiler.
51588
51589 2005-01-17  Bruno Haible  <bruno@clisp.org>
51590
51591         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
51592         redundant because stpncpy.m4 takes care of it.
51593
51594 2005-01-17  Bruno Haible  <bruno@clisp.org>
51595
51596         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
51597
51598 2005-01-17  Bruno Haible  <bruno@clisp.org>
51599
51600         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
51601         used.
51602
51603 2005-01-17  Bruno Haible  <bruno@clisp.org>
51604
51605         * lib/fwriteerror.h (fwriteerror): Change specification to include
51606         fclose.
51607         * lib/fwriteerror.c: Include <stdbool.h>.
51608         (fwriteerror): At the end, close the file stream. Record whether
51609         stdout was already closed.
51610
51611 2005-01-17  Bruno Haible  <bruno@clisp.org>
51612
51613         * lib/execute.c (environ): Declare if needed.
51614         * lib/pipe.c (environ): Likewise.
51615         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
51616
51617 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51618
51619         * modules/argp: Depend on vsnprintf
51620
51621 2005-01-10  Jim Meyering  <jim@meyering.net>
51622
51623         * modules/closeout (Depends-on): Add atexit.
51624
51625 2005-01-06  Bruno Haible  <bruno@clisp.org>
51626
51627         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
51628
51629 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
51630
51631         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
51632         definitions to be after all include files, to avoid collisions.
51633         Problem reported by Bob Proulx.
51634
51635 2005-01-04  Jim Meyering  <jim@meyering.net>
51636
51637         Changes imported from coreutils.
51638         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
51639         as the mkstemp template, use a temporary directory and an
51640         8.3-friendly template to avoid trouble on systems like DJGPP.
51641         Reported by Juan M. Guerrero via Stepan Kasal.
51642         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
51643         close. Remove the temporary directory right away, rather than waiting
51644         for configure's at-exit trap code to do it.
51645         Suggestion from Stepan Kasal.
51646
51647 2005-01-01  Simon Josefsson  <jas@extundo.com>
51648
51649         * gnulib-tool: Print #include directives when --import'ing.
51650
51651 2004-12-28  Simon Josefsson  <jas@extundo.com>
51652
51653         * tests/test-base64.c: Include required header files.  Remove
51654         unused variables.
51655
51656 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
51657
51658         * modules/error (Depends-on): Remove gettext.
51659
51660 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
51661
51662         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
51663         not needed.  This removes a dependency on the gettext module.
51664         [defined _LIBC]: Do not include <libintl.h>; not needed.
51665
51666 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
51667
51668         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
51669         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
51670
51671 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
51672
51673         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
51674         HAVE_DECL_STRTOLD.
51675
51676 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51677
51678         * modules/getdate (Depends-on): Remove alloca-opt.
51679
51680 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51681
51682         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
51683
51684 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51685
51686         * lib/argp-parse.c: Include <stddef.h>.
51687         (alignof, alignto): New macros.
51688         (parser_init): Don't assume that void * is aligned sufficiently
51689         for struct option.
51690
51691         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
51692         need to extend the stack.
51693         (YYINITDEPTH): New macro, so that the initial stack isn't overly
51694         large.
51695
51696 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51697
51698         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
51699
51700 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
51701
51702         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
51703         (2004-10-24) change.  Apparently this was a false alarm.
51704
51705         * modules/getdate: Depend on alloca-opt, not alloca.
51706
51707 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
51708
51709         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
51710         Remove now-obsolete comment about AIX.
51711         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
51712         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
51713         (YYMAXDEPTH): New macro.
51714
51715 2004-12-18  Simon Josefsson  <jas@extundo.com>
51716
51717         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
51718
51719 2004-12-18  Bruno Haible  <bruno@clisp.org>
51720
51721         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
51722
51723 2004-12-18  Bruno Haible  <bruno@clisp.org>
51724
51725         * lib/fatal-signal.c (fatal_signals): Make non-const.
51726         (init_fatal_signals): New function.
51727         (uninstall_handlers, install_handlers): Ignore signals that were set to
51728         SIG_IGN.
51729         (at_fatal_signal): Call init_fatal_signals.
51730         (init_fatal_signal_set): Likewise. Ignore signals that were set to
51731         SIG_IGN.
51732         Reported by Paul Eggert.
51733
51734 2004-12-18  Bruno Haible  <bruno@clisp.org>
51735
51736         * doc/alloca.texi: New file.
51737         * doc/alloca-opt.texi: New file.
51738
51739 2004-12-17  Jim Meyering  <jim@meyering.net>
51740
51741         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
51742         Otherwise, install-sh could exit with improper exit status when
51743         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
51744
51745 2004-12-16  Simon Josefsson  <jas@extundo.com>
51746
51747         * tests/test-base64.c: Add license.
51748
51749 2004-12-15  Stepan Kasal  <address@hidden>
51750
51751         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
51752
51753 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
51754
51755         * modules/getcwd (Files): Add m4/d-ino.m4.
51756         Suggested by Mark D. Baushke.
51757
51758 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
51759
51760         * lib/getdate.y (textint): New member "negative".
51761         (time_zone_hhmm): New function.
51762         Expect 14 shift-reduce conflicts, not 13.
51763         (o_colon_minutes): New rule.
51764         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
51765         (yylex): Set the "negative" member of signed numbers.
51766
51767 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
51768
51769         * doc/getdate.texi (Time of day items, Time zone items):
51770         Describe new formats +00:00, UTC+00:00.
51771
51772 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
51773
51774         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
51775         spurious "-l"s.  Problem reported by Stepan Kasal.
51776
51777 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
51778
51779         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
51780         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
51781
51782 2004-12-04  Simon Josefsson  <jas@extundo.com>
51783
51784         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
51785         Vandoorselaere <yoann@prelude-ids.org>.
51786
51787 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51788
51789         Changes imported from coreutils.
51790         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
51791         exist.
51792         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
51793
51794 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51795
51796         Changes imported from coreutils.
51797         * lib/hard-locale.c: Assume <locale.h> exists.
51798         Include "strdup.h".
51799         (GLIBC_VERSION): New macro.
51800         (hard_locale): Assume setlocale exists.
51801         Rewrite to avoid #ifdef.
51802         Use strdup rather than malloc + strcpy.
51803         * lib/human.c: Assume <locale.h> exists.
51804         (human_readable): Assume localeconv exists.
51805
51806 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51807
51808         * modules/hard-locale (Depends-on): Add strdup.
51809
51810 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
51811
51812         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
51813         convert T2, not T.  (Imported from libc.)
51814
51815 2004-11-30  Simon Josefsson  <jas@extundo.com>
51816
51817         * modules/restrict (License): Change to LGPL.
51818
51819 2004-11-30  Simon Josefsson  <jas@extundo.com>
51820
51821         * m4/restrict.m4: Add copyright and copying conditions.
51822
51823 2004-11-30  Simon Josefsson  <jas@extundo.com>
51824
51825         * m4/base64.m4: New file.
51826
51827 2004-11-30  Simon Josefsson  <jas@extundo.com>
51828
51829         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
51830         base64.
51831
51832         * tests/test-base64.c: New file.
51833
51834         * modules/base64: New file.
51835
51836 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
51837
51838         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
51839         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
51840
51841         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
51842
51843 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
51844
51845         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
51846         (__getcwd.c): Don't restore errno; glibc doesn't.
51847         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
51848         first, falling back to our code only if its results look suspicious.
51849         Ensure that the resulting buffer is only as large as necessary.
51850
51851         * lib/readutmp.c: Include readutmp.h first.
51852         Include <errno.h>, since readutmp.h no longer does that.
51853         * lib/readutmp.h: Don't include <errno.h>,
51854         <sys/param.h>, <time.h>; not needed to establish interface.
51855         (errno): Remove decl.
51856         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
51857         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
51858         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
51859
51860 2004-11-28  Simon Josefsson  <jas@extundo.com>
51861
51862         * lib/base64.h, base64.c: New file.
51863
51864 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
51865
51866         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
51867
51868 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
51869
51870         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
51871         (Depends-on): Remove pathmax, same.  Add mempcpy.
51872         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
51873         (Makefile.am): Append getcwd.h to lib_SOURCES.
51874         (Include): Add getcwd.h.
51875         (Maintainer): Change from Jim Meyering to "all, glibc",
51876         since getdate now uses intended-for-glibc code.
51877         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
51878         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
51879
51880 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
51881
51882         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
51883         HP's ANSI C compiler.
51884         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
51885         Declaring int functions causes warnings on some modern systems and
51886         shouldn't be needed to compile on ancient ones.
51887         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
51888         defined.
51889
51890         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
51891         with the following changes.
51892         (__set_errno): Parenthesize properly.
51893         Include <stdbool.h>.
51894         (MIN, MAX, MATCHING_INO): New macros.
51895         (__getcwd): Define with prototype, not K&R form.
51896         Use heuristics to allocate default buffer on stack if possible.
51897         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
51898         behavior, and to avoid the PATH_MAX limit when computing
51899         ../../../../...
51900         Use MATCHING_INO to compare inode number to file.
51901         Check for arithmetic overflow in size calculations.
51902         Fix bug in reallocation of dot array that caused getcwd to fail
51903         on directories nested deeper than 75.
51904         Be more careful about saving errno on error.
51905         Do not use realloc; use only free+malloc, as this is a bit
51906         more flexible and avoids a needless copy operation.
51907         Do not inspect st_dev and st_ino for symbolic links; POSIX
51908         doesn't specify the latter.
51909         Check for closedir errors.
51910         Avoid needless casts.
51911         Use "#ifdef weak_alias" around weak_alias, to be like other
51912         glibc code.
51913         The following changes to getcwd.c have effect only when used in
51914         gnulib; they have no effect inside glibc proper.
51915         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
51916         as alloca isn't used.
51917         (alloca, __alloca): Likewise.
51918         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
51919         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
51920         unconditionally, as gnulib assumes C89 or better.
51921         Do not include <sys/param.h>.
51922         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
51923         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
51924         better.
51925         (NULL) [!defined NULL]: Remove; we assume C89 or better.
51926         Include <dirent.h> in a way that is compatible with modern Autoconf.
51927         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
51928         New macros, if not already defined.
51929         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
51930         Use "_LIBC", not "defined _LIBC", for consistency.
51931         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
51932         a mempcpy module.
51933         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
51934         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
51935         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
51936         credit only to Jim Meyering and adjust the copyright dates.
51937         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
51938         <stdlib.h>, <unistd.h>, "pathmax.h".
51939         Instead, include "xgetcwd.h" (first) and "getcwd.h".
51940         (INITIAL_BUFFER_SIZE): Remove.
51941         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
51942
51943 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
51944
51945         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
51946         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
51947         Use the _ONCE methods, for efficiency.
51948         Check for fcntl.h.  In test program, include <errno.h>
51949         and <fcntl.h> if available.  Remove old K&R cruft from
51950         test program.  Check for common errors in GNU/Linux,
51951         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
51952         don't do AC_LIBOBJ, as that's getcwd.m4's job.
51953         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
51954         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
51955         name accordingly.
51956         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
51957         accommodate new getcwd.c.
51958         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
51959         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
51960         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
51961         that's all we need now.
51962
51963 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51964
51965         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
51966         argp-parse.c depends on getopt internals, that means we should
51967         always use our getopt, to be on the safe side.
51968         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
51969         order not to spoil the result of an eventual previous invocation
51970         of gl_GETOPT_SUBSTITUTE.
51971
51972 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51973
51974         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
51975         redefinition warnings. To avoid them, include the defines
51976         in `#if !defined __need_getopt ... #endif'. The only place
51977         where __getopt_argv_const is used is in definitions
51978         of getopt_long and getopt_long_only below, which are as well
51979         protected by `#ifndef __need_getopt'.
51980         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
51981         __need_getopt after including <stdio.h> and <unistd.h> These
51982         headers might have defined it.
51983
51984 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
51985
51986         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
51987
51988 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
51989
51990         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
51991         (futimens): New function, which uses futimes if available.
51992         (futimens, utimens): Support timespec==NULL, with same semantics
51993         as utime and utimens.
51994         * lib/utimens.h (futimens): New decl.
51995
51996 2004-11-23  Jim Meyering  <jim@meyering.net>
51997
51998         * lib/getopt_.h: Remove trailing blanks.
51999
52000 2004-11-23  Jim Meyering  <jim@meyering.net>
52001
52002         * lib/__fpending.c: Add comment.
52003
52004 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
52005
52006         * modules/canonicalize (Depends-on): Add xreadlink.
52007         Problem reported by James Youngman.
52008
52009 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
52010
52011         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
52012         New macros.
52013         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
52014         optopt): Use them instead of invoking ## directly; otherwise, the
52015         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
52016
52017 2004-11-19  Bruno Haible  <bruno@clisp.org>
52018
52019         * lib/strtok_r.c: Move comments from here...
52020         * lib/strtok_r.h: ... to here.
52021
52022 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52023
52024         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
52025         implementations that mishandle size_t overflow.
52026
52027 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52028
52029         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
52030         might fail.  Problem reported by Yoann Vandoorselaere.
52031         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
52032         implementations that mishandle size_t overflow.
52033
52034 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52035
52036         * modules/canon-host (Depends-on): Add strdup.
52037
52038 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52039
52040         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
52041
52042 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52043
52044         * lib/canon-host.c: Include "strdup.h".
52045         (canon_host): Use getaddrinfo if available, so that IPv6 works.
52046         Use strdup instead of malloc/strcpy to duplicate strings.
52047
52048         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
52049         (human_space_before_unit): New constant.
52050         * lib/human.c (human_readable): Support it.
52051
52052         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
52053         (xgetcwd): Set errno correctly when failing.
52054         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
52055         the failure is actually due to a PATH_MAX problem.
52056
52057         Further getopt changes to make it more likely that glibc will
52058         buy the changes back.
52059         * lib/getopt.c (POSIXLY_CORRECT): New constant.
52060         (getopt): Use it, so to preserve glibc semantic
52061         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
52062         when compiling for libc.
52063         * lib/getopt_.h (__getopt_argv_const): Bring it back.
52064         (getopt_long, getopt_long_only): Use it.
52065
52066         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52067         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
52068         (getopt): Argv is now char * const *, as per standard.
52069         (_getopt_internal_r, _getopt_internal): Argv is now char **,
52070         not char *__getopt_argv_const *.
52071         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52072         _getopt_long_only_r): Likewise.
52073         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
52074         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52075         _getopt_long_r, _getopt_long_only_r): Likewise.
52076         * lib/getopt_.h (__getopt_argv_const): Remove.
52077         (getopt): Argv is now char * const *, as per standard.
52078
52079         * lib/getdate.y (tORDINAL): New token.
52080         (day, relunit): Allow it for relative times.
52081         (relative_time_table): Use tORDINAL for ordinals.
52082
52083 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52084
52085         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
52086         Document that "second" isn't allowed as an ordinal number.
52087
52088 2004-11-16  Jim Meyering  <jim@meyering.net>
52089
52090         * modules/closeout (Depends-on): Add fpending.
52091
52092 2004-11-15  Jim Meyering  <jim@meyering.net>
52093
52094         * lib/closeout.c: Include "__fpending.h" once again.
52095         Include <stdbool.h>.
52096         (close_stdout): Don't fail just because stdout was closed initially,
52097         since some programs don't write to stdout in the normal course of
52098         operation (other than --version and --help), and we don't want this
52099         function to make e.g. `touch file >&-' fail.
52100         But do fail if it was closed and someone has tried to write to it.
52101         E.g., `printf foo >&-' must fail.
52102
52103 2004-11-13  Jim Meyering  <jim@meyering.net>
52104
52105         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
52106
52107 2004-11-12  Simon Josefsson  <jas@extundo.com>
52108
52109         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
52110         small doc fix is still pending.
52111
52112 2004-11-11  Simon Josefsson  <jas@extundo.com>
52113
52114         * modules/strtok_r: New file.
52115
52116         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52117         strtok_r.
52118
52119 2004-11-11  Simon Josefsson  <jas@extundo.com>
52120
52121         * m4/strtok_r.m4: New file.
52122
52123         * m4/getopt.m4: Replace opterr.
52124
52125 2004-11-11  Simon Josefsson  <jas@extundo.com>
52126
52127         * lib/strtok_r.h, strtok_r.c: New file.
52128
52129 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52130
52131         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
52132         of replacing opterr, getopt, etc.  This should handle the
52133         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
52134
52135 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52136
52137         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
52138         we can stop lying to compilers about the constness of argv when we
52139         are compiled outside glibc.
52140         (getopt, getopt_long, getopt_long_only): Use it.
52141         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52142         _getopt_internal, getopt): Likewise.
52143         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52144         _getopt_long_only_r): Likewise.
52145         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52146         _getopt_long_r, _getopt_long_only_r): Likewise.
52147
52148         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
52149         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
52150         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
52151         the other external symbols.
52152         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
52153         declaration, since the above renaming now works around collisions.
52154
52155 2004-11-11  Jim Meyering  <jim@meyering.net>
52156
52157         * lib/linebreak.c: Remove trailing blanks.
52158         * lib/alloca_.h: Likewise.
52159         * lib/acosl.c: Likewise.
52160         * lib/euidaccess.c: Likewise.
52161         * lib/allocsa.h: Likewise.
52162
52163 2004-11-10  Simon Josefsson  <jas@extundo.com>
52164
52165         * m4/getaddrinfo.m4: New file.
52166
52167 2004-11-10  Simon Josefsson  <jas@extundo.com>
52168
52169         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
52170
52171 2004-11-10  Simon Josefsson  <jas@extundo.com>
52172
52173         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52174         getaddrinfo.
52175
52176         * modules/getaddrinfo: New file.
52177
52178 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52179
52180         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
52181
52182 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52183
52184         * lib/mktime.c (SHR): New macro, which is a portable
52185         substitute for >> that should work even on Crays.
52186         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
52187         Problem reported by Mark D. Baushke in
52188         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
52189         * lib/getdate.y (SHR): Likewise.
52190         (tm_diff): Use it.
52191         * lib/strftime.c (SHR): Likewise.
52192         (tm_diff): Use it.
52193         * lib/quotearg.c (struct quoting_options): Use unsigned int for
52194         quote_these_too, so that right shifts are well defined.  All uses
52195         changed.
52196
52197 2004-11-10  Jim Meyering  <jim@meyering.net>
52198
52199         Ensure that no close failure goes unreported.
52200         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
52201         return early when it seems there's nothing to flush.
52202         Don't include __fpending.h.
52203
52204 2004-11-10  Jim Meyering  <jim@meyering.net>
52205
52206         * modules/closeout (Depends-on): Remove fpending.
52207
52208 2004-11-10  Jim Meyering  <jim@meyering.net>
52209
52210         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
52211
52212 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52213
52214         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
52215         gl_FUNC_STRFTIME.
52216         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
52217         and AC_REQUIRE when possible, to avoid duplicate checks.
52218         Check for <wchar.h>.
52219
52220 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52221
52222         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
52223
52224 2004-11-09  Bruno Haible  <bruno@clisp.org>
52225
52226         * m4/sockpfaf.m4: New file.
52227
52228 2004-11-05  Bruno Haible  <bruno@clisp.org>
52229
52230         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
52231         Reported by Mark D. Baushke <mdb@cvshome.org>.
52232
52233 2004-11-04  Bruno Haible  <bruno@clisp.org>
52234
52235         2004-09-11  Bruno Haible  <bruno@clisp.org>
52236                 * allocsa.valgrind: New file.
52237         2004-02-06  Bruno Haible  <bruno@clisp.org>
52238                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
52239                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
52240                 Reported by Christopher Seip <chris.seip@hp.com>.
52241
52242 2004-11-04  Bruno Haible  <bruno@clisp.org>
52243
52244         * modules/allocsa (Files): Add lib/allocsa.valgrind.
52245         (Makefile.am): Distribute it.
52246
52247 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
52248
52249         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
52250         with errno == ERANGE if the buffer is too small.
52251         Problem reported by Mark D. Baushke.
52252
52253 2004-11-03  Albert Chin  <china@thewrittenword.com>
52254             Paul Eggert  <eggert@cs.ucla.edu>
52255
52256         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
52257         equivalent, substitute $ac_type for equivalent type rather than
52258         blindly using uint32_t *always* which won't work if uint32_t is not
52259         available.  Define _UINT32_T to work around typedef of uint32_t if
52260         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
52261         2.5.1.
52262
52263 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52264
52265         * m4/jm-macros.m4: Sync from coreutils.
52266         (gl_MACROS): Check for mbrlen, for pathchk.
52267         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
52268
52269 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52270
52271         * lib/xreadlink.c (MAXSIZE): New macro.
52272         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
52273         size does not exceed MAXSIZE.  Avoid cast.
52274         As suggested by Mark D. Baushke in
52275         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
52276         if readlink fails with buffer size just under MAXSIZE, try again
52277         with MAXSIZE.
52278
52279 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52280
52281         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
52282
52283 2004-11-02  Derek R. Price  <derek@ximbiot.com>
52284         and  Paul Eggert  <eggert@cs.ucla.edu>
52285
52286         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
52287         (get_date): Overparenthesize to avoid GCC warning.
52288
52289 2004-11-02  Bruno Haible  <bruno@clisp.org>
52290
52291         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
52292         returns void.
52293
52294 2004-11-02  Bruno Haible  <bruno@clisp.org>
52295
52296         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
52297         function returns void.
52298
52299 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52300
52301         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
52302         fflush_unlocked, flockfile, funlockfile, funlockfile,
52303         fputs_unlocked, putc_unlocked.
52304
52305 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52306
52307         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52308         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
52309         already declared.
52310
52311 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52312
52313         * modules/getdate (Files): Add doc/getdate.texi.
52314         (Depends-on): Add setenv, xalloc.
52315
52316 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52317
52318         * lib/getdate.y: Add support for TZ="foo" within a date string.
52319         Fix some bugs near time_t boundaries.  Reject dates with
52320         out-of-range components, e.g., "Sept 31".
52321         Include <stdlib.h>, "setenv.h", "xalloc.h".
52322         (ISDIGIT_LOCALE): Remove; unused.
52323         Note that the TZ and time functions used here are not reentrant.
52324         (mktime_ok, get_tz): New functions.
52325         (TZBUFSIZE): New constant.
52326         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
52327         This requires that we sometimes generate our own TZ="XXX..." setting.
52328
52329 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52330
52331         * doc/getdate.texi: New file, from coreutils with modifications for
52332         the new TZ parsing.
52333
52334 2004-10-27  Derek R. Price  <derek@ximbiot.com>
52335
52336         * lib/mktime.c (not_equal_tm): Remove redundant check.
52337
52338 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52339
52340         * modules/regex (lib_SOURCES): Add regex.c.
52341         Reported by James Youngman in
52342         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
52343
52344 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52345
52346         * lib/getdate.y: Use Bison 1.875 features, and some minor
52347         code cleanups.  This change does not affect semantics.
52348         Don't include <stdlib.h>; no longer needed.
52349         Don't include unlocked-io.h; only the "#if TEST" code uses
52350         stdio, and performance isn't crucial there.
52351         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
52352         Bison 1.875 features as described below.
52353         All uses of "PC." replaced by "pc->".
52354         (YYSTYPE): Add a forward declaration.
52355         (yylex, yyerror): Use full prototypes in forward decls.
52356         Use "%pure-parser" rather than obsolescent "%pure_parser".
52357         Use %parse-param and %lex-param instead of obsolescent
52358         YYPARSE_PARAM and YYLEX_PARAM.
52359         (meridian_table, month_and_day_table, time_units_table,
52360         relative_time_table, time_zone_table, military_table,
52361         lookup_zone, lookup_word, get_date):
52362         Use NULL instead of 0 where appropriate.
52363         (to_hour): Avoid abort (), to avoid a dependency on
52364         stdlib.h.
52365         (yyerror, yylex): Now accepts parser_control * arg.
52366         (main) [TEST]: Use '\0' rather than 0 for char.
52367
52368 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52369
52370         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
52371
52372 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52373
52374         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
52375         It's now the caller's responsibility to handle the case where
52376         !HAVE_GETPAGESIZE && !defined getpagesize.
52377
52378         * lib/mktime.c (leapyear): Arg is long int, not int.
52379
52380 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
52381
52382         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
52383
52384 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
52385
52386         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
52387         missing.  Problem reported by James Youngman.
52388
52389 2004-10-16  Simon Josefsson  <jas@extundo.com>
52390
52391         * gnulib-tool: Fix comments.  Fix parse problem.
52392         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
52393
52394 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
52395
52396         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
52397         implementation of getopt_long.  Problem reported by Alexander Taler in:
52398         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
52399
52400 2004-10-15  Bruno Haible  <bruno@clisp.org>
52401
52402         * gnulib-tool: Untabify. Initialize supplied_libname.
52403         (func_usage): More homogenous output.
52404         (func_modules_transitive_closure, func_modules_to_filelist,
52405         func_emit_lib_Makefile_am): New functions.
52406         (func_import): New function, extracted from big case statement. Use
52407         func_get_license, func_modules_transitive_closure,
52408         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
52409         opt_lgpl. Don't use test -a, as it's not portable.
52410         (func_create_testdir): Use func_modules_transitive_closure,
52411         func_modules_to_filelist, func_emit_lib_Makefile_am.
52412
52413 2004-10-15  Bruno Haible  <bruno@clisp.org>
52414
52415         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
52416
52417 2004-10-15  Bruno Haible  <bruno@clisp.org>
52418
52419         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
52420         the portions belonging to each module.
52421         Suggested by Derek Robert Price <derek@ximbiot.com>.
52422
52423 2004-10-12  Simon Josefsson  <jas@extundo.com>
52424
52425         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52426         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
52427         to real functions.
52428
52429 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52430
52431         * modules/vsnprintf: New file.
52432
52433 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52434
52435         * m4/vsnprintf.m4: New file.
52436
52437 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52438
52439         * lib/vsnprintf.h: New file.
52440         * lib/vsnprintf.c: New file.
52441
52442 2004-10-11  Bruno Haible  <bruno@clisp.org>
52443
52444         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
52445         vsnprintf.
52446
52447 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
52448
52449         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
52450
52451 2004-10-07  Bruno Haible  <bruno@clisp.org>
52452
52453         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
52454         fits into the provided buffer.
52455
52456 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
52457
52458         * lib/diacrit.c, diacrit.h: Add GPL notice.
52459
52460         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
52461         notice.
52462         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
52463         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
52464         This avoids a potential constant-folding bug.
52465
52466 2004-10-05  Bruno Haible  <bruno@clisp.org>
52467
52468         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
52469         for the declaration of strsep.
52470
52471 2004-10-05  Bruno Haible  <bruno@clisp.org>
52472
52473         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
52474
52475 2004-10-04  Simon Josefsson  <jas@extundo.com>
52476
52477         * modules/memmem: New file.
52478         * tests/test-memmem.c: New file.
52479         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
52480
52481 2004-10-04  Simon Josefsson  <jas@extundo.com>
52482
52483         * m4/memmem.m4: New file.
52484
52485 2004-10-04  Simon Josefsson  <jas@extundo.com>
52486
52487         * lib/memmem.h: New file.
52488         * lib/memmem.c: New file, taken from glibc.
52489
52490 2004-10-04  Simon Josefsson  <jas@extundo.com>
52491
52492         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
52493         '#ifdef USE_UNLOCKED_IO'.
52494
52495 2004-10-04  Simon Josefsson  <jas@extundo.com>
52496
52497         * config/srclist.txt: Add memmem from glibc.
52498
52499 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52500
52501         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
52502
52503         * modules/argmatch, modules/argp, modules/closeout, modules/error,
52504         modules/exclude, modules/getdate, modules/getline,
52505         modules/getndelim2, modules/getpass, modules/getpass-gnu,
52506         modules/getusershell, modules/linebuffer, modules/md5,
52507         modules/mountlist, modules/posixtm, modules/readtokens,
52508         modules/readutmp, modules/regex, modules/sha1,
52509         modules/version-etc, modules/yesno:
52510         Remove dependency on unlocked-io.
52511
52512 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52513
52514         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
52515
52516         * m4/unlocked-io.m4: Add copyright notice.
52517         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
52518
52519 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52520
52521         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
52522         * lib/xmalloc.c (xmemdup): Likewise.
52523         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
52524         XFREE): Remove these long-obsolescent macros.
52525         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
52526         * lib/xstrdup.c: Remove.
52527
52528         * lib/regex.c (re_comp): Cast gettext return value to char *,
52529         Problem reported by Martin Neitzel via Mark D. Baushke.
52530
52531 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52532
52533         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
52534         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
52535         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
52536         regex.c, sha1.c, version-etc.c, yesno.c:
52537         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
52538         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
52539         the includer's responsibility.
52540
52541         Sync from coreutils.
52542
52543         * lib/modechange.c (mode_compile): Don't decrement a pointer that
52544         points to the start of a string, as the C Standard says the
52545         resulting behavior is undefined.
52546
52547         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
52548         simple -> simple_backups, numbered_existing ->
52549         numbered_existing_backups, numbered -> numbered_backups
52550         to avoid shadowing problems.  All uses changed.
52551         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
52552         * lib/backupfile.c (check_extension, numbered_backup):
52553         Rename locals to avoid shadowing 'basename'.
52554         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
52555         once.
52556
52557         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
52558         * lib/.cvsignore: Add getopt.h.
52559
52560 2004-10-04  Bruno Haible  <bruno@clisp.org>
52561
52562         * modules/README: New file.
52563         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
52564         not a module.
52565
52566 2004-10-02  Jim Meyering  <jim@meyering.net>
52567
52568         * lib/dirfd.h, getpagesize.h: Add copyright notice.
52569
52570 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52571
52572         * modules/strsep: New file.
52573
52574 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52575
52576         * m4/strsep.m4: New file.
52577
52578 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52579
52580         * lib/strsep.h: New file.
52581         * lib/strsep.c: New file.
52582
52583 2004-10-01  Simon Josefsson  <jas@extundo.com>
52584
52585         * lib/snprintf.c (snprintf): Handle size==0.
52586
52587 2004-10-01  Simon Josefsson  <jas@extundo.com>
52588             Bruno Haible  <bruno@clisp.org>
52589
52590         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
52591         (snprintf): Declare 'args'.
52592
52593 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
52594
52595         * lib/snprintf.c: Remove comments as to why each header is needed.
52596
52597 2004-10-01  Bruno Haible  <bruno@clisp.org>
52598
52599         * MODULES.html.sh: Add strsep.
52600
52601 2004-09-30  Simon Josefsson  <jas@extundo.com>
52602
52603         * modules/snprintf: New file.
52604
52605 2004-09-30  Simon Josefsson  <jas@extundo.com>
52606
52607         * m4/snprintf.m4: New file.
52608
52609 2004-09-30  Simon Josefsson  <jas@extundo.com>
52610
52611         * lib/snprintf.h, lib/snprintf.c: New files.
52612
52613 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52614
52615         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
52616         (hol_entry_help): Never translate an empty string.
52617         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
52618         * lib/argp.h (OPTION_NO_TRANS): New option.
52619
52620 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52621
52622         * modules/argp (Maintainer): Replace Simon Josefsson
52623         by Sergey Poznyakoff.
52624
52625 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52626
52627         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
52628         changes merged back into glibc.
52629
52630 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52631
52632         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
52633
52634 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
52635
52636         * lib/xvasprintf.c: Include xalloc.h.
52637         (xvasprintf): Use xalloc_die, not xmalloc_die.
52638
52639 2004-09-29  Bruno Haible  <bruno@clisp.org>
52640
52641         * modules/alloca-opt: New file, derived from modules/alloca.
52642         * modules/allocsa: Depend on alloca-opt instead of alloca.
52643         * modules/setenv: Likewise.
52644         * modules/vasnprintf: Likewise.
52645         * MODULES.html.sh: Add alloca-opt.
52646
52647 2004-09-28  Simon Josefsson  <jas@extundo.com>
52648
52649         * gnulib-tool: New parameter --lgpl, to asseert that modules are
52650         LGPL, and to replace license template from GPL to LGPL.
52651
52652 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
52653
52654         * modules/dummy: Change license to LGPL.
52655
52656 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
52657
52658         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
52659
52660 2004-09-24  Simon Josefsson  <jas@extundo.com>
52661
52662         * modules/minmax (License): Change from GPL to LGPL.
52663
52664 2004-09-23  Simon Josefsson  <jas@extundo.com>
52665
52666         * gnulib-tool (--import): Typo.
52667
52668 2004-09-23  Simon Josefsson  <jas@extundo.com>
52669
52670         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
52671
52672 2004-09-22  Bruno Haible  <bruno@clisp.org>
52673
52674         * modules/*: Add 'License' field.
52675         * gnulib-tool: Accept --extract-license option.
52676         (func_get_license): New function.
52677
52678 2004-09-21  Bruno Haible  <bruno@clisp.org>
52679
52680         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
52681         Reported by Simon Josefsson.
52682
52683 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
52684
52685         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
52686         gl_AC_TYPE_LONG_LONG.
52687
52688 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
52689
52690         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
52691
52692 2004-09-18  Simon Josefsson  <jas@extundo.com>
52693         and  Paul Eggert  <eggert@cs.ucla.edu>
52694
52695         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
52696         calls with autoreconf.  Define GL_LIB.
52697
52698 2004-09-14  Karl Berry  <karl@gnu.org>
52699
52700         * config/srclist.txt: unsync setenv.c, sigh.
52701
52702 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
52703
52704         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
52705         Problem reported by Bruno Haible in:
52706         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
52707
52708 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
52709
52710         * config/srclist.txt: Comment out argp-pvh.c.
52711
52712 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
52713
52714         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
52715         in case some system header has #define'd it.  Problem reported by
52716         Soeren D. Schulze in
52717         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
52718
52719 2004-09-09  Karl Berry  <karl@gnu.org>
52720
52721         * regex.[ch]: delete from the root.  These were supposed to be
52722                 synced with emacs cvs, but this has not happened for about
52723                 a year, and anyway nothing else uses emacs regex.[ch].
52724                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
52725                 lib/regex[.ch] is untouched.
52726
52727 2004-09-09  Bruno Haible  <bruno@clisp.org>
52728
52729         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
52730
52731 2004-09-09  Bruno Haible  <bruno@clisp.org>
52732
52733         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
52734         modifications.
52735         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
52736
52737 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
52738
52739         * modules/xvasprintf: New file.
52740         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
52741
52742 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
52743
52744         * lib/xvasprintf.h: New file.
52745         * lib/xvasprintf.c: New file.
52746         * lib/xasprintf.c: New file.
52747
52748 2004-09-08  Bruno Haible  <bruno@clisp.org>
52749
52750         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
52751
52752 2004-09-08  Bruno Haible  <bruno@clisp.org>
52753
52754         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
52755         length is > INT_MAX.
52756         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
52757         more.
52758
52759 2004-09-08  Bruno Haible  <bruno@clisp.org>
52760
52761         * lib/stdint_.h: New file, taken from GNU clisp.
52762
52763 2004-09-08  Bruno Haible  <bruno@clisp.org>
52764             Oskar Liljeblad  <oskar@osk.mine.nu>
52765
52766         * modules/stdint: New file.
52767         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
52768
52769 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52770
52771         Import from coreutils.
52772         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
52773         strings on unbounded length.  alloca's performance benefits aren't
52774         that important here.
52775         (V_STRDUP): Remove.
52776         (parse_with_separator): New function, with most of the internals
52777         of the old parse_user_spec.  Allow user to omit both user and group,
52778         for compatibility with FreeBSD.
52779         Clone only the user name, not the entire spec.
52780         Do not set *uid, *gid unless entirely successful.
52781         Avoid memory leak in some failing cases.
52782         Fix regression for USER.GROUP reported by Dmitry V. Levin in
52783         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
52784         (parse_user_spec): Rewrite to use parse_with_separator.
52785
52786 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52787
52788         * modules/userspec: Don't depend on alloca.
52789
52790 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52791
52792         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
52793
52794 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52795
52796         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
52797         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
52798         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
52799
52800 2004-08-16  Simon Josefsson  <jas@extundo.com>
52801
52802         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
52803         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
52804         Add --dry-run for --import.
52805         Let user provided command line parameters override configure.ac
52806         settings.
52807
52808 2004-08-12  Simon Josefsson  <jas@extundo.com>
52809
52810         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
52811         as discussed with Paul Eggert in threads rooted at
52812         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
52813         and
52814         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
52815         Before, the test was empty, and relied on ELIDE_CODE in source
52816         code.)
52817         (gl_PREREQ_GETOPT): New macro.
52818         (gl_GETOPT): Use them.
52819
52820 2004-08-12  Simon Josefsson  <jas@extundo.com>
52821
52822         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
52823         * lib/getopt_.h: Renamed from getopt.h.
52824
52825 2004-08-12  Simon Josefsson  <jas@extundo.com>
52826
52827         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
52828         Change default library name from libfoo to libgnu.
52829         Now, if you have a configure.ac that says:
52830                 gl_SOURCE_BASE(gl)
52831                 gl_M4_BASE(gl/m4)
52832                 gl_MODULES(error getopt etcetera)
52833                 gl_INIT
52834         you can import all you need by running:
52835                 ../gnulib/gnulib-tool --import
52836
52837         * modules/getopt (Files): Rename getopt.h to getopt_.h.
52838         (Makefile.am): Rewrite, use logic from argz.
52839         (Include): Use <getopt.h> instead of "getopt.h".
52840
52841 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52842
52843         * modules/argp (Files): Add m4/unlocked-io.m4.
52844         (Depends-on): Add extensions.
52845
52846 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52847
52848         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
52849         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
52850         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
52851         Check for program_invocation_name, program_invocation_short_name,
52852         flockfile, funlockfile, features.h, _getopt_long_only_r.
52853
52854 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52855
52856         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
52857         its complicated substitute.
52858         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
52859         and program_invocation_name.
52860         (__argp_basename) [!_LIBC]: Remove; the only use was
52861         replaced by its body.
52862         (__argp_short_program_name): Change condition from
52863         !defined __argp_short_program_name to
52864         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
52865         to match argp-namefrob.h.
52866         (__argp_failure): Don't assume strerror_r returns char *.
52867         * lib/argp-parse.c (N_): Define unconditionally.
52868         (argp_default_options): Fill out initializers with 0 to avoid
52869         gcc warnings.
52870
52871 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52872
52873         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
52874         getopt1.c.
52875
52876 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52877
52878         Merge from coreutils.
52879
52880         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
52881
52882         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
52883         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
52884
52885 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52886
52887         Merge from coreutils.
52888
52889         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
52890         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
52891         for Reliant Unix 5.43.
52892
52893         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
52894         (union fooround): Use uintmax_t, not long int.
52895         The rest is a merge from libc:
52896         [defined _LIBC]: Include <shlib-compat.h>.
52897         (_obstack) [defined _LIBC]: Remove after 2.3.4.
52898
52899         * lib/settime.c (settime): Recode to avoid warning with
52900         Sun Forte C 6U2.
52901
52902         * lib/strverscmp.c: Convert to UTF-8.
52903
52904 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52905
52906         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
52907         m4/uintmax_t.m4.
52908
52909 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52910
52911         * modules/xalloc-die: New file.
52912         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
52913
52914         * modules/md5 (Files): Add m4/uint32_t.m4.
52915         * modules/sha1: Renamed from modules/sha.
52916         (Files):
52917         Rename lib/sha.h to lib/sha1.h.
52918         Rename lib/sha.c to lib/sha1.c.
52919         Rename m4/sha.m4 to m4/sha1.m4.
52920         (lib_SOURCES): Likewise.
52921         (configure.ac): Rename gl_SHA to gl_SHA1.
52922         (Include): sha.h -> sha1.h.
52923
52924 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52925
52926         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
52927         * m4/sha1.m4: Renamed from sha.m4.
52928         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
52929
52930 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52931
52932         * lib/obstack.h (obstack_empty_p):
52933         Don't assume that chunk->contents is suitably aligned.
52934         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
52935         Likewise. Problem reported by Benno in
52936         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
52937
52938         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
52939         readable.  This could be improved further but it'd take some work.
52940
52941 2004-08-08  Simon Josefsson  <jas@extundo.com>
52942
52943         * modules/xgethostname (Depends-on): Remove exit and error (not
52944         used).
52945
52946         * modules/getpass-gnu: Add getpass.h.
52947         (Depends-on): Add stdbool.
52948         * modules/getpass: Add getpass.h.
52949
52950 2004-08-08  Simon Josefsson  <jas@extundo.com>
52951
52952         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
52953         Check getpass declaration.
52954
52955 2004-08-08  Simon Josefsson  <jas@extundo.com>
52956
52957         * lib/xgethostname.c: Don't include error.h (not used).
52958
52959         * lib/getpass.h: Add.
52960         * lib/getpass.c: Include getpass.h first.
52961
52962 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
52963
52964         * lib/xalloc-die.c: New file.
52965         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
52966         All uses removed.
52967         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
52968         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
52969         xalloc-die.c.
52970         (_, N_, xalloc_die): Move to xalloc-die.c.
52971         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
52972         so that we needn't mess with xalloc_msg_memory_exhausted.
52973
52974         * lib/sha1.h: Renamed from sha.h.
52975         (SHA1_H): Renamed from _SHA_H.
52976         (sha1_ctx): Renamed from sha_ctx.
52977         (sha1_init_ctx): Renamed from sha_init_ctx.
52978         (sha1_process_block): Renamed from sha_process_block.
52979         (sha1_process_bytes): Renamed from sha_process_bytes.
52980         (sha1_finish_ctx): Renamed from sha_finish_ctx.
52981         (sha1_read_ctx): Renamed from sha_read_ctx.
52982         (sha1_stream): Renamed from sha_stream.
52983         (sha1_buffer): Renamed from sha_buffer.
52984         * lib/sha1.c: Likewise; renamed from sha.c.
52985         Do not include <sys/types.h>.
52986         Include <stddef.h> rather than <stdlib.h>.
52987
52988 2004-08-08  Bruno Haible  <bruno@clisp.org>
52989
52990         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
52991         FILESYSTEM_PREFIX_LEN.
52992         * lib/progreloc.c: Likewise.
52993         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
52994
52995 2004-08-06  Simon Josefsson  <jas@extundo.com>
52996
52997         * modules/progname (Depends-on): Don't depend on stdbool.
52998
52999 2004-08-06  Simon Josefsson  <jas@extundo.com>
53000
53001         * modules/getsubopt: New file.
53002         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53003         getsubopt.
53004
53005 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53006
53007         More merge from coreutils.
53008
53009         * m4/utimens.m4, m4/utimecmp.m4: New files.
53010         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
53011         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
53012         prereq.m4, sha.m4: Import changes from coreutils.
53013
53014 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53015
53016         More merge from coreutils.
53017         * modules/raise, modules/readtokens0, modules/utimens:
53018         * modules/utimecmp, module/xnanosleep: New files.
53019         * modules/strftime: Add lib/strftime.h.
53020         Change include from <time.h> to "strftime.h".
53021         * modules/yesno: Add lib/yesno.h.
53022         * modules/backupfile: Remove lib/addext.c.
53023         * modules/euidaccess: Add stat-macros.h.
53024         * modules/canonicalize, modules/euidaccess,
53025         modules/filemode, modules/lchown, modules/makepath,
53026         modules/rmdir, modules/stat: Likewise.
53027
53028 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53029
53030         Merge from tar.
53031         * lib/argp-help.c (make_hol, hol_append): Don't assume that
53032         SIZE_MAX is a valid preprocessor constant.
53033         (__argp_basename): Change from "#ifndef _LIBC"
53034         to "#ifndef __argp_short_program_name", so that
53035         we don't compile these functions for tar.
53036
53037         More merges from coreutils.
53038         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
53039         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
53040         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
53041         * lib/addext.c: Remove; no longer needed.
53042         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
53043         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
53044         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
53045         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
53046         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
53047         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
53048         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
53049         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
53050         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
53051         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53052         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
53053         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
53054         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
53055         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
53056         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
53057         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
53058         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
53059         Import changes from coreutils.
53060
53061 2004-08-05  Simon Josefsson  <jas@extundo.com>
53062
53063         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
53064
53065 2004-08-05  Simon Josefsson  <jas@extundo.com>
53066
53067         * m4/getsubopt.m4: New file.
53068
53069 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53070
53071         Merge from coreutils.
53072
53073         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
53074         * m4/getcwd-path-max.m4: New files.
53075
53076         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
53077         FILESYSTEM_PREFIX_LEN ->
53078         FILE_SYSTEM_PREFIX_LEN.
53079         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
53080         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
53081         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
53082         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
53083
53084         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
53085         prerequisite modules now handle the DOS stuff.
53086         Don't check for unistd.h.
53087
53088 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53089
53090         Merge from coreutils.
53091
53092         * lib/.gdb-history: Remove; this doesn't belong here.
53093
53094         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
53095         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
53096         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
53097         * lib/getcwd.c: New files.
53098
53099         * lib/dirname.h: Include <stdbool.h>.
53100         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
53101         for consistency with POSIX terminology.  All uses changed.
53102         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
53103         (strip_trailing_slashes): Use bool for booleans.
53104         * lib/stripslash.c (strip_trailing_slashes): Likewise.
53105
53106         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
53107         sometimes returns a positive errno value even when it succeeds.
53108         (print_errno_message) [!LIBC]: Fall back on strerror if
53109         __strerror_r fails.
53110
53111         * lib/path-concat.c (mempcpy): Don't define if a system header defines
53112         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
53113         (longest_relative_suffix): New function.
53114         (path_concat): Use it.  Assume first argument is not NULL.
53115         Port to DOS.  Omit redundant separators.
53116         Report an error instead of returning NULL.
53117         Use mempcpy instead of memcpy.
53118         (xpath_concat): Remove: not declared or used.
53119
53120         * lib/same.h: Include <stdbool.h>
53121         (same_name): Return bool, not int.
53122         * lib/same.c (same_name): Likewise.
53123         (errno): Don't declare; we assume C89 or better now.
53124
53125         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
53126         if not already defined.
53127
53128         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
53129         * lib/dup-safer.c (errno): Likewise.
53130
53131 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53132
53133         Merge from coreutils.
53134         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
53135         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
53136         * modules/path-concat: Don't depend on strdup.
53137
53138 2004-08-03  Simon Josefsson  <jas@extundo.com>
53139
53140         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
53141         * lib/progname.h: Don't include stdbool.h.
53142
53143 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53144
53145         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
53146         * MODULES.html.sh (func_all_modules): Remove fatal.
53147
53148 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53149
53150         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
53151
53152 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53153
53154         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
53155         working.
53156
53157 2004-08-02  Simon Josefsson  <jas@extundo.com>
53158
53159         * lib/getsubopt.h: New file, with comments from Bruno Haible.
53160         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
53161         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
53162
53163 2004-08-01  Simon Josefsson  <jas@extundo.com>
53164
53165         * lib/xgetdomainname.c: Include stdlib.h, for free().
53166
53167 2004-07-19  Bruno Haible  <bruno@clisp.org>
53168
53169         * MODULES.html.sh (func_all_modules): Add dummy.
53170
53171 2004-07-16  Simon Josefsson  <jas@extundo.com>
53172
53173         * modules/dummy: New file.
53174
53175 2004-07-16  Simon Josefsson  <jas@extundo.com>
53176
53177         * lib/dummy.c: New file.
53178
53179 2004-07-16  Bruno Haible  <bruno@clisp.org>
53180
53181         * lib/backupfile.h: Add extern "C" for C++.
53182         * lib/closeout.h: Likewise.
53183         * lib/copy-file.h: Likewise.
53184         * lib/findprog.h: Likewise.
53185         * lib/full-write.h: Likewise.
53186         * lib/pathname.h: Likewise.
53187         * lib/progname.h: Likewise.
53188         * lib/stpcpy.h: Likewise.
53189         * lib/stpncpy.h: Likewise.
53190         * lib/strcase.h: Likewise.
53191         * lib/strstr.h: Likewise.
53192         * lib/xalloc.h: Likewise.
53193
53194         * lib/mbswidth.h: Add extern "C" for C++.
53195         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
53196
53197 2004-07-13  Robert Millan  <robertmh@gnu.org>
53198
53199         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
53200
53201 2004-07-09  Simon Josefsson  <jas@extundo.com>
53202
53203         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
53204         failed without this.)
53205
53206 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53207
53208         * modules/chown (Files): Add lib/fchown-stub.c, since
53209         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
53210
53211 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53212
53213         * lib/fchown-stub.c: New file.
53214
53215 2004-06-24  Jim Meyering  <jim@meyering.net>
53216
53217         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
53218
53219 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53220
53221         * modules/argz: Omit "#include".
53222
53223         * MODULES.html.sh (func_all_modules): Add calloc, to match
53224         2004-06-01 addition of calloc module.
53225
53226 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53227
53228         * m4/argz.m4: New file, which is autoupdated from libtool.
53229
53230 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53231
53232         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
53233         libtool.
53234
53235 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53236
53237         * config/srclist-update: Don't insist on "USA." before the
53238         close-comment, as libtool omits the period and puts the */ on a
53239         separate line.
53240         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
53241         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
53242
53243 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
53244
53245         * modules/argz: New file.
53246         * MODULES.html.sh (func_all_modules): Add argz.
53247
53248 2004-06-12  Jim Meyering  <jim@meyering.net>
53249         and  Paul Eggert  <eggert@cs.ucla.edu>
53250
53251         * modules/hash (Files): Add lib/xalloc.h.
53252         * modules/pipe (Depends-on): Add wait-process.
53253         * modules/stat (Depends-on): Add xalloc.
53254         * modules/userspec (Files): Add lib/userspec.h.
53255         * modules/xstrto
53256
53257         Upgrade from gettext-0.13.
53258         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
53259         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
53260         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
53261
53262 2004-06-10  Jim Meyering  <jim@meyering.net>
53263
53264         * lib/calloc.c: New file.
53265
53266 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
53267
53268         * lib/getdate.y (yylex): Allow space between sign and number.
53269         Problem reported by Dan Jacobson.
53270
53271 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53272
53273         Merge from coreutils CVS.
53274
53275         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
53276         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
53277         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
53278         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
53279         xstrtol.m4: Fix copyright date and/or serial number.
53280
53281         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
53282         See if we need an fchown replacement.
53283         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
53284         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
53285         and use the replacement function if we detect either defect.
53286
53287         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
53288         gl_UTIMECMP.
53289
53290 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53291         and  Jim Meyering  <jim@meyering.net>
53292
53293         Merge from coreutils CVS.
53294
53295         * lib/stat-macros.h: New file, with contents from file-type.h
53296         and coreutils' system.h.
53297         * lib/file-type.c: Include "stat-macros.h".
53298         * lib/file-type.h (file_type): Move all macro definitions to new file,
53299         stat-macros.h.
53300
53301         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
53302         Wrap old code with this conditional.
53303         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
53304         function that does not dereference symlinks.
53305         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
53306
53307         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
53308         dependency problems.
53309         (xreadlink): Accept new arg SIZE, for efficiency.
53310         All decls and uses changed.
53311         * lib/xreadlink.h: Include <stddef.h>, for size_t.
53312
53313         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
53314         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
53315
53316         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
53317         sysexits.h.
53318
53319 2004-06-01  Jim Meyering  <jim@meyering.net>
53320
53321         * m4/calloc.m4: New file.
53322
53323 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
53324
53325         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
53326         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
53327         Also, fix a typo in a diagnostic.
53328
53329 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53330
53331         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
53332         or AC_FUNC_REALLOC.
53333
53334 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53335
53336         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
53337         macros to be defined.
53338         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
53339         the allocator returns NULL because the requested size is zero.
53340
53341 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53342
53343         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
53344         var.  Add comment explaining why libc still defines it.  This
53345         merges the following patch from glibc:
53346         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
53347
53348 2004-05-20  Andreas Schwab  <schwab@suse.de>
53349
53350         * m4/free.m4: Replace free if it not known to work, not the other
53351         way round.
53352
53353 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
53354
53355         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
53356         present in glibc since revision 1.1 of this file.
53357         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
53358         obstack_alignment_mask, obstack_alloc, obstack_base,
53359         obstack_blank, obstack_blank_fast, obstack_chunk_size,
53360         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
53361         obstack_grow0, obstack_init, obstack_int_grow,
53362         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
53363         obstack_next_free, obstack_object_size, obstack_ptr_grow,
53364         obstack_ptr_grow_fast, obstack_room): Remove declarations of
53365         nonexistent functions.
53366
53367 2004-05-18  Karl Berry  <karl@gnu.org>
53368
53369         * config/srclist.txt: break link for vasnprintf.c.
53370
53371 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53372
53373         Port obstack to the AS/400, where pointers are 16 bytes wide and
53374         you cannot cast an integer to a valid pointer.  This patch is
53375         currently waiting to be integrated into glibc; see
53376         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
53377
53378         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
53379         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
53380         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
53381         (struct obstack): temp member is now a union of a pointer and
53382         an integer, instead of an integer.  All integer uses changed.
53383         This does not affect the physical layout of struct obstack,
53384         except on hosts (like the AS/400) where the size or alignment of
53385         void * is greater than that of ptrdiff_t.
53386         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
53387         __STDC__)]: Store temporary in pointer member of union, not
53388         integer member.
53389         * lib/obstack.c: Include <stddef.h>, for offsetof.
53390         (struct fooalign): Remove; it doesn't need a name.
53391         (union fooround): Change double to long double, and add void *.
53392         (DEFAULT_ALIGNMENT): Use offsetof to compute.
53393         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
53394         not a macro.  Hence the values are always int; so remove all
53395         casts-to-int in uses.
53396
53397 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53398
53399         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
53400         we can get this patch merged into glibc.
53401
53402 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53403             Paul Eggert  <eggert@cs.ucla.edu>
53404
53405         * m4/argp: Depend on alloca.
53406
53407 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53408             Paul Eggert  <eggert@cs.ucla.edu>
53409
53410         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
53411         freecoding.
53412
53413 2004-05-17  Bruno Haible  <bruno@clisp.org>
53414
53415         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
53416         precision that consists of a '.' followed by an empty digit string.
53417         Patch by Tor Lillqvist <tml@iki.fi>.
53418
53419 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53420
53421         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
53422         for backward compatibility with older code.  We need our own
53423         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
53424         it under some other name, and our alloca.h will define it.
53425
53426 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53427             Derek Price  <derek@ximbiot.com>
53428
53429         * lib/alloca.c: Include <alloca.h>, to get our interface.
53430         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
53431         include <alloca.h> first.  Use C89 prototype for alloca; this
53432         requires including <stddef.h> for size_t.  Use extern "C" if C++.
53433         Use #elif for simplicity, since we can assume C89 now.
53434         Don't try to source the system alloca.h since it will not be found
53435         and to prevent recursively including its replacement.
53436         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
53437         * lib/regex.c: Likewise.
53438
53439 2004-05-16  Derek Price  <derek@ximbiot.com>
53440             Paul Eggert  <eggert@cs.ucla.edu>
53441
53442         getline cleanup.  This changes the getndelim2 API: both order of
53443         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
53444         no delimiter).
53445
53446         * lib/getline.c: Don't include stddef.h or stdio.h, since our
53447         interface does that.
53448         (getline): Always use getdelim, so that we don't have two
53449         copies of this code.
53450         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
53451         if available.
53452         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
53453         (GETNDELIM2_MAXIMUM): New macro.
53454         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
53455         instead of the old practice of delim2==0.  All callers changed.
53456         Return -1 on overflow, instead of returning junk.
53457         Do not set *linesize unless allocation succeeds.
53458         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
53459         that we include sys/types.h.
53460         * lib/getnline.h: Likewise.
53461         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
53462         (getndelim2): Reorder arguments.
53463         * lib/getnline.c (getnline, getndelim):
53464         Don't discard the NMAX argument.
53465         (getnline): Invoke getndelim, to avoid code duplication.
53466         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
53467         of (size_t) -1 by callers of the getnline family.
53468
53469 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53470
53471         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
53472         Check for gettimeofday.
53473         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
53474         Check for settimeofday, stime.
53475
53476 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53477
53478         * lib/nanosleep.c (suspended): Change its type from int to
53479         sig_atomic_t volatile.
53480         (first_call): Make it private to rpl_nanosleep, and have it
53481         be zero initially as that's a bit faster.
53482         (my_usleep): Round up fractional times instead of truncating them,
53483         as this is the usual meaning for 'sleep'.
53484
53485         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
53486         doesn't work.
53487         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
53488         (ENOSYS): Define if not defined.
53489         (settime): Fall back on stime if it exists and settimeofday fails.
53490         But don't bother with fallbacks if a method fails with errno == EPERM.
53491
53492 2004-05-11  Jim Meyering  <jim@meyering.net>
53493
53494         Prior to this change, the save_cwd caller required read access to the
53495         current directory on most systems (ones with the fchdir function).
53496
53497         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
53498         fails, try write-only, and finally, resort to using xgetcwd.
53499
53500 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53501
53502         * lib/obstack.c, obstack.h: Import changes from libc.
53503
53504 2004-04-28  Bruno Haible  <bruno@clisp.org>
53505
53506         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
53507         also implicitly appends .exe to executables.
53508         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
53509         accepts Windows pathnames.
53510         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
53511         Treat Cygwin like Windows, since it now accepts Windows pathnames.
53512         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
53513         Treat Cygwin like Windows, since it now accepts Windows pathnames.
53514         Reported by Derek Robert Price <derek@ximbiot.com>.
53515
53516 2004-04-21  Karl Berry  <karl@gnu.org>
53517
53518         * config/srclist.txt (localcharset.c): break sync.
53519
53520 2004-04-20  Paul Eggert  <eggert@twinsun.com>
53521
53522         * m4/host-os.m4: Add a copyright notice.
53523
53524 2004-04-20  Jim Meyering  <jim@meyering.net>
53525
53526         Change UTILS_ to gl_ in AC_DEFINE'd names.
53527         Change utils_- and jm_-prefixed variables, too.
53528         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
53529         UTILS_FUNC_MKDIR_TRAILING_SLASH.
53530         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
53531
53532         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
53533         Don't emit trailing blanks.
53534         Also rename jm_-prefixed variables to have gl_ prefix.
53535
53536         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
53537         Also rename jm_-prefixed variables to have gl_ prefix.
53538
53539         * m4/jm-macros.m4: Reflect the renamings.
53540         * m4/prereq.m4: Likewise.
53541
53542 2004-04-20  Jim Meyering  <jim@meyering.net>
53543
53544         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
53545         memory.
53546
53547 2004-04-20  Jim Meyering  <jim@meyering.net>
53548             Bruno Haible  <bruno@clisp.org>
53549
53550         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
53551         memory when realloc fails.
53552
53553 2004-04-19  Jim Meyering  <jim@meyering.net>
53554
53555         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
53556         now that readutmp.c may call `free (0)'.
53557
53558 2004-04-19  Bruno Haible  <bruno@clisp.org>
53559
53560         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
53561         * m4/inttypes_h.m4: Likewise.
53562         * m4/stdint_h.m4: Likewise.
53563         * m4/intmax_t.m4: Likewise.
53564         * m4/uintmax_t.m4: Likewise.
53565
53566 2004-04-18  Jim Meyering  <jim@meyering.net>
53567
53568         * m4/prereq.m4: Don't forbid jm_ prefix.
53569
53570         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
53571         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
53572         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
53573         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
53574         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
53575         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
53576         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
53577         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
53578         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
53579         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
53580         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
53581         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
53582         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
53583         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
53584         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
53585         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
53586         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
53587         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
53588         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
53589
53590 2004-04-18  Jim Meyering  <jim@meyering.net>
53591
53592         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
53593         failure, don't leak memory and do call END_UTMP_ENT.
53594
53595 2004-04-16  Jim Meyering  <jim@meyering.net>
53596
53597         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
53598         coreutils' stat program.
53599         (gl_PREREQ): Don't require jm_PREREQ_STAT.
53600
53601 2004-04-11  Paul Eggert  <eggert@twinsun.com>
53602
53603         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
53604         C89.
53605         (CHAR_BIT): Remove, since we assume C89.
53606         Include <stdint.h> if available, as per current Autoconf CVS advice.
53607
53608 2004-03-31  Jim Meyering  <jim@meyering.net>
53609
53610         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
53611         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
53612         * m4/xalloc.m4: Likewise.
53613
53614 2004-03-30  Paul Eggert  <eggert@twinsun.com>
53615
53616         Merge from coreutils.
53617
53618         * m4/inttostr.m4: New file.
53619         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
53620         Require AM_STDBOOL_H and gl_TIMESPEC instead.
53621         Require gl_CLOCK_TIME.
53622         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
53623
53624 2004-03-30  Paul Eggert  <eggert@twinsun.com>
53625
53626         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
53627         not bool, to be more consistent with Unix conventions.
53628         Suggested by Bruno Haible.
53629
53630         Merge from coreutils.
53631
53632         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
53633         * lib/umaxtostr.c: New files.
53634
53635         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
53636         the usual <time.h> dance.
53637         (get_date): Change signature to support fractional time stamps.
53638         All callers changed.
53639         * lib/getdate.y: Include "getdate.h" first, as we can now
53640         assume C89 and don't need to worry about 'const'.
53641         Similarly, include "unlocked-io.h" near start, not in middle.
53642         Include <limits.h>.
53643         (textint.value): Use long int rather than int.
53644         (textint.digits): Use size_t rather than int.
53645         (BILLION, LOG10_BILLION): New constants.
53646         (parser_control): New member rel_ns.  Members day_ordinal,
53647         time_zone, month, day, hour, minutes, rel_year, rel_month,
53648         rel_day, rel_hour, rel_minutes, rel_seconds
53649         are now long int, not int.  Member seconds is now struct timespec,
53650         not int.  New member timespec_seen.  Members dates_seen, days_seen,
53651         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
53652         not int.
53653         (%union.intval): Now long int, not int.
53654         New member timespec.
53655         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
53656         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
53657         (spec): Now is a timespec or an item list.
53658         (timespec, items): New nonterminals.
53659         (time, rel, relunit, number, get_date):
53660         Add support for fractional seconds.
53661         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
53662         (gmtime, localtime, mktime): Remove decls; not needed with C89.
53663         (to_hour): First arg is now long int, not int.
53664         (to_year): Returns long int, not int.
53665         Don't treat year -70 like 70.
53666         (tm_diff): Returns long int, not int.
53667         (lookup_word): Use bool instead of int when appropriate.
53668         (yylex): Use size_t for count, not int.
53669         Detect overflow when parsing large integer constants.
53670         Add support for fractions.
53671         (get_date): Make pointers 'const' if possible.
53672         Use more-portable code to detect integer overflow.
53673         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
53674         Don't use ctime; it's not reliable if the year has >4 digits.
53675
53676         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
53677         This is for compatibility with BSD.
53678
53679         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
53680         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
53681         From coreutils' system.h.
53682
53683         * lib/userspec.c: Don't include "posixver.h".
53684         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
53685         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
53686         compatible extension.  Simplify code by removing a boolean int
53687         that was always nonzero if a string was nonnull.
53688
53689 2004-03-30  Jim Meyering  <jim@meyering.net>
53690
53691         Merge from coreutils.
53692
53693         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
53694         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
53695         on some systems one must include <grp.h> before it.
53696         Reported by Christian Krackowizer.
53697
53698 2004-03-30  Jim Meyering  <jim@meyering.net>
53699
53700         Merge from coreutils.
53701
53702         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
53703
53704         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
53705         an empty input stream.
53706
53707         * lib/readtokens.c: Include <stdbool.h>.
53708         (readtoken): Use `size_t' rather than int/long.
53709         All callers adjusted.
53710         Use `bool' rather than `int' where appropriate.
53711         Use memset rather than an explicit loop.
53712         Use x2nrealloc rather than xrealloc.
53713         Allow the use of `\0' as a delimiter.
53714         (readtokens): Likewise.
53715         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
53716
53717 2004-03-30  Jim Meyering  <jim@meyering.net>
53718
53719         * m4/realloc.m4: Remove file, since now it does no more than
53720         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
53721         the `configure.ac' section of module/realloc.
53722         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
53723
53724 2004-03-30  Bruno Haible  <bruno@clisp.org>
53725
53726         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
53727         nonnull.
53728
53729 2004-03-29  Paul Eggert  <eggert@twinsun.com>
53730
53731         Merge changes to getloadavg.c from coreutils and Emacs.
53732
53733         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
53734         Define to an expression, not to the empty string.
53735         Include cloexec.h and xalloc.h.
53736         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
53737         Use set_cloexec_flag rather than rolling our own.
53738         * lib/cloexec.c, lib/cloexec.h: New files.
53739
53740 2004-03-29  Paul Eggert  <eggert@twinsun.com>
53741
53742         * m4/cloexec.m4: New file.
53743
53744 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53745
53746         * lib/getopt.h: Sync with libc CVS.
53747
53748 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53749             Bruno Haible  <bruno@clisp.org>
53750
53751         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
53752         mbswidth.
53753
53754 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53755             Bruno Haible  <bruno@clisp.org>
53756
53757         * lib/mbswidth.h: Include <wchar.h> only if
53758         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
53759         <wchar.h>.
53760         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
53761
53762 2004-03-09  Paul Eggert  <eggert@twinsun.com>
53763
53764         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
53765         Sync with libc CVS.
53766         * lib/getopt_int.h: New file, also synced from libc.
53767
53768 2004-03-09  Paul Eggert  <eggert@twinsun.com>
53769
53770         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
53771         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
53772         Bring back getopt.c, getopt.h, getopt1.c.
53773
53774 2004-03-07  Paul Eggert  <eggert@twinsun.com>
53775
53776         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
53777         All uses changed.  Check for sa_sigaction member; this fixes
53778         a bug first reported by Jason Andrade in
53779         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
53780
53781 2004-03-07  Paul Eggert  <eggert@twinsun.com>
53782
53783         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
53784         '#if' expressions.  Unlike the code it replaces, it does not
53785         depend on (defined _SC_PAGESIZE).  However, it does depend on
53786         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
53787         first reported by Jason Andrade in
53788         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
53789
53790 2004-02-25  Simon Josefsson  <jas@extundo.com>
53791
53792         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
53793
53794 2004-02-25  Simon Josefsson  <jas@extundo.com>
53795
53796         * lib/strdup.h: New file.
53797         * lib/strdup.c: Include it.
53798         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
53799         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
53800
53801 2004-02-23  Karl Berry  <karl@gnu.org>
53802
53803         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
53804         (from fencepost.gnu.org:/gd/gnuorg).
53805
53806 2004-02-23  Karl Berry  <karl@gnu.org>
53807
53808         * config/srclistvars.sh (GNUORG) [karl]: redefine.
53809         * config/srclist.txt: add maintain/standards documents.
53810
53811 2004-02-18  Bruno Haible  <bruno@clisp.org>
53812
53813         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
53814         Reported by Derek Robert Price <derek@ximbiot.com>.
53815
53816 2004-02-16  Karl Berry  <karl@gnu.org>
53817
53818         * config/mkinstalldirs, install-sh: update from automake.
53819
53820 2004-02-06  Karl Berry  <karl@gnu.org>
53821
53822         * m4/po.m4: update from gettext 0.14.1.
53823
53824 2004-02-06  Karl Berry  <karl@gnu.org>
53825
53826         * lib/config.charset: update from gettext 0.14.1.
53827
53828 2004-02-05  Paul Eggert  <eggert@twinsun.com>
53829
53830         Add comments and code, prompted by suggestions from Bruno Haible
53831         for sh-quote.
53832         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
53833         describing the enum quoting_style values.
53834         * lib/quotearg.c (quotearg_alloc): New function.
53835         (quotearg_buffer_restyled): Treat lone { and } as special.
53836         Treat = as special.  Work around bug with older shells
53837         that "see" a '\' that is really the 2nd byte of a multibyte char.
53838         Quote empty string with shell_quoting_style.
53839
53840 2004-02-03  Bruno Haible  <bruno@clisp.org>
53841
53842         * m4/pipe.m4: New file, from GNU gettext.
53843
53844 2004-02-03  Bruno Haible  <bruno@clisp.org>
53845
53846         * lib/pipe.h: New file, from GNU gettext.
53847         * lib/pipe.c: New file, from GNU gettext.
53848
53849 2004-01-27  Bruno Haible  <bruno@clisp.org>
53850
53851         * m4/execute.m4: New file, from GNU gettext.
53852
53853 2004-01-27  Bruno Haible  <bruno@clisp.org>
53854
53855         * lib/execute.h: New file, from GNU gettext.
53856         * lib/execute.c: New file, from GNU gettext.
53857         * lib/w32spawn.h: New file, from GNU gettext.
53858
53859 2004-01-24  Paul Eggert  <eggert@twinsun.com>
53860
53861         Merge from diffutils.
53862
53863         * lib/file-type.c (file_type): Add typed memory objects.
53864         * lib/file-type.h (S_TYPEISTMO): New macro.
53865
53866         * lib/c-stack.h (c_stack_action): Remove argv argument.
53867         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
53868         (die): Don't calculate message unless segv_action returns.
53869         (get_stack_location, min_address_from_argv, max_address_from_argv,
53870         volatile stack_base, volatile_stack_size): Remove.
53871         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
53872         that every segmentation violation is a stack overflow.  (Ouch!)
53873         See Debian bug 136249 (still outstanding) for more info about why
53874         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
53875
53876 2004-01-24  Paul Eggert  <eggert@twinsun.com>
53877
53878         Exit-status fix from coreutils.
53879
53880         Use exit_failure consistently in place of EXIT_FAILURE,
53881         so that program exit statuses are consistent on failure.
53882
53883         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
53884         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
53885         * lib/argmatch.h: Comment fix to match the above.
53886         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
53887         Now a macro referring to exit_failure, instead of a separate
53888         variable.  Include "exitfail.h" to get it.
53889         * lib/xstrtol.h: Include "exitfail.h".
53890         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
53891
53892         * lib/long-options.c (parse_long_options): Use prototype
53893         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
53894         for clarity.
53895
53896 2004-01-21  Jim Meyering  <jim@meyering.net>
53897
53898         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
53899         so as not to conflict with a different-sized __mktime_internal
53900         function in GNU libc.
53901         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
53902         Problem building statically-linked `ls' reported by Michael Brunnbauer.
53903
53904 2004-01-20  Karl Berry  <karl@gnu.org>
53905
53906         * config/config.guess: update from config.
53907
53908         * config/srclistvars.sh: GNUWWWLICENSES for karl.
53909
53910 2004-01-20  Bruno Haible  <bruno@clisp.org>
53911
53912         Safer stack allocation.
53913         * lib/setenv.c: Include allocsa.h.
53914         (alloca): Remove fallback definition.
53915         (freea): Remove macro.
53916         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
53917         instead of freea.
53918
53919 2004-01-20  Bruno Haible  <bruno@clisp.org>
53920
53921         * m4/eealloc.m4: New file, from GNU gettext.
53922
53923 2004-01-20  Bruno Haible  <bruno@clisp.org>
53924
53925         * m4/allocsa.m4: New file, from GNU gettext.
53926
53927 2004-01-20  Bruno Haible  <bruno@clisp.org>
53928
53929         * lib/xallocsa.h: New file, from GNU gettext.
53930         * lib/xallocsa.c: New file, from GNU gettext.
53931
53932 2004-01-20  Bruno Haible  <bruno@clisp.org>
53933
53934         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
53935
53936 2004-01-20  Bruno Haible  <bruno@clisp.org>
53937
53938         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
53939         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
53940         specially.
53941
53942 2004-01-20  Bruno Haible  <bruno@clisp.org>
53943
53944         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
53945         patch.
53946
53947 2004-01-20  Bruno Haible  <bruno@clisp.org>
53948
53949         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
53950
53951 2004-01-20  Bruno Haible  <bruno@clisp.org>
53952
53953         * lib/eealloc.h: New file.
53954
53955 2004-01-20  Bruno Haible  <bruno@clisp.org>
53956
53957         * lib/binary-io.h: Avoid warnings on Cygwin.
53958
53959 2004-01-20  Bruno Haible  <bruno@clisp.org>
53960
53961         * lib/allocsa.h: New file, from GNU gettext.
53962         * lib/allocsa.c: New file, from GNU gettext.
53963
53964 2004-01-18  Karl Berry  <karl@gnu.org>
53965
53966         * doc/gpl.texi, doc/lgpl.texi: new files.
53967
53968 2004-01-18  Karl Berry  <karl@gnu.org>
53969
53970         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
53971         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
53972
53973 2004-01-15  Paul Eggert  <eggert@twinsun.com>
53974
53975         Merge from coreutils.
53976
53977         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
53978         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
53979         (gl_DEFAULT_POSIX2_VERSION): Move
53980         the documentation from 'configure' into 'config.hin',
53981         so that 'configure --help' isn't burdened by it and
53982         we don't have to worry about its formatting there.
53983         Reword the documentation so that it's more succinct
53984         and can be run together into a single paragraph.
53985         * m4/same.m4 (gl_SAME): Check for pathconf.
53986
53987 2004-01-15  Paul Eggert  <eggert@twinsun.com>
53988
53989         Merge from coreutils.
53990
53991         * lib/posixver.c: Include posixver.h.
53992
53993         * lib/same.c: Include <stdbool.h>, <limits.h>.
53994         (_POSIX_NAME_MAX): Define if not defined.
53995         (MIN): New macro.
53996         (same_name): If file names are silently truncated, report
53997         that the file names are the same if they are the same after
53998         the silent truncation.
53999
54000         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
54001         conversion function.
54002         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
54003         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
54004         longer needed.
54005
54006 2004-01-15  Jim Meyering  <jim@meyering.net>
54007
54008         Merge from coreutils.
54009
54010         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
54011         if no library is required.
54012         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
54013         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
54014         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
54015         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
54016         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
54017         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
54018         value, $ac_cv_search_crypt, if it's "none required".
54019         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
54020         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
54021         not gl_FUNC_GETLOADAVG.
54022         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
54023         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
54024
54025 2004-01-15  Jim Meyering  <jim@meyering.net>
54026
54027         Merge from coreutils.
54028
54029         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
54030         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
54031         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
54032
54033         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
54034         optional configure-time default.
54035
54036         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54037
54038         * lib/xreadlink.c (xreadlink): Correct outdated comment.
54039
54040 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
54041
54042         Merge from coreutils.
54043
54044         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
54045         value, $ac_cv_search_nanosleep, if it's "none required".
54046
54047 2004-01-14  Paul Eggert  <eggert@twinsun.com>
54048
54049         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
54050         with like-named macro in fnmatch.c.
54051         (EXT): Use an internal constant instead.
54052
54053         Merge fnmatch patches from glibc.
54054         * lib/fnmatch.c (mbsinit): Remove define.
54055         Add libc_hidden_ver (__fnmatch, fnmatch).
54056         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
54057         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
54058
54059 2004-01-14  Karl Berry  <karl@gnu.org>
54060
54061         * config/install-sh: update from automake.
54062
54063 2004-01-13  Karl Berry  <karl@gnu.org>
54064
54065         * config/install-sh: update from automake.
54066
54067 2004-01-09  Karl Berry  <karl@gnu.org>
54068
54069         * config/install-sh: update from automake.
54070
54071 2004-01-05  Karl Berry  <karl@gnu.org>
54072
54073         * config/config.{sub,guess}: update from config.
54074
54075 2003-12-31  Karl Berry  <karl@gnu.org>
54076
54077         * config/depcomp: update from automake.
54078
54079 2003-12-14  Karl Berry  <karl@gnu.org>
54080
54081         * lib/config.charset: update from gettext-runtime.
54082
54083 2003-12-03  Paul Eggert  <eggert@twinsun.com>
54084
54085         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
54086         Bug reported by Alfred M. Szmidt.
54087
54088 2003-12-03  Bruno Haible  <bruno@clisp.org>
54089
54090         * m4/gettext.m4: Upgrade from gettext-0.13.
54091         * m4/po.m4: Upgrade from gettext-0.13.
54092         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
54093         * m4/intmax.m4: New file, from gettext-0.13.
54094         * m4/printf-posix.m4: New file, from gettext-0.13.
54095
54096 2003-11-29  Karl Berry  <karl@gnu.org>
54097
54098         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
54099
54100 2003-11-25  Paul Eggert  <eggert@twinsun.com>
54101             Bruno Haible  <bruno@clisp.org>
54102
54103         * lib/printf-parse.h: Don't include sys/types.h.
54104         (ARG_NONE): New macro.
54105         (char_directive): Change type of *arg_index fields to size_t.
54106         * lib/printf-parse.c: Don't include sys/types.h.
54107         (SSIZE_MAX): Remove macro.
54108         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
54109         Remove unnecessary overflow check.
54110         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
54111         fields.
54112
54113 2003-11-25  Bruno Haible  <bruno@clisp.org>
54114
54115         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
54116
54117 2003-11-25  Bruno Haible  <bruno@clisp.org>
54118
54119         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
54120         gt_TYPE_SSIZE_T.
54121
54122 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54123
54124         * modules/alloca: Remove dependency on xalloc.
54125
54126 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54127
54128         * lib/alloca.c: Remove dependency on xalloc module.
54129         (xalloc_die): Remove.
54130         (memory_full) [!defined emacs]: New macro.
54131         [!defined emacs]: Don't include xalloc.h.
54132         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
54133         address arithmetic overflows.  Change datatypes a bit to avoid
54134         unnecessary casts.
54135
54136 2003-11-22  Jim Meyering  <jim@meyering.net>
54137
54138         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
54139         s/size/size_t/.
54140
54141 2003-11-21  Karl Berry  <karl@gnu.org>
54142
54143         * config/config.{sub,guess}: update from config.
54144
54145 2003-11-18  Karl Berry  <karl@gnu.org>
54146
54147         * config/config.{sub,guess}: update from config.
54148
54149         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
54150
54151 2003-11-17  Paul Eggert  <eggert@twinsun.com>
54152
54153         * README: Mention that S+T cannot overflow if S is the size of
54154         an existing object and T is sufficiently small.
54155
54156 2003-11-17  Jim Meyering  <jim@meyering.net>
54157
54158         On systems without utime and without a utimes function capable of
54159         dealing with a NULL struct utimbuf* argument, this utime replacement
54160         could -- in unusual circumstances -- leak a file descriptor.
54161         * lib/utime.c: Include <unistd.h> and <errno.h>.
54162         (utime_null): Be sure to close `fd' and to preserve errno.
54163         Reported by Geoff Collyer via Arnold Robbins.
54164
54165 2003-11-17  Bruno Haible  <bruno@clisp.org>
54166
54167         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
54168         (Depends-on): Add xsize.
54169
54170 2003-11-17  Bruno Haible  <bruno@clisp.org>
54171
54172         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
54173
54174 2003-11-17  Bruno Haible  <bruno@clisp.org>
54175
54176         * lib/vasnprintf.c (alloca): Remove fallback definition.
54177         (freea): Remove definition.
54178         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
54179         Reported by Paul Eggert.
54180
54181 2003-11-16  Paul Eggert  <eggert@twinsun.com>
54182             Bruno Haible  <bruno@clisp.org>
54183
54184         Protect against address arithmetic overflow.
54185         * lib/printf-args.h: Include stddef.h.
54186         (arguments): Change type of field 'count' to size_t.
54187         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
54188         'unsigned int' where appropriate.
54189         * lib/printf-parse.h: Include sys/types.h.
54190         (char_directive): Change type of *arg_index fields to ssize_t.
54191         (char_directives): Change type of fields 'count', max_*_length to
54192         size_t.
54193         * lib/printf-parse.c: Include sys/types.h and xsize.h.
54194         (SSIZE_MAX): Define fallback value.
54195         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
54196         instead of 'int' where appropriate. Check a_allocated, d_allocated
54197         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
54198         * lib/vasnprintf.c: Include xsize.h.
54199         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
54200         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
54201         overflow. Avoid wraparound when converting a width or precision from
54202         decimal to binary.
54203
54204 2003-11-16  Bruno Haible  <bruno@clisp.org>
54205
54206         Update from GNU gettext.
54207         * lib/printf-parse.c: Generalize to it can be compiled for wide
54208         strings.
54209         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
54210         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
54211         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
54212         SNPRINTF): New macros.
54213         Don't include <alloca.h> if the file is used inside libintl.
54214         (local_wcslen): New function, for Solaris 2.5.1.
54215         (VASNPRINTF): Use it instead of wcslen.
54216
54217 2003-11-16  Bruno Haible  <bruno@clisp.org>
54218
54219         * lib/xsize.h (xmax): New function.
54220         (xsum, xsum3, xsum4): Declare as "pure" functions.
54221
54222 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54223
54224         * modules/xalloc (Files): Undo latest change, since xalloc.h
54225         no longer needs SIZE_MAX or PTRDIFF_MAX.
54226
54227 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54228
54229         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
54230         gl_PTRDIFF_MAX.
54231
54232 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54233
54234         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
54235         "return", to pacify some unknown compiler.  Problem reported
54236         by Joerg Schilling.
54237
54238 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54239
54240         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
54241         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
54242         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
54243         heuristic is just as accurate as far as we know, and it removes a
54244         dependency on size_max.m4 and ptrdiff_max.m4.
54245
54246 2003-11-11  Bruno Haible  <bruno@clisp.org>
54247
54248         * modules/xsize (Files): Add m4/size_max.m4.
54249         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
54250
54251 2003-11-11  Bruno Haible  <bruno@clisp.org>
54252
54253         * m4/size_max.m4: New file.
54254         * m4/ptrdiff_max.m4: New file.
54255         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
54256         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
54257         (gl_XALLOC): Invoke it.
54258
54259 2003-11-11  Bruno Haible  <bruno@clisp.org>
54260
54261         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
54262         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
54263         defined.
54264
54265 2003-11-10  Paul Eggert  <eggert@twinsun.com>
54266
54267         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
54268         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
54269         rejected some allocations of exactly SIZE_MAX - 2 bytes.
54270         From Bruno Haible.
54271         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
54272         not (size_t) -1, since it's defined here.
54273
54274 2003-11-09  Karl Berry  <karl@gnu.org>
54275
54276         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
54277
54278 2003-11-06  Paul Eggert  <eggert@twinsun.com>
54279
54280         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
54281         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
54282         Reject sizes of exactly SIZE_MAX bytes.
54283         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
54284         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
54285
54286 2003-11-05  Bruno Haible  <bruno@clisp.org>
54287
54288         * lib/xsize.h: Include limits.h, to avoid a possible collision with
54289         SIZE_MAX defined in <limits.h> on Solaris.
54290
54291 2003-11-04  Jim Meyering  <jim@meyering.net>
54292
54293         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
54294         variable names, rather than @VAR@.
54295         * modules/poll: Likewise.
54296
54297 2003-11-04  Bruno Haible  <bruno@clisp.org>
54298
54299         * modules/xsize: New file.
54300         * modules/linebreak: Depend on xsize.
54301         * MODULES.html.sh (func_all_modules): Add xsize.
54302
54303 2003-11-04  Bruno Haible  <bruno@clisp.org>
54304
54305         * m4/xsize.m4: New file.
54306
54307 2003-11-04  Bruno Haible  <bruno@clisp.org>
54308
54309         * lib/xsize.h: New file.
54310         * lib/linebreak.c: Include xsize.h.
54311         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
54312         argument for overflow.
54313         Suggested by Paul Eggert.
54314
54315 2003-11-03  Karl Berry  <karl@gnu.org>
54316
54317         * config/config.{guess,sub}: update from config.
54318
54319 2003-11-03  Jim Meyering  <jim@meyering.net>
54320
54321         * modules/userspec (lib_SOURCES): Add userspec.h.
54322         (Include): Add "userspec.h".
54323         Improve description.
54324
54325 2003-11-03  Jim Meyering  <jim@meyering.net>
54326
54327         * lib/userspec.c: Include "userspec.h".
54328         * lib/userspec.h: New file.
54329
54330 2003-11-03  Bruno Haible  <bruno@clisp.org>
54331
54332         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
54333
54334 2003-11-03  Bruno Haible  <bruno@clisp.org>
54335
54336         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
54337         available, to avoid (extremely rare) race condition.
54338         Suggested by Paul Eggert.
54339
54340 2003-11-02  Karl Berry  <karl@gnu.org>
54341
54342         * config/srclist.txt (vasprintf.c): sync broken, sigh.
54343
54344 2003-10-31  Paul Eggert  <eggert@twinsun.com>
54345
54346         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
54347         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
54348         (read_filesystem_list): Set and use me_type_malloced.
54349         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
54350         whatever the type happens to be), for brevity and consistency.
54351         Check for size calculation overflow on Alphas running OSF/1.
54352
54353 2003-10-31  Jim Meyering  <jim@meyering.net>
54354
54355         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
54356
54357         * lib/linebuffer.c: Include <string.h> for declaration of memset.
54358
54359 2003-10-30  Paul Eggert  <eggert@twinsun.com>
54360             Bruno Haible  <bruno@clisp.org>
54361
54362         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
54363         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
54364
54365 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
54366
54367         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
54368         netbsd*-gnu*.  Suggested by Robert Millan.
54369
54370 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54371
54372         * modules/group-member: Depend on stdbool.
54373
54374 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54375
54376         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
54377
54378 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54379
54380         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
54381         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
54382         after the 'gnu' in these cases.  This fixes some bugs in the
54383         previous change, and is based on suggestions by Robert Millan.
54384
54385 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54386
54387         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
54388         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
54389         no longer needed.
54390         * lib/quotearg.c (quotearg_n_options): Use it.
54391         * lib/group-member.c: Include <stdbool.h>.
54392         (free_group_info): Arg is now const *; don't free arg.
54393         (get_group_info): Now returns bool and accepts struct group_info *,
54394         rather than returning a malloc'ed struct group_info *.
54395         All uses changed.  Check for overflow in internal size calculation.
54396
54397         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
54398         rather than xmalloc/xrealloc.
54399         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
54400         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
54401         conformance bug: the old code used a pointer after freeing the
54402         storage that it addressed.
54403         * lib/hash.c (hash_initialize): Simplify the code by using
54404         xalloc_oversized rather than doing it by hand.
54405         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
54406         the buffer preserved.  Use free and xmalloc instead.
54407         * lib/quotearg.c (quotearg_n_options): Likewise.
54408         Use a simpler test for size overflow.  Don't use xalloc_oversized
54409         because unsigned int might be wider than size_t (!); this suggests
54410         that we should switch from unsigned int to size_t for slot numbers.
54411
54412 2003-10-28  Paul Eggert  <eggert@twinsun.com>
54413
54414         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
54415         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
54416         NetBSD kernels.  Requested by Richard Stallman.
54417
54418 2003-10-27  Paul Eggert  <eggert@twinsun.com>
54419
54420         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
54421         to allocate the returned structure.  Do not allocate a subarray,
54422         as x2nrealloc will do that.
54423         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
54424         instead of xnrealloc.
54425         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
54426
54427 2003-10-27  Bruno Haible  <bruno@clisp.org>
54428
54429         * lib/stdbool_.h: Better support for BeOS.
54430
54431 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54432
54433         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
54434         now uses inline.
54435
54436 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54437
54438         * lib/xalloc.h (xalloc_oversized): New static inline function, for
54439         callers that want to do their own size-overflow checking.  Include
54440         <stdbool.h>, since xalloc_oversized returns bool.
54441         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
54442         to use xalloc_oversized.
54443
54444         Add two functions x2realloc, x2nrealloc, for programs that grow
54445         arrays dynamically by doubling their sizes.
54446         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
54447         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
54448         New functions.
54449
54450         Port to C99 semantics for 'inline' of external functions.
54451         Bug reported by Bruno Haible.
54452         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
54453         with the old contents of xnmalloc.
54454         (xnmalloc, xmalloc): Use it.
54455         (xnrealloc_inline): New static inline function,
54456         with the old contents of xnrealloc.
54457         (xnrealloc, xrealloc): Use it.
54458
54459         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
54460         that.
54461
54462 2003-10-26  Karl Berry  <karl@gnu.org>
54463
54464         * config/srclist.txt (COPYING.DOC): no longer available from
54465         /gd/gnuorg; don't know where the ultimate source is.
54466
54467 2003-10-25  Paul Eggert  <eggert@twinsun.com>
54468
54469         Fix several address-calculation bugs in the hash modules,
54470         plus some minor code cleanup.
54471
54472         * lib/hash.h: Include <stdbool.h>, for bool.
54473         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
54474         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
54475         hash_get_n_entries, hash_get_max_bucket_length,
54476         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
54477         hash_rehash): Use size_t rather than unsigned.
54478         * lib/hash.c (struct hash_table, hash_get_n_buckets,
54479         hash_get_n_buckets_used, hash_get_n_entries,
54480         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
54481         hash_get_entries, hash_do_for_each, hash_string, is_prime,
54482         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
54483         Likewise.
54484         (SIZE_MAX): Define if not defined.
54485         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
54486         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
54487         hash_print):
54488         Use const * when possible.
54489         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
54490         (check_tuning): Fix bug: if tuning parameters were very close to
54491         0 or 1, rounding errors could have caused subscript violations.
54492         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
54493         (hash_initialize): Add 'fail:' label
54494         to free table and return NULL, and use it to simplify code.
54495         Use calloc rather than clearing the storage ourself.
54496         (hash_initialize, hash_rehash): Check for arithmetic overflow in
54497         buffer size calculations.
54498         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
54499         Include <stddef.h>, for size_t.
54500         * lib/hash-pjw.c (hash_pjw): Likewise.
54501         Switch to method described by Bruno Haible.
54502         Include <limits.h>, for CHAR_BIT.
54503         (SIZE_BITS): New macro.
54504
54505 2003-10-23  Paul Eggert  <eggert@twinsun.com>
54506
54507         * m4/getline.m4 (AM_FUNC_GETLINE):
54508         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
54509         hosts.  Problem reported by Derek Robert Price in
54510         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
54511         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
54512         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
54513
54514 2003-10-21  Paul Eggert  <eggert@twinsun.com>
54515
54516         * lib/getndelim2.c (getndelim2): When size calculation overflows,
54517         ceiling the allocation at NMAX bytes rather than silently
54518         discarding input bytes before NMAX is reached.  This makes
54519         a difference only if NMAX exceeds SIZE_MAX / 2.
54520
54521         * lib/obstack.c: Merge from glibc.
54522         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
54523         Add libc_hidden_def (_obstack_newchunk).
54524         (_obstack_free) [! defined _LIBC]: Remove.
54525         [defined _LIBC]: Make a strong alias from obstack_free, rather than
54526         a clone of the function body.
54527         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
54528         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
54529
54530         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
54531         glibc.
54532         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
54533         arg to memcpy.
54534
54535         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
54536         (obstack_ptr_grow_fast, obstack_int_grow_fast):
54537         Don't use lvalue casts, as GCC plans to remove support for them
54538         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
54539         was also present in the non-GCC version, indicating that this
54540         code had always been buggy and had never been widely used.
54541         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
54542         Use the fast variant of each macro, rather than copying the
54543         definiens of the fast variant; that way, we'll be more likely to
54544         catch future bugs in the fast variants.
54545
54546 2003-10-20  Bruno Haible  <bruno@clisp.org>
54547
54548         * modules/wait-process: New file.
54549         * MODULES.html.sh (func_all_modules): Add wait-process.
54550
54551 2003-10-20  Bruno Haible  <bruno@clisp.org>
54552
54553         * m4/wait-process.m4: New file.
54554
54555 2003-10-20  Bruno Haible  <bruno@clisp.org>
54556
54557         * lib/wait-process.h: New file, from GNU gettext.
54558         * lib/wait-process.c: New file, from GNU gettext.
54559
54560 2003-10-19  Jim Meyering  <jim@meyering.net>
54561
54562         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
54563         HPUX 10.20.
54564
54565 2003-10-18  Karl Berry  <karl@gnu.org>
54566
54567         * config/config.guess: update from config.
54568
54569 2003-10-16  Paul Eggert  <eggert@twinsun.com>
54570
54571         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
54572         (getgroups): First arg is int, not size_t.
54573         Don't let 'free' mangle errno.
54574
54575 2003-10-16  Paul Eggert  <eggert@twinsun.com>
54576
54577         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
54578
54579 2003-10-16  Karl Berry  <karl@gnu.org>
54580
54581         * config/config.{guess,sub}: update from config.
54582
54583 2003-10-16  Jim Meyering  <jim@meyering.net>
54584
54585         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
54586         memcpy.
54587
54588 2003-10-15  Paul Eggert  <eggert@twinsun.com>
54589
54590         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
54591         (SIZE_MAX): Remove.
54592         (new_exclude, add_exclude_file): Initial size no longer needs to
54593         be a power of 2.
54594         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
54595         our own address arithmetic overflow checking.
54596
54597         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
54598         (fnmatch): Do not alloca more than 2000 wide characters;
54599         instead, use malloc for large buffers.
54600         Check for address arithmetic overflow, and return -1
54601         with errno set to ENOMEM in that case.
54602         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
54603         (NEW_PATTERN): Do not alloca more than 8000 bytes;
54604         instead, return -1.  Check for address arithmetic overflow.
54605
54606 2003-10-14  Paul Eggert  <eggert@twinsun.com>
54607
54608         Handle invalid suffixes and overflow independently, so that
54609         callers can treat them independently as needed.  Fix some bugs in
54610         suffix handling, e.g., "100k@" was not diagnosed as an invalid
54611         suffix for a human-readable blocksize.  The major caller-visible
54612         change is the addition of a new
54613         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
54614         that both overflow and suffix chars were found.
54615
54616         * lib/human.c (humblock): Don't check separately for invalid suffix
54617         char; that is xstrtoumax's job (now that its bug is fixed).
54618         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
54619         INTMAX_MAX]: New macros.
54620         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
54621         TYPE_MAXIMUM): New macros.
54622         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
54623         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
54624         if overflow occurs, as it's what __strtol does and it's more useful
54625         in practice.
54626         (__xstrtol): If __strtol reports some error other than ERANGE,
54627         reflect it to the caller as LONGINT_INVALID.  If it reports
54628         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
54629         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
54630         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
54631         value.
54632         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
54633         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
54634         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
54635         [defined UINTMAX_MAX]: New macros.
54636
54637 2003-10-14  Bruno Haible  <bruno@clisp.org>
54638
54639         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
54640
54641 2003-10-14  Bruno Haible  <bruno@clisp.org>
54642
54643         * m4/sig_atomic_t: New file, from GNU gettext.
54644         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
54645
54646 2003-10-14  Bruno Haible  <bruno@clisp.org>
54647
54648         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
54649         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
54650         Also use volatile where needed.
54651
54652 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54653
54654         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
54655         Change maintainer from Bruno Haible to 'all'.
54656
54657 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54658
54659         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
54660
54661 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54662
54663         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
54664         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
54665         and define in terms of the other primitives.
54666         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
54667         (SIZE_MAX): Define if not already defined.
54668         (array_size_overflow): New function.
54669         (xalloc_die): Abort instead of exiting if 'error' returns.
54670         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
54671         (xmalloc, xrealloc): Use them.
54672         (xcalloc): Check for address arithmetic overflow.
54673         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
54674         a bit faster than strcpy.
54675
54676 2003-10-10  Simon Josefsson  <jas@extundo.com>
54677
54678         * modules/argp (Depends-on): Add restrict and strcase.
54679
54680 2003-10-10  Simon Josefsson  <jas@extundo.com>
54681
54682         * m4/argp.m4: Add AC_C_INLINE.
54683
54684 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54685
54686         Merge getpass from libc, plus a few fixes.
54687
54688         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
54689         Include <stdbool.h>.
54690         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
54691         __fsetlocking to empty.
54692         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
54693         do include <bits/libc-lock.h>.
54694         Do not include <fcntl.h>; not needed.
54695         [_LIBC]: Include <wchar.h>.
54696         (NOTCANCEL_MODE): New macro.
54697         (flockfile, funlockfile) [_LIBC]: New macros.
54698         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
54699         [!_LIBC]: New macros.
54700         (call_fclose): New function.
54701         (getpass): Use it.  Save tty stream separately; this simplifies the
54702         code and makes it more reliable if stdin happens to equal stdout.
54703         Invoke __fsetlocking on tty.
54704         Handle thread cancellation if needed.
54705         Namespace cleanup (use __tcgetattr, __getline).
54706         Use bool for Booleans.
54707         [USE_IN_LIBIO]: Handle wide streams.
54708         [!_LIBC]: Unconditionally do the fseek, since we don't know what
54709         stream might go where.
54710
54711         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
54712         doesn't have to include <stdio.h> before us.
54713         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
54714         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
54715         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
54716         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
54717         if not declared, so that we can use getpass.c code from libc without
54718         rewriting it.
54719         (flockfile, ftrylockfile, funlockfile): New macros.
54720
54721 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54722
54723         * modules/getpass: Depend on stdbool.
54724
54725 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54726
54727         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
54728
54729 2003-10-07  Karl Berry  <karl@gnu.org>
54730
54731         * config/config.{guess,sub}: update from config.
54732
54733 2003-10-06  Jim Meyering  <jim@meyering.net>
54734             Bruno Haible  <bruno@clisp.org>
54735
54736         This lets translators provide better translations for the
54737         "Written by ..." part of --version output.
54738         * lib/version-etc.h: Include stdarg.h.
54739         (version_etc_copyright): Declare as readonly.
54740         (version_etc): Make this function variadic with a NULL-terminated list
54741         of author name strings.
54742         (version_etc_va): New declaration.
54743         * lib/version-etc.c: Include stdarg.h, stdlib.h.
54744         (version_etc_copyright): Declare as readonly.
54745         (version_etc_va): New function. Provide a different translatable string
54746         for each possible number of authors < 10. Abbreviate when there are 10
54747         authors or more.
54748         (version_etc): Make this function variadic. Call version_etc_va.
54749         Suggestion from Gary V. Vaughan.
54750
54751         * lib/long-options.h (parse_long_options): Change prototype: the
54752         authors string is moved to the end and becomes variadic.
54753         * lib/long-options.c: Include stdarg.h.
54754         (parse_long_options): Make this function variadic, too.
54755         Call version_etc_va, not version_etc.
54756
54757 2003-10-06  Bruno Haible  <bruno@clisp.org>
54758
54759         * modules/version-etc-2: Remove file.
54760         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
54761
54762 2003-10-06  Bruno Haible  <bruno@clisp.org>
54763
54764         * modules/fatal-signal: New file.
54765         * MODULES.html.sh (func_all_modules): Add fatal-signal.
54766
54767 2003-10-06  Bruno Haible  <bruno@clisp.org>
54768
54769         * m4/fatal-signal.m4: New file.
54770         * m4/signalblocking.m4: New file, from GNU gettext.
54771
54772 2003-10-06  Bruno Haible  <bruno@clisp.org>
54773
54774         * lib/version-etc-2.h: Remove file.
54775         * lib/version-etc-2.c: Remove file.
54776
54777 2003-10-06  Bruno Haible  <bruno@clisp.org>
54778
54779         * lib/fatal-signal.h: New file, from GNU gettext.
54780         * lib/fatal-signal.c: New file, from GNU gettext.
54781
54782 2003-10-05  Paul Eggert  <eggert@twinsun.com>
54783
54784         * README: Rework advice for preventing empty .o files.
54785         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
54786         not <sys/types.h>.
54787
54788 2003-10-04  Karl Berry  <karl@gnu.org>
54789
54790         * lib/argp*: update from libc.
54791
54792 2003-10-04  Karl Berry  <karl@gnu.org>
54793
54794         * config/config.{guess,sub}: update from config.
54795
54796 2003-10-02  Bruno Haible  <bruno@clisp.org>
54797
54798         * modules/lchown (Include): Add lchown.h.
54799         * modules/time_r (Include): Use "..." syntax.
54800         * modules/xgetdomainname (Include): Add xgetdomainname.h.
54801
54802 2003-10-01  Simon Josefsson  <jas@extundo.com>
54803
54804         * MODULES.html.sh (func_all_modules): Move gethostname from section
54805         'based on' to section 'lacking' POSIX:2001.
54806
54807 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
54808
54809         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
54810         to output mode on the same stream.
54811
54812 2003-09-29  Paul Eggert  <eggert@twinsun.com>
54813
54814         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
54815         Fix arg typo in previous patch.
54816
54817 2003-09-28  Jim Meyering  <jim@meyering.net>
54818
54819         * lib/error.c: Correct cpp indentation.
54820
54821 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54822
54823         * modules/free: New file.
54824
54825 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54826
54827         * m4/free.m4: New file.
54828
54829 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54830
54831         * lib/minmax.h (MIN, MAX)
54832         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
54833         Omit the special code that used __typeof__, since we worry that
54834         it could be more trouble than it's worth.  See:
54835         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
54836         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
54837
54838         * lib/free.c: New file.
54839
54840 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
54841
54842         Trivial fixes to Makefile.am parts of module listings.
54843         * modules/strstr: Append strstr.h to lib_SOURCES.
54844         * modules/strcase: Likewise, for strcase.h.
54845
54846 2003-09-27  Karl Berry  <karl@gnu.org>
54847
54848         * config/mkinstalldirs: update from automake.
54849
54850 2003-09-26  Paul Eggert  <eggert@twinsun.com>
54851
54852         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
54853         (error_tail): Do not loop, reallocating temporary buffer, since
54854         the output cannot contain more wide characters than the input
54855         contains bytes, the size must be big enough already.  This avoids
54856         one potential size overflow calculation.  Check for size overflow
54857         when calculating temporary buffer size.  Free temporary buffer
54858         when done, if it was allocated with malloc; this plugs a memory
54859         leak.  Remove casts from void * to pointers, that are no longer
54860         needed now that we're assuming C89 or better.
54861
54862         Merge error changes from glibc.
54863
54864         * lib/error.c, error.h: Update copyright notice header to match glibc.
54865         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
54866         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
54867         Disable cancellation while printing error.
54868         * lib/error.h: Prepend __ to parameter names.
54869
54870 2003-09-26  Jim Meyering  <jim@meyering.net>
54871
54872         * lib/error.c (error_tail): Move some declarations
54873         into inner scope where the local variables are used.
54874
54875 2003-09-26  Bruno Haible  <bruno@clisp.org>
54876
54877         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
54878         stpncpy().
54879         Don't define stpncpy through config.h; it's now done through stpncpy.h.
54880
54881 2003-09-26  Bruno Haible  <bruno@clisp.org>
54882
54883         * lib/stpncpy.h (gnu_stpncpy): New declaration.
54884         (stpncpy): Define as alias for gnu_stpncpy.
54885         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
54886
54887 2003-09-25  Simon Josefsson  <jas@extundo.com>
54888
54889         * lib/xgetdomainname.h: New file.
54890         * lib/xgetdomainname.c: New file.
54891
54892 2003-09-25  Simon Josefsson  <jas@extundo.com>
54893             Bruno Haible  <bruno@clisp.org>
54894
54895         * modules/getdomainname: New file.
54896         * modules/xgetdomainname: New file.
54897         * MODULES.html.sh (func_all_modules): Add getdomainname,
54898         xgetdomainname.
54899
54900 2003-09-25  Simon Josefsson  <jas@extundo.com>
54901             Bruno Haible  <bruno@clisp.org>
54902
54903         * m4/getdomainname.m4: New file.
54904
54905 2003-09-25  Simon Josefsson  <jas@extundo.com>
54906             Bruno Haible  <bruno@clisp.org>
54907
54908         * lib/getdomainname.h: New file.
54909         * lib/getdomainname.c: New file.
54910
54911 2003-09-25  Karl Berry  <karl@gnu.org>
54912
54913         * lib/argp-fmtstream.c, argp-help.c: update from libc.
54914
54915 2003-09-25  Karl Berry  <karl@gnu.org>
54916
54917         * config/install-sh: update from automake.
54918
54919 2003-09-25  Bruno Haible  <bruno@clisp.org>
54920
54921         * modules/version-etc-2: New file, from modules/version-etc with
54922         modifications.
54923         * MODULES.html.sh (func_all_modules): Add version-etc-2.
54924
54925 2003-09-25  Bruno Haible  <bruno@clisp.org>
54926
54927         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
54928         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
54929
54930 2003-09-24  Simon Josefsson  <jas@extundo.com>
54931
54932         * modules/xgethostname: Add xgethostname.h.
54933
54934 2003-09-24  Paul Eggert  <eggert@twinsun.com>
54935
54936         * lib/linebuffer.c (freebuffer): Don't free the argument, just
54937         the buffer associated with the argument.  Bug reported by
54938         Simon Josefsson.
54939
54940 2003-09-24  Paul Eggert  <eggert@twinsun.com>
54941
54942         * README: Document assumptions that 'int' is at least 32 bits
54943         wide, that integer arithmetic is 2's complement without overflow,
54944         that there are no holes in integer values, that adding sizes of
54945         two nonoverlapping objects can't overflow, and that all-bits-zero
54946         yields scalar zero.  Fix spelling and capitalization typos.
54947
54948 2003-09-19  Karl Berry  <karl@gnu.org>
54949
54950         * lib/argp.h: update from libc.
54951
54952 2003-09-17  Paul Eggert  <eggert@twinsun.com>
54953
54954         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
54955         to avoid spurious warnings like "AC_RUN_IFELSE was called before
54956         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
54957
54958 2003-09-17  Paul Eggert  <eggert@twinsun.com>
54959
54960         * gnulib-tool: Use "test -h", not "test -L", for portability
54961         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
54962         (tags_regexp): Remove, since \| doesn't conform to POSIX.
54963         (sed_extract_prog): Issue s commands one-by-one, rather than
54964         using \| in one s command.
54965
54966 2003-09-16  Paul Eggert  <eggert@twinsun.com>
54967
54968         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
54969         input error, instead of returning NULL the next time we are called
54970         (and therefore losing track of errno).
54971
54972 2003-09-16  Bruno Haible  <bruno@clisp.org>
54973
54974         * gnulib-tool (func_create_testdir): Warn about duplicated
54975         dependencies.
54976
54977 2003-09-15  Paul Eggert  <eggert@twinsun.com>
54978
54979         * modules/argmatch, modules/fatal, modules/obstack,
54980         modules/xalloc, modules/xgethostname: Sort dependencies by
54981         importance, not alphabetically.
54982
54983 2003-09-15  Paul Eggert  <eggert@twinsun.com>
54984
54985         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
54986         fails, so that the caller gets the proper errno.
54987
54988         * lib/readutmp.c (read_utmp): Likewise.
54989         Check for fstat error.  Close stream and free storage
54990         when failing.
54991
54992 2003-09-14  Karl Berry  <karl@gnu.org>
54993
54994         * config/srclist.txt (strdup.c): disable for c89 changes.
54995
54996 2003-09-14  Jim Meyering  <jim@meyering.net>
54997
54998         * lib/getloadavg.c: Correct cpp indentation.
54999         * lib/strdup.c: Likewise.
55000         * lib/vasnprintf.c: Likewise.
55001
55002 2003-09-14  Bruno Haible  <bruno@clisp.org>
55003
55004         * modules/fwriteerror: New file.
55005         * MODULES.html.sh (func_all_modules): Add fwriteerror.
55006
55007 2003-09-14  Bruno Haible  <bruno@clisp.org>
55008
55009         * lib/fwriteerror.h: New file.
55010         * lib/fwriteerror.c: New file.
55011
55012 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55013
55014         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
55015         modules/xgethostname, modules/xalloc: Depend on exit.
55016
55017 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55018
55019         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
55020
55021         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
55022         and AC_MINIX, too, so that their extensions are available.
55023
55024         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
55025         This macro has been superseded by gl_BACKUPFILE.
55026
55027         More patches to assume C89 or better.
55028
55029         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
55030
55031         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
55032         unconditionally.
55033         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
55034         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
55035         Include <string.h>, <stdlib.h> unconditionally.
55036         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
55037         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
55038         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
55039         headers or for string.h.
55040         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
55041         or strtoul.
55042
55043         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
55044         headers.
55045         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
55046         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55047         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
55048         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
55049         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55050         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
55051         memcpy, memset.
55052         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
55053         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
55054         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
55055         strtol.
55056         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
55057         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
55058         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
55059         strtoul.
55060
55061 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55062
55063         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
55064         * lib/obstack.c [!defined _LIBC]: Likewise.
55065         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
55066         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
55067         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
55068
55069         More changes to assume C89 or better.
55070
55071         * lib/error.c (error_tail): Assume vprintf.
55072
55073         * lib/argmatch.c (getenv): Remove decl.
55074         * lib/progreloc.c (get_full_program_name): Define via prototype.
55075         * lib/setenv.c (clearenv): Likewise.
55076         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
55077         needed.
55078         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
55079         (malloc, memcpy): Remove decls.
55080         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
55081         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
55082         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55083         (memcpy): Remove macro.
55084         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
55085         (__P): Remove.  All uses removed.
55086         (PTR): Remove.  All uses changed to void *.
55087         (CHAR_BIT, NULL): Remove.
55088         (spaces, zeros, memset_space, memset_zero)
55089         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
55090         Remove.
55091         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
55092         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
55093         Define with prototype.
55094         Remove now-unnecessary prototype decl.
55095         (extra_args_spec): Assume ANSI C.  All uses changed.
55096         (extra_args_spec_iso): Remove.
55097         (my_strftime, emacs_strftimeu): Define via prototype.
55098         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
55099         unconditionally.
55100         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
55101         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
55102         (strtoul, strtol): Remove decls.
55103         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
55104         LONG_MAX): Remove.
55105         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55106         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
55107         (LOCALE_PARAM_PROTO): New macro.
55108         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
55109         (INTERNAL (strtol), strtol): Define with a prototype.
55110         (PARAMS): Remove.  All uses removed.
55111         * lib/tempname.c: Include <string.h> unconditionally.
55112         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
55113         * lib/xgethostname.c (main): Define with a prototype.
55114         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
55115         Include <stdlib.h> unconditionally.
55116         (calloc, malloc, realloc, free): Remove decls.
55117         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
55118         Include <stdlib.h> unconditionally.  Sort include file names.
55119         (strtod): Remove.
55120         (xstrtod): Define with a prototype.
55121         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
55122         (strtol, strtoul): Remove decls.
55123
55124 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55125
55126         More patches to assume C89 or better.
55127         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
55128         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
55129         string.h, memchr, STDC_HEADERS.
55130
55131 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55132
55133         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
55134         Include <stdlib.h>, <string.h> unconditionally.
55135         Remove now-unnecessary cast to char *.
55136         * lib/strnlen.c: Include <string.h> unconditionally.
55137         * lib/yesno.c (yesno): Define with a prototype.
55138
55139 2003-09-11  Bruno Haible  <bruno@clisp.org>
55140
55141         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
55142
55143 2003-09-10  Jim Meyering  <jim@meyering.net>
55144
55145         * lib/error.c: Correct indentation of cpp directives.
55146
55147 2003-09-10  Bruno Haible  <bruno@clisp.org>
55148
55149         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
55150         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
55151         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
55152         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
55153         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
55154         <stdlib.h> and <string.h> checks.
55155         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
55156         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
55157
55158 2003-09-10  Bruno Haible  <bruno@clisp.org>
55159
55160         * lib/strcspn.c: Include <string.h> unconditionally.
55161         * lib/strpbrk.c: Include <string.h> unconditionally.
55162         * lib/strstr.c: Include <string.h> unconditionally.
55163         * lib/unicodeio.c: Include <string.h> unconditionally.
55164         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
55165         * lib/unsetenv.c: Likewise.
55166         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
55167         * lib/yesno.c: Include <stdlib.h> unconditionally.
55168         (rpmatch): Add prototype.
55169
55170 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55171
55172         More patches to assume C89 or better.
55173         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
55174         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
55175         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
55176         or for string.h.
55177         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
55178         stdlib.h.
55179         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
55180         C headers.
55181         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
55182         string.h.
55183         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
55184         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
55185         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
55186         or for string.h.
55187         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
55188         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
55189         C headers.
55190         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
55191         memcpy.
55192         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
55193         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
55194         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
55195         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
55196         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
55197         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
55198         string.h, free.
55199         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
55200         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
55201         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
55202         C headers, or for string.h.
55203         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
55204         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
55205         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
55206         headers, memory.h, stdlib.h, string.h, strings.h.
55207         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
55208         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
55209         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
55210         strchr.
55211         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
55212         headers, memory.h, string.h.
55213         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
55214         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
55215         free.
55216         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
55217         headers.
55218         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
55219         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
55220         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
55221         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
55222         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
55223
55224 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55225
55226         More K&R removal.
55227
55228         * lib/acosl.c (main): Use a prototype.
55229         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
55230         tanl.c: Likewise.
55231
55232         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
55233
55234         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
55235         (getopt, etopt_long, getopt_long_only, _getopt_internal)
55236         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
55237         with a prototype.
55238         * lib/getopt.c (const): Remove macro.
55239         Include <string.h> unconditionally.
55240         (my_index): Remove; all uses changed to strchr.
55241         (strlen): Remove decl.
55242         (exchange): Remove forward decl; no longer needed.
55243         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
55244         Define with prototype.
55245         * lib/getopt1.c (const): Remove macro.
55246         (getopt_long, getopt_long_only, main): Define with prototype.
55247
55248         * lib/getugroups.c: Include <string.h> unconditionally.
55249
55250         * lib/getusershell.c: Include <stdlib.h> unconditionally.
55251         (getusershell, setusershell, endusershell, readname, main):
55252         Define with prototypes.
55253
55254         * lib/group-member.c: Include group-member.h first.
55255         Include <stdlib.h> unconditionally.
55256
55257         * lib/hard-locale.c: Include hard-locale.h first.
55258         Include <stdlib.h>, <string.h> unconditionally.
55259
55260         * lib/hash.c (free, malloc): Remove decls.
55261         Include <stdlib.h> unconditionally.
55262
55263         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
55264         (getenv): Do not declare.
55265
55266         * lib/idcache.c: Include <string.h> unconditionally.
55267
55268         * lib/long-options.c: Include long-options.h first, to test interface.
55269         Include <stdlib.h> unconditionally.
55270
55271         * lib/makepath.c: Include makepath.h first, to test interface.
55272         Include <stdlib.h> and <string.h> unconditionally.
55273
55274         * lib/linebuffer.c: Include <stdlib.h>.
55275         (free): Remove decl.
55276
55277         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
55278         stddef.h. rpl_malloc returns void *, not char *.
55279         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
55280         prototype.
55281
55282         * lib/md5.h: Include <limits.h> unconditionally.
55283         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
55284         (__P): Remove; all uses removed.
55285         * lib/md5.c: Include "md5.h" first.
55286         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
55287         md5_buffer, md5_process_bytes, md5_process_block):
55288         Define with prototypes.
55289         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
55290         * lib/sha.c: Include "sha.h" first.
55291         Include <stdlib.h>, <string.h> unconditionally.
55292
55293         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
55294         * lib/memcmp.c (__ptr_t): Likewise.
55295         * lib/memrchr.c (__ptr_t): Likewise.
55296         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
55297         Include <string.h> unconditionally.
55298         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
55299         * lib/memchr.c: Include <stdlib.h> unconditionally.
55300         * lib/memchr.c (LONG_MAX): Remove.
55301         * lib/memrchr.c (LONG_MAX): Likewise.
55302         * lib/memchr.c (__memchr): Define via a prototype.
55303         * lib/memrchr.c (__memrchr): Likewise.
55304         * lib/memcmp.c (__P): Remove, and remove all uses.
55305         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
55306         Remove forward decls; no longer needed.
55307         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
55308         Use types required by C89 in prototype.
55309
55310         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
55311         * lib/savedir.c: Likewise.
55312         * lib/mkdir.c (free): Remove decl.
55313         * lib/rmdir.c (rmdir): Define with a prototype.
55314         * lib/savedir.c: Include savedir.h first, to test interface.
55315
55316         * lib/mktime.c (STDC_HEADERS): Remove.
55317         Include <stdlib.h>, <string.h> unconditionally.
55318
55319         * lib/modechange.c: Include <stdlib.h> unconditionally.
55320         (malloc): Remove decl.
55321
55322         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
55323         (free): Remove decl.
55324
55325         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
55326         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
55327         (This type really should be intptr_t, but that's a C99ism.)
55328         (_obstack_memcpy): Remove: all uses changed to memcpy.
55329         Include <string.h> unconditionally.
55330         (struct obstack): Assume __STDC__ for types of members
55331         chunkfun, freefun, extra_arg.
55332         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
55333         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
55334         obstack_begin, obstack_specify_allocation,
55335         obstack_specify_allocation_with_arg, obstack_chunkfun,
55336         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
55337         Remove unprototyped decls and the macros that use them.
55338         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
55339         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
55340         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
55341         (defined __STDC__ && __STDC__)]:
55342         Remove nonprototyped code.
55343         Include <stdlib.h> unconditionally.
55344         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
55345         _obstack_allocated_p, _obstack_free, obstack_free,
55346         _obstack_memory_used, print_and_abort):
55347         Define using prototypes.
55348         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
55349         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
55350         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
55351         obstack_next_free, obstack_object_size, obstack_room) [0]:
55352         Remove unused, unprototyped code.
55353
55354         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
55355
55356         * lib/physmem.c (physmem_total, physmem_available, main): Define
55357         with prototypes.
55358
55359         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
55360         (main): Define with a prototype.
55361
55362         * lib/posixver.c (getenv): Remove decl.
55363
55364         * lib/putenv.c (malloc): Returns void *, not char *.
55365         Include <string.h> unconditionally.
55366         (strchr, memcpy, NULL): Do not define.
55367
55368         * lib/readtokens.c: Include readtokens.h first, to test interface.
55369         Include <stdlib.h>, <string.h> unconditionally.
55370         (init_tokenbuffer): Define with a prototype.
55371
55372         * lib/regex.c (PARAMS): Remove.  All uses removed.
55373         All uses of _RE_ARGS removed, too.
55374         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55375         unconditionally.
55376         (bzero): Assume memset exists.
55377         (memcmp, memcpy, NULL): Remove.
55378         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
55379         char, or assignments to local vars of type signed char.
55380         (init_syntax_once, PREFIX(extract_number_and_incr),
55381         PREFIX(print_partial_compiled_pattern),
55382         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
55383         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
55384         PREFIX(regex_grow_registers), PREFIX(regex_compile),
55385         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
55386         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
55387         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
55388         wcs_compile_range, byte_compile_range, truncate_wchar,
55389         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
55390         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
55391         count_mbs_length, wcs_re_match_2_internal,
55392         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
55393         PREFIX(alt_match_null_string_p),
55394         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
55395         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
55396         regfree, PREFIX(extract_number)): Define with prototype.  Remove
55397         now-unnecessary declaration, if any.
55398         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
55399         regcomp, regexec):
55400         Remove now-unnecessary casts among pointer types.
55401         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
55402
55403         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
55404         (free): Remove decl.
55405
55406         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
55407
55408         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
55409         (free): Remove decl.
55410
55411         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
55412         * lib/xgetcwd.c: Likewise.
55413
55414         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
55415         (free): Remove decl.
55416
55417         * lib/strchrnul.c (strchrnul): Define with a prototype.
55418         Fix bug: c_in was not converted to char before searching.
55419
55420         The following changes are not K&R related:
55421
55422         * lib/group-member.h: Include <sys/types.h>, so that this file is
55423         self-contained.
55424         * lib/makepath.h: Likewise.
55425
55426         * lib/getusershell.c (readname, default_index, line_size, readname):
55427         Use size_t, not int, for sizes.
55428         (readname): If the size overflows, report an error instead of
55429         looping forever.
55430
55431 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55432
55433         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
55434         libc.
55435
55436 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55437
55438         * README: New section: portability guidelines.
55439
55440 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55441
55442         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
55443         C89 spec.
55444
55445 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55446
55447         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
55448
55449 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55450
55451         Assume C89 or better; remove K&R cruft.
55452         A few of these changes were first proposed by Derek Robert Price
55453         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
55454
55455         * lib/addext.c: Include <string.h> unconditionally.
55456         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
55457         Don't declare getenv or malloc.
55458
55459         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
55460         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
55461         (NULL): Remove.
55462         (find_stack_direction, alloca): Use prototypes.
55463
55464         * lib/atexit.c (atexit): Define using a prototype.
55465
55466         * lib/basename.c, dirname.c, stripslash.c:
55467         Include <string.h> unconditionally.
55468
55469         * lib/bcopy.c: Include <stddef.h>.
55470         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
55471
55472         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
55473
55474         * lib/error.h (error, error_at_line, error_print_progname)
55475         [! (defined (__STDC__) && __STDC__)]: Remove decls.
55476         * lib/error.c: Include error.h first, to check interface.
55477         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55478         (VA_START): Remove; all uses changeed to va_start.
55479         (exit, strerror): Remove decls.
55480         (error_print_progname): Prototype uncondionally.
55481         Don't include <errno.h>; no longer needed.
55482         (private_strerror): Remove.
55483         (error_tail): Always define.
55484         (error, error_at_line): Assume C89 or better; always use prototypes.
55485         * lib/fatal.c: Include "fatal.h" first, to test interface.
55486         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55487         (VA_START): Remove; all uses changed to va_start.
55488         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
55489         this case.
55490         (exit): Remove decl.
55491         (fatal): Prototype unconditionally.  Assume va_start works.
55492         Abort at end, to pacify gcc.
55493
55494         * lib/euidaccess.c (main): Define with a prototype.
55495
55496         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
55497
55498         * lib/exitfail.c: Include <stdlib.h> unconditionally.
55499
55500         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
55501         prototypes.
55502         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
55503         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
55504         (getenv): Remove decl.
55505         (fnmatch): Define using a prototype.
55506         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
55507         (FCT): Define using a prototype.
55508
55509         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
55510
55511         * lib/gethostname.c: Include <stddef.h>.
55512         (gethostname): Define with prototype.  Length is size_t, not int.
55513
55514 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55515
55516         Assume C89 or better; remove K&R cruft.
55517         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
55518         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
55519         string.h, getenv, malloc.
55520         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
55521         headers.
55522         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
55523         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
55524         do not check for strerror.
55525         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
55526         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
55527         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
55528         do not check for doprnt or vprintf.
55529         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
55530         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
55531
55532 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55533
55534         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
55535         getversion.c should have been removed then, but was accidentally
55536         preserved.
55537
55538         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
55539         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
55540
55541 2003-09-08  Karl Berry  <karl@gnu.org>
55542
55543         * config/config.sub, config.guess, srclistvars.sh: update from savannah
55544                 config, forget about prep.
55545
55546         * config/depcomp, missing: update from automake.
55547
55548 2003-09-07  Paul Eggert  <eggert@twinsun.com>
55549
55550         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
55551         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
55552
55553 2003-09-07  Paul Eggert  <eggert@twinsun.com>
55554
55555         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
55556         copy_tm_result.  Bug reported by Simon Josefsson in
55557         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
55558
55559 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55560
55561         * m4/time_r.m4: New file.
55562         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
55563         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
55564         is. Check for timegm declaration.
55565         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
55566         Do not check for gmtime_r.
55567         Replace mktime if __mktime_internal does not exist and if mktime
55568         hasn't been replaced already.
55569
55570 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55571
55572         * lib/time_r.c, lib/time_r.h: New files.
55573
55574         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
55575         __localtime_r.
55576         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
55577         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
55578
55579         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
55580         __gmtime_r.
55581         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
55582         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
55583         Include <time_r.h>.
55584
55585         * lib/timegm.c: Switch to glibc implementation, with the following
55586         changes:
55587         [defined HAVE_CONFIG_H]: Include <config.h>.
55588         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
55589         (__mktime_internal) [!defined _LIBC]: New decl.
55590         (__gmtime_r) [!defined _LIBC]: New macro and function.
55591         (timegm): Use a prototype, since gnulib assumes C89.
55592         Do not bother declaring tmp to be const, as it's not really usefu.
55593         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
55594         (timegm): Declare only if HAVE_DECL_TIMEGM.
55595
55596 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55597
55598         * MODULES.html.sh (func_all_modules): Add time_r.
55599         * modules/time_r: New file.
55600         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
55601         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
55602
55603 2003-09-03  Paul Eggert  <eggert@twinsun.com>
55604
55605         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
55606         Bug reported by Lute Kamstra in
55607         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
55608
55609         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
55610         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
55611         course with correspondingly smaller numbers for tomorrow and
55612         yesterday.  From Tadayoshi Funaba.  Originally installed into
55613         sh-utils on 1999-08-07, but the patch got lost (I guess during the
55614         coreutils merge?).
55615
55616 2003-08-31  Simon Josefsson  <jas@extundo.com>
55617
55618         * modules/timegm: New file.
55619         * MODULES.html.sh (func_all_modules): Add timegm.
55620
55621 2003-08-31  Simon Josefsson  <jas@extundo.com>
55622
55623         * m4/timegm.m4: New file.
55624
55625 2003-08-31  Simon Josefsson  <jas@extundo.com>
55626
55627         * lib/timegm.h: New file.
55628         * lib/timegm.c: New file.  Based on
55629         wget-1.8.2/src/http.c:mktime_from_utc.
55630
55631 2003-08-31  Karl Berry  <karl@gnu.org>
55632
55633         * lib/argp.h: update from libc.
55634
55635 2003-08-28  Bruno Haible  <bruno@clisp.org>
55636
55637         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
55638         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
55639         followed by '#define fnmatch fnmatch_posix' gives an error.
55640
55641 2003-08-28  Bruno Haible  <bruno@clisp.org>
55642
55643         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
55644         warning on QNX, which defines O_BINARY to 000000.
55645
55646 2003-08-27  Jim Meyering  <jim@meyering.net>
55647
55648         * m4/mkstemp.m4: Require that the system mkstemp be able to create
55649         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
55650         would fail after 32.  Reported by Danny Levinson.  Details here:
55651         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
55652
55653 2003-08-24  Bruno Haible  <bruno@clisp.org>
55654
55655         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
55656         MSVC7 <stdio.h> is included later.
55657
55658 2003-08-22  Simon Josefsson  <jas@extundo.com>
55659
55660         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
55661
55662 2003-08-20  Karl Berry  <karl@gnu.org>
55663
55664         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
55665
55666 2003-08-20  Bruno Haible  <bruno@clisp.org>
55667
55668         * modules/progname: New file.
55669         * MODULES.html.sh (func_all_modules): Add progname.
55670
55671 2003-08-20  Bruno Haible  <bruno@clisp.org>
55672
55673         * lib/progname.h: New file, from GNU gettext.
55674         * lib/progname.c: New file, from GNU gettext.
55675         * lib/progreloc.c: New file, from GNU gettext.
55676
55677 2003-08-19  Jim Meyering  <jim@meyering.net>
55678
55679         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
55680         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
55681
55682 2003-08-19  Bruno Haible  <bruno@clisp.org>
55683
55684         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
55685         more.
55686
55687 2003-08-19  Bruno Haible  <bruno@clisp.org>
55688
55689         * lib/xstrdup.c: Assume <string.h> exists.
55690
55691 2003-08-18  Paul Eggert  <eggert@twinsun.com>
55692
55693         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
55694         in makefile rules.
55695
55696 2003-08-18  Jim Meyering  <jim@meyering.net>
55697
55698         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
55699         * m4/lib-ld.m4: Likewise.
55700
55701 2003-08-18  Jim Meyering  <jim@meyering.net>
55702
55703         * lib/setenv.h: Indent nested cpp directive.
55704         * lib/vasnprintf.c: Remove trailing blanks.
55705
55706 2003-08-17  Simon Josefsson  <jas@extundo.com>
55707
55708         * modules/xstrndup: New file.
55709         * MODULES.html.sh (func_all_modules): Add xstrndup.
55710
55711 2003-08-17  Simon Josefsson  <jas@extundo.com>
55712
55713         * modules/argp: Fix autoconf macro name. Add more dependencies.
55714
55715 2003-08-17  Simon Josefsson  <jas@extundo.com>
55716
55717         * m4/xstrndup.m4: New file.
55718
55719 2003-08-17  Simon Josefsson  <jas@extundo.com>
55720
55721         * m4/argp.m4: New file.
55722
55723 2003-08-17  Simon Josefsson  <jas@extundo.com>
55724             Bruno Haible  <bruno@clisp.org>
55725
55726         * lib/xstrndup.h: New file.
55727         * lib/xstrndup.c: New file.
55728
55729 2003-08-17  Bruno Haible  <bruno@clisp.org>
55730
55731         * modules/strndup (Files, Include): Add lib/strndup.h.
55732
55733 2003-08-17  Bruno Haible  <bruno@clisp.org>
55734
55735         * modules/euidaccess (Files): Add lib/euidaccess.h.
55736
55737 2003-08-17  Bruno Haible  <bruno@clisp.org>
55738
55739         * lib/strndup.h: New file.
55740
55741 2003-08-17  Bruno Haible  <bruno@clisp.org>
55742
55743         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
55744         like AC_GNU_SOURCE.
55745         * modules/extensions (configure.ac): Comment out the invocation of
55746         gl_USE_SYSTEM_EXTENSIONS.
55747
55748 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55749
55750         Merges from coreutils, etc.
55751         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
55752         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
55753         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
55754         fixing a typo.
55755         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
55756         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
55757
55758 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55759
55760         Document merge from coreutils.
55761         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
55762         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
55763         * modules/utime: Add m4/utimes-null.m4.
55764
55765 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55766
55767         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
55768         space, undoing this 2003-08-12 change:
55769         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
55770
55771 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55772
55773         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
55774         strtoul.c from libc, undoing this 2003-08-12 change:
55775         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
55776
55777 2003-08-16  Jim Meyering  <jim@meyering.net>
55778
55779         Merges from coreutils.
55780         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
55781         prefix.  Adjust cache variables similarly.  Create 500 rather than
55782         just 300 files, to exercise bug on Darwin6.5, too.
55783         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
55784         $missing_dir.
55785         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
55786         AM_SYS_POSIX_TERMIOS.
55787         Reported by mkc@mathdogs.com.
55788         Also change use of $am_cv_sys_posix_termios
55789         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
55790         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
55791         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
55792         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
55793         in /proc/mounts until it finds one with matching device number.  This
55794         is unnecessary when the FILE argument *is* a mount point.  No stat call
55795         is necessary in that case.  So, disable the statvfs-testing code on
55796         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
55797         as RedHat bug# 84846.
55798         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
55799         to 1MB, so as not to render systems with no stack size limit (e.g.,
55800         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
55801         Include <unistd.h>.  On some systems,
55802         it is required for the definition of _SC_PAGESIZE.
55803
55804 2003-08-16  Jim Meyering  <jim@meyering.net>
55805
55806         Merge from coreutils.
55807         * lib/xstrtoimax.c: #else #if -> #elif.
55808         * lib/xstrtoumax.c: Likewise.
55809
55810 2003-08-16  Jim Meyering  <jim@meyering.net>
55811
55812         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
55813         * m4/utimes.m4: Removed.
55814         * m4/utimes-null.m4: Renamed from utimes.m4.
55815
55816         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
55817         to 1MB, so as not to render systems with no stack size limit (e.g.,
55818         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
55819         Include <unistd.h>.  On some systems,
55820         it is required for the definition of _SC_PAGESIZE.
55821
55822 2003-08-16  Jim Meyering  <jim@meyering.net>
55823         and Paul Eggert  <eggert@cs.ucla.edu>
55824
55825         Merges from coreutils, etc.
55826
55827         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
55828         using the latest version from cvs.  This avoids problems with #line
55829         directives using a vendor (Sun) compiler.
55830         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
55831         Don't set GETGROUPS_LIB here; now it's
55832         done via getgroups.m4's wrapper function.
55833         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
55834         rather than just in sh-util/configure.in, so that the
55835         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
55836         same.
55837         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
55838         AC_FUNC_GETLOADAVG where to find getloadavg.c.
55839         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
55840         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
55841         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
55842         Remove code that is now done by the newly-required macros.
55843         Append $(EXEEXT) to DF_PROG.
55844         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
55845         Do not invoke or require the following here,
55846         since prereq.m4 or some gnulib .m4 now does this for us:
55847         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
55848         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
55849         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
55850         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
55851         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
55852         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
55853         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
55854         AC_FUNC_OBSTACK.
55855         Do not replace the following functions, as this is now the job
55856         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
55857         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
55858         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
55859         atexit getpass, strdup, getpagesize.
55860         Replace 'raise'.
55861         Do not check for the following functions, as this is now the job
55862         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
55863         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
55864         setregid.
55865         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
55866         Check for sys/sysctl.h.
55867         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
55868         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
55869         of checking for ssize_t ourselves.
55870
55871         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
55872         Require every macro that gnulib/modules/* suggests for us.
55873         (jm_PREREQ_ADDEXT): New macro.
55874         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
55875         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
55876
55877         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
55878         (gl_PHYSMEM): Use it.
55879         Also check for `table' function.
55880         Check for new headers and functions.
55881         Add check for sys/sysmp.h.
55882         With suggestions from Kaveh Ghazi.
55883         Ignore headers that are present but cannot be compiled.  This
55884         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
55885         C 5.4.
55886
55887 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55888
55889         Document merge from coreutils.
55890         * modules/userspec: Depend on posixver.
55891         * modules/strftime: Depend on tzset.
55892
55893 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55894
55895         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
55896         rather than tab, after '#' in shell-script copyright notices.
55897         Suggested by Bruno Haible.
55898
55899 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55900
55901         * config/srclist-update: Use three spaces, rather than tab, after '#'
55902         in shell-script copyright notices.  Suggested by Bruno Haible.
55903         Remove unnecessary parenthesization in regular expression.
55904
55905 2003-08-15  Jim Meyering  <jim@meyering.net>
55906
55907         Merge from coreutils.
55908         * lib/xgethostname.c: Include <stdlib.h>.
55909         (xghostname): Don't exit for anything other than memory-related
55910         failure; just return NULL.
55911         * lib/userspec.c: Include "posixver.h".
55912         (parse_user_spec): Accept `.' as a separator only
55913         in pre-POSIX-200112 mode.
55914         * lib/strtoimax.c: Use #elif rather than #else #if.
55915         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
55916         Remove function, now that we can rely on a working tzset function.
55917         [!_LIBC]: Ensure that the required autoconf test has been run.
55918         [!defined _NL_CURRENT && HAVE_STRFTIME]:
55919         Use underlying_strftime for %r.
55920         * lib/sha.c: Merge in some clean-up and optimization changes from
55921         glibc.
55922         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
55923         Ensure that it is a multiple of 64.
55924         Rearrange loop exit tests so as to avoid performing an
55925         additional fread after encountering an error or EOF.
55926         * lib/realloc.c: Update copyright date.
55927
55928 2003-08-15  Jim Meyering  <jim@meyering.net>
55929         and Paul Eggert  <eggert@twinsun.com>
55930
55931         Merge from coreutils.
55932         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
55933         member but strut utmpx does not.  Needed for AIX 4.3.3.
55934         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
55935
55936 2003-08-15  Jim Meyering  <jim@meyering.net>
55937         and Paul Eggert  <eggert@cs.ucla.edu>
55938
55939         Merges from coreutils, etc.
55940         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
55941         Require gl_FUNC_TZSET_CLOBBER.
55942         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
55943         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
55944         members.
55945
55946 2003-08-14  Paul Eggert  <eggert@twinsun.com>
55947
55948         Help the merge from coreutils.
55949         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
55950         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
55951         * m4/tzset.m4: Use it too.
55952
55953 2003-08-14  Paul Eggert  <eggert@twinsun.com>
55954
55955         * modules/tzset: New file.
55956
55957 2003-08-14  Jim Meyering  <jim@meyering.net>
55958
55959         Merges from coreutils.
55960         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
55961         variable names, rather than @FNMATCH_H@.
55962         * modules/alloca: Likewise for $(ALLOCA_H).
55963
55964         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
55965         the three copies of the literal target, `fnmatch.h'.
55966         * modules/alloca (alloca.h): Likewise.
55967
55968 2003-08-14  Jim Meyering  <jim@meyering.net>
55969
55970         Merge from coreutils.
55971         * m4/tzset.m4: New file.
55972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
55973         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
55974         otherwise, AIX 5.1 systems would end up using the latter.
55975         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
55976         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
55977         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
55978         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
55979
55980 2003-08-14  Jim Meyering  <jim@meyering.net>
55981
55982         Merge from coreutils.
55983         * lib/obstack.h: Whitespace changes.
55984         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
55985         and xcalloc return values.
55986         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
55987         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
55988         hang on OSF/1 5.1 for DIR on both local and remote file systems.
55989         Reported by (and fix confirmed by) Nelson H. F. Beebe.
55990         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55991         error from mntctl.
55992         Use mntctl's return value to drive the entry-processing loop, since
55993         we can't rely on the value of the vmt_length member in the last
55994         entry.  On some systems doing so could result in exhausting
55995         virtual memory.  Based in part on a patch from Mike Jetzer.
55996
55997 2003-08-14  Jim Meyering  <jim@meyering.net>
55998         and Paul Eggert  <eggert@twinsun.com>
55999
56000         Merges from coreutils, plus other fixes.
56001         * lib/physmem.c: Merge in portability changes from gcc/libiberty
56002         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
56003         for credits and details.  Thanks to Kaveh Ghazi for helping
56004         to keep these files in sync.
56005         (ARRAY_SIZE): Define it.
56006         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
56007         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
56008         (memcasecmp): Don't assume size_t fits in unsigned int.
56009         Remove casts and duplicate code.
56010         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
56011         (memcpy): Remove definition.
56012         Merge in some clean-up and optimization changes from glibc.
56013         [BLOCKSIZE]: Move definition to top of file.
56014         Ensure that it is a multiple of 64.
56015         Rearrange loop exit tests so as to avoid performing an
56016         additional fread after encountering an error or EOF.
56017         * lib/md5.h (md5_uintptr): Define.
56018         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
56019         return to the initial working directory.  Preserve errno
56020         for caller.
56021         * lib/idcache.c: Include "xalloc.h".
56022         (xmalloc, xrealloc): Remove decls.
56023         (getuser): Remove casts no longer required in C89.
56024         * lib/human.c: Include stdio.h, for sprintf.
56025         * lib/group-member.c: Include "xalloc.h".
56026         (xmalloc, xrealloc): Remove decls.
56027         (get_group_info): Remove casts no longer required in C89.
56028         * lib/getusershell.c (readname): Remove casts no longer required in
56029         C89.
56030         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
56031         * lib/getline.c: Whitespace fix, from coreutils.
56032
56033 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56034
56035         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
56036         Check for isascii.
56037
56038         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56039         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56040         Undo previous (whitespace-only) change.
56041
56042 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56043
56044         * lib/exclude.c: Include <ctype.h>
56045         (IN_CTYPE_DOMAIN): New macro.
56046         (is_space): New fn.
56047         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
56048         and empty lines.
56049
56050         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56051         Undo previous (whitespace-only) change.
56052
56053 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56054
56055         * config/srclist-update: Change update back to the old behavior,
56056         leaving whitespace alone.  Use one 'sed' command rather than a
56057         pipeline.
56058         (fixlicense): Now a variable, not a function.
56059         (remove_trailing_blanks): Remove.
56060         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
56061         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56062         Undo previous (whitespace-only) change.
56063
56064 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56065
56066         Merge from coreutils.
56067         * modules/euidaccess: Add lib_SOURCES, include for new
56068         file euidaccess.h
56069
56070 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56071
56072         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56073         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56074         Normalize leading white space and remove trailing white space.
56075
56076         Merge from coreutils
56077         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
56078
56079         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
56080         0.12.1.  These files are now being upgraded automatically by
56081         ../config/srclist-update.
56082
56083 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56084
56085         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56086         Normalize leading white space and remove trailing white space.
56087         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
56088         notice, as per ../config/srclist-update.
56089
56090         Merge from coreutils.
56091         * lib/euidaccess.h: New file.
56092         * lib/euidaccess.c: Include it.
56093         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
56094         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
56095         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
56096
56097 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56098
56099         * config/srclist-update: Add copyright notice.
56100         (remove_id_lines, remove_trailing_blanks): New constants.
56101         (fixfile): Use them to normalize spacing a bit in copied files.
56102         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56103         Normalize leading white space and remove trailing white space.
56104
56105         * config/texinfo.tex: Sync with texinfo.
56106
56107         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
56108         strtoul.c from libc, to merge coreutils whitespace changes.
56109
56110         * config/srclist.txt: Get the following m4 files from gettext:
56111         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
56112         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
56113         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
56114         wint_t.m4.
56115
56116 2003-08-12  Karl Berry  <karl@gnu.org>
56117
56118         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
56119         been made.
56120
56121 2003-08-11  Paul Eggert  <eggert@twinsun.com>
56122
56123         * modules/gnu-source, m4/gnu-source.m4:
56124         Remove; we're assuming Autoconf 2.54 or later now.
56125         Suggested by Bruno Haible.
56126         * MODULES.html.sh (func_all_modules): Remove gnu-source.
56127
56128 2003-08-11  Bruno Haible  <bruno@clisp.org>
56129
56130         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
56131
56132 2003-08-11  Bruno Haible  <bruno@clisp.org>
56133
56134         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
56135         (vasnprintf): Use it instead of wcslen.
56136
56137 2003-08-11  Bruno Haible  <bruno@clisp.org>
56138
56139         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
56140         value to ensure that _Bool promotes to int. Use #define for _Bool when
56141         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
56142
56143 2003-08-10  Karl Berry  <karl@gnu.org>
56144
56145         * lib/regex.h: update from libc (whitespace fix).
56146
56147 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56148
56149         Merge some files from coreutils.  These changes were
56150         originally made by Jim Meyering.
56151         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
56152         many older Unixes require this.
56153         * lib/alloca.c (alloca): Remove cast to argument of free;
56154         no longer needed in C89.
56155         * lib/alloca_.h, regex.h: Fix white space to match
56156         what GNU indent does.
56157
56158 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56159
56160         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
56161         apparently Emacs's Unicode mode got confused before my 2003-08-05
56162         checkin.
56163
56164 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56165
56166         * m4/extensions.m4: New file.
56167         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
56168         Require gl_USE_SYSTEM_EXTENSIONS.
56169         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
56170         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
56171
56172 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56173
56174         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
56175         * modules/extensions, modules/gnu-source: New files.
56176         * modules/timespec, modules/unlocked-io: Depend on extensions.
56177
56178 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56179
56180         * modules/restrict: New file.
56181         * MODULES.html.sh (func_all_modules): Add restrict.
56182         * modules/regex: Depend on restrict.
56183
56184 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56185
56186         * m4/restrict.m4: New file.
56187         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
56188
56189 2003-08-07  Bruno Haible  <bruno@clisp.org>
56190
56191         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
56192         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
56193
56194 2003-08-07  Bruno Haible  <bruno@clisp.org>
56195
56196         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
56197         makes the module 'getndelim2' compatible with the module 'getline'.
56198
56199 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56200
56201         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
56202         byte with "\201" to avoid glitches when editing that source file
56203         with multi-gnome-terminal.
56204
56205 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56206
56207         * lib/bumpalloc.h: Remove.
56208
56209 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56210
56211         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
56212         * modules/bumpalloc: Remove.
56213
56214 2003-08-04  Paul Eggert  <eggert@twinsun.com>
56215
56216         * lib/getloadavg.c: Change copyright notice and spacing to conform to
56217         GNU coding style.
56218
56219         Merge from coreutils.
56220         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
56221         1. From glibc.
56222         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
56223         from Karl Berry, implemented by Jim Meyering.
56224         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
56225         from Dmitry V. Levin.
56226         Remove anachronistic cast of xrealloc.
56227         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
56228         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
56229         type. Otherwise, it wouldn't compile with at least /bin/cc on
56230         ymp-cray-unicos9.0.2.X.
56231         Combine two mostly-identical uses of alloca into one.
56232         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
56233
56234 2003-08-04  Dave Love  <d.love@dl.ac.uk>
56235
56236         [From Emacs.]
56237
56238         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
56239         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
56240         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
56241         obsolete NLIST_NAME_UNION.
56242         [__GNU__]: Undef BSD and FSCALE.
56243         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
56244
56245 2003-08-03  Paul Eggert  <eggert@twinsun.com>
56246
56247         * lib/stdbool_.h (_Bool): Make it signed char, instead of
56248         an enum type, so that it's guaranteed to promote to int.  See:
56249         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
56250
56251 2003-08-03  Karl Berry  <karl@gnu.org>
56252
56253         * config/depcomp: update from automake.
56254
56255 2003-07-31  Paul Eggert  <eggert@twinsun.com>
56256
56257         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
56258         (strerror): Don't assume that a printable int fits in 14 bytes.
56259
56260 2003-07-31  Bruno Haible  <bruno@clisp.org>
56261
56262         * modules/getpass-gnu: New file.
56263         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
56264
56265 2003-07-31  Bruno Haible  <bruno@clisp.org>
56266
56267         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
56268
56269 2003-07-24  Karl Berry  <karl@gnu.org>
56270
56271         * config/missing: update from automake.
56272
56273 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
56274             Bruno Haible  <bruno@clisp.org>
56275
56276         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
56277         * lib/getline.c (getline, getdelim): Likewise.
56278         Remove _GNU_SOURCE define; now it's defined in config.h through
56279         m4/getline.m4.
56280
56281 2003-07-23  Karl Berry  <karl@gnu.org>
56282
56283         * config/config.sub: update from prep.
56284
56285 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56286
56287         * modules/xalloc (Depends-on): Add exitfail.
56288         * modules/xmemcoll: Likewise.
56289
56290 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56291
56292         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
56293         over-parenthesization in macros.
56294
56295         Sync with coreutils.
56296
56297         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
56298         required by C99.
56299
56300         Use `exit_failure' for xalloc and xmemcoll instead of their own
56301         private exit-failure variables.
56302         * lib/xalloc.h (xalloc_exit_failure): Remove.
56303         * lib/xmalloc.c: Likewise.  Include exitfail.h.
56304         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
56305         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
56306         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
56307         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
56308
56309 2003-07-20  Jim Meyering  <jim@meyering.net>
56310
56311         * modules/closeout (Depends-on): Add exitfail.
56312         Suggestion from Bruno Haible.
56313
56314 2003-07-19  Karl Berry  <karl@gnu.org>
56315
56316         * config/config.sub: update from prep.
56317
56318 2003-07-18  Paul Eggert  <eggert@twinsun.com>
56319
56320         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
56321         Remove.
56322         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
56323         to test that it can stand by itself.  Include "exitfail.h".
56324         Clients should set exit_failure instead.
56325         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
56326
56327 2003-07-18  Bruno Haible  <bruno@clisp.org>
56328
56329         * modules/getndelim2: New file.
56330         * modules/getline: Share files with module getndelim2.
56331         * modules/getnline: Depend on getndelim2 instead of sharing files with
56332         it. Add getnline.c to lib_SOURCES.
56333         * MODULES.html.sh (func_all_modules): Add getndelim2.
56334
56335 2003-07-18  Bruno Haible  <bruno@clisp.org>
56336
56337         * m4/getndelim2.m4: New file.
56338         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
56339         invoke gl_PREREQ_GETNDELIM2.
56340         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
56341         gl_PREREQ_GETNDELIM2.
56342         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
56343         gl_GETNDELIM2.
56344
56345 2003-07-18  Bruno Haible  <bruno@clisp.org>
56346
56347         * lib/getndelim2.h: New file.
56348         * lib/getndelim2.c: Make into a module of its own. Include config.h,
56349         getndelim2.h.
56350         (getndelim2): Make non-static. Change return type to ssize_t.
56351         * lib/getline.h: Change argument names.
56352         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
56353         * lib/getnline.c: Include getndelim2.h.
56354
56355 2003-07-18  Andreas Schwab  <schwab@suse.de>
56356
56357         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
56358
56359 2003-07-17  Karl Berry  <karl@gnu.org>
56360
56361         * config/config.sub: update from prep.
56362
56363 2003-07-17  Bruno Haible  <bruno@clisp.org>
56364
56365         * modules/getnline: New file.
56366         * modules/getline: Add lib/getndelim2.c to source file list.
56367         * MODULES.html.sh (func_all_modules): Add getnline.
56368
56369 2003-07-17  Bruno Haible  <bruno@clisp.org>
56370
56371         * m4/getnline.m4: New file.
56372
56373 2003-07-17  Bruno Haible  <bruno@clisp.org>
56374
56375         * m4/Makefile.am.in: Remove file.
56376         * m4/Makefile.am: Remove file.
56377         * m4/Makefile.in: Remove file.
56378
56379 2003-07-17  Bruno Haible  <bruno@clisp.org>
56380
56381         * lib/getnline.h: New file.
56382         * lib/getnline.c: New file.
56383         * lib/getndelim2.c: New file, extracted from getline.c.
56384         (getndelim2): Renamed from getdelim2, with added nmax argument.
56385         * lib/getline.c: Include getndelim2.c.
56386         (getdelim2): Moved out to getndelim2.c.
56387         (getline, getdelim): Update.
56388
56389 2003-07-17  Bruno Haible  <bruno@clisp.org>
56390
56391         * lib/Makefile.am: Remove file.
56392         * lib/Makefile.in: Remove file.
56393
56394 2003-07-17  Bruno Haible  <bruno@clisp.org>
56395
56396         * configure.in: Remove file.
56397         * Makefile.in: Remove file.
56398
56399 2003-07-17  Bruno Haible  <bruno@clisp.org>
56400
56401         * MODULES.html.sh: Put the </BODY> right before </HTML>.
56402
56403 2003-07-16  Karl Berry  <karl@gnu.org>
56404
56405         * config/srclist-update: was running fixlicense twice, which caused
56406                 texinfo.tex to be nullified for some reason.  Simplify,
56407                 $gplsrc is no longer needed as far as I can see?
56408
56409 2003-07-16  Jim Meyering  <jim@meyering.net>
56410
56411         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
56412
56413 2003-07-15  Paul Eggert  <eggert@twinsun.com>
56414
56415         * config/srclist.txt: Get the following files from gettext-runtime/intl
56416         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
56417         ref-del.sin.  From Bruno Haible.
56418         * config/srclist-update (fixfile): Change grep pattern again, since the
56419         previous fix didn't work (there was another trailing $).  Use
56420         '[$]' to escape the $s.
56421
56422 2003-07-15  Karl Berry  <karl@gnu.org>
56423
56424         * lib/vasnprintf.c: update from gettext.
56425
56426 2003-07-15  Karl Berry  <karl@gnu.org>
56427
56428         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
56429         gets expanded when surrounded by '$'.
56430
56431 2003-07-15  Jim Meyering  <jim@meyering.net>
56432
56433         * modules/save-cwd: Don't depend on error.  From Derek Price.
56434
56435 2003-07-15  Jim Meyering  <jim@meyering.net>
56436
56437         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
56438
56439 2003-07-14  Simon Josefsson  <jas@extundo.com>
56440
56441         * modules/mempcpy: New file.
56442         * MODULES.html.sh (func_all_modules): Add mempcpy.
56443
56444 2003-07-14  Simon Josefsson  <jas@extundo.com>
56445
56446         * m4/mempcpy.m4: New file.
56447
56448 2003-07-14  Simon Josefsson  <jas@extundo.com>
56449
56450         * lib/mempcpy.h: New file.
56451         * lib/mempcpy.c: New file.
56452
56453 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56454
56455         * modules/getdate, modules/posixtm: Depend on mktime.
56456
56457 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56458
56459         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
56460         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
56461         unicodeio.c, unicodeio.h, unlocked-io.h:
56462         Switch from LGPL to GPL.
56463
56464 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56465
56466         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
56467         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
56468         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
56469         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
56470         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
56471         updated automatically by ../config/srclist-update.  This changes
56472         their license from LPGL to GPL.
56473
56474 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56475
56476         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
56477         assumed to refer to the root of the most recent stable gettext version.
56478         * config/srclistvars.sh: Add defaults for eggert.
56479         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
56480         Match "This program" as well as "The program".  This is needed
56481         for gettext.
56482
56483 2003-07-14  Jim Meyering  <jim@meyering.net>
56484
56485         Don't emit diagnostics.  Let callers do that.
56486         * lib/save-cwd.c: Don't include "error.h".
56487         (save_cwd): Don't call error.  Ensure that errno is valid
56488         when returning nonzero.
56489
56490         * lib/save-cwd.h (restore_cwd): Update prototype.
56491         * lib/save-cwd.c (restore_cwd): Remove two parameters.
56492         Simplify.  Don't call error upon failure.  Let callers do that.
56493         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
56494         when auditing is enabled.  But don't bother updating the #if.
56495
56496 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
56497
56498         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
56499         it breaks C++ compilation.
56500         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
56501
56502 2003-07-10  Simon Josefsson  <jas@extundo.com>
56503
56504         * modules/strchrnul (Makefile.am): Add strchrnul.h.
56505
56506 2003-07-10  Jim Meyering  <jim@meyering.net>
56507
56508         * m4/clock_time.m4: Remove trailing blank.
56509         * m4/intmax_t.m4: Likewise.
56510
56511 2003-07-10  Jim Meyering  <jim@meyering.net>
56512
56513         * lib/vasnprintf.c: Remove trailing blanks.
56514         Make cpp indentation consistent.
56515
56516 2003-07-09  Paul Eggert  <eggert@twinsun.com>
56517
56518         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
56519         posixver.c, strftime.c, strnlen.c, strverscmp.c:
56520         Switch from LGPL to GPL.
56521
56522 2003-07-09  Paul Eggert  <eggert@twinsun.com>
56523
56524         * config/srclist.txt: Sort sublists.  Add
56525         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
56526         that differ from gnulib for one reason or another; we'd like this list
56527         to be smaller but for now let's document what we have.
56528
56529 2003-07-08  Paul Eggert  <eggert@twinsun.com>
56530
56531         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
56532         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
56533         and sweeter "eval x=$x".
56534         * config/srclist.txt: Get lib/argp* from glibc.
56535
56536 2003-07-07  Paul Eggert  <eggert@twinsun.com>
56537
56538         * lib/mktime.c: Fix some boundary cases and remove need for floating
56539         point.
56540
56541         Issue a compile-time diagnostic if time_t is floating point, or if
56542         two's complement arithmetic is not in effect, or if arithmetic
56543         right shift does not propagate the sign.  These assumptions were
56544         all in the original code but they weren't checked.
56545
56546         (TIME_T_MIDPOINT, verify): New macros.
56547         (__isleap): Remove; it has integer overflow problems.
56548         (leapyear): New function, without those problems.
56549         (ydhms_tm_diff): Remove; splitting into two parts.
56550         (ydhms_diff): New function, containing the arithmetic part of
56551         the old ydhms_tm_diff function.  Issue a compile-time
56552         diagnostic if we are not using C99 integer division.
56553         Avoid casts when possible.
56554         (guess_time_tm): New function, containing the checking part of
56555         the old ydhms_tm_diff function.  Return the new value, rather than
56556         the difference between it and the old.  Accept a new argument T
56557         so that *T specifies the old value.  Check for overflow in the result.
56558
56559         (__mktime_internal): Use a time_t offset, not a long int offset.
56560         This undoes the 2003-06-04 change, which is no longer needed now
56561         that we have better overflow checking.
56562         (localtime_offset): Likewise.
56563
56564         (__mktime_internal): Avoid harmful overflow on hosts where time_t
56565         and long are 64-bit but int is only 32-bit.
56566         (ydhms_diff): Use long int to store year1 and yday1.
56567         Issue a compile-time diagnostic if long int is not wide enough.
56568
56569         (__mktime_internal): Use long int to store adjusted year and yday.
56570         Use plain C rather than preprocessor commands, if that doesn't
56571         affect efficiency.
56572         Check for overflow (and try to repair) after each probe
56573         rather than checking only at the very end.  This avoids some bugs
56574         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
56575         does not equal GMT offset at maximum time).
56576         Use integer to check for overflow rather than floating point; this
56577         is more portable to non-IEEE hosts, and is a tad faster.
56578         When we detect that we are oscillating between two values,
56579         don't check whether tm_isdst has the requested value, since
56580         we already know the answer.  When tm_isdst has the wrong value,
56581         use a different heuristic to find the right one, based on the
56582         extreme values actually observed in practice in tz2003a,
56583         rather than the (overly optimistic) "previous 3 calendar quarters".
56584
56585         (not_equal_tm, print_tm, check_result): Use "const T" rather than
56586         "T const" to accommodate glibc style.
56587         (check_result): Use less-confusing report format.  "long" -> "long int.
56588         (main): Likewise.
56589         Don't loop if the iteration overflows time_t.
56590         Allow a negative step in the iteration.
56591
56592 2003-07-06  Karl Berry  <karl@gnu.org>
56593
56594         * config/depcomp: update from automake.
56595         * config/config.sub: update from prep.
56596
56597 2003-07-03  Karl Berry  <karl@gnu.org>
56598
56599         * config/config.guess: update from prep.
56600
56601 2003-07-01  Paul Eggert  <eggert@twinsun.com>
56602
56603         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
56604         xreadlink.c now includes it unconditionally.
56605
56606 2003-07-01  Paul Eggert  <eggert@twinsun.com>
56607
56608         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
56609         having it depend on HAVE_SYS_TYPES_H.
56610
56611 2003-07-01  Bruno Haible  <bruno@clisp.org>
56612
56613         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
56614         <sys/types.h> should be sufficient.
56615         Reported by Paul Eggert.
56616
56617 2003-06-26  Karl Berry  <karl@gnu.org>
56618
56619         * config/depcomp: update from automake.
56620
56621 2003-06-26  Bruno Haible  <bruno@clisp.org>
56622
56623         * modules/human: Depend on module stdbool.
56624
56625 2003-06-25  Bruno Haible  <bruno@clisp.org>
56626
56627         * modules/readlink: New file.
56628         * modules/xreadlink: Depend on it.
56629         * MODULES.html.sh (func_all_modules): Add readlink.
56630
56631 2003-06-25  Bruno Haible  <bruno@clisp.org>
56632
56633         * m4/readlink.m4: New file.
56634
56635 2003-06-25  Bruno Haible  <bruno@clisp.org>
56636
56637         * lib/readlink.c: New file.
56638
56639 2003-06-22  Karl Berry  <karl@gnu.org>
56640
56641         * config/srclist.txt: update mkinstalldirs from automake.
56642         * config/mkinstalldirs: update.
56643
56644 2003-06-22  Bruno Haible  <bruno@clisp.org>
56645
56646         Portability to mingw32.
56647         * m4/ssize_t.m4: New file, from GNU gettext.
56648         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
56649         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
56650
56651 2003-06-22  Bruno Haible  <bruno@clisp.org>
56652
56653         * modules/safe-read: Add m4/ssize_t.m4.
56654         * modules/xreadlink: Add m4/ssize_t.m4.
56655
56656 2003-06-20  Bruno Haible  <bruno@clisp.org>
56657
56658         Assume C89, so PARAMS isn't needed.
56659         * lib/unicodeio.h (PARAMS): Remove.
56660         * lib/unicodeio.c: Don't use PARAMS.
56661
56662 2003-06-18  Karl Berry  <karl@gnu.org>
56663
56664         * config/config.{guess,sub}: update from prep.
56665
56666 2003-06-18  Jim Meyering  <jim@meyering.net>
56667
56668         Merge changes from coreutils.
56669         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
56670         Remove explicit declarations of xmalloc and realloc.
56671         Include xalloc.h.
56672         (read_utmp): Remove anachronistic cast of xmalloc.
56673
56674 2003-06-17  Paul Eggert  <eggert@twinsun.com>
56675
56676         Assume C89, so PARAMS isn't needed.
56677         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
56678         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
56679         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
56680         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
56681         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
56682         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
56683         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
56684         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
56685         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
56686         lib/xstrtod.h, lib/xstrtol.h: Likewise.
56687         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
56688         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
56689         no longer needed. Anyway, config.h should always be included before any
56690         other file.
56691
56692 2003-06-11  Simon Josefsson  <jas@extundo.com>
56693
56694         * modules/sysexits: New file.
56695         * MODULES.html.sh (func_all_modules): Add sysexits.
56696
56697 2003-06-11  Simon Josefsson  <jas@extundo.com>
56698
56699         * lib/sysexit_.h: New file.
56700
56701 2003-06-11  Derek Price  <derek@ximbiot.com>
56702
56703         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
56704         necessary.
56705
56706 2003-06-11  Bruno Haible  <bruno@clisp.org>
56707
56708         * m4/sysexits.m4: New file.
56709
56710 2003-06-10  Simon Josefsson  <jas@extundo.com>
56711
56712         * lib/argp.h: New file, from glibc.
56713         * lib/argp-ba.c: New file, from glibc.
56714         * lib/argp-eexst.c: New file, from glibc.
56715         * lib/argp-fmtstream.c: New file, from glibc.
56716         * lib/argp-fmtstream.h: New file, from glibc.
56717         * lib/argp-fs-xinl.c: New file, from glibc.
56718         * lib/argp-help.c: New file, from glibc.
56719         * lib/argp-namefrob.h: New file, from glibc.
56720         * lib/argp-parse.c: New file, from glibc.
56721         * lib/argp-pv.c: New file, from glibc.
56722         * lib/argp-pvh.c: New file, from glibc.
56723         * lib/argp-xinl.c: New file, from glibc.
56724
56725 2003-06-10  Simon Josefsson  <jas@extundo.com>
56726
56727         * modules/strchrnul: New file.
56728
56729 2003-06-10  Simon Josefsson  <jas@extundo.com>
56730
56731         * modules/argp: New file.
56732
56733 2003-06-10  Simon Josefsson  <jas@extundo.com>
56734
56735         * m4/strchrnul.m4: New file.
56736
56737 2003-06-10  Simon Josefsson  <jas@extundo.com>
56738
56739         * lib/strchrnul.h: New file.
56740         * lib/strchrnul.c: New file.
56741
56742 2003-06-10  Bruno Haible  <bruno@clisp.org>
56743
56744         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
56745
56746 2003-06-07  Karl Berry  <karl@gnu.org>
56747
56748         * config/config.{guess,sub}: update from prep.
56749
56750 2003-06-07  Jim Meyering  <jim@meyering.net>
56751
56752         * modules/strtod: Use $(...) notation, not @...@ for
56753         AC_REPLACE'd variables.
56754         * modules/localcharset: Likewise.
56755
56756 2003-06-07  Jim Meyering  <jim@meyering.net>
56757
56758         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
56759         in place of my name in the copyright comment.
56760         Remove definition and uses of __P.
56761
56762         From coreutils.
56763         * lib/stat.c: Don't declare xmalloc explicitly.
56764         Instead, include "xalloc.h".
56765         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
56766         xrealloc, and xcalloc return values.
56767         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
56768         Improve comment.
56769         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
56770
56771 2003-06-07  Bruno Haible  <bruno@clisp.org>
56772
56773         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
56774         avoid AC_CONFIG_LINKS.
56775         * modules/fnmatch (Makefile.am): Use explicit creation rule for
56776         fnmatch.h, to avoid AC_CONFIG_LINKS.
56777         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
56778
56779 2003-06-07  Bruno Haible  <bruno@clisp.org>
56780
56781         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
56782         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
56783         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
56784         directory.
56785         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
56786         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
56787         directory.
56788
56789 2003-06-06  Jim Meyering  <jim@meyering.net>
56790
56791         Merge from coreutils.
56792         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
56793         Consolidate declarations and initializations of *_base* locals.
56794
56795         Merge from coreutils.
56796         This avoids a core dump on systems without GNU putenv,
56797         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
56798         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
56799         (unsetenv): New static function, from GNU libc.
56800         (rpl_putenv): Use it.
56801
56802         * lib/modechange.c: Remove trailing blanks.
56803
56804         Merge from coreutils.
56805         * lib/fsusage.c: Remove declaration of statfs.
56806         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
56807
56808         * lib/posixtm.c: Include <stdbool.h> unconditionally.
56809
56810 2003-06-06  Jim Meyering  <jim@meyering.net>
56811
56812         * lib/stdbool_.h: Renamed from stdbool.h.in.
56813
56814 2003-06-06  Jim Meyering  <jim@meyering.net>
56815             Bruno Haible  <bruno@clisp.org>
56816
56817         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
56818         Adjust Makefile.am snippet not to redirect directly to target.
56819         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
56820
56821 2003-06-05  Paul Eggert  <eggert@twinsun.com>
56822
56823         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
56824         mismatch, look in future quarters as well as past.  This fixes a
56825         bug when processing fall-backwards gaps immediately after a long
56826         period of daylight-saving time.
56827
56828         * lib/mktime.c: Assume freestanding C89 or better.
56829         (HAVE_LIMITS_H): Remove.  Assume it's 1.
56830         (__P): Remove; not used.
56831         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
56832         (mktime, not_equal_tm, print_tm, check_result,
56833         main): Use prototypes.  Use const * where appropriate.
56834         (main): Fix typo in testing code that uncovered by above changes.
56835         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
56836
56837 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56838
56839         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
56840         locale.h, localeconv.  This merges changes from coreutils.
56841
56842         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
56843         It can be removed after the next Autoconf is released.
56844         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
56845         needed.
56846
56847 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56848
56849         * lib/mktime.c: Fix Debian bug 177940
56850         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
56851         (localtime_offset): Now long int, not time_t, because we want it
56852         to be guaranteed to be signed.  All uses changed.
56853         (__mktime_internal): If overflow would occur when adding offset,
56854         don't add it.
56855
56856         Merge 'human' changes from coreutils.  Rewrite to support
56857         locale-specific notations like thousands separators.
56858         * lib/human.c: Simplify authorship notice.
56859         Include human.h immediately after config.h.
56860         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
56861         <limits.h>: Do not include, since human.h does.
56862         (SIZE_MAX, UINTMAX_MAX): New macros.
56863         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
56864         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
56865         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
56866         (power_letter): Renamed from suffixes.
56867         (generate_suffix_backwards): Remove.
56868         (adjust_value): Now takes int style (because of human.h changes)
56869         and long double value (for greater precision on some platforms).
56870         (group_number): New function.
56871         (human_readable): Use it.  Use integer options, not enum.
56872         Put the options before the sizes in the arg list.
56873         Support all the new options.
56874         The old human_readable function has been removed;
56875         use inttostr.h instead.
56876         (human_readable, default_block_size, humblock):
56877         Use uintmax_t, not int, for block sizes.
56878         (human_readable_inexact, block_size_types): Remove.
56879         (block_size_opts): New constant.
56880         (human_options): Renamed from human_block_size, with new signature
56881         that allows block sizes up to UINTMAX_MAX.  All callers changed.
56882         * lib/human.h: Add copyright and authorship notice.
56883         Include <limits.h> and <stdbool.h> unconditionally.
56884         (PARAMS): Remove.  All uses removed.
56885         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
56886         (enum human_inexact_style): Remove tag; now a nameless enum.
56887         (human_floor, human_ceiling, human_round_to_even): Now have
56888         values 2, 0, 1 rather than -1, 1, 0.
56889         (human_group_digits, human_suppress_point_zero, human_autoscale,
56890         human_base_1024, human_SI, human_B): New constants.
56891         (human_readable_inexact, human_block_size): Remove.
56892         (human_readable): Size args are now uintmax_t, not int.
56893         (human_options): New decl.
56894
56895         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
56896         unnecessary now that we assume C89 or better.  This change
56897         imported from coreutils.
56898
56899         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
56900         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
56901         in the 2003-05-30 sync from glibc.
56902
56903         .h files should stand alone, but we shouldn't include <sys/types.h>
56904         if we can get away with just <stddef.h>.
56905
56906         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
56907         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
56908         rather than <sys/types.h>, as we merely need size_t.
56909         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
56910         to get size_t.
56911         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
56912         Include <stdio.h>, to get FILE.
56913         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
56914         memcasecmp.h has included <stddef.h> and all we need is size_t.
56915         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
56916         our interface, instead of including <sys/types.h>
56917
56918 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56919
56920         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
56921         now, as glibc mktime is buggy on non-glibc systems.
56922
56923 2003-06-03  Karl Berry  <karl@gnu.org>
56924
56925         * config/config.sub: update from prep.
56926
56927 2003-06-02  Paul Eggert  <eggert@twinsun.com>
56928
56929         [from coreutils]
56930         Fix some minor time-related bugs with POSIX time arguments.
56931         Some valid time stamps were being rejected (notably -1, and
56932         time stamps before 1900 on 64-bit hosts).  And some invalid
56933         time stamps were being accepted, e.g. September 31.
56934
56935         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
56936         that we can return (time_t) -1 successfully.
56937         * lib/posixtm.c: Likewise.
56938         [HAVE_STDBOOL_H]: Include <stdbool.h>.
56939         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
56940         (t): Remove static var.
56941         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
56942         of static var.  All uses changed.
56943         (year): Do not reject years before 1900; they can occur with
56944         64-bit time_t.
56945         (posix_time_parse): Do not check for out-of-range components;
56946         that is now the caller's responsibility, since our checks were
56947         only approximations.
56948         (posixtime): Use mktime to check for out-of-range components,
56949         since it knows them exactly.
56950         If mktime returns (time_t) -1, check whether an error actually occurred
56951         by invoking localtime on -1.
56952         (main) [TEST_POSIXTIME]: Check for input data errors, and report
56953         posixtime failures better.
56954         Improve the test data (in comments only).
56955
56956 2003-06-02  Karl Berry  <karl@gnu.org>
56957
56958         * config/mkinstalldirs (version): new variable.
56959         (--version): new option.
56960         (usage): improve message.
56961
56962 2003-05-30  Karl Berry  <karl@gnu.org>
56963
56964         * lib/mktime.c: update from libc.
56965
56966 2003-05-30  Bruno Haible  <bruno@clisp.org>
56967
56968         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
56969         * config/config.rpath: Upgrade to gettext-0.12.1.
56970
56971 2003-05-30  Bruno Haible  <bruno@clisp.org>
56972
56973         * m4/gettext.m4: Upgrade to gettext-0.12.1.
56974         * m4/nls.m4: New file, from gettext-0.12.1.
56975         * m4/po.m4: New file, from gettext-0.12.1.
56976         * m4/progtest.m4: Upgrade to gettext-0.12.1.
56977
56978 2003-05-30  Bruno Haible  <bruno@clisp.org>
56979
56980         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
56981         * lib/localcharset.h: Likewise.
56982         * lib/localcharset.c: Likewise.
56983
56984 2003-05-29  Karl Berry  <karl@gnu.org>
56985
56986         * config/config.rpath: update from gettext.
56987
56988 2003-05-28  Paul Eggert  <eggert@twinsun.com>
56989
56990         Assume the headers required for C89 freestanding compilers.
56991         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
56992         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
56993         * m4/human.m4 (gl_HUMAN): Likewise.
56994         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
56995         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
56996         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56997         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
56998         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56999         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
57000
57001 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57002
57003         Assume the headers required for C89 freestanding compilers.
57004         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
57005         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
57006         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
57007         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
57008         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
57009         define, since <limits.h> is guaranteed to do that.
57010         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
57011         * lib/exclude.c: Include <stdbool.h> unconditionally.
57012         * lib/tempname.c: Include <stddef.h> unconditionally.
57013         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
57014         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
57015         <stddef.h> does that.
57016         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
57017         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
57018         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
57019         needed.
57020         * lib/xstrtol.c: Likewise.
57021         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
57022         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
57023
57024         * lib/addext.c (addext): Use assignment rather than cast, to avoid
57025         warnings on some platforms.
57026
57027         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57028         arbitrarily.
57029
57030 2003-05-26  Jim Meyering  <jim@meyering.net>
57031
57032         Merge in a change from coreutils:
57033         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
57034         that is guaranteed to be `no'.  Use `no_such_member' to indicate
57035         that condition, rather than `-1' which is slightly misleading.
57036         Change the name of the cache variable to have the gl_ prefix.
57037         Prompted by a patch from Richard Dawe for DJGPP.
57038
57039 2003-05-24  Karl Berry  <karl@gnu.org>
57040
57041         * config/config.guess: update from prep.
57042
57043 2003-05-22  Karl Berry  <karl@gnu.org>
57044
57045         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
57046
57047 2003-05-20  Karl Berry  <karl@gnu.org>
57048
57049         * config/config.guess: update from prep.
57050
57051 2003-05-18  Karl Berry  <karl@gnu.org>
57052
57053         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
57054         might actually be set by the user.
57055
57056         * config/depcomp, install-sh, mdate-sh: update from automake.
57057
57058 2003-05-17  Bruno Haible  <bruno@clisp.org>
57059
57060         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
57061         invalid expansion for AC_EGREP_CPP.
57062         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
57063         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
57064         Suggested by Akim Demaille <akim@epita.fr> in
57065         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
57066
57067 2003-05-12  Jim Meyering  <jim@meyering.net>
57068
57069         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
57070         the space-padded-by-default conversion specifiers, %e, %k, %l.
57071
57072 2003-05-12  Bruno Haible  <bruno@clisp.org>
57073
57074         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
57075         the string is longer than 4 KB.
57076
57077 2003-05-11  Karl Berry  <karl@gnu.org>
57078
57079         * config/config.{guess,sub}: update from prep.
57080
57081 2003-05-09  Bruno Haible  <bruno@clisp.org>
57082
57083         * modules/error: Add m4/strerror_r.m4 to file list.
57084
57085 2003-05-03  Bruno Haible  <bruno@clisp.org>
57086
57087         Upgrade to Unicode-4.0.
57088         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
57089         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
57090         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
57091         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
57092         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
57093         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
57094         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
57095         Change width of U+E0100..U+E01EF from 1 to 0.
57096
57097 2003-04-25  Jim Meyering  <jim@meyering.net>
57098
57099         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
57100         of type size_t, not int.
57101
57102 2003-04-25  Bruno Haible  <bruno@clisp.org>
57103
57104         * lib/copy-file.c: Include <stddef.h>, for size_t.
57105
57106 2003-04-21  Paul Eggert  <eggert@twinsun.com>
57107
57108         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
57109         code which expansion is under static control.  Patch imported from
57110         Akim Demaille's patch to Bison; see
57111         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
57112
57113 2003-04-14  Bruno Haible  <bruno@clisp.org>
57114
57115         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
57116
57117 2003-04-11  Jim Meyering  <jim@meyering.net>
57118
57119         Merge changes from Coreutils.
57120
57121         2003-03-22  Jim Meyering  <jim@meyering.net>
57122
57123         * lib/strftime.c (widen): Cast alloca return value to proper type.
57124
57125         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
57126
57127         From GNU libc.
57128         * lib/strftime.c (my_strftime): Handle very large width
57129         specifications for numeric values correctly.  Improve checks for
57130         overflow.
57131
57132         2003-01-19  Jim Meyering  <jim@meyering.net>
57133
57134         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
57135         definitions.
57136         (nl_get_alt_digit) [! defined my_strftime]: Define.
57137         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
57138         _nl_get_alt_digit and _nl_get_walt_digit.
57139
57140         * lib/strftime.c (my_strftime): Merge in locale-related changes from
57141         libc. These changes have no effect outside of _LIBC.
57142
57143 2003-04-10  Bruno Haible  <bruno@clisp.org>
57144
57145         * modules/findprog: New file.
57146         * MODULES.html.sh (func_all_modules): Add it.
57147
57148 2003-04-10  Bruno Haible  <bruno@clisp.org>
57149
57150         * m4/findprog.m4: New file.
57151         * m4/eaccess.m4: New file.
57152
57153 2003-04-10  Bruno Haible  <bruno@clisp.org>
57154
57155         * lib/findprog.h: New file, from GNU gettext.
57156         * lib/findprog.c: New file, from GNU gettext.
57157
57158 2003-04-05  Jim Meyering  <jim@meyering.net>
57159
57160         Merge changes from Coreutils.
57161
57162         * lib/exclude.h (PARAMS): Remove definition and uses.
57163         * lib/exclude.c: Remove uses of `PARAMS'.
57164
57165         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
57166         Add test-cases for DOS filenames. Declare program_name.
57167         (main): Set up program_name.  Patch by Rich Dawe.
57168
57169         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57170         error from mntctl.
57171         Use mntctl's return value to drive the entry-processing loop, since
57172         we can't rely on the value of the vmt_length member in the last
57173         entry.  On some systems doing so could result in exhausting
57174         virtual memory.  Based in part on a patch from Mike Jetzer.
57175
57176 2003-04-04  Bruno Haible  <bruno@clisp.org>
57177
57178         * modules/linebreak: New file.
57179         * MODULES.html.sh (func_all_modules): Add it.
57180
57181 2003-04-04  Bruno Haible  <bruno@clisp.org>
57182
57183         * m4/linebreak.m4: New file.
57184
57185 2003-04-04  Bruno Haible  <bruno@clisp.org>
57186
57187         * lib/linebreak.h: New file, from GNU gettext.
57188         * lib/linebreak.c: New file, from GNU gettext with slight
57189         modifications.
57190         * lib/lbrkprop.h: New file, from GNU gettext.
57191
57192 2003-04-03  Bruno Haible  <bruno@clisp.org>
57193
57194         * modules/utf8-ucs4: New file.
57195         * modules/utf16-ucs4: New file.
57196         * modules/ucs4-utf8: New file.
57197         * modules/ucs4-utf16: New file.
57198         * MODULES.html.sh (func_all_modules): Add them.
57199
57200 2003-04-03  Bruno Haible  <bruno@clisp.org>
57201
57202         * m4/utf-ucs4.m4: New file.
57203         * m4/ucs4-utf.m4: New file.
57204
57205 2003-04-03  Bruno Haible  <bruno@clisp.org>
57206
57207         * lib/utf8-ucs4.h: New file, from GNU gettext.
57208         * lib/utf16-ucs4.h: New file, from GNU gettext.
57209         * lib/ucs4-utf8.h: New file, from GNU gettext.
57210         * lib/ucs4-utf16.h: New file, from GNU gettext.
57211
57212 2003-04-02  Bruno Haible  <bruno@clisp.org>
57213
57214         * modules/binary-io: New file.
57215         * MODULES.html.sh (func_all_modules): Add it.
57216
57217 2003-04-02  Bruno Haible  <bruno@clisp.org>
57218
57219         * lib/binary-io.h: New file, from GNU gettext.
57220
57221 2003-04-01  Bruno Haible  <bruno@clisp.org>
57222
57223         * modules/pathname: New file.
57224         * MODULES.html.sh (func_all_modules): Add it.
57225
57226 2003-04-01  Bruno Haible  <bruno@clisp.org>
57227
57228         * lib/pathname.h: New file, from GNU gettext.
57229         * lib/concatpath.c: New file, from GNU gettext.
57230
57231 2003-03-30  Bruno Haible  <bruno@clisp.org>
57232
57233         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
57234
57235 2003-03-30  Bruno Haible  <bruno@clisp.org>
57236
57237         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
57238         function chown() doesn't exist.
57239
57240 2003-03-28  Bruno Haible  <bruno@clisp.org>
57241
57242         * modules/copy-file: New file.
57243         * MODULES.html.sh (func_all_modules): Add it.
57244
57245 2003-03-28  Bruno Haible  <bruno@clisp.org>
57246
57247         * m4/copy-file.m4: New file.
57248
57249 2003-03-28  Bruno Haible  <bruno@clisp.org>
57250
57251         * lib/copy-file.h: New file, from GNU gettext.
57252         * lib/copy-file.c: New file, from GNU gettext.
57253
57254 2003-03-18  Jim Meyering  <jim@meyering.net>
57255
57256         * lib/quote.c (quote_n): Fix typo in comment.
57257
57258 2003-03-18  Bruno Haible  <bruno@clisp.org>
57259
57260         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
57261         checking.
57262         * m4/onceonly_2_57.m4: Likewise.
57263
57264 2003-03-17  Bruno Haible  <bruno@clisp.org>
57265
57266         * m4/onceonly.m4: Require autoconf 2.54 or newer.
57267         (m4_quote): Remove macro.
57268         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
57269
57270 2003-03-14  Jim Meyering  <jim@meyering.net>
57271
57272         Merge changes from Coreutils.
57273         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
57274         to be const, in order to avoid warnings.
57275         (obstack_room): Likewise.
57276         (obstack_empty_p): Likewise.
57277
57278 2003-03-14  Bruno Haible  <bruno@clisp.org>
57279
57280         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
57281         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
57282
57283 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57284
57285         Merge changes from Bison.
57286         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
57287         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
57288         when compiling Bison 1.875's `bitset bset = obstack_alloc
57289         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
57290         * lib/hash.c: Include <stdbool.h> unconditionally.
57291
57292 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57293
57294         * m4/onceonly.m4 (m4_quote): New macro.
57295         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
57296         Quote AC_FOREACH variable-expansions properly.
57297
57298 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57299
57300         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
57301
57302 2003-03-09  Paul Eggert  <eggert@twinsun.com>
57303
57304         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
57305         Reported by Bruce Becker; see:
57306         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
57307
57308 2003-03-03  Paul Eggert  <eggert@twinsun.com>
57309             Bruno Haible  <bruno@clisp.org>
57310
57311         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
57312         Reported by John Hughes, see
57313         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
57314
57315 2003-02-20  Bruno Haible  <bruno@clisp.org>
57316
57317         * MODULES.html.sh (func_all_modules): Add poll.
57318
57319 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57320
57321         * modules/poll: New file.
57322
57323 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57324
57325         * lib/poll_.h: New file.
57326         * lib/poll.c: New file.
57327
57328 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57329
57330         * m4/poll.m4: New file.
57331
57332 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57333
57334         * modules/mathl: New file.
57335
57336 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57337
57338         * lib/mathl.h: New file.
57339         * lib/acosl.c: New file.
57340         * lib/asinl.c: New file.
57341         * lib/atanl.c: New file.
57342         * lib/ceill.c: New file.
57343         * lib/cosl.c: New file.
57344         * lib/expl.c: New file.
57345         * lib/floorl.c: New file.
57346         * lib/frexpl.c: New file.
57347         * lib/ldexpl.c: New file.
57348         * lib/logl.c: New file.
57349         * lib/sincosl.c: New file.
57350         * lib/sinl.c: New file.
57351         * lib/sqrtl.c: New file.
57352         * lib/tanl.c: New file.
57353         * lib/trigl.c: New file.
57354         * lib/trigl.h: New file.
57355
57356 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57357
57358         * m4/mathl.m4: New file.
57359
57360 2003-02-18  Bruno Haible  <bruno@clisp.org>
57361
57362         * MODULES.html.sh (func_all_modules): Add mathl.
57363
57364 2003-02-17  Bruno Haible  <bruno@clisp.org>
57365
57366         * modules/mkdtemp: New module.
57367         * MODULES.html.sh (func_all_modules): Add it.
57368
57369 2003-02-17  Bruno Haible  <bruno@clisp.org>
57370
57371         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
57372
57373 2003-02-17  Bruno Haible  <bruno@clisp.org>
57374
57375         * lib/mkdtemp.h: New file, from GNU gettext.
57376         * lib/mkdtemp.c: New file, from GNU gettext.
57377
57378 2003-02-02  Jim Meyering  <jim@meyering.net>
57379
57380         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
57381         e.g. glibc-2.2.93.
57382
57383 2003-01-31  Bruno Haible  <bruno@clisp.org>
57384
57385         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
57386         'rpl_rename'.
57387         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
57388         'rpl_strnlen'.
57389         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
57390         'rpl_strtod'.
57391         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
57392         'rpl_utime'.
57393
57394 2003-01-31  Bruno Haible  <bruno@clisp.org>
57395
57396         * lib/rename.c: #undef rename before defining rpl_rename.
57397         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
57398
57399 2003-01-30  Bruno Haible  <bruno@clisp.org>
57400
57401         * modules/vasnprintf, modules/vasprintf: New modules.
57402         * MODULES.html.sh (func_all_modules): Add them.
57403
57404 2003-01-30  Bruno Haible  <bruno@clisp.org>
57405
57406         * m4/signed.m4: New file, from GNU gettext.
57407         * m4/longdouble.m4: New file, from GNU gettext.
57408         * m4/wchar_t.m4: New file, from GNU gettext.
57409         * m4/wint_t.m4: New file, from GNU gettext.
57410         * m4/vasnprintf.m4: New file.
57411         * m4/vasprintf.m4: New file.
57412
57413 2003-01-30  Bruno Haible  <bruno@clisp.org>
57414
57415         * lib/printf-args.h: New file, from GNU gettext.
57416         * lib/printf-args.c: New file, from GNU gettext.
57417         * lib/printf-parse.h: New file, from GNU gettext.
57418         * lib/printf-parse.c: New file, from GNU gettext.
57419         * lib/vasnprintf.h: New file, from GNU gettext.
57420         * lib/vasnprintf.c: New file, from GNU gettext.
57421         * lib/asnprintf.c: New file, from GNU gettext.
57422         * lib/vasprintf.h: New file, from GNU gettext with modifications.
57423         * lib/vasprintf.c: New file, from GNU gettext.
57424         * lib/asprintf.c: New file, from GNU gettext.
57425
57426 2003-01-29  Bruno Haible  <bruno@clisp.org>
57427
57428         * modules/stpncpy: New module.
57429         * MODULES.html.sh (func_all_modules): Add it.
57430
57431 2003-01-29  Bruno Haible  <bruno@clisp.org>
57432
57433         * m4/stpncpy.m4: New file.
57434
57435 2003-01-29  Bruno Haible  <bruno@clisp.org>
57436
57437         * lib/stpncpy.h: New file, from GNU gettext with modifications.
57438         * lib/stpncpy.c: New file, from GNU gettext with modifications.
57439
57440 2003-01-28  Bruno Haible  <bruno@clisp.org>
57441
57442         * modules/c-ctype: New module.
57443         * MODULES.html.sh (func_all_modules): Add it.
57444
57445 2003-01-28  Bruno Haible  <bruno@clisp.org>
57446
57447         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
57448         Paul Eggert.
57449         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
57450         Paul Eggert.
57451
57452 2003-01-27  Bruno Haible  <bruno@clisp.org>
57453
57454         * modules/xsetenv: New module.
57455         * MODULES.html.sh (func_all_modules): Add it.
57456
57457 2003-01-27  Bruno Haible  <bruno@clisp.org>
57458
57459         * lib/xsetenv.h: New file, from GNU gettext.
57460         * lib/xsetenv.c: New file, from GNU gettext.
57461
57462 2003-01-23  Jim Meyering  <jim@meyering.net>
57463
57464         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
57465         from working on systems without dirfd (at least Irix and OSF1/Tru64).
57466
57467 2003-01-23  Bruno Haible  <bruno@clisp.org>
57468
57469         * modules/minmax: New module.
57470         * MODULES.html.sh (func_all_modules): Add it.
57471
57472 2003-01-23  Bruno Haible  <bruno@clisp.org>
57473
57474         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
57475         Eggert.
57476
57477 2003-01-22  Bruno Haible  <bruno@clisp.org>
57478
57479         * modules/exit: New module.
57480         * MODULES.html.sh (func_all_modules): Add it.
57481
57482 2003-01-22  Bruno Haible  <bruno@clisp.org>
57483
57484         * lib/exit.h: New file, from GNU gettext.
57485
57486 2003-01-19  Bruno Haible  <bruno@clisp.org>
57487
57488         * gnulib-tool: Recognize option --extract-maintainer.
57489         (func_get_maintainer): New function.
57490         * modules/*: Add Maintainer entry.
57491
57492 2003-01-16  Jim Meyering  <jim@meyering.net>
57493
57494         * m4/regex.m4: The `regex' struct is both input and output.
57495         Initialize it before each use.  Patch by Tim Waugh.
57496
57497 2003-01-16  Bruno Haible  <bruno@clisp.org>
57498
57499         * MODULES.html.sh: Add a table of contents. Add the module name as
57500         leftmost column. Add hyperlinks.
57501
57502 2003-01-15  Bruno Haible  <bruno@clisp.org>
57503
57504         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
57505
57506 2003-01-15  Bruno Haible  <bruno@clisp.org>
57507
57508         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
57509         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
57510         suffix.
57511
57512 2003-01-15  Bruno Haible  <bruno@clisp.org>
57513
57514         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
57515
57516 2003-01-15  Bruno Haible  <bruno@clisp.org>
57517
57518         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
57519         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
57520
57521 2003-01-14  Jim Meyering  <jim@meyering.net>
57522
57523         * lib/same.c (same_name): Tweak a comment.
57524
57525 2003-01-14  Bruno Haible  <bruno@clisp.org>
57526
57527         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
57528         when a string comparison is sufficient.
57529
57530 2003-01-14  Bruno Haible  <bruno@clisp.org>
57531
57532         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
57533         'unsigned int'.
57534
57535 2003-01-14  Bruno Haible  <bruno@clisp.org>
57536
57537         * lib/hash-pjw.c: Add comment about low quality of this function.
57538
57539 2003-01-13  Bruno Haible  <bruno@clisp.org>
57540
57541         * modules/stpcpy: Distribute lib/stpcpy.h.
57542         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
57543
57544 2003-01-13  Bruno Haible  <bruno@clisp.org>
57545
57546         * modules/*: Add a description.
57547         * modules/strpbrk: Fix Makefile.am snippet.
57548         * modules/strtoimax: Fix dependencies.
57549         * modules/strtoumax: Likewise.
57550
57551 2003-01-13  Bruno Haible  <bruno@clisp.org>
57552
57553         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
57554         * modules/alloca (Makefile.am): All object files depend on alloca.h.
57555         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
57556
57557 2003-01-13  Bruno Haible  <bruno@clisp.org>
57558
57559         * gnulib-tool (func_create_testdir): Store config/* files in the main
57560         directory.
57561         * config.rpath: Move to ...
57562         * config/config.rpath: ... here.
57563         * modules/gettext: Contains config/config.rpath, not config.rpath.
57564         * modules/iconv: Likewise.
57565
57566 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57567
57568         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57569         to avoid collisions with libcurses and libreadline.
57570
57571         * m4/getstr.m4: Remove.
57572         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
57573
57574 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57575
57576         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57577         to avoid collisions with libcurses and libreadline.
57578
57579         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
57580         * lib/getstr.h, getstr.c: Remove.
57581         * lib/getline.c: Include "getline.h", to check interface.
57582         Move body of old getstr.c here: this defines MIN_CHUNK and
57583         declares getdelim2, which is renamed from getstr.
57584         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
57585
57586         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
57587         All uses changed.
57588         * lib/linebuffer.h: Likewise.
57589         (readline): Remove backward-compatibility macro.
57590
57591 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57592
57593         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57594         to avoid collisions with libcurses and libreadline.
57595         * getstr: Remove.
57596         * MODULES.html.sh: Remove getstr.
57597         * modules/getline: Depend on unlocked-io, not getstr.
57598
57599 2003-01-12  Jim Meyering  <jim@meyering.net>
57600
57601         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
57602
57603 2003-01-10  Bruno Haible  <bruno@clisp.org>
57604
57605         * modules/alloca: Change Makefile.am requirements. Simplify Include
57606         requirements. Add lib/alloca_.h to file list.
57607
57608 2003-01-10  Bruno Haible  <bruno@clisp.org>
57609
57610         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
57611
57612 2003-01-10  Bruno Haible  <bruno@clisp.org>
57613
57614         * lib/alloca_.h: New file.
57615         * lib/getdate.y: Unconditionally include alloca.h.
57616         * lib/makepath.c: Likewise.
57617         * lib/setenv.c: Likewise.
57618         * lib/userspec.c: Likewise.
57619
57620 2003-01-09  Karl Berry  <karl@gnu.org>
57621
57622         * MODULES.html.sh: include `dirname $0` in PATH, to find
57623         gnulib-tool.
57624
57625 2003-01-09  Bruno Haible  <bruno@clisp.org>
57626
57627         * modules/stdbool: Change configure.ac, Makefile.am requirements.
57628         Simplify Include requirements. Add lib/stdbool.h.in to file list.
57629
57630 2003-01-09  Bruno Haible  <bruno@clisp.org>
57631
57632         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
57633
57634 2003-01-09  Bruno Haible  <bruno@clisp.org>
57635
57636         * lib/stdbool.h.in: New file.
57637
57638 2003-01-09  Bruno Haible  <bruno@clisp.org>
57639
57640         * gnulib-tool (func_all_modules): Ignore files ending in ~.
57641         * MODULES.html.sh: Likewise.
57642
57643 2003-01-08  Jim Meyering  <jim@meyering.net>
57644
57645         * lib/full-write.c: Undefine and define-away `const' after inclusion
57646         of errno.h, not before.  Suggestion from Bruno Haible.
57647
57648 2003-01-08  Bruno Haible  <bruno@clisp.org>
57649
57650         * modules/full-read: Depend on full-write.
57651
57652 2003-01-08  Bruno Haible  <bruno@clisp.org>
57653
57654         * lib/safe-read.c: Include specification header first, to ensure its
57655         selfcontainedness.
57656         * lib/full-write.c: Likewise.
57657
57658 2003-01-07  Jim Meyering  <jim@meyering.net>
57659
57660         * lib/full-write.c: Rework so that it may serve to define full_read,
57661         too.
57662         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
57663
57664 2003-01-07  Bruno Haible  <bruno@clisp.org>
57665
57666         * lib/strtoimax.c: Include <stdint.h> as an alternative to
57667         <inttypes.h>.
57668         * lib/xstrtol.h: Likewise.
57669         * lib/xstrtoimax.c: Likewise.
57670         * lib/xstrtoumax.c: Likewise.
57671         * lib/human.h: Likewise.
57672
57673         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
57674         on systems that have <inttypes.h> but not <stdint.h>.
57675
57676 2003-01-07  Bruno Haible  <bruno@clisp.org>
57677
57678         * MODULES.html.sh: Add copyright notice.
57679         (missed_files): Omit CVS directory entries.
57680         (func_module): Make it work with sed-3.02.
57681         * MODULES.txt: Remove file.
57682
57683 2003-01-06  Jim Meyering  <jim@meyering.net>
57684
57685         * lib/version-etc.c: Update year in translatable copyright string.
57686
57687 2003-01-03  Karl Berry  <karl@gnu.org>
57688
57689         * config/config.{guess,sub}: update from prep.
57690
57691 2003-01-02  Karl Berry  <karl@gnu.org>
57692
57693         * doc/COPYING.DOC: belatedly updated to 1.2.
57694
57695 2003-01-01  Karl Berry  <karl@gnu.org>
57696
57697         * gnulib-tool (func_verify_module): report module name $module in
57698         error message, not $1.
57699         * gnulib-tool (create-testdir): don't complain if destdir couldn't
57700         be created, only if it doesn't exist.
57701         * gnulib-tool (last_checkin_date): don't expand the $Date here.
57702
57703 2002-12-31  Paul Eggert  <eggert@twinsun.com>
57704
57705         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
57706
57707 2002-12-31  Paul Eggert  <eggert@twinsun.com>
57708
57709         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
57710         memcmp if strcoll doesn't work.
57711
57712 2002-12-31  Bruno Haible  <bruno@clisp.org>
57713
57714         * lib/utime.c (utime_null): No need to call ftruncate if the file was
57715         nonempty.
57716
57717 2002-12-31  Bruno Haible  <bruno@clisp.org>
57718
57719         * lib/memcoll.c (STRCOLL): New macro.
57720         (memcoll): Use it.
57721
57722 2002-12-31  Bruno Haible  <bruno@clisp.org>
57723
57724         * lib/localcharset.h: New file.
57725         * lib/localcharset.c: Include it.
57726         * lib/unicodeio.c: Likewise.
57727
57728 2002-12-31  Bruno Haible  <bruno@clisp.org>
57729
57730         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
57731         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
57732
57733 2002-12-31  Bruno Haible  <bruno@clisp.org>
57734
57735         * lib/getline.h: Include <stddef.h>, for size_t.
57736
57737         * lib/unicodeio.h: Include <stddef.h>, for size_t.
57738         * lib/unicodeio.c: Don't include <stddef.h>.
57739
57740 2002-12-31  Bruno Haible  <bruno@clisp.org>
57741
57742         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
57743         HAVE_TM_ZONE.
57744
57745 2002-12-24  Karl Berry  <karl@gnu.org>
57746
57747         * config/config.guess: update from prep.
57748
57749 2002-12-24  Bruno Haible  <bruno@clisp.org>
57750
57751         General infrasructure.
57752         * m4/README: Rewritten.
57753         * m4/onceonly.m4: New file.
57754         * m4/onceonly_2_57.m4: New file.
57755
57756         Module atexit.
57757         * m4/atexit.m4: New file.
57758
57759         Module strtod.
57760         * m4/strtod.m4: New file.
57761
57762         Module strtol.
57763         * m4/strtol.m4: New file.
57764
57765         Module strtoul.
57766         * m4/strtoul.m4: New file.
57767
57768         Module memchr.
57769         * m4/memchr.m4: New file.
57770
57771         Module memcmp.
57772         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
57773         (jm_FUNC_MEMCMP): Invoke it.
57774
57775         Module memcpy.
57776         * m4/memcpy.m4: New file.
57777
57778         Module memmove.
57779         * m4/memmove.m4: New file.
57780
57781         Module memset.
57782         * m4/memset.m4: New file.
57783
57784         Module strcspn.
57785         * m4/strcspn.m4: New file.
57786
57787         Module strpbrk.
57788         * m4/strpbrk.m4: New file.
57789
57790         Module strstr.
57791         * m4/strstr.m4: New file.
57792
57793         Module strerror.
57794         * m4/strerror.m4: New file.
57795
57796         Module mktime.
57797         * m4/mktime.m4: Renamed from jm-mktime.m4.
57798         (gl_PREREQ_MKTIME): New macro.
57799         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
57800
57801         Module malloc.
57802         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
57803         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
57804         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
57805
57806         Module realloc.
57807         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
57808         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
57809         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
57810
57811         Module strftime.
57812         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
57813         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
57814         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
57815         gl_TM_GMTOFF.
57816         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
57817
57818         Module xalloc.
57819         * m4/xalloc.m4: New file.
57820
57821         Module alloca.
57822         * m4/alloca.m4: New file.
57823
57824         Module putenv.
57825         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
57826         (jm_FUNC_PUTENV): Invoke it.
57827
57828         Module setenv.
57829         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
57830         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
57831         when invoked twice.
57832         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
57833         gt_FUNC_SETENV.
57834
57835         Module memrchr.
57836         * m4/memrchr.m4: New file.
57837
57838         Module stpcpy.
57839         * m4/stpcpy.m4: New file.
57840
57841         Module strcase.
57842         * m4/strcase.m4: New file.
57843
57844         Module strdup.
57845         * m4/strdup.m4: New file.
57846
57847         Module strnlen.
57848         * m4/strnlen.m4: New file.
57849
57850         Module strndup.
57851         * m4/strndup.m4: New file.
57852
57853         Module xstrtod.
57854         * m4/xstrtod.m4: New file.
57855
57856         Module xstrtol.
57857         * m4/xstrtol.m4: New file.
57858
57859         Module getdate.
57860         * m4/getdate.m4: New file.
57861
57862         Module unlocked-io.
57863         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
57864         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
57865         * m4/jm-glibc-io.m4n: Remove file.
57866
57867         Module long-options.
57868         * m4/long-options.m4: New file.
57869
57870         Module md5.
57871         * m4/md5.m4: New file.
57872
57873         Module sha.
57874         * m4/sha.m4: New file.
57875
57876         Module getstr.
57877         * m4/getstr.m4: New file.
57878
57879         Module getline.
57880         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
57881         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
57882         <sys/types.h>, for size_t. Use the function name gnu_getline, not
57883         simply getline. Infoke gl_PREREQ_GETLINE.
57884
57885         Module obstack.
57886         * m4/obstack.m4: New file.
57887
57888         Module hash.
57889         * m4/hash.m4: New file.
57890
57891         Module readtokens.
57892         * m4/readtokens.m4: New file.
57893
57894         Module strverscmp.
57895         * m4/strverscmp.m4: New file.
57896
57897         Module stdbool.
57898         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
57899         OSF/1.
57900
57901         Module strtoll.
57902         * m4/strtoll.m4: New file.
57903
57904         Module strtoull.
57905         * m4/strtoull.m4: New file.
57906
57907         Module strtoimax.
57908         * m4/strtoimax.m4: New file.
57909
57910         Module strtoumax.
57911         * m4/strtoumax.m4: New file.
57912
57913         Module xstrtoimax.
57914         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
57915         jm_AC_PREREQ_XSTRTOIMAX.
57916         Moved the strtol prerequisites to strtol.m4.
57917         Moved the strtoll prerequisites to strtoll.m4.
57918         Moved the strtoimax prerequisites to strtoimax.m4.
57919
57920         Module xstrtoumax.
57921         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
57922         jm_AC_PREREQ_XSTRTOUMAX.
57923         Moved the strtoul prerequisites to strtoul.m4.
57924         Moved the strtoull prerequisites to strtoull.m4.
57925         Moved the strtoumax prerequisites to strtoumax.m4.
57926
57927         Module chown.
57928         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
57929         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
57930
57931         Module dup2.
57932         * m4/dup2.m4: New file.
57933
57934         Module ftruncate.
57935         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
57936         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
57937
57938         Module getgroups.
57939         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
57940         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
57941
57942         Module gettimeofday.
57943         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
57944         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
57945         gl_PREREQ_GETTIMEOFDAY.
57946
57947         Module mkdir.
57948         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
57949         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
57950
57951         Module mkstemp.
57952         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
57953         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
57954         jm_AC_TYPE_UINTMAX_T.
57955         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
57956
57957         Module stat.
57958         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
57959         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
57960
57961         Module lstat.
57962         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
57963         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
57964
57965         Module timespec.
57966         * m4/timespec.m4 (gl_TIMESPEC): New macro.
57967         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
57968         * m4/st_mtim.m4: Indentation.
57969
57970         Module nanosleep.
57971         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
57972         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
57973         gl_PREREQ_NANOSLEEP.
57974
57975         Module regex.
57976         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
57977         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
57978         (gl_REGEX): New macro.
57979
57980         Module rename.
57981         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
57982         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
57983
57984         Module rmdir.
57985         * m4/rmdir.m4: New file.
57986
57987         Module utime.
57988         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
57989         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
57990         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
57991
57992         Module dirname.
57993         * m4/dirname.m4: New file.
57994
57995         Module getopt.
57996         * m4/getopt.m4: New file.
57997
57998         Module unistd-safer.
57999         * m4/unistd-safer.m4: New file.
58000
58001         Module fnmatch.
58002         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
58003         declaration.
58004         (gl_PREREQ_FNMATCH_EXTRA): New macro.
58005         (gl_FUNC_FNMATCH_POSIX): New macro.
58006         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
58007         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
58008         simply fnmatch.
58009
58010         Module exclude.
58011         * m4/exclude.m4: New file.
58012
58013         Module human.
58014         * m4/human.m4: New file.
58015
58016         Module acl.
58017         * m4/acl.m4: Nop.
58018
58019         Module backupfile.
58020         * m4/backupfile.m4: New file.
58021         * m4/d-ino.m4: Indentation.
58022
58023         Module fsusage.
58024         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
58025         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
58026         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
58027
58028         Module dirfd.
58029         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
58030         requirements.
58031
58032         Module euidaccess.
58033         * m4/euidaccess.m4: New file.
58034
58035         Module file-type.
58036         * m4/file-type.m4: New file.
58037
58038         Module fileblocks.
58039         * m4/fileblocks.m4: New file.
58040
58041         Module filemode.
58042         * m4/filemode.m4: New file.
58043
58044         Module isdir.
58045         * m4/isdir.m4: New file.
58046
58047         Module lchown.
58048         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
58049         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
58050
58051         Module makepath.
58052         * m4/makepath.m4: New file.
58053
58054         Module modechange.
58055         * m4/modechange.m4: New file.
58056
58057         Module mountlist.
58058         * m4/mountlist.m4: New file.
58059         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
58060         Indentation.
58061
58062         Module path-concat.
58063         * m4/path-concat.m4: New file.
58064
58065         Module pathmax.
58066         * m4/pathmax.m4: New file.
58067
58068         Module same.
58069         * m4/same.m4: New file.
58070
58071         Module save-cwd.
58072         * m4/save-cwd.m4: New file.
58073
58074         Module savedir.
58075         * m4/savedir.m4: New file.
58076
58077         Module xgetcwd.
58078         * m4/xgetcwd.m4: New file.
58079         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
58080
58081         Module xreadlink.
58082         * m4/xreadlink.m4: New file.
58083
58084         Module safe-read.
58085         * m4/safe-read.m4: New file.
58086
58087         Module safe-write.
58088         * m4/safe-write.m4: New file.
58089
58090         Module closeout.
58091         * m4/closeout.m4: New file.
58092
58093         Module stdio-safer.
58094         * m4/stdio-safer.m4: New file.
58095
58096         Module getpass.
58097         * m4/getpass.m4: New file.
58098
58099         Module getugroups.
58100         * m4/getugroups.m4: New file.
58101
58102         Module group-member.
58103         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
58104         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
58105
58106         Module idcache.
58107         * m4/idcache.m4: New file.
58108
58109         Module userspec.
58110         * m4/userspec.m4: New file.
58111
58112         Module gettime.
58113         * m4/clock_time.m4: New file.
58114         * m4/gettime.m4: New file.
58115
58116         Module settime.
58117         * m4/settime.m4: New file.
58118
58119         Module posixtm.
58120         * m4/posixtm.m4: New file.
58121
58122         Module gethostname.
58123         * m4/gethostname.m4: New file.
58124
58125         Module canon-host.
58126         * m4/canon-host.m4: New file.
58127
58128         Module gettext.
58129         * m4/codeset.m4: New file, from gettext-0.11.5.
58130         * m4/gettext.m4: New file, from gettext-0.11.5.
58131         * m4/glibc21.m4: New file, from gettext-0.11.5.
58132         * m4/iconv.m4: New file, from gettext-0.11.5.
58133         * m4/intdiv0.m4: New file, from gettext-0.11.5.
58134         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
58135         * m4/inttypes.m4: New file, from gettext-0.11.5.
58136         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
58137         * m4/isc-posix.m4: New file, from gettext-0.11.5.
58138         * m4/lcmessage.m4: New file, from gettext-0.11.5.
58139         * m4/lib-ld.m4: New file, from gettext-0.11.5.
58140         * m4/lib-link.m4: New file, from gettext-0.11.5.
58141         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
58142         * m4/progtest.m4: New file, from gettext-0.11.5.
58143         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
58144         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
58145         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
58146
58147         Module localcharset.
58148         * m4/localcharset.m4: New file.
58149
58150         Module hard-locale.
58151         * m4/hard-locale.m4: New file.
58152
58153         Module mbswidth.
58154         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
58155         onceonly macros.
58156         * m4/mbrtowc.m4: Add comment.
58157
58158         Module memcasecmp.
58159         * m4/memcasecmp.m4: New file.
58160
58161         Module memcoll.
58162         * m4/memcoll.m4: New file.
58163
58164         Module unicodeio.
58165         * m4/unicodeio.m4: New file.
58166
58167         Module rpmatch.
58168         * m4/rpmatch.m4: New file.
58169
58170         Module yesno.
58171         * m4/yesno.m4: New file.
58172
58173         Module exitfail.
58174         * m4/exitfail.m4: New file.
58175
58176         Module c-stack.
58177         * m4/c-stack.m4 (gl_C_STACK): New macro.
58178         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
58179
58180         Module error.
58181         * m4/error.m4 (gl_ERROR): New macro.
58182         (jm_PREREQ_ERROR): Use onceonly macros.
58183
58184         Module fatal.
58185         * m4/fatal.m4: New file.
58186
58187         Module getloadavg.
58188         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
58189         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
58190
58191         Module getpagesize.
58192         * m4/getpagesize.m4: New file.
58193
58194         Module getusershell.
58195         * m4/getusershell.m4: New file.
58196
58197         Module physmem.
58198         * m4/physmem.m4: New file.
58199
58200         Module posixver.
58201         * m4/posixver.m4: New file.
58202
58203         Module quotearg.
58204         * m4/quotearg.m4: New file.
58205
58206         Module quote.
58207         * m4/quote.m4: New file.
58208
58209         Module readutmp.
58210         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
58211
58212         Module sig2str.
58213         * m4/sig2str.m4: New file.
58214
58215         Other.
58216         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
58217         ulonglong.m4.
58218         * m4/intmax_t.m4: New file.
58219         * m4/d-type.m4: Indentation.
58220         * m4/jm-macros.m4: Update.
58221         * m4/prereq.m4 (jm_PREREQ): Update.
58222         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
58223         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
58224         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
58225         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
58226         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
58227         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
58228         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
58229         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
58230         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
58231         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
58232         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
58233         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
58234         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
58235         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
58236         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
58237         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
58238         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
58239         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
58240         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
58241
58242 2002-12-24  Bruno Haible  <bruno@clisp.org>
58243
58244         * MODULES.txt: Update according to m4/ changes.
58245
58246         Module gettext.
58247         * config.rpath: New file, from gettext-0.11.5.
58248
58249         * modules/*: New module descriptions.
58250         * gnulib-tool: New file.
58251         * MODULES.html.sh: New file.
58252
58253 2002-12-21  Karl Berry  <karl@gnu.org>
58254
58255         * doc/fdl.texi: update to version 1.2.
58256
58257 2002-12-19  Karl Berry  <karl@gnu.org>
58258
58259         * config/config.guess: update from prep.
58260
58261 2002-12-18  Bruno Haible  <bruno@clisp.org>
58262
58263         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
58264         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
58265
58266 2002-12-17  Bruno Haible  <bruno@clisp.org>
58267
58268         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
58269         stdlib.h, string.h.
58270
58271 2002-12-17  Bruno Haible  <bruno@clisp.org>
58272
58273         * lib/canon-host.c (strdup): Remove unused declaration.
58274
58275         * lib/fsusage.c: Include full_read.h.
58276         (get_fs_usage): Use full_read instead of safe_read.
58277
58278         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
58279
58280 2002-12-12  Karl Berry  <karl@gnu.org>
58281
58282         * config/config.guess: update from prep.
58283
58284 2002-12-11  Bruno Haible  <bruno@clisp.org>
58285
58286         * m4/setenv.m4: New file, from gettext-0.11.5.
58287
58288 2002-12-11  Bruno Haible  <bruno@clisp.org>
58289
58290         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
58291         not unsetenv().
58292         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
58293         modifications:
58294
58295         2002-12-11  Bruno Haible  <bruno@clisp.org>
58296
58297                 * setenv.c (alloca): Fall back to malloc.
58298                 (freea): New macro.
58299                 (setenv): Use freea() to free memory allocated with alloca().
58300
58301         2002-11-13  Bruno Haible  <bruno@clisp.org>
58302
58303                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
58304                 function declarations.
58305                 * unsetenv.c (unsetenv): Likewise.
58306
58307         2002-03-04  Bruno Haible  <bruno@clisp.org>
58308
58309                 Portability to AIX 4.3.3.
58310                 * unsetenv.c: New file, extracted from setenv.c.
58311                 * setenv.c: Move the unsetenv() function to unsetenv.c.
58312
58313         2001-12-20  Bruno Haible  <bruno@clisp.org>
58314
58315                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
58316                 use malloc instead. For SunOS 4.
58317
58318         2001-12-11  Bruno Haible  <bruno@clisp.org>
58319
58320                 * setenv.c: Declare alloca.
58321                 (compar_fn_t): New typedef.
58322                 (KNOWN_VALUE, STORE_VALUE): Use it.
58323
58324         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
58325         setenv.h.
58326
58327 2002-12-10  Paul Eggert  <eggert@twinsun.com>
58328
58329         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
58330         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
58331         Choose values that are less likely to collide with system fnmatch
58332         options.
58333         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
58334         defined (e.g., a pure POSIX system).
58335         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
58336         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
58337
58338 2002-12-06  Paul Eggert  <eggert@twinsun.com>
58339
58340         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
58341         a pain in practice to deal with generated m4 files.  This change
58342         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
58343
58344         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
58345         and jm-glibc-io.m4, as they are no longer a special case.
58346         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
58347         kludge and the auto-generation stuff.  Check only whether the
58348         functions are declared, not whether they exist, since older hosts
58349         that don't declare the functions can't use the optimization anyway.
58350
58351 2002-12-06  Jim Meyering  <jim@meyering.net>
58352
58353         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
58354
58355         Merge in changes from libc's misc/error.c, in preparation
58356         for the merge of gnulib's changes back into libc.
58357
58358         * lib/error.c (_): Define only if not already defined.
58359         Move definition to follow all #include directives.
58360         Include unlocked-io.h only if !_LIBC.
58361         [_LIBC]: Include <libio/libioP.h>.
58362         [USE_IN_LIBIO]: Include <libio/iolibio.h>
58363         (fflush): Tweak definition to use INTUSE.
58364         (putc): Define.
58365
58366 2002-12-05  Paul Eggert  <eggert@twinsun.com>
58367
58368         * lib/alloca.c [defined emacs]: Include "lisp.h".
58369         (xalloc_die) [defined emacs]: New macro.
58370         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
58371         [! defined emacs]: Include <xalloc.h>.
58372         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
58373         (pointer): Typedef to POINTER_TYPE *.
58374         (malloc): Remove decl; we now always use xmalloc.
58375         (alloca): Use old-style definition, since Emacs needs this.
58376         Check for arithmetic overflow when computing combined size.
58377
58378 2002-12-04  Paul Eggert  <eggert@twinsun.com>
58379
58380         Do not generate unlocked-io.h automatically, since it's easier to
58381         maintain it by hand.
58382
58383         * lib/unlocked-io.h: New file, from GNU diffutils,
58384         but with proper copyright notice and attribution.
58385         * lib/gen-uio: Remove.
58386         * lib/Makefile.am: Add copyright notice.
58387         (libfetish_a_SOURCES): Add unlocked-io.h.
58388         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
58389         (DISTCLEANFILES, io_functions): Remove macros.
58390         (EXTRA_DIST): Remove gen_uio.
58391         (unlocked-io.h): Remove rule.
58392
58393 2002-12-04  Jim Meyering  <jim@meyering.net>
58394
58395         Reflect the fact that stat.c and lstat.c are no longer generated.
58396         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
58397         (DISTCLEANFILES): Likewise.
58398         (EXTRA_DIST): Likewise.
58399         (all_local): Don't depend on stat.c or lstat.c.
58400         (stat.c, lstat.c): Remove rules.
58401         (EXTRA_DIST): Remove xstat.in.
58402
58403         * lib/xstat.in: Remove file.  Contents moved into stat.c.
58404         * lib/stat.c: New file.  Contents mostly from xstat.in.
58405         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
58406         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
58407
58408         * lib/safe-read.c: Rework so that it may serve to define safe_write,
58409         too.
58410         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
58411
58412 2002-12-03  Jim Meyering  <jim@meyering.net>
58413
58414         * lib/safe-read.c, safe-write.c: Change variable names and comments,
58415         but not semantics, to minimize the differences between these two files.
58416         (safe_read): Change comment to mention SAFE_READ_ERROR.
58417
58418         * lib/safe-read.c (IS_EINTR): Define.
58419         (safe_read): Use IS_EINTR in place of in-function cpp directives.
58420
58421 2002-12-02  Jim Meyering  <jim@meyering.net>
58422
58423         * lib/safe-read.c (EINTR): Define.
58424         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58425         (INT_MAX): Provide fallback.
58426         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
58427
58428         * lib/safe-read.h (SAFE_READ_ERROR): Define.
58429
58430 2002-12-02  Bruno Haible  <bruno@clisp.org>
58431
58432         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
58433         Define, taken from safe-read.c.
58434         (INT_MAX): Provide fallback.
58435         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
58436         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
58437
58438         * lib/safe-read.c (EINTR): Remove definition.
58439         (safe_read): Don't use EINTR if it is absent.
58440
58441 2002-12-01  Jim Meyering  <jim@meyering.net>
58442
58443         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
58444         zero.
58445         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
58446
58447 2002-11-27  Paul Eggert  <eggert@twinsun.com>
58448
58449         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
58450         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
58451         with `if (! (value < limit)) abort ();', for readability.
58452
58453 2002-11-26  Karl Berry  <karl@gnu.org>
58454
58455         * lib/strdup.c: copy from libc again, with jim's ok.
58456         * lib/.cppi-disable: re-add strdup.c
58457
58458 2002-11-25  Karl Berry  <karl@gnu.org>
58459
58460         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
58461         instead of "strtol.c".
58462
58463 2002-11-25  Karl Berry  <karl@gnu.org>
58464
58465         * config/install-sh: update from automake for variable quoting, $0 in
58466         error msgs, etc.
58467
58468         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
58469         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
58470         entry.
58471
58472 2002-11-25  Jim Meyering  <jim@meyering.net>
58473
58474         * lib/mktime.c: Sync from libc, now that it has the latest fix.
58475
58476 2002-11-24  Karl Berry  <karl@gnu.org>
58477
58478         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
58479         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
58480
58481 2002-11-24  Jim Meyering  <jim@meyering.net>
58482
58483         Update from coreutils:
58484
58485         * lib/mktime.c: Merge in changes from libc.
58486
58487         Avoid a link-time failure on some Linux systems.
58488         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
58489         (otherwise).
58490         (__mon_yday): Declare with the STATIC attribute.
58491         (__mktime_internal): Likewise.
58492         Based on a report from Greg Schafer.
58493
58494 2002-11-23  Jim Meyering  <jim@meyering.net>
58495
58496         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
58497         Use `unsigned', not `int', as type of index.
58498
58499         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
58500
58501         * lib/fsusage.c: Remove unneeded parentheses around operands of
58502         `defined'.
58503
58504 2002-11-22  Paul Eggert  <eggert@twinsun.com>
58505
58506         * lib/quotearg.h: Allow multiple inclusion by surrounding with
58507         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
58508         so that we can be included first.
58509         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
58510         * lib/quotearg.c: Include quotearg.h immediately after config.h.
58511         No need to include stddef.h or sys/types.h any more.
58512         Surround local include files with "", not "<>".
58513         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
58514         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
58515         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
58516         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
58517         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
58518         (ISPRINT): Remove; no longer needed now that we assume C89.
58519
58520         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
58521         Preserve errno.
58522
58523         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
58524         quotearg_char): Use SIZE_MAX rather than
58525         (size_t) -1 when we are talking about "infinity".
58526
58527         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
58528
58529 2002-11-22  Paul Eggert  <eggert@twinsun.com>
58530
58531         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
58532         hint that one should use `if (! x) abort ();' rather than `assert
58533         (x);', and anyway it's one less thing to worry about configuring.
58534         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
58535         hash_rehash, hash_insert): Use abort rather than assert.
58536
58537 2002-11-22  Bruno Haible  <bruno@clisp.org>
58538
58539         * lib/safe-read.h: Assume C89. Add comments.
58540         (safe_read): Change return type to size_t.
58541         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
58542         byte counts > SSIZE_MAX correctly.
58543         * lib/safe-write.h: New file.
58544         * lib/safe-write.c: New file.
58545         * lib/full-read.h: New file.
58546         * lib/full-read.c: New file.
58547         * lib/full-write.h: Assume C89. Add comments.
58548         * lib/full-write.c: Include safe-write.h.
58549         (full_write): Rewritten to use safe_write.
58550         Suggested by Jim Meyering and Paul Eggert.
58551
58552 2002-11-21  Jim Meyering  <jim@meyering.net>
58553
58554         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
58555
58556         Merge in changes from the coreutils.
58557
58558         2002-09-25  Paul Eggert  <eggert@twinsun.com>
58559         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
58560         <stdint.h>.
58561         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
58562         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
58563         int.  Work more efficiently if X is the same width as uintmax_t.
58564         Do not compare X to -1, to avoid bogus compiler warning.
58565         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
58566         Don't assume that f_frsize and f_bsize are the same type.
58567
58568         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
58569         warning on FreeBSD.
58570
58571         * lib/makepath.c (make_path): Restore umask *before* creating the final
58572         component.
58573         (make_path): Minor reformatting.
58574
58575         * lib/xmalloc.c: Adjust to work with new autoconf macros,
58576         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
58577         HAVE_MALLOC/HAVE_REALLOC.
58578
58579         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
58580         dummy ones.  At least on GNU/Linux systems, `auto' means something
58581         else.
58582         From Michael Stone.
58583
58584 2002-11-21  Bruno Haible  <bruno@clisp.org>
58585
58586         Remove case insensitive option matching.
58587         * lib/argmatch.h (argcasematch): Remove declaration.
58588         (ARGCASEMATCH): Remove macro.
58589         (__xargmatch_internal): Remove case_sensitive argument.
58590         (XARGMATCH): Update.
58591         (XARGCASEMATCH): Remove macro.
58592         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
58593         case_sensitive argument.
58594         (argcasematch): Remove function.
58595         (__xargmatch_internal): Remove case_sensitive argument.
58596         (main): Use XARGMATCH instead of XARGCASEMATCH.
58597
58598         * lib/xmalloc.c: Change compile-time error message. Add comment about
58599         required autoconf version.
58600
58601 2002-11-20  Paul Eggert  <eggert@twinsun.com>
58602
58603         Merge argmatch cleanups from Bison.  Assume C89.
58604
58605         * lib/argmatch.c: Include config.h here, not in argmatch.h.
58606         Include stdlib.h, for EXIT_FAILURE.
58607         Always include <string.h>, since we assume C89.
58608         (EXIT_FAILURE): Remove pre-C89 bug workaround.
58609         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
58610         Include <stddef.h> instead, since it's all we need for size_t.
58611         (PARAMS): Remove.  All uses removed.
58612         (ARRAY_CARDINALITY): Do not bother to #undef.
58613         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
58614         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
58615         Remove unnecessary parentheses.
58616         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
58617         Insert necessary parentheses.
58618         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
58619         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
58620
58621 2002-11-19  Bruno Haible  <bruno@clisp.org>
58622
58623         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
58624         * lib/mbswidth.h: Include <stddef.h>, for size_t.
58625
58626         * lib/mbswidth.h (PARAMS): Remove macro.
58627         (mbswidth, mbsnwidth): Use ANSI C function declarations.
58628         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
58629
58630         * lib/gcd.h (PARAMS): Remove macro.
58631         (gcd): Use ANSI C function declarations.
58632         * lib/gcd.c (gcd): Likewise.
58633
58634 2002-11-15  Bruno Haible  <bruno@clisp.org>
58635
58636         * lib/strcspn.c: Include <stddef.h>.
58637         (strcspn): Use ANSI C function declaration. Change return type to
58638         size_t. Use NULL.
58639         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
58640         (strpbrk): Use NULL.
58641         * lib/strpbrk.h (PARAMS): Remove macro.
58642         (strpbrk): Use ANSI C function declaration.
58643         * lib/strstr.c: Don't include <sys/types.h>.
58644         * lib/strstr.h (PARAMS): Remove macro.
58645         (strstr): Use ANSI C function declarations.
58646
58647 2002-11-14  Karl Berry  <karl@gnu.org>
58648
58649         * config/mkinstalldirs: `do' on separate line, instead of
58650         `for var; do'.
58651
58652 2002-11-06  Bruno Haible  <bruno@clisp.org>
58653
58654         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
58655         * lib/gcd.c (gcd): Likewise.
58656
58657 2002-11-05  Bruno Haible  <bruno@clisp.org>
58658
58659         * lib/gcd.h: New file, from gettext-0.11.5.
58660         * lib/gcd.c: New file, from gettext-0.11.5.
58661
58662 2002-11-05  Bruno Haible  <bruno@clisp.org>
58663
58664         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58665         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58666         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58667         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58668
58669         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
58670         <libintl.h>.
58671         * lib/makepath.c: Include gettext.h instead of <locale.h> and
58672         <libintl.h>.
58673
58674         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
58675         * lib/human.c: Include gettext.h instead of <libintl.h>.
58676         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
58677         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
58678         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
58679         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
58680         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
58681         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
58682         (textdomain): Remove definition.
58683         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
58684
58685         * lib/long-options.c: Remove include of <libintl.h> and definition of
58686         _.
58687         * lib/same.c: Remove include of <libintl.h> and definition of _.
58688
58689 2002-11-04  Owen Taylor  <otaylor@redhat.com>
58690
58691         * lib/config.charset: A few additions for Solaris.
58692
58693 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
58694
58695         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
58696         * lib/localcharset.c (locale_charset): Declare as extern "C".
58697
58698 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
58699
58700         * lib/config.charset: msdos in uk_UA uses CP1125.
58701
58702 2002-11-04  Bruno Haible  <bruno@clisp.org>
58703
58704         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
58705         * lib/strcase.h: New file, from GNU gettext-0.11.5.
58706         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
58707         * lib/strstr.h: New file, from GNU gettext-0.11.5.
58708         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
58709
58710 2002-11-04  Bruno Haible  <bruno@clisp.org>
58711
58712         * lib/localcharset.c (locale_charset): Don't return an empty string.
58713
58714 2002-11-04  Bruno Haible  <bruno@clisp.org>
58715
58716         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
58717         aliases.
58718
58719 2002-11-04  Bruno Haible  <bruno@clisp.org>
58720
58721         * lib/config.charset: Update for newest glibc. Add canonical names
58722         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
58723
58724 2002-11-04  Bruno Haible  <bruno@clisp.org>
58725
58726         * lib/config.charset: Add support for NetBSD.
58727
58728 2002-11-04  Bruno Haible  <bruno@clisp.org>
58729
58730         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
58731
58732 2002-11-01  Bruno Haible  <bruno@clisp.org>
58733
58734         * configure.in: Add AC_CONFIG_AUX_DIR call.
58735         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
58736         test/Makefile.
58737         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
58738
58739 2002-09-28  Karl Berry  <karl@gnu.org>
58740
58741         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
58742         installed automake until the next release, since changes have been
58743         made.
58744
58745 2002-09-25  Karl Berry  <karl@gnu.org>
58746
58747         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
58748         * lib/getopt*: copy from libc/posix.
58749         * lib/gettext.h: copy from gettext.
58750         * lib/.cppi-disable: add strdup.c, gettext.h.
58751
58752 2002-09-25  Karl Berry  <karl@gnu.org>
58753
58754         * config/srclist.txt: enable gettext.h check.
58755         * config/config.{guess,sub}: update from prep.
58756         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
58757                 from automake 1.6.3.
58758         See srclist*.
58759
58760 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
58761
58762         * regex.c (PATFETCH): Remove the translating fetch.
58763         (PATFETCH_RAW): Rename to PATFETCH.
58764         (set_image_of_range): New fun.
58765         (SET_RANGE_TABLE_WORK_AREA): Use it.
58766         (regex_compile): Don't translate the pattern chars so eagerly.
58767         Only do it when inserting an `exactn' bytecode or when handling
58768         a char-range.
58769         (mutually_exclusive_p): Avoid empty statement.
58770
58771 2002-07-06  Jim Meyering  <meyering@lucent.com>
58772
58773         * m4/README: Don't mention Makefile.am.in.
58774         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
58775
58776 2002-07-01  Jim Meyering  <meyering@lucent.com>
58777
58778         * lib/c-stack.c: Include sys/time.h.
58779         From Volker Borchert.
58780
58781 2002-06-26  Paul Eggert  <eggert@twinsun.com>
58782
58783         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
58784
58785 2002-06-26  Paul Eggert  <eggert@twinsun.com>
58786
58787         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
58788         New macro.  Use it uniformly instead of
58789         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
58790         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
58791         reported by Vin Shelton.
58792
58793 2002-06-22  Paul Eggert  <eggert@twinsun.com>
58794
58795         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
58796         Do not assume SA_SIGINFO behavior.
58797         Bug reported by Jim Meyering on NetBSD 1.5.2.
58798
58799 2002-06-22  Jim Meyering  <meyering@lucent.com>
58800
58801         * m4/c-stack.m4: New file, from diffutils-2.8.2.
58802         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
58803
58804         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
58805         now that configure.ac uses AC_GNU_SOURCE.
58806         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
58807         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
58808
58809         Update to latest tools.  Suggestions from Paul Eggert.
58810         * m4/stdbool.m4: New file, from diffutils-2.8.2.
58811         * m4/gnu-source.m4: Update from diffutils-2.8.2.
58812         * m4/fnmatch.m4: Likewise.
58813         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
58814         to AC_HEADER_STDBOOL
58815
58816 2002-06-22  Jim Meyering  <meyering@lucent.com>
58817
58818         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
58819         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
58820
58821 2002-06-22  Jim Meyering  <meyering@lucent.com>
58822
58823         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
58824
58825         * lib/exitfail.c, exitfail.h: Likewise.
58826         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
58827
58828         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
58829         of fnmatch.h.
58830         (EXTRA_DIST): Add fnmatch_loop.c.
58831         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
58832
58833         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
58834         * lib/fnmatch.c: Update from diffutils-2.8.2.
58835         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
58836         * lib/fnmatch.h: Remove file.
58837
58838 2002-06-21  Jim Meyering  <meyering@lucent.com>
58839
58840         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
58841         * m4/mbrtowc.m4: Likewise.
58842
58843         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
58844         * m4/mbswidth.m4: Reflect name change:
58845         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
58846         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58847
58848         * m4/lib-link.m4: Update from gettext-0.11.2.
58849         * m4/gettext.m4: Likewise.
58850
58851         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
58852         From Alfred M. Szmidt.
58853
58854 2002-06-18  Paul Eggert  <eggert@twinsun.com>
58855
58856         * lib/file-type.h: Report an error if neither S_ISREG nor
58857         S_IFREG is defined, instead of using a test specific to glibc
58858         2.2.  This should be safe, since POSIX requires S_ISREG and
58859         Unix Version 7 had S_IFREG.  We don't need to check for
58860         <sys/types.h> since we don't use any symbols that it defines.
58861
58862 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
58863
58864         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
58865         $@-t, so that each temporary file name is unique and valid in the first
58866         8 characters, for operation under DOS.
58867
58868 2002-06-15  Paul Eggert  <eggert@twinsun.com>
58869
58870         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
58871
58872 2002-06-15  Jim Meyering  <meyering@lucent.com>
58873
58874         Work even with DJGPP 2.03, which lacks support for symlinks.
58875         From Richard Dawe.
58876         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
58877         is defined.
58878         * lib/lchown.c (S_ISLNK): Likewise.
58879
58880 2002-06-15  Jim Meyering  <meyering@lucent.com>
58881
58882         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
58883         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
58884         have been included before this file.
58885
58886 2002-06-14  Jim Meyering  <meyering@lucent.com>
58887
58888         * lib/file-type.h: Use the version from diffutils-2.8.2.
58889         * lib/file-type.c: Likewise.
58890
58891 2002-06-07  Jim Meyering  <meyering@lucent.com>
58892
58893         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
58894         They're needed at least for NetBSD 1.5.2.
58895         ($statxfs_includes): Include those same headers.
58896         ($statxfs_includes): Include sys/vfs.h if available.
58897         ($statxfs_includes): Likewise for sys/statvfs.h.
58898         Check for the following members in both structs statfs and statvfs:
58899         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
58900
58901 2002-06-01  Jim Meyering  <meyering@lucent.com>
58902
58903         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
58904         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
58905
58906 2002-05-28  Jim Meyering  <meyering@lucent.com>
58907
58908         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
58909         Reported by Volker Borchert.
58910
58911 2002-05-27  Jim Meyering  <meyering@lucent.com>
58912
58913         Fix a problem seen only on nonconforming systems whereby ls.c's
58914         use of localtime, and then of gettimeofday would cause trouble:
58915         the localtime call used to initialize rpl_gettimeofday's save
58916         mechanism would clobber ls's current local time information so
58917         that in any long listing the first file would always be listed
58918         with date 1970-01-01.  Analysis by Volker Borchert.
58919
58920         * lib/gettimeofday.c (localtime): Undefine.
58921         (rpl_localtime): New function.
58922
58923 2002-05-27  Jim Meyering  <meyering@lucent.com>
58924
58925         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
58926         localtime.
58927
58928         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
58929         use the replacement function; it wouldn't resolve at link time.
58930         Reported by Volker Borchert.
58931
58932 2002-05-22  Jim Meyering  <meyering@lucent.com>
58933
58934         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
58935         file-type.h.
58936         * lib/file-type.h: New file.
58937         * lib/file-type.c (file_type): New file/function.  Extracted from
58938         diffutils.
58939
58940 2002-04-30  Jim Meyering  <meyering@lucent.com>
58941
58942         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
58943
58944 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58945
58946         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
58947
58948 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58949
58950         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
58951         Do not check for alloca.h (no longer used) or stdbool.h (was never
58952         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
58953
58954 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58955
58956         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
58957
58958 2002-04-29  Jim Meyering  <meyering@lucent.com>
58959
58960         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
58961         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
58962         Use AC_FUNC_STRNLEN here instead.
58963
58964         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
58965         With autoconf-2.53a, it's part of AC_PROG_CC.
58966
58967 2002-04-28  Paul Eggert  <eggert@twinsun.com>
58968
58969         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
58970         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
58971
58972 2002-04-28  Paul Eggert  <eggert@twinsun.com>
58973
58974         * lib/sig2str.h, lib/sig2str.c: New files.
58975         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
58976
58977 2002-04-28  Paul Eggert  <eggert@twinsun.com>
58978
58979         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
58980         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
58981         of 127, since 64 is the largest conceivable number for ancient
58982         nonstandard hosts.
58983         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
58984
58985 2002-04-28  Jim Meyering  <meyering@lucent.com>
58986
58987         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
58988
58989 2002-04-24  Jim Meyering  <meyering@lucent.com>
58990
58991         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
58992         (jm_PREREQ): Use it.
58993
58994         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
58995         mach/mach.h fcntl.h.
58996         Check for this function: setlocale.
58997
58998 2002-04-24  Jim Meyering  <meyering@lucent.com>
58999
59000         * lib/gettext.h: New file, from Gettext.
59001         * lib/Makefile.am (INCLUDES): Remove -I../intl.
59002         (libfetish_a_SOURCES): Add gettext.h.
59003
59004 2002-04-16  Jim Meyering  <meyering@lucent.com>
59005
59006         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
59007         ut_pid, ut_id, ut_exit.
59008
59009 2002-04-16  Jim Meyering  <meyering@lucent.com>
59010
59011         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
59012         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
59013         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
59014
59015 2002-04-12  Jim Meyering  <meyering@lucent.com>
59016
59017         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
59018         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
59019         existence of the getmntinfo function.  Needed for Darwin 5.3.
59020
59021         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
59022         This is necessary at least on Darwin 5.3.
59023
59024         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
59025         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
59026         strnlen.o in the library, and that makes some versions of ranlib
59027         object.
59028
59029 2002-04-12  Jim Meyering  <meyering@lucent.com>
59030
59031         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
59032
59033 2002-04-09  Jim Meyering  <meyering@lucent.com>
59034
59035         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
59036         to be more precise.  Rather than saying we're checking whether the
59037         function `works', say what we're testing.
59038         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
59039         Reported by Bruno Haible.
59040
59041 2002-03-10  Jim Meyering  <meyering@lucent.com>
59042
59043         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
59044         Suggestion from Santiago Vila.
59045
59046 2002-03-08  Jim Meyering  <meyering@lucent.com>
59047
59048         * lib/rename.c: Mention that this wrapper is needed also on
59049         mips-dec-ultrix4.4 systems.
59050
59051 2002-03-02  Jim Meyering  <meyering@lucent.com>
59052
59053         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
59054         not HAVE_CLOCK_SETTIME.
59055
59056 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59057
59058         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
59059         Check for clock_settime.
59060
59061 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59062
59063         * lib/nanosleep.h: Rename to....
59064         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
59065
59066         * lib/gettime.c: New file.
59067         * lib/settime.c: New file.
59068         * lib/stime.c: Remove.
59069
59070         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
59071         timespec.h.  Remove nanosleep.h.
59072
59073 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59074
59075         * m4/acl.m4: New file.
59076         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
59077         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
59078
59079 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59080
59081         * lib/acl.c, lib/acl.h: New files.
59082         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
59083
59084 2002-02-24  Jim Meyering  <meyering@lucent.com>
59085
59086         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
59087         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
59088         cause trouble.  Reported by Nelson Beebe.
59089
59090 2002-02-23  Paul Eggert  <eggert@twinsun.com>
59091
59092         * lib/path-concat.c (xpath_concat): Reorder code to pacify
59093         compilers that don't know that xalloc_die never returns.
59094
59095 2002-02-20  Jim Meyering  <meyering@lucent.com>
59096
59097         * lib/getdate.c: Regenerate using bison-1.33.
59098
59099 2002-02-17  Jim Meyering  <meyering@lucent.com>
59100
59101         * config/config.guess (main): Don't use `head -1'; it's no longer
59102         portable. Use `sed 1q' instead.
59103
59104 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
59105
59106         * m4/codeset.m4: Upgrade to gettext-0.11.
59107         * m4/gettext.m4: Upgrade to gettext-0.11.
59108         * m4/glibc21.m4: Upgrade to gettext-0.11.
59109         * m4/iconv.m4: Upgrade to gettext-0.11.
59110         * m4/isc-posix.m4: Upgrade to gettext-0.11.
59111         * m4/lcmessage.m4: Upgrade to gettext-0.11.
59112         * m4/lib-ld.m4: New file, from gettext-0.11.
59113         * m4/lib-link.m4: New file, from gettext-0.11.
59114         * m4/lib-prefix.m4: New file, from gettext-0.11.
59115         * m4/progtest.m4: Upgrade to gettext-0.11.
59116
59117 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59118
59119         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
59120         (jm_PREREQ): Use it.
59121
59122 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59123
59124         * lib/posixver.c, lib/posixver.h: New files.
59125         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59126
59127 2002-02-02  Paul Eggert  <eggert@twinsun.com>
59128             Bruno Haible  <bruno@clisp.org>
59129
59130         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
59131         (fwrite_success_callback): New declaration.
59132         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
59133         print_unicode_char. Call failure callback instead of error.
59134         (fwrite_success_callback): New function.
59135         (exit_failure_callback): New function.
59136         (fallback_failure_callback): New function.
59137         (print_unicode_char): Call unicode_to_mb.
59138
59139 2002-01-26  Jim Meyering  <meyering@lucent.com>
59140
59141         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
59142         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
59143
59144 2002-01-26  Jim Meyering  <meyering@lucent.com>
59145
59146         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
59147
59148 2002-01-22  Paul Eggert  <eggert@twinsun.com>
59149
59150         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
59151
59152 2002-01-22  Jim Meyering  <meyering@lucent.com>
59153
59154         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
59155         Otherwise, some versions of automake would omit the rule that makes
59156         Makefile from Makefile.in.
59157
59158 2002-01-21  Paul Eggert  <eggert@twinsun.com>
59159
59160         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
59161         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59162         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
59163         (memcoll): Set errno to zero if there is no error.
59164
59165         * lib/quotearg.c (quotearg_buffer_restyled):
59166         Fix bug with quoting buffers containing NUL when backslashing escapes.
59167         This bug was exposed by the other changes in this patch.
59168         (quotearg_n_options): New arg ARGSIZE.
59169         All callers changed.
59170         (quoting_options_from_style): New function.
59171         (quotearg_n_style): Use it.
59172         (quotearg_n_style_mem): New function.
59173
59174         * lib/quotearg.h (quotearg_n_style_mem): New function.
59175
59176 2002-01-19  Jim Meyering  <meyering@lucent.com>
59177
59178         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
59179         Remove useless quotes: DF_PROG="df".
59180         * m4/strnlen.m4: New file.
59181
59182 2002-01-16  Paul Eggert  <eggert@twinsun.com>
59183
59184         * lib/backupfile.c (ISDIGIT): Comment fix.
59185         * lib/getdate.y (ISDIGIT): Likewise.
59186         * lib/posixtm.c (ISDIGIT, year): Likewise.
59187         * lib/strverscmp.c (ISDIGIT): Likewise.
59188         * lib/userspec.c (ISDIGIT): Likewise.
59189
59190 2002-01-16  Jim Meyering  <meyering@lucent.com>
59191
59192         * lib/getdate.y: Add three semicolons, each just before a closing
59193         brace. Bison (as of version 1.31) no longer papers over that mistake.
59194
59195 2002-01-05  Jim Meyering  <meyering@lucent.com>
59196
59197         * lib/version-etc.c (version_etc_copyright): Update copyright year.
59198
59199 2001-12-19  Paul Eggert  <eggert@twinsun.com>
59200
59201         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
59202         not silently exit merely because the output buffer happens to
59203         have nothing pending.
59204
59205 2001-12-18  Paul Eggert  <eggert@twinsun.com>
59206
59207         See the big note in ../ChangeLog.
59208         * lib/human.c (suffixes): Prefer K to k for 1024.
59209         (generate_suffix_backwards): New function.
59210         (human_readable_inexact): Use it.
59211         * lib/xstrtol.c (__xstrtol): If there is no number but there
59212         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
59213         Accept 'K' as well as 'k'.
59214
59215 2001-12-15  Jim Meyering  <meyering@lucent.com>
59216
59217         * lib/regex.h (__restrict_arr): Update from libc.
59218
59219         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
59220         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
59221         (STREQ): Define.
59222
59223 2001-12-14  Jim Meyering  <meyering@lucent.com>
59224
59225         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
59226         Suggestion from Bruno Haible.
59227
59228 2001-12-10  Jim Meyering  <meyering@lucent.com>
59229
59230         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
59231         xrealloc, Instead, include "xalloc.h".
59232         (initbuffer): Don't cast xmalloc return value to char*.
59233         (readline): Reword comment.
59234         Don't cast xrealloc return value to char*
59235         Return NULL, not 0.
59236
59237 2001-12-09  Jim Meyering  <meyering@lucent.com>
59238
59239         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
59240         about `signed and unsigned type in conditional expression'.
59241         * lib/posixtm.c (posix_time_parse): Likewise.
59242
59243         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
59244
59245         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
59246         to avoid a pedantic warning.
59247
59248         * lib/getstr.c: Don't include assert.h.
59249         (getstr): Remove warning-evoking assertions.
59250         Return -1 if offset parameter is out of bounds.
59251         Change the type of a local from int to size_t.
59252
59253         * lib/strftime.c (my_strftime_localtime_r): Include this function
59254         definition in the `#if ! HAVE_TM_GMTOFF' block.
59255
59256         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
59257         Include xalloc.h instead.
59258
59259 2001-12-02  Jim Meyering  <meyering@lucent.com>
59260
59261         * lib/tempname.c: Don't declare getenv, thus reverting the change of
59262         2001-11-18.  It's no longer necessary, now that stdlib.h is always
59263         included.
59264
59265         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
59266         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
59267
59268 2001-11-30  Akim Demaille  <akim@epita.fr>
59269
59270         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
59271         before being defined.
59272
59273 2001-11-27  Paul Eggert  <eggert@twinsun.com>
59274
59275         * lib/quotearg.h (quotearg_n, quotearg_n_style):
59276         First arg is int, not unsigned.
59277         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
59278         (SIZE_MAX, UINT_MAX): New macros.
59279         (quotearg_n_options): Abort if N is negative.
59280         Avoid overflow check on hosts where size_t is 64 bits and int
59281         is 32 bits, as overflow is impossible there.
59282         Fix off-by-one typo that caused unnecessary reallocation.
59283
59284 2001-11-27  Jim Meyering  <meyering@lucent.com>
59285
59286         * lib/tempname.c: Merge with version from libc.
59287         * lib/regex.c: Likewise.
59288
59289         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
59290         systems for which STDC_HEADERS is 0, it was not included, resulting in
59291         a warning about an integer-to-pointer conversion problem with getenv.
59292         Reported by Volker Borchert.
59293
59294 2001-11-26  Jim Meyering  <meyering@lucent.com>
59295
59296         * lib/gtod.h: Remove file.
59297         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
59298         * lib/gettimeofday.c: Don't include gtod.h.
59299         (GTOD_init): Remove function.
59300         (rpl_gettimeofday): Do its job here instead, rather than aborting.
59301         Suggestion from Volker Borchert.
59302
59303 2001-11-23  Jim Meyering  <meyering@lucent.com>
59304
59305         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
59306         it.
59307         * lib/hash.c (struct hash_table): Define it here instead.
59308
59309 2001-11-22  Jim Meyering  <meyering@lucent.com>
59310
59311         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
59312
59313 2001-11-20  Jim Meyering  <meyering@lucent.com>
59314
59315         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
59316         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
59317
59318 2001-11-19  Jim Meyering  <meyering@lucent.com>
59319
59320         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
59321         directory.  Use "conftestXXXXXX" as the template.
59322         Suggestion from Paul Eggert.
59323
59324         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
59325         immediately, so the test doesn't mistakenly hit the max-open-files
59326         limit.
59327
59328 2001-11-18  Paul Eggert  <eggert@twinsun.com>
59329
59330         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
59331         (TEMPORARIES): New macro.
59332         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
59333         removes an artificial limitation (e.g. HP-UX 10.20, where
59334         TMP_MAX is 17576).
59335
59336 2001-11-18  Jim Meyering  <meyering@lucent.com>
59337
59338         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
59339
59340 2001-11-18  Jim Meyering  <meyering@lucent.com>
59341
59342         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
59343         on SunOS 4.
59344
59345         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
59346         files will be created before anything else.
59347
59348 2001-11-17  Paul Eggert  <eggert@twinsun.com>
59349
59350         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
59351         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
59352
59353 2001-11-17  Jim Meyering  <meyering@lucent.com>
59354
59355         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
59356         Prompted by a report from Bob Proulx.
59357
59358         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
59359         Instead, require UTILS_FUNC_MKSTEMP.
59360
59361 2001-11-17  Jim Meyering  <meyering@lucent.com>
59362
59363         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
59364         Now, that's done as part of AC_FUNC_STRTOD.
59365
59366 2001-11-17  Jim Meyering  <meyering@lucent.com>
59367
59368         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
59369         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
59370         rather than group writable.  Patch by Juan F. Codagnone.
59371
59372         * lib/readtokens.c: Remove explicit declarations of xmalloc and
59373         xrealloc, Instead, include "xalloc.h".
59374
59375         * lib/mountlist.c: Include unlocked-io.h after all system headers.
59376         Remove explicit declarations of xmalloc, xrealloc,
59377         and xstrdup.  Instead, include "xalloc.h".
59378
59379         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
59380         unlocked-io.h.
59381         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
59382         Likewise.
59383         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
59384
59385         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
59386         Reported by Padraig Brady.
59387
59388         * lib/mkstemp.c: #undef mkstemp.
59389         Include config.h.
59390         (rpl_mkstemp): Rename from mkstemp.
59391         Protoize.
59392
59393 2001-11-16  Jim Meyering  <meyering@lucent.com>
59394
59395         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
59396         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
59397         determine the amount of total physical memory, use pstat_getstatic.
59398         HPUX-11 doesn't define _SC_PHYS_PAGES.
59399         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
59400         If sysconf couldn't be used to determine the amount of available
59401         physical memory, use both pstat_getstatic and pstat_getdynamic.
59402         Based on a patch from Bob Proulx.
59403
59404 2001-11-10  Jim Meyering  <meyering@lucent.com>
59405
59406         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
59407         (jm_PREREQ): Use it.
59408
59409 2001-11-09  Jim Meyering  <meyering@lucent.com>
59410
59411         * m4/jm-macros.m4: Require autoconf-2.52f.
59412         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
59413         Use these AC_-prefixed names, not the AM_-prefixed ones.
59414
59415         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
59416
59417 2001-11-05  Jim Meyering  <meyering@lucent.com>
59418
59419         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
59420
59421 2001-11-04  Jim Meyering  <meyering@lucent.com>
59422
59423         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
59424         $DEFS.
59425
59426 2001-11-03  Jim Meyering  <meyering@lucent.com>
59427
59428         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
59429         of AC_DEFUN.
59430
59431         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
59432         know the name of the variable in the macro definition.
59433
59434 2001-11-03  Jim Meyering  <meyering@lucent.com>
59435
59436         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
59437         in argmatch_to_argument call.
59438
59439         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
59440         argument.
59441
59442         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
59443         e.g., a fault due to an attempt to free a NULL pointer.
59444
59445 2001-11-01  Jim Meyering  <meyering@lucent.com>
59446
59447         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
59448         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
59449
59450 2001-11-01  Jim Meyering  <meyering@lucent.com>
59451
59452         * lib/dirfd.c, lib/dirfd.h: New files.
59453         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
59454
59455         * lib/hash.c (hash_print) [TESTING]: Clean up.
59456
59457 2001-10-22  Paul Eggert  <eggert@twinsun.com>
59458
59459         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
59460         to avoid a warning if -Wall.
59461
59462 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
59463
59464         * README: New file
59465         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
59466         (per RMS's instructions, this is now the canonical source)
59467         * lgpl/, gpl/: New directories.
59468
59469 2001-10-21  Paul Eggert  <eggert@twinsun.com>
59470
59471         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
59472
59473 2001-10-21  Jim Meyering  <meyering@lucent.com>
59474
59475         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
59476         this code would end up calling gettext even in packages built
59477         with --disable-nls.
59478         * lib/getopt.c (_): Likewise.
59479         * lib/regex.c (_): Likewise.
59480
59481 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59482
59483         * m4/error.m4 (jm_PREREQ_ERROR):
59484         Do not invoke AC_CHECK_FUNCS with strerror_r, as
59485         AC_FUNC_STRERROR_R does that.
59486         Check for strerror declaration.
59487
59488         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
59489         are supposed to have them these days.
59490         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
59491         Merge changes from latest Autoconf CVS.
59492         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
59493         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
59494         POSIX decided to standardize on the int flavor of strerror_r.
59495
59496 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59497
59498         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
59499         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
59500         Use strerror_r that is only a macro, even if it is not a function.
59501         (strerror): Check for HAVE_DECL_STRERROR before declaring.
59502         (private_strerror): Use prototypes, not old-style function definition.
59503         (print_errno_message): New function.
59504         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
59505         char*-flavored one.
59506         (error_tail, error, error_at_line): Use it.
59507
59508 2001-10-11  Jim Meyering  <meyering@lucent.com>
59509
59510         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
59511         and quote_n (1, ... to avoid clobbering a buffer.
59512
59513 2001-10-05  Jim Meyering  <meyering@lucent.com>
59514
59515         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
59516         hash-pjw.h.
59517         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
59518         * lib/hash-pjw.h: New file.
59519
59520 2001-09-30  Jim Meyering  <meyering@lucent.com>
59521
59522         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
59523         `struct fsstat' has the `f_fstypename' member.
59524         Use that to define FS_TYPE, which is now used to make
59525         the getfsstat link test tighter.
59526
59527 2001-09-30  Jim Meyering  <meyering@lucent.com>
59528
59529         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
59530         Include <sys/ucred.h>, for Apple Darwin.
59531         Include sys/mount.h and sys/fs_types.h only if available.
59532         (FS_TYPE): Define.
59533         (read_filesystem_list): Use FS_TYPE.
59534
59535 2001-09-29  Paul Eggert  <eggert@twinsun.com>
59536
59537         * lib/exclude.c (excluded_filename): 0 -> false, since it's
59538         a boolean context.
59539
59540 2001-09-29  Jim Meyering  <meyering@lucent.com>
59541
59542         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
59543         [one-argument getmntent function]): Include stdio.h before mntent.h.
59544         SunOS 4.1.x needs it for the declaration of `FILE'.
59545         Patch by Volker Borchert.
59546
59547         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
59548         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
59549         sys/fs_types.h, and make the link-test for getfsstat guard #include
59550         directives with appropriate #if HAVE_*_H tests so that we can
59551         detect getfsstat on Apple Darwin1.3.7 systems.
59552         Reported by Nelson Beebe.
59553         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
59554
59555 2001-09-28  Paul Eggert  <eggert@twinsun.com>
59556
59557         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
59558         #defines strtoimax.  Also treat the other strto* functions
59559         like strtoimax.
59560
59561         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
59562         Check for strtoul and strtoumax,
59563         as those declarations are made even in the signed case.
59564         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
59565         Likewise, for strtol and strtoimax.
59566
59567 2001-09-28  Paul Eggert  <eggert@twinsun.com>
59568
59569         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
59570         #defines strtoimax.  Also treat the other strto* functions
59571         like strtoimax.
59572
59573         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
59574         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
59575         (strtoimax, strtoumax): Do not declare if already defined as a macro.
59576
59577 2001-09-26  Jim Meyering  <meyering@lucent.com>
59578
59579         Most macros in unlocked-io.h had the wrong number of arguments.
59580         * lib/gen-uio: New script.
59581         (USE_UNLOCKED_IO): Define to 1 if not already defined.
59582         * lib/unlocked-io.hin: Remove file.
59583         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
59584         rather than trying to embed it here.
59585         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
59586         Reported by Padraig Brady.
59587
59588 2001-09-25  Volker Borchert  <bt@teknon.de>
59589
59590         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
59591         `result'.
59592
59593 2001-09-24  Jim Meyering  <meyering@lucent.com>
59594
59595         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
59596
59597 2001-09-23  Jim Meyering  <meyering@lucent.com>
59598
59599         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
59600         instead of the mere test for existence of mntent.h.  The latter
59601         would get a false-positive on AIX 3.4 systems.
59602         In the outer getmntent if-block, don't die if neither of the getmntent
59603         tests succeeds.  Instead, just fall through and continue with the
59604         remaining tests.
59605
59606 2001-09-23  Jim Meyering  <meyering@lucent.com>
59607
59608         * lib/mountlist.c: Remove useless parentheses in #if directives.
59609         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
59610         the deprecated MOUNTED symbol is no longer defined in mntent.h.
59611
59612 2001-09-22  Jim Meyering  <meyering@lucent.com>
59613
59614         * m4/gettext.m4: New file.  From gettext.
59615         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
59616         * m4/progtest.m4: Likewise
59617         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
59618         * m4/glibc21.m4: Likewise.
59619
59620         * m4/libintl.m4: Remove.  No longer used.
59621
59622 2001-09-22  Jim Meyering  <meyering@lucent.com>
59623
59624         * lib/localcharset.c: Update from latest gettext.
59625         * lib/config.charset: Likewise.
59626
59627 2001-09-20  Jim Meyering  <meyering@lucent.com>
59628
59629         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
59630         strtoimax.
59631         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
59632         strtoumax.
59633
59634 2001-09-20  Jim Meyering  <meyering@lucent.com>
59635
59636         * lib/xstrtol.c (strtoimax): Guard declaration with
59637         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
59638         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
59639         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
59640         (strtoumax): Likewise, for completeness (it wasn't necessary).
59641
59642 2001-09-17  Paul Eggert  <eggert@twinsun.com>
59643
59644         * lib/strtoimax.c (HAVE_LONG_LONG):
59645         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
59646         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
59647         to work around bug in IBM C compiler.
59648
59649 2001-09-17  Jim Meyering  <meyering@lucent.com>
59650
59651         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
59652         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
59653         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
59654         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
59655         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
59656         whenever the right hand side need not be expanded by the shell.
59657
59658 2001-09-16  Paul Eggert  <eggert@twinsun.com>
59659
59660         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
59661         library.  It's not correct, as some older glibcs are buggy.
59662         fnmatch wasn't fixed until glibc 2.2.
59663
59664         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
59665         special shell magic here.
59666
59667 2001-09-16  Jim Meyering  <meyering@lucent.com>
59668
59669         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
59670         * m4/jm-macros.m4: Require it.
59671
59672 2001-09-16  Jim Meyering  <meyering@lucent.com>
59673
59674         * lib/mkdir.c: New file.
59675
59676 2001-09-15  Jim Meyering  <meyering@lucent.com>
59677
59678         * m4/jm-macros.m4: Check for help2man.
59679
59680 2001-09-11  Jim Meyering  <meyering@lucent.com>
59681
59682         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
59683         The body, by Paul Eggert, was moved here from configure.in.
59684         * m4/jm-macros.m4: Require UTILS_HOST_OS.
59685
59686 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59687
59688         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
59689         (jm_PREREQ): Use it.
59690
59691 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59692
59693         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
59694         Use ssize_t, not int, to store result of readlink.
59695         Check for ssize_t overflow as well as size_t overflow,
59696         as POSIX says the result of readlink is implementation-defined
59697         when ssize_t overflows.
59698         Remove unnecessary cast to char*.
59699         Use free+malloc instead of realloc, as the storage doesn't need
59700         to be preserved and it's clearer and can be more efficient that way.
59701         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
59702         * lib/xreadlink.h (xreadlink): Update prototype.
59703
59704 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59705
59706         * lib/xgetcwd.c: Revert some of the previous change; intead,
59707         fix the HAVE_GETCWD_NULL code to behave more like the
59708         !HAVE_GETCWD_NULL code used to.
59709
59710         Include "xalloc.h".
59711         (xgetcwd): Do not return NULL when memory is exhausted; instead,
59712         invoke xalloc_die.
59713
59714 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59715
59716         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
59717         sys/param.h, as pathmax.h includes them.
59718
59719 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59720
59721         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
59722         (jm_PREREQ_XGETCWD): New macro.
59723
59724         * m4/getcwd.m4: New file.
59725
59726 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59727
59728         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
59729         like the HAVE_GETCWD_NULL code.
59730         Include pathmax.h if not HAVE_GETCWD.
59731         Do not include xalloc.h.
59732         (INITIAL_BUFFER_SIZE): New symbol.
59733         Do not use xmalloc / xrealloc, since the caller is responsible for
59734         handling errors.  Preserve errno around `free' during failure.
59735         Do not overrun buffer when using getwd.
59736
59737 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59738
59739         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
59740         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
59741         getcwd (NULL, 0).
59742
59743 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59744
59745         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
59746         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
59747         spotted by Jim Meyering.
59748
59749 2001-09-03  Jim Meyering  <meyering@lucent.com>
59750
59751         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
59752         failure.
59753
59754 2001-09-02  Jim Meyering  <meyering@lucent.com>
59755
59756         * lib/error.c: Update from GNU libc.
59757
59758 2001-09-01  Jim Meyering  <meyering@lucent.com>
59759
59760         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
59761         Used by df.
59762
59763 2001-09-01  Jim Meyering  <meyering@lucent.com>
59764
59765         * lib/xreadlink.c: New file.
59766         * lib/xreadlink.h: New file.
59767         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
59768         xreadlink.h.
59769
59770         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
59771         doesn't conflict with sparc Solaris 7's definition in
59772         /usr/include/sys/int_types.h.
59773
59774         * lib/exclude.c: Use `""', not `<>' to #include non-system header
59775         files.
59776         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
59777         and strncasecmp as r-values.  Unixware didn't have declarations.
59778
59779 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59780
59781         * lib/xstrtol.h: Add copyright notice.
59782         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
59783         LONGINT_INVALID_SUFFIX_CHAR.
59784
59785 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59786
59787         * lib/xstrtol.c (strtoimax): New decl.
59788
59789 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59790
59791         * lib/xgetcwd.c: Don't include pathmax.h.
59792         Include stdlib.h and unistd.h if available.
59793         Include xalloc.h.
59794         (xmalloc, xstrdup, free): Remove decls.
59795         (xgetcwd): Don't assume sizes fit in unsigned.
59796         Check for overflow when computing sizes.
59797         Simplify reallocation code.
59798
59799 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59800
59801         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
59802         a directory's st_size can have an arbitrary value, so the old
59803         usage could waste an arbitrary amount of memory.  All uses
59804         changed.
59805         * lib/savedir.h: Update prototype.
59806
59807 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59808
59809         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
59810
59811         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
59812         old strtoimax.c.
59813
59814         Also, make the following further changes to make this file's
59815         configuration more similar to that of strtol.c:
59816         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
59817         (strtoumax, uintmax_t, strtoull, strtol): Remove.
59818         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
59819         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
59820         changed to signed values.
59821
59822         And make the following changes as well:
59823         Fix copyright notice, as 1999 was missing.
59824         (verify): New macro.
59825         (strtoimax): Check sizes at compile-time, not run-time.
59826         Prefer strtol to strtoll if both work.
59827         (main): Remove; it was not that useful and was a pain to maintain.
59828
59829         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
59830
59831 2001-08-31  Jim Meyering  <meyering@lucent.com>
59832
59833         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
59834         Use an initial, malloc'd, buffer of length 128 rather than
59835         a statically allocated one of length 1024.
59836
59837 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59838
59839         Simplify code, partly by assuming autoconf 2.52 semantics.
59840
59841         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
59842
59843         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
59844         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
59845         All uses removed.
59846         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
59847         Move AC_REQUIRE to next-to-top level, to avoid confusion.
59848         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
59849         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
59850         jm_AC_HEADER_INTTYPES_H.
59851         * m4/jm-macros.m4 (jm_MACROS): Likewise.
59852
59853         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
59854
59855         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
59856         Quote first arg of AC_DEFUN.
59857         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
59858         since they are needed to parse the include file even if we need
59859         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
59860         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
59861         but with opposite signedness.
59862
59863 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59864
59865         Merge 'exclude' changes from tar 1.13.22.
59866         This fixes one or two unlikely storage allocation overflow bugs,
59867         but doesn't change user-visible behavior otherwise.
59868
59869 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59870
59871         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
59872         (jm_PREREQ_EXCLUDE): New macro.
59873
59874 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59875
59876         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
59877         tm to be declared.
59878
59879 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59880
59881         * lib/hash.c: Remove '2001' from copyright notice.
59882
59883 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59884
59885         * lib/full-write.h: New file.
59886         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
59887         * lib/full-write.c: Correct credits, as cccp.c no longer
59888         exists and anyway it was so heavily changed from the old cccp
59889         code as to be unrecognizable.  Include full-write.h.
59890         (full_write) Return size_t, with short writes meaning failure.
59891         All callers changed.  This fixes a bug with large buffers
59892         on 64-bit hosts.
59893         * lib/utime.c: Include full-write.h.
59894
59895 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59896
59897         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
59898         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
59899         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
59900         Include if available.
59901         (<xalloc.h>): Include
59902         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
59903         (verify): New macro.  Use it to verify that EXCLUDE macros do not
59904         collide with FNM macros.
59905         (struct patopts): New struct.
59906         (struct exclude): Use it, as exclude patterns now come with options.
59907         (new_exclude): Support above changes.
59908         (new_exclude, add_exclude_file):
59909         Initial size must now be a power of two to simplify overflow checking.
59910         (free_exclude, fnmatch_no_wildcards): New function.
59911         (excluded_filename): No longer requires options arg, as the options
59912         are determined by add_exclude.  Now returns bool, not int.
59913         (excluded_filename, add_exclude):
59914         Add support for the fancy new exclusion options.
59915         (add_exclude, add_exclude_file): Now takes int options arg.
59916         Check for arithmetic overflow when computing sizes.
59917         (add_exclude_file): xrealloc might modify errno, so don't
59918         realloc until after errno might be used.
59919
59920         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
59921         New macros.
59922         (free_exclude): New decl.
59923         (add_exclude, add_exclude_file): Now takes int options arg.
59924         (excluded_filename): No longer requires options arg, as the options
59925         are determined by add_exclude.  Now returns bool, not int.
59926
59927 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59928
59929         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
59930
59931 2001-08-27  Jim Meyering  <meyering@lucent.com>
59932
59933         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
59934
59935         * lib/version-etc.c (N_): Remove definition.
59936         Revert most of last change.
59937         Instead, simply don't mark the `Copyright...' string for translation.
59938         Based on advice from Paul Eggert.
59939
59940         * lib/strtoxmax.c: Tweak comment.
59941
59942 2001-08-26  Jim Meyering  <meyering@lucent.com>
59943
59944         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
59945
59946         * m4/xstrtoimax.m4: New file.
59947         * m4/xstrtoumax.m4: Add comments explaining why we
59948         AC_REPLACE_FUNCS(strtol).
59949
59950 2001-08-26  Jim Meyering  <meyering@lucent.com>
59951
59952         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
59953         of copyright with `%s' so translators don't get an untranslated
59954         message in 2002.
59955         (COPYRIGHT_YEAR): Define.
59956         (version_etc): Use fprintf rather than fputs.
59957         Suggestion from Ulrich Drepper.
59958
59959         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
59960
59961         * lib/strtoll.c: New file, from GNU libc.
59962         * lib/xstrtoimax.c: New file.
59963
59964         * lib/xstrtol.h: Add xstrtoimax.
59965         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
59966         * lib/strtoimax.c: New file.  Likewise, but first define
59967         STRTOUXMAX_SIGNED.
59968
59969         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
59970         ...
59971         * lib/strtoxmax.c: ... then renamed to this.
59972
59973 2001-08-18  Paul Eggert  <eggert@twinsun.com>
59974
59975         * m4/inttypes.m4: Add AC_PREREQ(2.13).
59976         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
59977         (jm_AC_TYPE_INTMAX_T): New macro.
59978         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
59979
59980         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
59981
59982         * m4/longlong.m4: Renamed from ulonglong.m4.
59983         * m4/inttypes.m4: Renamed from inttypes_h.m4.
59984         * m4/uintmax_t.m4: Removed.
59985
59986 2001-08-13  Paul Eggert  <eggert@twinsun.com>
59987
59988         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
59989         Port to Solaris 8, where 'sed' requires a space after the 'r'
59990         command, and where sh dislikes "$/".  Clean up the spacing a bit.
59991         Redirect output to $tmp just once.
59992
59993 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
59994
59995         * lib/addext.c (<errno.h>): Include.
59996         (errno): Declare if not defined.
59997         (addext): Work correctly when pathconf returns -1 and leaves
59998         errno alone because there is no limit.  Also, work even if
59999         pathconf returns a value greater than SIZE_MAX.
60000
60001 2001-08-12  Jim Meyering  <meyering@lucent.com>
60002
60003         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
60004         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
60005         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
60006         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
60007         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
60008         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
60009         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
60010         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
60011         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
60012         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
60013         utime.m4, utimes.m4, xstrtoumax.m4:
60014         Quote the first argument in each use of AC_DEFUN.
60015
60016 2001-08-12  Jim Meyering  <meyering@lucent.com>
60017
60018         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
60019         Simply `return getcwd (NULL, 0);'.
60020         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
60021         Use 1300 as initial value for length, not PATH_MAX.
60022
60023         * lib/pathmax.h: Clean up cpp syntax.
60024
60025 2001-08-12  Jim Meyering  <meyering@lucent.com>
60026
60027         * lib/gettimeofday.c: New file.
60028         * lib/gtod.h: New file.
60029         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
60030
60031 2001-08-05  Jim Meyering  <meyering@lucent.com>
60032
60033         * m4/jm-macros.m4: Require autoconf-2.52.
60034
60035 2001-08-04  Jim Meyering  <meyering@lucent.com>
60036
60037         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
60038         stmt, to get in sync with glibc.
60039
60040 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60041
60042         The following changes are from gettext 0.10.39 as maintained by
60043         Bruno Haible.
60044
60045         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
60046         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
60047         with inverted sense.  All uses changed.
60048
60049         * lib/mbswidth.c: Don't include <limits.h>.
60050         Include <stdlib.h> and <string.h> unconditionally.
60051         (iswcntrl, mbsinit, ISCNTRL): New macros.
60052         (mbsnwidth): Use K&R style function declarations.
60053         Don't bother checking for MB_LEN_MAX == 1, since the compiler
60054         can optimize it when MB_CUR_MAX == 1.
60055         The width of control characters is zero, not 1.
60056
60057 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60058
60059         The following changes are from gettext 0.10.39 as maintained by
60060         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
60061
60062         * m4/codeset.m4: Upgrade to serial AM1.
60063         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
60064         all uses changed.  Quote first arg of AC_DEFUN.
60065         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
60066
60067         * m4/iconv.m4: Upgrade to serial AM2.
60068         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
60069         Add --with-libconv-prefix.
60070         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
60071         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
60072         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
60073         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
60074         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
60075
60076         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
60077         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
60078         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
60079         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
60080         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
60081         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
60082         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
60083         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
60084         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
60085
60086         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
60087         string.h any more.
60088
60089         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
60090         not the default value.
60091
60092         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
60093         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
60094         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
60095         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
60096         Also check for iswcntrl, used for wcwidth fallback.
60097         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
60098         to Autoconf 2.13.
60099
60100 2001-08-03  Jim Meyering  <meyering@lucent.com>
60101
60102         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
60103         as it was in the original.  Reported by Paul Eggert.
60104
60105 2001-07-16  Jim Meyering  <meyering@lucent.com>
60106
60107         * m4/gettimeofday.m4: New file.
60108         Prompted by a report from Bernhard Baehr.
60109
60110 2001-07-15  Jim Meyering  <meyering@lucent.com>
60111
60112         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
60113         stuff. Now it's in ../Makefile.cfg.
60114
60115 2001-07-15  Jim Meyering  <meyering@lucent.com>
60116
60117         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
60118         (BUILT_SOURCES): Add unlocked-io.h.
60119         (io_functions): Define.
60120         (unlocked-io.h): New rule.
60121         (DISTCLEANFILES): Add unlocked-io.h.
60122         (all-local): Depend on unlocked-io.h, to ensure it is created.
60123
60124         * lib/unlocked-io.hin: New file
60125
60126         * lib/regex.c: Update from glibc.
60127
60128 2001-07-05  Jim Meyering  <meyering@lucent.com>
60129
60130         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
60131         recommendation.
60132         (libfetish_a_SOURCES): Put all .h files here instead.
60133         Remove a thus-exposed (better checks in automake) duplicate and
60134         two unnecessary .h files.
60135
60136 2001-07-04  Jim Meyering  <meyering@lucent.com>
60137
60138         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
60139         that generates jm-glibc-io.m4 so that it doesn't trigger any make
60140         distcheck failure.
60141
60142 2001-07-02  Jim Meyering  <meyering@lucent.com>
60143
60144         The following changes were prompted by suggestions from Bruno Haible.
60145
60146         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
60147         is now generated.
60148         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
60149         definition of EXTRA_DIST.
60150         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
60151         ensure that the generated file is created/updated whenever the list
60152         of $(unlocked_functions) is changed.
60153         (jm-glibc-io.m4): New rule.
60154         (unlocked-io.h): New rule -- currently unused.
60155
60156 2001-06-24  Jim Meyering  <meyering@lucent.com>
60157
60158         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
60159         unmatched right bracket, rather than kludging it with an extra,
60160         falsely-matching quote in a comment.  Patch by Akim Demaille.
60161
60162 2001-06-11  Jim Meyering  <meyering@lucent.com>
60163
60164         * lib/regex.c: Update from GNU libc.
60165
60166 2001-05-27  Jim Meyering  <meyering@lucent.com>
60167
60168         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
60169         Check for ut_type in struct utmp.
60170
60171 2001-05-27  Jim Meyering  <meyering@lucent.com>
60172
60173         * lib/readutmp.h (UT_TYPE): Define.
60174
60175 2001-05-24  Jim Meyering  <meyering@lucent.com>
60176
60177         * lib/argmatch.c: Include "quote.h".
60178         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
60179         quote function.  Reported by Göran Uddeborg.
60180
60181 2001-05-22  Jim Meyering  <meyering@lucent.com>
60182
60183         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
60184         now that we use the package-supplied version unconditionally.
60185         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
60186
60187 2001-05-21  Jim Meyering  <meyering@lucent.com>
60188
60189         * m4/regex.m4: Change a couple backticks to single quotes to avoid
60190         shell syntax errors.
60191
60192 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60193
60194         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
60195
60196 2001-05-20  Paul Eggert  <eggert@twinsun.com>
60197
60198         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
60199         Don't bother to check library strftime, since
60200         we'll be using our own my_strftime function anyway.
60201         Define my_strftime instead of strftime.
60202
60203 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
60204
60205         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
60206         which is not yet declared.
60207
60208 2001-05-15  Jim Meyering  <meyering@lucent.com>
60209
60210         * m4/regex.m4: Use proper quoting so brackets appear in the test
60211         program.
60212         Reported by, and with help from, Bruno Haible.
60213
60214 2001-05-13  Jim Meyering  <meyering@lucent.com>
60215
60216         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
60217         undefined.
60218
60219 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60220
60221         dirname code cleanup.  base_name now behaves more compatibly
60222         with POSIX basename when given file names that have trailing
60223         slashes, and similarly for dir_name.  Add new primitives
60224         base_len and dir_len.  Put the directory-name-related decls
60225         into dirname.h.
60226
60227         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
60228         * lib/backupfile.c (base_name): Likewise.
60229         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
60230         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
60231         * lib/makepath.c (strip_trailing_slashes): Likewise.
60232         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
60233         ISSLASH): Likewise.
60234         * lib/rename.c (strip_trailing_slashes): Likewise.
60235         * lib/same.c (base_name): Likewise.
60236         * lib/stripslash.c (ISSLASH): Likewise.
60237
60238         * lib/addext.c: Include <dirname.h> after size_t is defined.
60239         * lib/backupfile.c: Likewise.
60240
60241         * lib/addext.c (addext): Use base_len to trim redundant
60242         trailing slashes instead of doing it ourselves.
60243         But do not trim the last slash if it is not redundant.
60244
60245         * lib/backupfile.c (find_backup_file_name,
60246         max_backup_version): Use base_len instead of rolling it ourselves.
60247         Handle the case of "" and (on DOS) "C:" correctly.
60248
60249         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
60250         needed. Include <string.h>, <dirname.h>.
60251         (base_name): Allow file names ending in slashes, other than names
60252         that are all slashes.  In this case, return the basename followed
60253         by the slashes.  This is more general, and can be used in places
60254         where the original base_name purposely had an assertion failure.
60255         (base_len): New function.
60256
60257         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
60258         Do not include <assert.h>; no longer needed.
60259         Include xalloc.h.
60260         (memrchr): Remove decl.
60261         (dir_name_r): Remove.
60262         (dir_len): Renamed from dirlen.  All callers changed.
60263         Rewrite in terms of base_name, for simplicity and consistency.
60264         (dir_name): Never return NULL.  All callers changed.
60265         Do not include <stdlib.h> in test program; no longer needed.
60266         return 0; is fine for test program.
60267
60268         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
60269         New macros.
60270         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
60271
60272         * lib/path-concat.c (path_concat): Use base_len to compute
60273         base length, not strlen; this means we cannot rely on memcpy
60274         to null-terminate.
60275
60276         * lib/same.c (STREQ): Remove.
60277         (same_name): Handle the case where the basename ends in trailing '/'.
60278
60279         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
60280         a slash was stripped.  Do not strip the last slash after a
60281         file system prefix.
60282
60283 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60284
60285         * lib/Makefile.am (libfetish_a_SOURCES):
60286         Add strftime.c, since we now compile it on all hosts.
60287
60288         * lib/strftime.c (my_strftime):
60289         Define to nstrftime if emacs, but only if my_strftime is not defined.
60290         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
60291         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
60292         Add one more extra argument: a nanoseconds value.
60293         All uses changed.
60294         (ns): New macro.
60295         (my_strftime function): Add %N format.
60296         (emacs_strftimeu): Renamed from emacs_strftime,
60297         with extra ut argument.
60298
60299 2001-05-09  Paul Eggert  <eggert@twinsun.com>
60300
60301         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
60302
60303 2001-04-21  Jim Meyering  <meyering@lucent.com>
60304
60305         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
60306         doesn't interfere.
60307
60308 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60309
60310         * m4/ftruncate.m4: Check for chsize.
60311         Link with ftruncate.o unconditionally if ftruncate is missing.
60312         This was required when cross-compiling to i586-mingw32msvc.
60313
60314 2001-04-08  Jim Meyering  <meyering@lucent.com>
60315
60316         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
60317         recomputed; that's necessary when the offset spans a DST transition.
60318         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
60319
60320 2001-04-02  Jim Meyering  <meyering@lucent.com>
60321
60322         * lib/regex.h, regex.c: Update from GNU libc.
60323
60324 2001-03-24  Jim Meyering  <meyering@lucent.com>
60325
60326         * m4/jm-macros.m4: Require autoconf-2.49d.
60327
60328 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
60329
60330         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
60331
60332 2001-03-19  Paul Eggert  <eggert@twinsun.com>
60333
60334         * lib/version-etc.c (version_etc_copyright): Update to 2001.
60335
60336 2001-03-17  Jim Meyering  <meyering@lucent.com>
60337
60338         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
60339         now that the version in autoconf is equivalent.
60340         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
60341
60342         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
60343         Suggestion from Akim Demaille.
60344
60345         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
60346         (jm_PREREQ_TEMPNAME): New function.
60347
60348 2001-03-16  Paul Eggert  <eggert@twinsun.com>
60349
60350         * lib/tempname.c (uint64_t): Define to uintmax_t if
60351         not defined, and if UINT64_MAX is not defined.
60352         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
60353         Reported by John David Anglin.
60354
60355 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
60356
60357         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
60358         resolve alias if codeset is empty.
60359         * lib/config.charset (BeOS): Use wildcard syntax.
60360
60361 2001-03-13  Jim Meyering  <meyering@lucent.com>
60362
60363         * lib/path-concat.c (path_concat)
60364         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
60365         concatenating e.g., `C:' and `foo'.
60366         From Bruno Haible.
60367
60368 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60369
60370         * lib/localcharset.c (locale_charset): Don't use
60371         setlocale(LC_CTYPE,NULL). Don't return NULL.
60372         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
60373
60374 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60375
60376         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
60377         support for DOS/DJGPP.
60378
60379 2001-03-01  Paul Eggert  <eggert@twinsun.com>
60380
60381         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
60382         lacks mkstemp.  Compile our own tempname.c if we compile our own
60383         mkstemp.c, as mkstemp relies on tempname.
60384
60385 2001-03-01  Jim Meyering  <meyering@lucent.com>
60386
60387         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
60388         AH_VERBATIM really does output its argument verbatim.
60389
60390 2001-02-28  Paul Eggert  <eggert@twinsun.com>
60391
60392         * lib/Makefile.am (libfetish_a_SOURCES):
60393         Add dup-safer.c, fopen-safer.c.
60394         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
60395
60396         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
60397         * lib/unistd-safer.h: New files.
60398
60399 2001-02-25  Paul Eggert  <eggert@twinsun.com>
60400
60401         The mkstemp replacement is taken from glibc 2.2.2, with some
60402         portability fixes for use outside glibc, as follows:
60403
60404         * lib/tempname.c (struct_stat64): New macro.
60405         (direxists, __gen_tempname): Use it.
60406         This avoids a portability problem with Solaris 8.
60407
60408         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
60409         (<stddef.h>, <stdint.h>, <string.h>):
60410         Include only if STDC_HEADERS || _LIBC.
60411         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
60412         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
60413         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
60414         (__set_errno): Define this macro if <errno.h> doesn't.
60415         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
60416         Define these macros if <stdio.h> doesn't.
60417         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
60418         Define these macros if <sys/stat.h>
60419         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
60420         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
60421         __xstat64): Define if not _LIBC.
60422         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
60423         (__gen_tempname): Invoke gettimeofday only if
60424         HAVE_GETTIMEOFDAY || _LIBC;
60425         otherwise, fall back on plain "time".
60426         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
60427
60428         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
60429
60430         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
60431
60432 2001-02-18  Paul Eggert  <eggert@twinsun.com>
60433
60434         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
60435
60436 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60437
60438         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
60439         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
60440         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
60441         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60442
60443 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60444
60445         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
60446         Remove workaround macros for hosts that have mbrtowc but not
60447         mbstate_t, as we now insist on proper declarations for both
60448         before using mbrtowc.
60449
60450 2001-02-17  Jim Meyering  <meyering@lucent.com>
60451
60452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
60453         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
60454         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
60455         UnixWare 7.1.1.
60456
60457         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
60458         rather than AC_CACHE_VAL.
60459
60460 2001-02-17  Jim Meyering  <meyering@lucent.com>
60461
60462         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
60463         around included file name.
60464
60465         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
60466
60467         * lib/strftime.c: Update from GNU libc (the only changes were to
60468         comments).
60469
60470 2001-02-17  Jim Meyering  <meyering@lucent.com>
60471
60472         * lib/regex.c: Update from libc.
60473
60474 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
60475
60476         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
60477         clash.
60478
60479 2001-02-16  Paul Eggert  <eggert@twinsun.com>
60480
60481         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
60482         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
60483         Reported by Mark Hounschell via Paul Eggert.
60484
60485 2001-02-07  Jim Meyering  <meyering@lucent.com>
60486
60487         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
60488
60489 2001-02-05  Jim Meyering  <meyering@lucent.com>
60490
60491         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
60492         it includes the patch required for `large file' support with at least
60493         HP-UX's 10.20 /bin/cc.
60494
60495 2001-02-03  Jim Meyering  <meyering@lucent.com>
60496
60497         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
60498         AS_IF, now that it works once again (mysteriously).
60499         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
60500
60501 2001-01-30  Jim Meyering  <meyering@lucent.com>
60502
60503         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
60504         * m4/chown.m4: Rename conftestchown to conftest.chown.
60505         * m4/rename.m4: s/conftestdir/conftest.d1/ and
60506         s/conftestdir2/conftest.d2/.
60507         * m4/utimes.m4: s/conftestdata/conftest.data/
60508         Inspired by Pavel Roskin's change in autoconf.
60509
60510 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
60511
60512         * lib/config.charset: Update for FreeBSD 4.2.
60513
60514 2001-01-27  Jim Meyering  <meyering@lucent.com>
60515
60516         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
60517         a use of AS_IF.
60518         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
60519
60520 2001-01-26  Jim Meyering  <meyering@lucent.com>
60521
60522         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
60523         quotearg.c includes it.
60524
60525 2001-01-26  Jim Meyering  <meyering@lucent.com>
60526
60527         * lib/quotearg.c: Include stddef.h.
60528         * lib/quote.c: Include stddef.h.
60529         Reported by Axel Kittenberger.
60530
60531         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
60532         line in double quotes so that it evokes a better diagnostic.
60533         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
60534         Reported by Axel Kittenberger.
60535
60536 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
60537
60538         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
60539         as if it was a `charset'.
60540
60541 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
60542
60543         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
60544         has const.
60545
60546 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
60547
60548         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
60549         to avoid a warning.  Add back 'const' to inptr.
60550
60551 2001-01-20  Jim Meyering  <meyering@lucent.com>
60552
60553         Be sure that headers are checked before used in code compiled
60554         for the type checks.
60555         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
60556         In place of that, invoke jm_CHECK_ALL_TYPES.
60557         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
60558         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
60559         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
60560         The check for ssize_t was mistakenly run before the test for unistd.h.
60561
60562         The configure-time check for stdbool.h was missing.
60563         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
60564         (jm_PREREQ_HASH): New function.
60565
60566 2001-01-17  Jim Meyering  <meyering@lucent.com>
60567
60568         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
60569         for autoconf-2.49c.
60570         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
60571
60572 2001-01-16  Jim Meyering  <meyering@lucent.com>
60573
60574         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
60575         From Bruno Haible.
60576
60577 2001-01-14  Jim Meyering  <meyering@lucent.com>
60578
60579         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
60580         foo and bar.  Create conftestdir/ in the script, not in the C code.
60581         Remove directories in the script, not in the C code.
60582         Remove conftestdir{,2} before trying to create the directory.
60583         Make the entire configure script fail if the mkdir fails.
60584
60585 2001-01-14  Jim Meyering  <meyering@lucent.com>
60586
60587         * lib/rename.c: New file.  From Volker Borchert.
60588         Include stdlib.h, string.h or strings.h, and xalloc.h.
60589         Use strip_trailing_slashes rather than open-coding it.
60590
60591 2001-01-03  Paul Eggert  <eggert@twinsun.com>
60592
60593         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
60594
60595 2001-01-03  Jim Meyering  <meyering@lucent.com>
60596
60597         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
60598         of local `inptr' to avoid warning with some system declarations of
60599         iconv.
60600
60601 2001-01-02  Volker Borchert  <bt@teknon.de>
60602
60603         * m4/rename.m4: New file.
60604         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
60605
60606 2001-01-01  Jim Meyering  <meyering@lucent.com>
60607
60608         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
60609         even on systems with utmpx.h.  It's necessary for the declaration of
60610         utmp's ut_user member.  Reported by Andreas Jaeger.
60611
60612         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
60613         available. They are required for the declarations of getgrgid and
60614         getpwuid resp.
60615         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
60616         Reported by Andreas Jaeger.
60617
60618 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
60619
60620         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
60621         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
60622         so `make install' also works in VPATH builds.
60623
60624 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
60625
60626         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
60627         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
60628         can be used in subdirectories.
60629
60630 2000-12-29  Paul Eggert  <eggert@twinsun.com>
60631
60632         * lib/modechange.c: Do not assume that mode_t uses the
60633         traditional octal encoding.  E.g. "chmod 1 FOO" should set
60634         the other-execute bit of FOO even if S_IXOTH != 1.
60635
60636         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
60637         WOTH, XOTH, ALLM): New macros.
60638         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
60639          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
60640         Use them.
60641         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
60642         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
60643         (mode_compile):
60644         No need to use uintmax_t; unsigned long is long enough.
60645         Don't bother to get suffix since we don't use it.
60646
60647 2000-12-26  Jim Meyering  <meyering@lucent.com>
60648
60649         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
60650         better with autoheader.
60651
60652 2000-12-24  Jim Meyering  <meyering@lucent.com>
60653
60654         * lib/hash.c (is_prime): Return explicit boolean values.
60655         (hash_get_first): Return NULL to appease Irix5.6's 89.
60656         Reported by Nelson Beebe.
60657
60658 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
60659
60660         * lib/localcharset.c (locale_charset): Add support for Win32.
60661
60662 2000-12-18  Paul Eggert  <eggert@twinsun.com>
60663
60664         * lib/physmem.h, lib/physmem.c: New files.
60665
60666         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
60667         (noinst_HEADERS): Add physmem.h.
60668
60669         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
60670         't' for compatibility with Solaris 8 sort.
60671
60672 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
60673
60674         * lib/config.charset: Add support for BeOS.
60675
60676 2000-12-17  Jim Meyering  <meyering@lucent.com>
60677
60678         * m4/dos.m4 (jm_AC_DOS): New file and macro.
60679         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
60680
60681 2000-12-16  Jim Meyering  <meyering@lucent.com>
60682
60683         This bug had a serious impact on chown: `chown N:M FILE' (for integer
60684         N and M) would have treated it like `chown N:N FILE'.
60685
60686         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
60687
60688 2000-12-16  Jim Meyering  <meyering@lucent.com>
60689
60690         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
60691         SHELLS_FILE to a file name that's useful on djgpp systems.
60692         Include stdlib.h.
60693         (ADDITIONAL_DEFAULT_SHELLS): Define.
60694         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
60695         Based mostly on a patch from Prashant TR.
60696
60697 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
60698
60699         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
60700         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
60701         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
60702
60703 2000-12-08  Andreas Schwab  <schwab@suse.de>
60704
60705         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
60706         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
60707
60708 2000-12-07  Jim Meyering  <meyering@lucent.com>
60709
60710         * lib/stripslash.c (ISSLASH): Define.
60711         (strip_trailing_slashes): Use ISSLASH rather than comparing against
60712         `/'.
60713         From Prashant TR.
60714
60715         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
60716         (dir_name_r): Declare this function as static.
60717         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
60718         manifest itself on a name containing a mix of slashes and
60719         backslashes.
60720         Make this function work with names starting with a DOS-style
60721         drive letter and colon prefix.
60722         (dir_name): Append `.' if necessary.
60723         Based mostly on patches from Prashant TR and Eli Zaretskii.
60724
60725         * lib/dirname.h (dir_name_r): Remove prototype.
60726
60727 2000-12-06  Paul Eggert  <eggert@twinsun.com>
60728
60729         * m4/off_t-format.m4: Remove this file.
60730         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
60731
60732 2000-12-06  Jim Meyering  <meyering@lucent.com>
60733
60734         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
60735         replacement strtoull, we may well need the replacement strtoul, too.
60736         Check for declarations of strtoul and strtoull.
60737         Check for strtol.  Mainly as a cue to cause automake to include
60738         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
60739         Check for limits.h -- strtol.c needs it.
60740
60741 2000-12-05  Jim Meyering  <meyering@lucent.com>
60742
60743         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
60744
60745 2000-12-04  Jim Meyering  <meyering@lucent.com>
60746
60747         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
60748         Also include memory.h, stdlib.h, unistd.h if appropriate.
60749         Reported by Andreas Jaeger (conflicting declaration of malloc).
60750
60751 2000-12-02  Jim Meyering  <meyering@lucent.com>
60752
60753         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
60754         * m4/jm-macros.m4 (jm_MACROS): require it.
60755
60756 2000-12-02  Jim Meyering  <meyering@lucent.com>
60757
60758         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
60759
60760 2000-12-01  Paul Eggert  <eggert@twinsun.com>
60761
60762         * lib/memrchr.c: Include <config.h> before any system include file.
60763
60764 2000-11-30  Jim Meyering  <meyering@lucent.com>
60765
60766         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
60767
60768 2000-11-30  Jim Meyering  <meyering@lucent.com>
60769
60770         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
60771
60772 2000-11-29  Paul Eggert  <eggert@twinsun.com>
60773
60774         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
60775
60776 2000-11-26  Jim Meyering  <meyering@lucent.com>
60777
60778         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
60779
60780 2000-11-22  Paul Eggert  <eggert@twinsun.com>
60781
60782         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
60783         size of (size_t) -1; it's not portable.
60784
60785 2000-11-17  Jim Meyering  <meyering@lucent.com>
60786
60787         * lib/strstr.c: Update from GNU libc.
60788
60789 2000-11-17  Akim Demaille  <akim@epita.fr>
60790
60791         * lib/obstack.h: Formatting changes.
60792         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
60793         prevent type checking.
60794         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
60795         cast the value to (void *): assigning a `foo *' to a `void *'
60796         variable is valid.
60797         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
60798
60799 2000-11-16  Jim Meyering  <meyering@lucent.com>
60800
60801         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
60802
60803 2000-11-11  Jim Meyering  <meyering@lucent.com>
60804
60805         * lib/error.c: Add a couple #includes, merging from GNU libc version.
60806
60807 2000-11-10  Jim Meyering  <meyering@lucent.com>
60808
60809         * lib/obstack.h: Update from GNU libc.
60810         * lib/obstack.c: Likewise.
60811
60812 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
60813
60814         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
60815
60816 2000-11-06  Paul Eggert  <eggert@twinsun.com>
60817
60818         * lib/getusershell.c (setusershell): Use rewind rather than
60819         fseek/fseeko, to avoid configuration hassles with fseeko.
60820         Don't bother opening SHELLS_FILE if shellstream is NULL;
60821         it's not necessary.
60822
60823 2000-11-05  Jim Meyering  <meyering@lucent.com>
60824
60825         * lib/makepath.h (make_dir): Declare.
60826         * lib/makepath.c (make_dir): Remove `static' attribute.
60827         Tweak a comment.
60828
60829 2000-11-04  Jim Meyering  <meyering@lucent.com>
60830
60831         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
60832
60833 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
60834
60835         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
60836         last one in a bucket, advance to the next bucket.
60837
60838 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
60839
60840         * lib/fnmatch.c: Do not comment out all the code if we are using
60841         the GNU C library, because in some cases we are replacing buggy
60842         code in the GNU C library itself.
60843
60844 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
60845
60846         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
60847         (regex_compile): Catch bogus \(\1\).
60848
60849 2000-10-30  Paul Eggert  <eggert@twinsun.com>
60850
60851         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
60852         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
60853         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
60854
60855 2000-10-30  Paul Eggert  <eggert@twinsun.com>
60856
60857         * lib/error.h, getline.h, modechange.h:
60858         Remove "2000" from Copyright line, as the file hasn't been
60859         changed this year other than in the copyright notice.
60860
60861         * lib/xalloc.h: Add "2000" to Copyright line, as this file
60862         was changed this year.
60863
60864 2000-10-29  Jim Meyering  <meyering@lucent.com>
60865
60866         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
60867         renaming.
60868         * m4/ls-mntd-fs.m4: Likewise
60869
60870 2000-10-29  Jim Meyering  <meyering@lucent.com>
60871
60872         * lib/xstat.in: Fix grammar in comment.
60873
60874 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
60875
60876         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
60877         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
60878         doesn't define __restrict_arr.
60879
60880 2000-10-28  Jim Meyering  <meyering@lucent.com>
60881
60882         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
60883         (jm_PREREQ_MEMCHR): New function.
60884
60885 2000-10-28  Jim Meyering  <meyering@lucent.com>
60886
60887         * lib/memchr.c: Update from libc.
60888         Adjust for portability:
60889         [HAVE_STDLIB_H]: Include stdlib.h.
60890         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
60891         Undef __memchr, too.
60892         [!weak_alias]: Define __memchr to memchr.
60893
60894         * lib/regex.c: Update from libc.
60895         * lib/regex.h: Likewise.
60896         * lib/getopt1.c: Likewise.
60897         * lib/memcmp.c: Likewise.
60898
60899         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
60900         Avoid using fseek, when possible -- it's broken by design.
60901         Patch by Ulrich Drepper.
60902
60903 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
60904
60905         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
60906         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
60907         Giving in to popular pressure to shut up the compiler with casts.
60908
60909 2000-10-26  Jim Meyering  <meyering@lucent.com>
60910
60911         * lib/strftime.c: Update from libc.
60912
60913 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
60914
60915         * regex.c: More `unsigned char' -> `re_char' changes.
60916         Also change several `int' into `re_wchar_t'.
60917         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
60918         (PUSH_FAILURE_POINTER): Don't cast any more.
60919         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
60920         We want GCC to complain, since this piece of code makes
60921         re_match non-reentrant, which *should* be fixed.
60922         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
60923         (EXTEND_BUFFER): Use RETALLOC.
60924         (SET_LIST_BIT): Don't cast.
60925         (re_wchar_t): New type.
60926         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
60927         that those two functions will always properly return.
60928         (IMMEDIATE_QUIT_CHECK): Cast to void.
60929         (analyse_first): Use recursion rather than an explicit stack.
60930         (re_compile_fastmap): Can't fail anymore.
60931         (re_search_2): Don't check re_compile_fastmap for failure.
60932         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
60933         Now also sets the new value (passed in a new argument).
60934         (re_match_2_internal): Use it.
60935         Also, use a new var `reg' of type size_t when looping through regs
60936         rather than reuse the inappropriate `mcnt'.
60937
60938 2000-10-25  Jim Meyering  <meyering@lucent.com>
60939
60940         * lib/obstack.c: Update from libc.
60941
60942 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
60943
60944         * regex.c (regex_compile): Change the way of handling a range from
60945         a char less than 256 to a char not less than 256.
60946
60947 2000-10-24  Andrew Innes  <andrewi@gnu.org>
60948
60949         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
60950         NT-Emacs only.
60951         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
60952         so that re_search functions only quit when callers expect them to.
60953
60954 2000-10-23  Jim Meyering  <meyering@lucent.com>
60955
60956         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
60957         wrong.  That set_locale call must not have any side effects.
60958         From Paul Eggert.
60959
60960 2000-10-22  Jim Meyering  <meyering@lucent.com>
60961
60962         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
60963         [CYCLIC]: Remove now-unused definition.
60964
60965         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
60966         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
60967         Suggestion from Ulrich Drepper.
60968
60969 2000-10-21  Jim Meyering  <meyering@lucent.com>
60970
60971         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
60972         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
60973         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
60974
60975 2000-10-21  Jim Meyering  <meyering@lucent.com>
60976
60977         * lib/dirname.c (memrchr): Declare if necessary.
60978         (dir_name): Remove the restriction that there be no
60979         trailing slashes.  Now, this code skips past them, effectively
60980         ignoring them.
60981         [TEST_DIRNAME] (main): New unit tests.
60982
60983         * lib/memrchr.c: New file from GNU libc.
60984         Undef __memrchr, too.
60985         [!weak_alias]: Define __memrchr to memrchr.
60986         Guard weak_alias use with `#ifdef weak_alias'.
60987
60988 2000-10-21  Jim Meyering  <meyering@lucent.com>
60989
60990         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
60991         (dir_name): Use dir_name_r.
60992         * lib/dirname.h (dir_name_r): Declare it.
60993
60994 2000-10-17  Jim Meyering  <meyering@lucent.com>
60995
60996         * lib/quote.h (PARAMS): Define and use.
60997         Reported by Akim Demaille.
60998
60999         * lib/getopt.c: Update from libc.
61000
61001 2000-10-16  Jim Meyering  <meyering@lucent.com>
61002
61003         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
61004         setlocale.
61005         From Jan Fedak.
61006
61007 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
61008
61009         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
61010
61011 2000-09-25  Jim Meyering  <meyering@lucent.com>
61012
61013         * lib/md5.h (rol): Define (from GnuPG).
61014
61015         * lib/sha.c: Give credit (GnuPG) where due.
61016         (M): Use rol rather than open-coding it.
61017         Add a FIXME comment.
61018
61019 2000-09-21  Jim Meyering  <meyering@lucent.com>
61020
61021         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
61022         Reported by Michael Stone.
61023
61024 2000-09-20  Jim Meyering  <meyering@lucent.com>
61025
61026         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
61027         (noinst_HEADERS): Add sha.h.
61028         Based on code from Scott G. Miller and from GnuPG.
61029
61030 2000-09-18  Jim Meyering  <meyering@lucent.com>
61031
61032         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
61033         LIBS. Otherwise, everyone ends up linking with -lelf for some
61034         configurations.
61035         Reported by Mike Stone.
61036
61037 2000-09-15  Jim Meyering  <meyering@lucent.com>
61038
61039         * lib/regex.c: Update from libc.
61040
61041 2000-09-10  Jim Meyering  <meyering@lucent.com>
61042
61043         * lib/getopt.c (_getopt_internal): Update from glibc.
61044
61045 2000-09-09  Jim Meyering  <meyering@lucent.com>
61046
61047         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
61048         think it should be used as a general replacement for isascii.
61049         * lib/fnmatch.c: Likewise.
61050         * lib/mbswidth.c: Likewise
61051         * lib/regex.c: Likewise.
61052
61053         Don't use atoi.
61054         * lib/userspec.c: Include sys/param.h and limits.h.
61055         Include xstrtol.h.
61056         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61057         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
61058         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
61059         UID, GID.  Check range.
61060
61061 2000-09-06  Jim Meyering  <meyering@lucent.com>
61062
61063         * lib/getopt.c (_getopt_internal): Update from glibc.
61064
61065 2000-08-30  Jim Meyering  <meyering@lucent.com>
61066
61067         * lib/strftime.c: Merge in changes from GNU libc.
61068
61069 2000-08-26  Jim Meyering  <meyering@lucent.com>
61070
61071         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
61072         * m4/fpending.m4: New file.
61073
61074 2000-08-26  Jim Meyering  <meyering@lucent.com>
61075
61076         * lib/closeout.c: Include "__fpending.h".
61077         (close_stdout_status): Return right away if there's nothing to flush.
61078
61079         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
61080         * lib/__fpending.c: New file.
61081         * lib/__fpending.h: New file.
61082
61083 2000-08-20  Jim Meyering  <meyering@lucent.com>
61084
61085         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
61086         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
61087         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
61088
61089 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
61090
61091         Improve fileutils installation on systems where running
61092         programs (like install) can't be unlinked.
61093         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
61094         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
61095
61096 2000-08-07  Paul Eggert  <eggert@twinsun.com>
61097
61098         Standardize on "memory exhausted" instead of "Memory exhausted"
61099         or "virtual memory exhausted".
61100         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
61101         "virtual memory exhausted".
61102         * lib/same.c (same_name): Invoke xalloc_die instead of printing
61103         our own message.
61104         * lib/userspec.c (parse_user_spec): Likewise.
61105         * lib/bumpalloc.h: comment fix
61106         * lib/same.c, userspec.c: Include xalloc.h.
61107
61108         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
61109         not char *const and pointing to a constant array.
61110         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
61111         (xrealloc): Comment fix.
61112
61113         * lib/userspec.c (parse_user_spec):
61114         Don't translate a message until just before returning,
61115         to avoid unnecessary translation.
61116
61117 2000-08-07  Jim Meyering  <meyering@lucent.com>
61118
61119         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
61120         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
61121         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
61122         getgroups.c, gethostname.c, getopt.h, group-member.c,
61123         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
61124         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
61125         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
61126         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
61127         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
61128         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
61129         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
61130         yesno.c: Back out Copyright date changes for each file with no change
61131         this year.  This eases coordination with other programs using the same
61132         source code modules.  From Paul Eggert.
61133
61134 2000-08-06  Paul Eggert  <eggert@twinsun.com>
61135
61136         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
61137         not char, for compatibility with glibc 2.1.3 strftime.c.
61138
61139 2000-08-03  Greg McGary  <greg@mcgary.org>
61140
61141         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
61142         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
61143         (EXTEND_BUFFER): Use them.
61144
61145 2000-08-01  Jim Meyering  <meyering@lucent.com>
61146
61147         * lib/dirname.c (ISSLASH): Define.
61148         (BACKSLASH_IS_PATH_SEPARATOR): Define.
61149         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
61150         both `\' and `/' may be use as path separators.
61151         Based on a patch from Prashant TR.
61152
61153 2000-07-31  Paul Eggert  <eggert@twinsun.com>
61154
61155         * lib/quotearg.c (quotearg_n_options): Don't make the initial
61156         slot vector a constant, since it might get modified.
61157
61158 2000-07-31  Jim Meyering  <meyering@lucent.com>
61159
61160         * lib/xmalloc.c: Use `virtual memory exhausted', not
61161         `Memory exhausted'.
61162         * lib/obstack.c (print_and_abort): Likewise.
61163
61164 2000-07-30  Paul Eggert  <eggert@twinsun.com>
61165
61166         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
61167         buffer, so that the caller can always quote one small
61168         component of a "memory exhausted" message in slot 0.
61169         From a suggestion by Jim Meyering.
61170
61171 2000-07-30  Jim Meyering  <meyering@lucent.com>
61172
61173         * lib/makepath.c (make_path): Quote the other instance, too.
61174
61175         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
61176         (STATIC_BUF_SIZE): Define.
61177         (quotearg_n_options): Use only statically allocated storage when
61178         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
61179         than STATIC_BUF_SIZE.
61180
61181 2000-07-29  Jim Meyering  <meyering@lucent.com>
61182
61183         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
61184         * lib/dirname.c (dir_name): Likewise.
61185
61186         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
61187         `/'.
61188
61189         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
61190         (dir_name): Assert that there are no trailing slashes.
61191
61192 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
61193
61194         * lib/mbswidth.h (mbswidth): Add a flags argument.
61195         (mbswidth): New declaration.
61196         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
61197         * lib/mbswidth.c (mbswidth): Add a flags argument.
61198         (mbsnwidth): New function.
61199
61200 2000-07-24  Jim Meyering  <meyering@lucent.com>
61201
61202         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
61203
61204 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61205
61206         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
61207
61208 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61209
61210         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
61211         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
61212         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
61213         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
61214         invoke multibyte primitives.
61215
61216 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61217
61218         * lib/quotearg.c:
61219         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
61220         so that mbstate_t is always defined.
61221
61222         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
61223         be 1 in at least one GCC installation, and this configuration
61224         error is likely to be common.  Ignoring MB_LEN_MAX hurts
61225         performance on hosts that have mbrtowc but have only unibyte
61226         locales, but I assume these hosts are rare.
61227
61228 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61229
61230         * lib/mbswidth.c (_XOPEN_SOURCE):
61231         Don't define; this causes problems on Solaris 7.
61232         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
61233
61234 2000-07-23  Jim Meyering  <meyering@lucent.com>
61235
61236         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
61237         too: getgrgid, getpwuid, getuid.
61238
61239 2000-07-23  Jim Meyering  <meyering@lucent.com>
61240
61241         * lib/basename.c (base_name): Add an assertion.
61242
61243 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
61244
61245         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
61246         shadow its mbsinit function.
61247
61248 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61249
61250         * lib/mbswidth.h: New file.
61251         * lib/mbswidth.c: New file.
61252         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
61253         (noinst_HEADERS): Add mbswidth.h.
61254
61255 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61256
61257         * lib/config.charset: Add support for FreeBSD. Improve support for
61258         HP-UX and IRIX 6.
61259
61260 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
61261
61262         * m4/mbswidth.m4: New file.
61263         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
61264
61265 2000-07-15  Jim Meyering  <meyering@lucent.com>
61266
61267         * lib/makepath.c: Include quote.h.
61268         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
61269         corresponding argument in a `quote (...)' call.
61270         Give better diagnostics.
61271
61272         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
61273         (noinst_HEADERS): Add quote.h.
61274
61275         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
61276         from tar's src/misc.c.
61277         * lib/quote.h: New file.  Prototypes for same.
61278
61279 2000-07-14  Paul Eggert  <eggert@twinsun.com>
61280
61281         From a suggestion by Bruno Haible.
61282         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
61283         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
61284         to decide whether to define the BeOS workaround macro;
61285         this adjusts to the change to AC_MBSTATE_T.
61286
61287 2000-07-14  Jim Meyering  <meyering@lucent.com>
61288
61289         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
61290         jm_AC_TYPE_UINTMAX_T.
61291
61292 2000-07-13  Paul Eggert  <eggert@twinsun.com>
61293
61294         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
61295
61296         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
61297         quotearg_buffer_restyled): Add support for
61298         clocale_quoting_style.  Undo previous change to
61299         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
61300         and "{RIGHT QUOTATION MARK}" msgids.
61301
61302 2000-07-10  Paul Eggert  <eggert@twinsun.com>
61303
61304         From a suggestion by Bruno Haible.
61305         * m4/mbstate_t.m4 (AC_MBSTATE_T):
61306         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
61307         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
61308         and mbstate_t, to a single-part test that simply defines mbstate_t.
61309         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
61310         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
61311
61312 2000-07-10  Jim Meyering  <meyering@lucent.com>
61313
61314         * m4/strerror_r.m4: Mirror the correction made in autoconf.
61315
61316         * m4/gnu-source.m4: Output to confdefs.h directly.
61317         Suggestion from Akim Demaille.
61318
61319 2000-07-09  Paul Eggert  <eggert@twinsun.com>
61320
61321         The old behavior of quoting `like this' doesn't look good with
61322         newer, ISO-style fonts.  See:
61323         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
61324
61325         Instead, quote "like this" by default.  Let the translator
61326         tailor the locale-specific quoting behavior by providing
61327         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
61328
61329         * lib/quotearg.c (N_): New macro.
61330         (gettext_default): New function.
61331         (quotearg_buffer_restyled): Use
61332         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
61333         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
61334
61335 2000-07-09  Jim Meyering  <meyering@lucent.com>
61336
61337         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
61338         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
61339
61340         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
61341         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
61342
61343 2000-07-09  Jim Meyering  <meyering@lucent.com>
61344
61345         * lib/Most files: Update copyright dates to include 2000.
61346
61347 2000-07-08  Jim Meyering  <meyering@lucent.com>
61348
61349         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
61350         if not defined.
61351         (xgethostname): Remove now-unnecessary #ifdef.
61352         Move declaration of `err' into loop where it's used.
61353
61354 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61355         and Bruno Haible  <haible@clisp.cons.org>
61356
61357         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
61358         only if the test for an object-type mbstate_t fails.  This
61359         prevents us from mistakenly reporting that mbstate_t is a
61360         system object type after we "#define mbstate_t int" to work
61361         around its lack.
61362
61363 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61364         and Bruno Haible  <haible@clisp.cons.org>
61365
61366         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
61367
61368 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61369
61370         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
61371         to strerror_r.
61372         Include <ctype.h> for use of isalpha.
61373
61374 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61375
61376         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
61377         by allocating a larger buffer. Test the gethostname return value for
61378         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
61379         returns an error and ENAMETOOLONG isn't defined.
61380
61381 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61382
61383         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
61384         dimension.
61385
61386 2000-07-04  Jim Meyering  <meyering@lucent.com>
61387
61388         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
61389         of the deprecated AC_CHECKING.
61390
61391 2000-07-04  Jim Meyering  <meyering@lucent.com>
61392
61393         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
61394         Reported by Bruno Haible.
61395
61396 2000-07-04  Jim Meyering  <meyering@lucent.com>
61397
61398         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
61399         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
61400         lacks mbrtowc.
61401
61402 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61403
61404         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
61405         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
61406
61407 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61408         and Bruno Haible  <haible@clisp.cons.org>
61409
61410         * lib/quotearg.c (mbrtowc):
61411         Assign to *pwc, and return 1 only if result is nonzero.
61412         (iswprint): Use ISPRINT when substituting our own mbrtowc.
61413
61414 2000-07-03  Jim Meyering  <meyering@lucent.com>
61415
61416         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
61417
61418 2000-07-03  Jim Meyering  <meyering@lucent.com>
61419
61420         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
61421         This is necessary to get a definition of e.g., UTMP_FILE on
61422         HP-UX 10.20.
61423         From Bob Proulx.
61424
61425 2000-07-02  Jim Meyering  <meyering@lucent.com>
61426
61427         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
61428
61429         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
61430         AC_LIBOBJ(function_name).
61431         * m4/chown.m4: Likewise.
61432         * m4/fnmatch.m4: Likewise.
61433         * m4/ftruncate.m4: Likewise.
61434         * m4/getgroups.m4: Likewise.
61435         * m4/getline.m4: Likewise.
61436         * m4/group-member.m4: Likewise.
61437         * m4/jm-macros.m4: Likewise.
61438         * m4/lstat.m4: Likewise.
61439         * m4/malloc.m4: Likewise.
61440         * m4/memcmp.m4: Likewise.
61441         * m4/nanosleep.m4: Likewise.
61442         * m4/putenv.m4: Likewise.
61443         * m4/realloc.m4: Likewise.
61444         * m4/regex.m4: Likewise.
61445         * m4/stat.m4: Likewise.
61446         * m4/strftime.m4: Likewise.
61447
61448 2000-07-02  Jim Meyering  <meyering@lucent.com>
61449
61450         * lib/quotearg.c (mbstate_t): Don't define here.
61451
61452 2000-07-02  Jim Meyering  <meyering@lucent.com>
61453
61454         * lib/nanosleep.c (SIGCONT): Define if not already defined.
61455
61456 2000-07-01  Jim Meyering  <meyering@lucent.com>
61457
61458         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
61459
61460 2000-07-01  Jim Meyering  <meyering@lucent.com>
61461
61462         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
61463         problem.
61464
61465 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61466
61467         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
61468         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
61469
61470 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61471
61472         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
61473         per change in ../m4/ls-mntd-fs.m4.
61474         (read_filesystem_list): Ignore symbolic links.
61475
61476 2000-06-29  Jim Meyering  <meyering@lucent.com>
61477
61478         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
61479         for declaration of strcmp.
61480
61481         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
61482
61483         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
61484         Avoid warning by casting result to `char *' to remove `const'.
61485
61486 2000-06-28  Jim Meyering  <meyering@lucent.com>
61487
61488         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
61489         included by quotearg.c, for which we perform this test.  From
61490         Bruno Haible.
61491
61492 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
61493
61494         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
61495         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
61496         <utmpx.h> exists, put readutmp.o into LIBOBJS.
61497
61498 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
61499
61500         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
61501
61502 2000-06-26  Paul Eggert  <eggert@twinsun.com>
61503
61504         savedir now sets errno on failure and invokes xmalloc to get memory.
61505         Fix a couple of other minor bugs while we're at it.
61506
61507         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
61508         (NAMLEN): Remove macro.
61509         (malloc, realloc): Remove decls.
61510         (stpcpy): Likewise.
61511         ("xalloc.h"): Include.
61512         (NAME_SIZE_DEFAULT): New macro.
61513         (savedir): Use xmalloc / xrealloc to allocate memory.
61514         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
61515         Skip "" directory entries.
61516         Use strlen to calculate directory entry length, since the old method
61517         is rarely used these days and isn't worth supporting.
61518         Don't use a pointer after freeing it.
61519         Check for integer overflow when calculating allocation size.
61520         Use memcpy to copy entries, instead of stpcpy.
61521         Set errno properly when returning NULL.
61522         Check for readdir error.
61523
61524 2000-06-26  Jim Meyering  <meyering@lucent.com>
61525
61526         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
61527
61528 2000-06-25  Jim Meyering  <meyering@lucent.com>
61529
61530         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
61531         Linux header bug when _XOPEN_SOURCE is defined to 500.
61532
61533 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
61534
61535         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
61536         deficiency.
61537
61538 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
61539
61540         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
61541         Include xalloc.h.
61542         Don't include <stdlib.h>.  Don't declare malloc, realloc.
61543
61544 2000-06-24  Jim Meyering  <meyering@lucent.com>
61545
61546         * m4/strerror_r.m4: Revive this file -- to try out an experimental
61547         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
61548         for which strerror does return char*, but which lacks a conveniently
61549         accessible declaration of the function.  If the compile-test says
61550         strerror_r doesn't work, then resort to a `run'-test that works on
61551         BeOS and segfaults on DEC Unix.
61552
61553 2000-06-24  Jim Meyering  <meyering@lucent.com>
61554
61555         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
61556
61557 2000-06-23  Paul Eggert  <eggert@twinsun.com>
61558
61559         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
61560         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
61561
61562 2000-06-23  Paul Eggert  <eggert@twinsun.com>
61563
61564         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
61565         (mbrtowc, mbstate_t): Define substitutes if
61566         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
61567         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
61568         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
61569
61570 2000-06-23  Jim Meyering  <meyering@lucent.com>
61571
61572         * m4/afs.m4: Add missing AC_MSG_RESULT.
61573         Reported by Bruno Haible.
61574
61575         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
61576         Suggestion from Bruno Haible.
61577
61578 2000-06-23  Jim Meyering  <meyering@lucent.com>
61579
61580         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
61581
61582 2000-06-21  Jim Meyering  <meyering@lucent.com>
61583
61584         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
61585
61586 2000-06-21  Jim Meyering  <meyering@lucent.com>
61587
61588         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
61589         (noinst_HEADERS): Add getstr.h.
61590
61591         * lib/getline.c (getstr): Move into a separate file.
61592         * lib/getstr.c (getstr): New file, extracted from getline.c, with
61593         the following changes: new parameter, delim2; both delim[12]
61594         parameters have type `int', not `char'.  The latter would lose
61595         with 8-bit delimiters.
61596         * lib/getstr.h: New file.
61597
61598 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61599
61600         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
61601         than 1024, return a memory chunk of least possible size, instead
61602         of size PATH_MAX + 2. In the loop, increment the size proportionally.
61603         Use free/xmalloc instead of xrealloc to avoid copying for very long
61604         paths.
61605
61606 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61607
61608         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
61609         the empty string.
61610
61611 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61612
61613         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
61614         address, not strdup.  Include <stdlib.h> and don't declare free().
61615
61616 2000-06-19  Jim Meyering  <meyering@lucent.com>
61617
61618         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
61619
61620 2000-06-18  Jim Meyering  <meyering@lucent.com>
61621
61622         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
61623
61624         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
61625         `checking whether...' message to be consistent with that of the
61626         lstat test.
61627
61628 2000-06-18  Jim Meyering  <meyering@lucent.com>
61629
61630         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
61631         Besides, these days every porting target provides a mkdir function.
61632
61633         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
61634         needed. (this snippet comes from src/system.h).
61635
61636 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
61637
61638         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
61639
61640 2000-06-15  Paul Eggert  <eggert@twinsun.com>
61641
61642         * lib/human.c (adjust_value): New function.
61643         (human_readable_inexact): Apply rounding style even when
61644         printing approximate values.
61645
61646 2000-06-14  Paul Eggert  <eggert@twinsun.com>
61647
61648         * lib/human.c (human_readable_inexact): Allow an input block
61649         size that is not a multiple of the output block size, and vice versa.
61650         Reported by Piergiorgio Sartor.
61651
61652 2000-06-14  Paul Eggert  <eggert@twinsun.com>
61653
61654         * lib/getdate.y (get_date): Apply relative times after time
61655         zone indicator, not before.  Reported by Todd A. Jacobs.
61656
61657 2000-06-13  Jim Meyering  <meyering@lucent.com>
61658
61659         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
61660
61661         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
61662
61663 2000-06-12  Paul Eggert  <eggert@twinsun.com>
61664
61665         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
61666
61667 2000-06-12  Jim Meyering  <meyering@lucent.com>
61668
61669         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
61670         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
61671         optional argument.
61672         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
61673         the optional argument, `lib'.
61674
61675 2000-06-08  Jim Meyering  <meyering@lucent.com>
61676
61677         * m4/largefile.m4: Remove file (now that it's part of autoconf).
61678
61679 2000-06-04  Paul Eggert  <eggert@twinsun.com>
61680
61681         Rewrite largefile configuration so that we don't need to run
61682         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
61683         AC_CANONICAL_HOST in configure.in -- jmm]
61684
61685         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
61686         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
61687         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
61688         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
61689         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
61690         All uses changed.
61691         Instead of inspecting the output of getconf, try to compile the
61692         test program without and with the macro definition.
61693         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
61694         for getconf.  Instead, check for the needed flags by compiling
61695         test programs.
61696
61697 2000-06-04  Paul Eggert  <eggert@twinsun.com>
61698
61699         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
61700
61701 2000-06-04  Jim Meyering  <meyering@lucent.com>
61702
61703         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
61704         SunOS 4.1.4 for which gid_t is an unsigned type.
61705
61706 2000-06-03  Jim Meyering  <meyering@lucent.com>
61707
61708         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
61709         now that autoconf requires that.
61710
61711         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
61712         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
61713         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
61714
61715 2000-06-03  Jim Meyering  <meyering@lucent.com>
61716
61717         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
61718
61719 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
61720
61721         * m4/glibc21.m4: New file.
61722         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
61723
61724 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
61725
61726         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
61727         newer, don't install charset.alias.
61728         * lib/config.charset: Change the Linux/glibc rules so they become empty
61729         on glibc-2.1 or newer.
61730
61731 2000-06-02  Jim Meyering  <meyering@lucent.com>
61732
61733         * lib/mountlist.c: Back out last change.  Instead, do this...
61734         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
61735         me_dummy member using the same `ignore'-testing code.
61736         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
61737         fs_type strings.
61738         From Mark D. Roth.
61739
61740 2000-05-29  Jim Meyering  <meyering@lucent.com>
61741
61742         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
61743         mounts with the `ignore' attribute.  Based on a patch from
61744         Mark D. Roth.
61745
61746 2000-05-28  Jim Meyering  <meyering@lucent.com>
61747
61748         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
61749         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61750         * m4/stat.m4: Likewise.
61751         * m4/lstat.m4: Likewise.
61752         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
61753
61754         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
61755         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
61756
61757 2000-05-26  Jim Meyering  <meyering@lucent.com>
61758
61759         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
61760
61761 2000-05-24  Jim Meyering  <meyering@lucent.com>
61762
61763         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
61764         autoconf requires that.
61765         * m4/lib-check.m4: Likewise.
61766         * m4/jm-macros.m4: Likewise.
61767         * m4/strftime.m4: Likewise.
61768
61769         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
61770         AC_CHECK_DECLS, now that autoconf requires that.
61771
61772 2000-05-22  Jim Meyering  <meyering@lucent.com>
61773
61774         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61775         * m4/lstat.m4: Likewise.
61776
61777 2000-05-22  Jim Meyering  <meyering@lucent.com>
61778
61779         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
61780
61781 2000-05-20  Jim Meyering  <meyering@lucent.com>
61782
61783         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
61784         (jm_PREREQ): Use it.
61785
61786 2000-05-18  Jim Meyering  <meyering@lucent.com>
61787
61788         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
61789         back, too, since it may have been modified by allocate_entry.
61790         (hash_delete): Rewrite to use neither the assignment operator
61791         nor the comma operator in an if-expression.
61792
61793 2000-05-15  Paul Eggert  <eggert@twinsun.com>
61794
61795         * lib/closeout.c:
61796         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
61797         Remove; no longer needed.
61798         "quotearg.h": Add include.
61799         (file_name): Do not bother to explicitly initialize to NULL; it's less
61800         efficient on some hosts.
61801         (close_stdout_status): Remove test as to whether stdout was already
61802         closed; it breaks for the case "echo x | sort >&-".
61803         Quote file name colons.
61804         Do not assume that _("write error") lacks format strings.
61805
61806 2000-05-15  Jim Meyering  <meyering@lucent.com>
61807
61808         * lib/version-etc.c (version_etc_copyright): Update the copyright
61809         string used in all --version output.
61810
61811 2000-05-14  Jim Meyering  <meyering@lucent.com>
61812
61813         * lib/closeout.c (close_stdout_set_file_name): New function.
61814         (close_stdout_status): Use new file-scoped global.
61815         Return right away if fstat says the stdout file descriptor is invalid.
61816         * lib/closeout.h (close_stdout_set_file_name): Declare.
61817
61818 2000-05-10  Jim Meyering  <meyering@lucent.com>
61819
61820         * lib/closeout.c [default_exit_status]: New file-scoped variable.
61821         (close_stdout_set_status): New function.
61822         * lib/closeout.h (close_stdout_set_status): Declare.
61823
61824 2000-05-09  Jim Meyering  <meyering@lucent.com>
61825
61826         * m4/gettext.m4: Rename this...
61827         * m4/libintl.m4: ...to this.
61828
61829 2000-05-08  Jim Meyering  <meyering@lucent.com>
61830
61831         * lib/long-options.c: Don't include closeout.h.
61832         (parse_long_options): Don't call close_stdout for --version.
61833
61834 2000-05-06  Paul Eggert  <eggert@twinsun.com>
61835
61836         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
61837         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
61838         2.1.3 bug.  This avoids a clash when files like regex.c define
61839         _GNU_SOURCE.
61840
61841 2000-05-06  Jim Meyering  <meyering@lucent.com>
61842
61843         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
61844         (AC_REPLACE_FUNCS): Add strnlen.
61845
61846         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
61847         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
61848
61849         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
61850         AC_SEARCH_LIBS call for nanosleep.
61851         (LIB_NANOSLEEP): Set and AC_SUBST.
61852
61853 2000-05-06  Jim Meyering  <meyering@lucent.com>
61854
61855         * lib/strnlen.c: Undefine __strnlen and strnlen.
61856         [!weak_alias]: Define __strnlen to strnlen.
61857
61858         * lib/atexit.c: New file, from libiberty.
61859
61860 2000-05-06  Jim Meyering  <meyering@lucent.com>
61861
61862         * lib/closeout.c (close_stdout_status): Also check for errors on the
61863         stderr stream.
61864
61865 2000-05-05  Jim Meyering  <meyering@lucent.com>
61866
61867         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
61868         AC_SEARCH_LIBS call for clock_gettime.
61869         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
61870
61871         * m4/search-libs.m4: Update from autoconf.
61872
61873         su doesn't work on Solaris 2.6.
61874         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
61875         <shadow.h>.  Reported by Dragos Harabor.
61876
61877 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
61878
61879         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
61880         memcpy instead of xmalloc, xrealloc, path_concat.
61881         (locale_charset): Treat empty environment variables as absent.
61882         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
61883
61884 2000-05-04  Jim Meyering  <meyering@lucent.com>
61885
61886         * lib/getopt.c: Update from glibc.
61887         * lib/obstack.c: Likewise.
61888         * lib/obstack.h: Likewise.
61889         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
61890         file
61891
61892         * lib/regex.h: Likewise.
61893         * lib/strndup.c: Likewise.
61894         * lib/strnlen.c: New file, from glibc.
61895
61896 2000-05-03  Jim Meyering  <meyering@lucent.com>
61897
61898         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
61899
61900 2000-05-02  Paul Eggert  <eggert@twinsun.com>
61901
61902         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
61903         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
61904         compile-time test, rather than inspecting host and OS, to
61905         decide whether to define _LARGEFILE_SOURCE.
61906
61907 2000-05-01  Jim Meyering  <meyering@lucent.com>
61908
61909         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
61910
61911         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
61912         Based on a patch from Bruno Haible.
61913
61914 2000-05-01  Jim Meyering  <meyering@lucent.com>
61915
61916         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
61917
61918 2000-04-29  Jim Meyering  <meyering@lucent.com>
61919
61920         * lib/path-concat.c: Declare strdup only if it's not defined.
61921         * lib/canon-host.c: Likewise.
61922
61923 2000-04-28  Jim Meyering  <meyering@lucent.com>
61924
61925         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
61926         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
61927         is included first, then limits.h is included by locale.h by libintl.h.
61928         From John David Anglin.
61929
61930 2000-04-25  Jim Meyering  <meyering@lucent.com>
61931
61932         * lib/makepath.c (S_IRWXUGO): Define.
61933         (make_path): Always perform explicit chmod if MODE specifies any
61934         of the `special' permission bits.  Prompted by a bug report against
61935         install from Mate Wierdl and Joost van Baal.
61936
61937 2000-04-18  Jim Meyering  <meyering@lucent.com>
61938
61939         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
61940         (jm_PREREQ): Use it.
61941
61942 2000-04-18  Jim Meyering  <meyering@lucent.com>
61943
61944         * lib/README: New file.
61945
61946         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
61947         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
61948
61949 2000-04-17  Jim Meyering  <meyering@lucent.com>
61950
61951         Get it right :-)
61952         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
61953         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
61954         Suggestion from Akim Demaille.
61955
61956 2000-04-17  Jim Meyering  <meyering@lucent.com>
61957
61958         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
61959         the definition of it to rpl_strftime also defined-away the system's
61960         declaration.
61961
61962 2000-04-15  Jim Meyering  <meyering@lucent.com>
61963
61964         Use `C' to denote so-called `contiguous' files, the same way
61965         that tar does.
61966         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
61967         (ftypelet): Use S_ISCTG.
61968         From Michael Deutschmann.
61969
61970 2000-04-14  Jim Meyering  <meyering@lucent.com>
61971
61972         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
61973         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
61974         clobbered.
61975
61976 2000-04-14  Jim Meyering  <meyering@lucent.com>
61977
61978         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
61979
61980 2000-04-13  Jim Meyering  <meyering@lucent.com>
61981
61982         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
61983         AH_VERBATIM to insert required #ifndef into config.h.in.
61984         Suggestion from Akim Demaille.
61985
61986 2000-04-12  Jim Meyering  <meyering@lucent.com>
61987
61988         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
61989         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
61990         Christian Krackowizer.
61991
61992         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
61993         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
61994         (AC_SYS_LARGEFILE): Require.
61995         (AM_C_PROTOTYPES): Require.
61996
61997 2000-04-08  Jim Meyering  <meyering@lucent.com>
61998
61999         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
62000         names don't conflict.  Reported by Eli Zaretskii.
62001
62002 2000-04-07  Jim Meyering  <meyering@lucent.com>
62003
62004         * lib/putenv.c: Move inclusion of errno.h so it follows that of
62005         sys/types.h, to work around system header problems on AIX 3.2.5.
62006         From Bruno Haible.
62007
62008 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
62009
62010         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
62011         bug.  Deal with the different error behavior of Irix iconv.
62012
62013 2000-04-05  Paul Eggert  <eggert@twinsun.com>
62014
62015         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
62016         IRIX if the installer said otherwise.
62017
62018 2000-04-05  Jim Meyering  <meyering@lucent.com>
62019
62020         Portability tweaks required for ultrix4.3.
62021         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
62022         (jm_CHECK_DECLS): Add getutent to the list of functions.
62023         (_jm_DECL_HEADERS): Add utmpx.h.
62024         From John David Anglin.
62025
62026         * m4/strftime.m4: Back out the 2000-04-02 change.
62027         Instead of that change, simply undefine putenv in the test program.
62028
62029 2000-04-05  Jim Meyering  <meyering@lucent.com>
62030
62031         Portability tweaks required for ultrix4.3.
62032         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
62033         getutent.
62034         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
62035         * lib/canon-host.c: Declare strdup.
62036         * lib/path-concat.c: Likewise.
62037         From John David Anglin.
62038
62039 2000-04-04  Jim Meyering  <meyering@lucent.com>
62040
62041         Be more DOS 8.3-friendly.
62042         * lib/ref-add.sin: Renamed from ref-add.sed.in.
62043         * lib/ref-del.sin: Renamed from ref-del.sed.in.
62044         * lib/Makefile.am: Reflect renaming.
62045         Reported by Eli Zaretskii.
62046
62047         Use a temporary file name that won't clash with `charset.alias'
62048         in the DOS 8.3 name space.
62049         * lib/Makefile.am (charset_tmp): Define.
62050         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
62051         (uninstall-local): Likewise.
62052         Reported by Eli Zaretskii.
62053
62054 2000-04-03  Jim Meyering  <meyering@lucent.com>
62055
62056         * m4/gettext.m4: Fix typo in comment.
62057
62058         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
62059         textutils/configure.in).  Suggestion from Paul Eggert.
62060         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
62061
62062 2000-04-02  Paul Eggert  <eggert@twinsun.com>
62063
62064         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
62065         variable in the shell rather than using putenv, which isn't
62066         portable.  This avoids the configure-time inter-test dependency
62067         on the potentially-renamed putenv function.
62068
62069 2000-03-30  Paul Eggert  <eggert@twinsun.com>
62070
62071         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
62072         before checking struct stat.st_blksize, so that
62073         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
62074
62075 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62076
62077         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
62078         since strftime.c uses HAVE_STRFTIME to decide whether to use
62079         the underlying strftime.
62080
62081 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62082
62083         * lib/time/strftime.c (my_strftime): Make sure we call the system
62084         strftime, not ourselves, when invoking the underlying strftime.
62085
62086 2000-03-24  Jim Meyering  <meyering@lucent.com>
62087
62088         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
62089         (charset_alias): Define.
62090         (install-exec-local): Factor out common code.
62091         (uninstall-local): Split lines longer than 80.
62092         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
62093         (SUFFIXES): Define.
62094         (.sed.in.sed): New rule.  Don't redirect directly to $@.
62095         (CLEANFILES): Add ref-add.sed and ref-del.sed.
62096
62097 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
62098
62099         * lib/config.charset: Output a line containing "Packages using this
62100         file".
62101         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
62102         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
62103         ref-del.sed): New rules.
62104
62105 2000-03-17  Jim Meyering  <meyering@lucent.com>
62106
62107         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
62108         Otherwise, include <strings.h>
62109
62110 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
62111
62112         * lib/unicodeio.c (utf8_wctomb): New function.
62113         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
62114         format instead of in UCS-4 with platform dependent endianness.
62115
62116 2000-03-10  Jim Meyering  <meyering@lucent.com>
62117
62118         * m4/lib-check.m4: Look for getspnam in -lgen, too.
62119         From Marco Franzen.
62120
62121 2000-03-07  Paul Eggert  <eggert@twinsun.com>
62122
62123         * lib/savedir.c (savedir): Work even if directory size is
62124         negative; this can happen with some screwy NFS configurations.
62125
62126 2000-03-06  Jim Meyering  <meyering@lucent.com>
62127
62128         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
62129         if it's NULL (because we ran out of memory).  From Bruno Haible.
62130
62131 2000-03-05  Jim Meyering  <meyering@lucent.com>
62132
62133         * lib/localcharset.c ("path-concat.h"): Include.
62134         (get_charset_aliases): Use path_concat instead of ANSI string
62135         concatenation.
62136
62137         * lib/unicodeio.h (PARAMS): Define.
62138         Use it to guard prototype.
62139
62140 2000-03-04  Jim Meyering  <meyering@lucent.com>
62141
62142         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
62143         for lib/localcharset.c.
62144
62145 2000-03-04  Jim Meyering  <meyering@lucent.com>
62146
62147         * lib/Makefile.am (install-exec-local): Create $(libdir) before
62148         installing into it.
62149         (uninstall-local): Uncomment this rule so `make distcheck' works
62150         once again.
62151
62152         * lib/unicodeio.c (<errno.h>): Include it.
62153         (errno): Declare if not defined.
62154
62155         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
62156
62157         * lib/config.charset: New version, incorporating remarks from a linux
62158         i18n mailing list.  From Bruno Haible.
62159
62160 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
62161
62162         * m4/codeset.m4: New file.
62163         * m4/iconv.m4: New file.
62164         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
62165
62166 2000-03-03  Jim Meyering  <meyering@lucent.com>
62167
62168         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
62169
62170 2000-03-02  Jim Meyering  <meyering@lucent.com>
62171
62172         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
62173         the messages come out on separate lines.
62174
62175         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
62176         rather than jm_CHECK_DECLARATIONS.
62177         * m4/decl.m4: Remove now-unused file.
62178
62179         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
62180         geteuid.
62181
62182 2000-03-02  Jim Meyering  <meyering@lucent.com>
62183
62184         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
62185
62186 2000-03-01  Jim Meyering  <meyering@lucent.com>
62187
62188         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
62189         * lib/unicodeio.c: Likewise.
62190
62191 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
62192
62193         * lib/config.charset: New file.
62194         * lib/localcharset.c: New file.
62195         * lib/unicodeio.h, lib/unicodeio.c: New files.
62196         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
62197         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
62198         (noinst_HEADERS): Add unicodeio.h.
62199         (all-local, install-exec-local, charset.alias): New targets.
62200
62201 2000-02-28  Paul Eggert  <eggert@twinsun.com>
62202
62203         * lib/quotearg.c (ALERT_CHAR): New macro.
62204         (quotearg_buffer_restyled): Use it.
62205
62206 2000-02-27  Jim Meyering  <meyering@lucent.com>
62207
62208         * m4/check-decl.m4: Add getenv to the list.
62209
62210 2000-02-27  Jim Meyering  <meyering@lucent.com>
62211
62212         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
62213         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
62214
62215         * lib/backupfile.c: Guard inclusion of stdlib.h with
62216         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
62217         Declare malloc if needed.
62218
62219         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
62220         `#ifndef HAVE_DECL..'
62221         now that autoconf always defines the HAVE_DECL_ symbols.
62222         * lib/human.c: Likewise.
62223         * lib/same.c: Likewise.
62224         * lib/strtoumax.c: Likewise.
62225
62226         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
62227         declaration check was not run.
62228         * lib/hash.c: Likewise.
62229         * lib/human.c: Likewise.
62230         * lib/same.c: Likewise.
62231         * lib/strtoumax.c: Likewise.
62232
62233         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
62234         `.', then first look up the entire `.'-containing string as a login
62235         name.
62236
62237 2000-02-23  Jim Meyering  <meyering@lucent.com>
62238
62239         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
62240         in place of my hack.
62241
62242 2000-02-18  Paul Eggert  <eggert@twinsun.com>
62243
62244         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
62245         (textint): New typedef.
62246         (parser_control): Member year changed from int to textint.
62247         All uses changed.
62248         (YYSTYPE): Removed; replaced by %union with int and textint members.
62249         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
62250         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
62251         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
62252         (tSNUMBER, tUNUMBER): Now of type <textintval>.
62253         (date, number, to_year): Use width of number in digits, not its value,
62254         to determine whether it's a 2-digit year, or a 2-digit time.
62255         (yylex): Store number of digits of numeric tokens.
62256         Reported by John Kendall.
62257
62258         (parser_control): Changed from struct parser_control to typedef (for
62259         consistency).  All uses changed.
62260
62261         (tID): Removed; not used.
62262         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
62263
62264 2000-02-14  Paul Eggert  <eggert@twinsun.com>
62265
62266         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
62267         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
62268
62269 2000-02-12  Jim Meyering  <meyering@lucent.com>
62270
62271         * lib/userspec.c (ISDIGIT): Define it.
62272         (isdigit): Remove definition.
62273         (is_number): Use ISDIGIT, not isdigit.
62274         <libintl.h>: Include.
62275         (_ and N_): Define.
62276         (parse_user_spec): Mark translatable strings.
62277
62278 2000-02-10  Jim Meyering  <meyering@lucent.com>
62279
62280         With these changes, nanosleep.[ch] are finally enough like the other
62281         lib/* replacement files to compile on a few more losing systems.
62282
62283         * lib/nanosleep.h: Don't include config.h.
62284         Remove prototype from declaration of nanosleep.
62285         (PARAMS): Remove now-unneeded definition.
62286         * lib/nanosleep.c: #undef nanosleep.
62287         (rpl_nanosleep): Rename from nanosleep.
62288
62289 2000-02-10  Jim Meyering  <meyering@lucent.com>
62290
62291         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
62292         gnu_nanosleep to rpl_nanosleep.
62293
62294 2000-02-09  Jim Meyering  <meyering@lucent.com>
62295
62296         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
62297         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
62298
62299 2000-02-08  Akim Demaille  <akim@epita.fr>
62300
62301         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
62302         `[' and `]' and remove uses of `changequote'.
62303         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
62304         (AC_SYS_LARGEFILE): Likewise.
62305         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
62306         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
62307         of changequote.
62308         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
62309         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
62310         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
62311         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
62312
62313 2000-02-05  Jim Meyering  <meyering@lucent.com>
62314
62315         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
62316         Remove explicit use of AC_HEADER_TIME.  It is required by
62317         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
62318         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
62319         in autoconf whereby the expansion of the latter ended up preceding
62320         the expansion of its prerequisite, AC_HEADER_TIME.
62321         Reported by Volker Borchert.
62322
62323 2000-02-03  Jim Meyering  <meyering@lucent.com>
62324
62325         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
62326
62327 2000-02-03  Jim Meyering  <meyering@lucent.com>
62328
62329         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
62330         rather than with `#if HAVE_UTMPNAME'.
62331
62332 2000-02-02  Jim Meyering  <meyering@lucent.com>
62333
62334         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
62335         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
62336         Reported by Eli Zaretskii.
62337
62338 2000-02-01  Jim Meyering  <meyering@lucent.com>
62339
62340         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
62341
62342 2000-01-31  Jim Meyering  <meyering@lucent.com>
62343
62344         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
62345         functions.  Add the time.h and sys/time.h headers along with the
62346         AC_REQUIRE'ment of AC_HEADER_TIME.
62347
62348 2000-01-31  Jim Meyering  <meyering@lucent.com>
62349
62350         * lib/nanosleep.h (nanosleep): Guard declaration with
62351         `#if ! HAVE_DECL_NANOSLEEP'.
62352         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
62353         the declaration in that vendor's sys/timers.h.
62354         Reported by Christian Krackowizer.
62355
62356         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
62357         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
62358         (ISPRINT): Likewise.
62359         Reported by Tom Tromey.
62360
62361 2000-01-30  Jim Meyering  <meyering@lucent.com>
62362
62363         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
62364
62365         * m4/prereq.m4 (utmp_includes): Define.
62366         Check for ut_user and ut_name members in both struct utmpx
62367         and struct utmp.
62368
62369 2000-01-30  Jim Meyering  <meyering@lucent.com>
62370
62371         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
62372         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
62373         header files where only utmpx.ut_user is declared.
62374
62375         * lib/readutmp.h (UT_USER): Define.
62376
62377 2000-01-29  Jim Meyering  <meyering@lucent.com>
62378
62379         * m4/lib-check.m4: New file containing library-related checks from
62380         fileutils and sh-utils (textutils had none).
62381
62382 2000-01-28  Jim Meyering  <meyering@lucent.com>
62383
62384         * m4/perl.m4: Change format of warning message to look more like that
62385         from the missing script.  Suggestion from François Pinard.
62386
62387 2000-01-25  Jim Meyering  <meyering@lucent.com>
62388
62389         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
62390         well as time.h in the compile check.
62391         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
62392         Fix typo in cross-compiling case: s/yes/no/.
62393
62394 2000-01-23  Jim Meyering  <meyering@lucent.com>
62395
62396         * m4/jm-macros.m4: Move df-related tests here from
62397         fileutils/configure.in
62398
62399         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
62400         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
62401
62402         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
62403         s/space/ac_fsusage_space/.
62404         (jm_FILE_SYSTEM_USAGE): Take two parameters.
62405
62406         * m4/ftruncate.m4: New file (derived from part of
62407         fileutils/configure.in).
62408         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
62409         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
62410
62411         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
62412         AC_SUBST these here, rather than just in sh-util/configure.in, so
62413         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
62414         all the same.
62415         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
62416         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
62417         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
62418         (AC_SUBST(POW_LIBM)): Likewise.
62419         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
62420
62421 2000-01-23  Jim Meyering  <meyering@lucent.com>
62422
62423         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
62424         obstack.c.
62425
62426 2000-01-22  Jim Meyering  <meyering@lucent.com>
62427
62428         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
62429
62430         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
62431
62432         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
62433         configure.in
62434         (AC_CHECK_HEADERS): Likewise for sh-utils.
62435         (AC_CHECK_HEADERS): Likewise for textutils.
62436         Merge the three lists of headers.
62437
62438         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
62439         from fileutils' configure.in.
62440
62441         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
62442         code. Moved tests into their own function (_jm_DECL_HEADERS) in
62443         check-decl.m4.
62444
62445         * m4/check-decl.m4: Use #if rather than #ifdef.
62446         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
62447         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
62448         (_jm_DECL_HEADERS): Define new function.
62449         (jm_CHECK_DECLARATIONS): Require it.
62450
62451 2000-01-22  Jim Meyering  <meyering@lucent.com>
62452
62453         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
62454         [! HAVE_DECL_STRTOULL]: Declare strtoull.
62455         Required for some AIX systems.  Reported by Christian Krackowizer.
62456         [TESTING] (main): New function.
62457
62458         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
62459         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
62460         letters.
62461
62462         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
62463         iswprint.
62464
62465         * lib/strverscmp.c (ISDIGIT): Define.
62466         (strverscmp): Use ISDIGIT, not isdigit.
62467
62468 2000-01-19  Jim Meyering  <meyering@lucent.com>
62469
62470         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
62471         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
62472         defines `struct timespec' in <sys/time.h>
62473
62474         * m4/c-bs-a.m4: Remove uses of changequote altogether.
62475         Thanks to Akim for explaining.
62476
62477 2000-01-17  Paul Eggert  <eggert@twinsun.com>
62478
62479         * lib/nanosleep.c (nanosleep):
62480         Don't use SA_INTERRUPT to decide whether to call sigaction, as
62481         POSIX.1 doesn't require SA_INTERRUPT and some systems
62482         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
62483         it's been part of POSIX.1 since day 1 (in 1988).
62484
62485 2000-01-17  Jim Meyering  <meyering@lucent.com>
62486
62487         * lib/interlock: Remove unused file.  Reported by François Pinard.
62488
62489 2000-01-16  Paul Eggert  <eggert@twinsun.com>
62490
62491         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
62492         alert, backslash, formfeed, and vertical tab unnecessarily in
62493         shell quoting style.
62494
62495 2000-01-16  Jim Meyering  <meyering@lucent.com>
62496
62497         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
62498         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
62499         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
62500         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
62501
62502 2000-01-16  Jim Meyering  <meyering@lucent.com>
62503
62504         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
62505         because the latter didn't work.
62506
62507 2000-01-15  Jim Meyering  <meyering@lucent.com>
62508
62509         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
62510         (AC_REPLACE_FUNCS): Add memcpy and memset.
62511         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
62512         Add strpbrk.
62513         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
62514
62515 2000-01-12  Jim Meyering  <meyering@lucent.com>
62516
62517         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
62518         (jm_PREREQ): Use it.
62519         (jm_PREREQ_READUTMP): New macro.
62520         (jm_PREREQ): Use it.
62521
62522 2000-01-11  Paul Eggert  <eggert@twinsun.com>
62523
62524         Quote multibyte characters correctly.
62525         * m4/c-bs-a.m4: New file.
62526         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
62527         (jm_PREREQ): Use it.
62528
62529 2000-01-11  Paul Eggert  <eggert@twinsun.com>
62530
62531         * m4/uintmax_t.m4: Port to autoconf 2.13.
62532
62533 2000-01-08  Jim Meyering  <meyering@ascend.com>
62534
62535         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
62536         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
62537
62538 2000-01-04  Jim Meyering  <meyering@ascend.com>
62539
62540         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
62541         jm_STRUCT_DIRENT_D_TYPE.
62542         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
62543         jm_STRUCT_DIRENT_D_INO.
62544         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
62545         jm_STRUCT_UTIMBUF.
62546         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
62547         renamings.
62548         * m4/utime.m4: Likewise.
62549
62550         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
62551         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
62552
62553 2000-01-03  Paul Eggert  <eggert@twinsun.com>
62554
62555         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
62556         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
62557
62558 2000-01-02  Jim Meyering  <meyering@ascend.com>
62559
62560         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
62561         remember if this is necessary.
62562
62563 1999-12-26  Jim Meyering  <meyering@ascend.com>
62564
62565         * m4/jm-macros.m4: Use it here.
62566         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
62567
62568 1999-12-23  Jim Meyering  <meyering@ascend.com>
62569
62570         * m4/jm-macros.m4: Check for clock_gettime (moved from
62571         fileutils/configure.in)
62572         Check for gettimeofday.
62573
62574 1999-12-20  Jim Meyering  <meyering@ascend.com>
62575
62576         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
62577         autoconf-2.14a-1999-12-20.
62578
62579 1999-12-19  Jim Meyering  <meyering@ascend.com>
62580
62581         * m4/lstat-slash.m4: New file.
62582         * m4/jm-macros.m4: Use the new macro:
62583         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62584
62585 1999-12-07  Jim Meyering  <meyering@ascend.com>
62586
62587         * m4/perl.m4: Require that File::Compare be available, too.
62588         Too many systems seem to lack it.
62589
62590         * m4/strftime.m4: Add checks for most of the cpp macros tested in
62591         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
62592
62593 1999-11-18  Paul Eggert  <eggert@twinsun.com>
62594
62595         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
62596         problem with the QNX 4.25 shell, which doesn't propagate exit
62597         status of failed commands inside shell assignments.
62598
62599 1999-11-17  Jim Meyering  <meyering@ascend.com>
62600
62601         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
62602
62603 1999-11-07  Jim Meyering  <meyering@ascend.com>
62604
62605         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
62606
62607 1999-11-06  Jim Meyering  <meyering@ascend.com>
62608
62609         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
62610         * m4/jm-macros.m4 (jm_MACROS): Use it here.
62611
62612 1999-11-05  Jim Meyering  <meyering@ascend.com>
62613
62614         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
62615         configure.in of textutils, fileutils, and sh-utils into this one
62616         (shared between those packages) file.
62617         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
62618         AC_STRUCT_ST_BLKSIZE.
62619
62620 1999-11-03  Jim Meyering  <meyering@ascend.com>
62621
62622         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
62623         of AC_CHECK_TYPE checks includes unistd.h.
62624         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
62625         Suggestion from Akim Demaille.
62626
62627 1999-10-30  Jim Meyering  <meyering@ascend.com>
62628
62629         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
62630         m4-quoted string.
62631         * m4/ls-mntd-fs.m4: Likewise.
62632         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
62633         * m4/jm-winsz1.m4: Likewise.
62634
62635         * m4/const.m4: Remove file, since the fix made it into the experimental
62636         version of autoconf.
62637         * m4/mktime.m4: Likewise.
62638
62639         * m4/check-type.m4: Remove file, now that the latest version of
62640         AC_CHECK_TYPE takes a third arg to specify additional #includes.
62641
62642         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
62643         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
62644         AC_CHECK_TYPE.
62645
62646 1999-10-04  Jim Meyering  <meyering@ascend.com>
62647
62648         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
62649
62650 1999-09-22  Paul Eggert  <eggert@twinsun.com>
62651
62652         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
62653         2.95.1 bug with HP-UX 10.20.
62654
62655 1999-09-17  Jim Meyering  <meyering@ascend.com>
62656
62657         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
62658         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
62659         due to missing strdup (against sh-utils-2.0).
62660
62661 1999-08-29  Jim Meyering  <meyering@ascend.com>
62662
62663         * m4/jm-macros.m4: Require jm_BISON.
62664         * m4/bison.m4: New file.
62665
62666 1999-08-17  Paul Eggert  <eggert@twinsun.com>
62667
62668         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
62669         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
62670
62671 1999-08-05  Jim Meyering  <meyering@ascend.com>
62672
62673         * m4/getline.m4: Rename test file from conftestdata to conftest.data
62674         to avoid conflicts with `conftest' on 8+3 filesystems.
62675         Suggestion from Eli Zaretskii.
62676
62677 1999-08-04  Jim Meyering  <meyering@ascend.com>
62678
62679         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
62680         fileutils and sh-utils (textutils's getline test was inadequate).
62681         (AM_FUNC_GETLINE): Run this test.
62682         (AC_CHECK_FUNCS): Check for getdelim.
62683         Reported by Bob Proulx.
62684
62685 1999-08-02  Jim Meyering  <meyering@ascend.com>
62686
62687         * m4/jm-macros.m4: Add a comment.
62688
62689 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62690
62691         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
62692         <inttypes.h> defines strtoumax as a macro (and not as a
62693         function).
62694
62695 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62696
62697         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
62698         that we can shift, multiply and divide unsigned long long
62699         values; Ultrix cc can't do it.
62700
62701 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62702
62703         * m4/mktime.m4: New file, which is a preview of what should appear
62704         in the next public autoconf release.
62705
62706 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62707
62708         * m4/lfs.m4: Remove this file.
62709         * m4/largefile.m4: New file.  It contains the old contents of
62710         lfs.m4, except that all names with prefix AC_LFS have been
62711         changed to use the prefix AC_SYS_LARGEFILE instead, to be
62712         compatible with future autoconf versions.  Also, some minor m4
62713         quoting problems have been fixed.
62714
62715 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62716
62717         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
62718         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
62719         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
62720         and simplify the shell code.
62721
62722 1999-08-01  Jim Meyering  <meyering@ascend.com>
62723
62724         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
62725         m4.
62726
62727 1999-07-20  Jim Meyering  <meyering@ascend.com>
62728
62729         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
62730
62731 1999-07-15  Jim Meyering  <meyering@ascend.com>
62732
62733         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
62734
62735 1999-05-22  Jim Meyering  <meyering@ascend.com>
62736
62737         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
62738
62739 1999-05-20  Jim Meyering  <meyering@ascend.com>
62740
62741         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
62742         Add a colon after each `then' in case $4 is empty.
62743
62744 1999-05-16  Jim Meyering  <meyering@ascend.com>
62745
62746         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
62747
62748 1999-05-10  Jim Meyering  <meyering@ascend.com>
62749
62750         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
62751
62752         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
62753         AC_FUNC_MKTIME.
62754
62755 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
62756
62757         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
62758
62759 1999-05-04  Paul Eggert  <eggert@twinsun.com>
62760
62761         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
62762         not CPPFLAGS, so that linking works correctly in IRIX.
62763
62764 1999-04-30  Paul Eggert  <eggert@twinsun.com>
62765
62766         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
62767
62768 1999-04-20  Paul Eggert  <eggert@twinsun.com>
62769
62770         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
62771         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
62772         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
62773         jm_AC_TYPE_UNSIGNED_LONG_LONG.
62774         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
62775
62776         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
62777
62778 1999-04-20  Jim Meyering  <meyering@ascend.com>
62779
62780         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
62781         AC_REPLACE xstroull if necessary.  From Paul Eggert.
62782         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
62783
62784 1999-04-18  Jim Meyering  <meyering@ascend.com>
62785
62786         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
62787         * m4/jm-macros.m4: Use it.
62788
62789 1999-04-06  Jim Meyering  <meyering@ascend.com>
62790
62791         * m4/strftime.m4: Remove test for %f.
62792
62793 1999-03-29  Jim Meyering  <meyering@ascend.com>
62794
62795         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
62796         superset of the AC_TYPE_* checks in the textutils, fileutils,
62797         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
62798         AC_TYPE_PID_T.
62799
62800 1999-03-28  Jim Meyering  <meyering@ascend.com>
62801
62802         * m4/jm-macros.m4: Define GNU_PACKAGE here.
62803         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
62804         replaced e.g., in the *.sh files of the sh-utils.
62805
62806 1999-03-20  Jim Meyering  <meyering@ascend.com>
62807
62808         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
62809         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
62810         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
62811
62812 1999-03-19  Jim Meyering  <meyering@ascend.com>
62813
62814         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
62815
62816 1999-03-12  Jim Meyering  <meyering@ascend.com>
62817
62818         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
62819
62820 1999-03-07  Jim Meyering  <meyering@ascend.com>
62821
62822         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
62823         declared.
62824
62825 1999-02-17  Jim Meyering  <meyering@ascend.com>
62826
62827         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
62828         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
62829
62830 1999-02-07  Jim Meyering  <meyering@ascend.com>
62831
62832         * m4/group-member.m4: New file -- extracted from sh-utils'
62833         configure.in.
62834
62835         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
62836         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
62837
62838 1999-02-06  Jim Meyering  <meyering@ascend.com>
62839
62840         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
62841         * m4/fnmatch.m4: Likewise.
62842         * m4/getgroups.m4: Likewise.
62843         * m4/lstat.m4: Likewise.
62844         * m4/malloc.m4: Likewise.
62845         * m4/putenv.m4: Likewise.
62846         * m4/realloc.m4: Likewise.
62847         * m4/regex.m4: Likewise.
62848         * m4/stat.m4: Likewise.
62849         * m4/strftime.m4: Likewise.
62850         Suggestion from Alain Magloire.
62851
62852         * m4/chown.m4: Use `.$ac_objext', not `.o'.
62853         * m4/fnmatch.m4: Likewise.
62854         * m4/getgroups.m4: Likewise.
62855         * m4/getline.m4: Likewise.
62856         * m4/lstat.m4: Likewise.
62857         * m4/malloc.m4: Likewise.
62858         * m4/memcmp.m4: Likewise.
62859         * m4/putenv.m4: Likewise.
62860         * m4/realloc.m4: Likewise.
62861         * m4/regex.m4: Likewise.
62862         * m4/stat.m4: Likewise.
62863         * m4/strftime.m4: Likewise.
62864         Suggestion from Alain Magloire.
62865
62866         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
62867         an argument.
62868
62869         * m4/regex.m4: Add a run-time Test for proper operation of
62870         re_compile_pattern.
62871
62872 1999-01-31  Jim Meyering  <meyering@ascend.com>
62873
62874         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
62875
62876 1999-01-30  Jim Meyering  <meyering@ascend.com>
62877
62878         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
62879
62880         * m4/jm-mktime.m4: Make this a wrapper around the official
62881         AM_FUNC_MKTIME rather than my private copy, now that the official one
62882         is up to date.
62883         * m4/mktime.m4: Remove file.
62884
62885         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
62886         * m4/uptime.m4: Likewise.
62887         * m4/uintmax_t.m4: Likewise.
62888
62889 1999-01-28  Jim Meyering  <meyering@ascend.com>
62890
62891         * m4/jm-macros.m4: Use jm_AFS.
62892         * m4/afs.m4: New file (from fileutils' configure.in).
62893
62894         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
62895         * m4/chown.m4: Likewise.
62896         * m4/d-ino.m4: Likewise.
62897         * m4/d-type.m4: Likewise.
62898         * m4/fnmatch.m4: Likewise.
62899         * m4/getgroups.m4: Likewise.
62900         * m4/gettext.m4: Likewise.
62901         * m4/jm-mktime.m4: Likewise.
62902         * m4/jm-winsz2.m4: Likewise.
62903         * m4/lcmessage.m4: Likewise.
62904         * m4/ls-mntd-fs.m4: Likewise.
62905         * m4/malloc.m4: Likewise.
62906         * m4/memcmp.m4: Likewise.
62907         * m4/putenv.m4: Likewise.
62908         * m4/realloc.m4: Likewise.
62909         * m4/st_mtim.m4: Likewise.
62910         * m4/strftime.m4: Likewise.
62911
62912 1999-01-16  Jim Meyering  <meyering@ascend.com>
62913
62914         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
62915         (ARGMATCH_DIE_DECL): Define.
62916
62917 1999-01-12  Jim Meyering  <meyering@ascend.com>
62918
62919         * m4/Makefile.am.in: Rewrite to avoid using fmt.
62920         Reported by Lars Hecking.
62921
62922 1999-01-10  Jim Meyering  <meyering@ascend.com>
62923
62924         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
62925         gross kludge.
62926         * m4/inttypes_h.m4: Likewise.
62927         * m4/lstat.m4: Likewise.
62928         * m4/malloc.m4: Likewise.
62929         * m4/readdir.m4: Likewise.
62930         * m4/realloc.m4: Likewise.
62931         * m4/st_dm_mode.m4: Likewise.
62932         * m4/stat.m4: Likewise.
62933         * m4/utimbuf.m4: Likewise.
62934         * m4/utimes.m4: Likewise.
62935
62936         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
62937         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
62938         comments in config.h.in are meaningful.
62939
62940         * m4/jm-macros.m4: Require autoconf-2.13 here.
62941
62942         * m4/regex.m4: By default, don't use the included regex.c on systems
62943         with glibc 2.  Suggestion from Uli Drepper.
62944
62945 1999-01-02  Jim Meyering  <meyering@ascend.com>
62946
62947         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
62948
62949 1998-12-18  Jim Meyering  <meyering@ascend.com>
62950
62951         * m4/Makefile.am.in (Makefile.am): Simplify rule.
62952         Based on a suggestion from Lars Hecking.
62953
62954 1998-11-16  Paul Eggert  <eggert@twinsun.com>
62955
62956         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
62957
62958 1998-11-16  Jim Meyering  <meyering@ascend.com>
62959
62960         * m4/lfs.m4: Double-quote the `uname...` expression.
62961
62962 1998-11-14  Jim Meyering  <meyering@ascend.com>
62963
62964         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
62965         * m4/stat.m4: Likewise.
62966
62967 1998-11-03  Jim Meyering  <meyering@ascend.com>
62968
62969         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
62970         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
62971
62972 1998-10-18  Jim Meyering  <meyering@ascend.com>
62973
62974         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
62975
62976 1998-10-17  Jim Meyering  <meyering@ascend.com>
62977
62978         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
62979         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
62980         calls for those previously hard-coded headers.  Instead, take a new
62981         parameter.
62982         (jm_CHECK_DECLARATIONS): Reflect interface change.
62983         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
62984         (jm_CHECK_DECL_LOCALTIME_R): New macro.
62985
62986         * m4/mktime.m4: Test for spring-forward gap before long-running test.
62987
62988 1998-10-14  Jim Meyering  <meyering@ascend.com>
62989
62990         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
62991         instead of "TZ=America/Vancouver".  From Paul Eggert.
62992
62993 1998-10-11  Jim Meyering  <meyering@ascend.com>
62994
62995         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
62996         This adds a test for a recently added compatibility fix for mktime.c.
62997         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
62998
62999 1998-09-27  Jim Meyering  <meyering@ascend.com>
63000
63001         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
63002
63003         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
63004         ../configure.in, including a change from Gordon Matzigkeit to allow
63005         cross-compiling for the Hurd.
63006
63007         * m4/glibc.m4: New file/macro to test for the GNU C Library
63008         versions 1 and 2.  From Gordon Matzigkeit.
63009         Indent.
63010
63011 1998-09-21  Jim Meyering  <meyering@ascend.com>
63012
63013         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
63014
63015 1998-08-18  Paul Eggert  <eggert@twinsun.com>
63016
63017         Port nanosecond-resolution times to UnixWare 2.1.2 and
63018         pedantic Solaris 2.6.
63019
63020         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
63021         AC_STRUCT_ST_MTIM.
63022         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
63023         Generate name of ns member, instead of just 1 or undef.
63024         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
63025
63026 1998-08-15  Jim Meyering  <meyering@ascend.com>
63027
63028         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
63029         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
63030         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
63031         instead of jm_TYPE_SSIZE_T.
63032
63033 1998-08-12  Jim Meyering  <meyering@ascend.com>
63034
63035         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
63036
63037 1998-08-02  Jim Meyering  <meyering@ascend.com>
63038
63039         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
63040         in acconfig.h manually.
63041
63042 1998-07-31  Paul Eggert  <eggert@twinsun.com>
63043
63044         * m4/st_mtim.m4: New file.
63045
63046 1998-07-28  Jim Meyering  <meyering@ascend.com>
63047
63048         * m4/utimes.m4: Undef stat.
63049
63050 1998-07-25  Jim Meyering  <meyering@ascend.com>
63051
63052         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
63053         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
63054
63055 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
63056
63057         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
63058         uid and gid actually remain unchanged.
63059
63060 1998-07-07  Jim Meyering  <meyering@ascend.com>
63061
63062         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
63063
63064 1998-07-04  Jim Meyering  <meyering@ascend.com>
63065
63066         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
63067         to prove that this macro can be used in packages without regex.c.
63068
63069 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
63070
63071         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
63072         is to be used.
63073
63074 1998-07-03  Jim Meyering  <meyering@ascend.com>
63075
63076         * m4/gettext.m4: Add -lintl if it's found to be necessary.
63077
63078         * m4/gettext.m4: New file -- from gettext-0.10.35.
63079         * m4/lcmessage.m4: Likewise.
63080         * m4/progtest.m4: Likewise.
63081
63082         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
63083         * m4/jm-macros.m4: Require the new macro.
63084
63085 1998-06-29  Jim Meyering  <meyering@ascend.com>
63086
63087         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
63088         for the definition of NGROUPS (used in a system header included
63089         by sys/mount.h).
63090
63091 1998-06-28  Jim Meyering  <meyering@ascend.com>
63092
63093         * m4/ls-mntd-fs.m4: New file.
63094         * m4/fstypename.m4: New file.
63095
63096         * m4/jm-macros.m4: Require the new macro.
63097         * m4/jm-glibc-io.m4: New file.
63098
63099 1998-05-19  Jim Meyering  <meyering@ascend.com>
63100
63101         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
63102         * m4/lchown.m4: New file.
63103
63104         * m4/Makefile.am.in: New file.
63105         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
63106
63107 1998-05-14  Jim Meyering  <meyering@ascend.com>
63108
63109         * m4/Makefile.am (EXTRA_DIST): Add them.
63110         * m4/jm-macros.m4: New file.
63111         * m4/utimbuf.m4: New file.
63112
63113 1998-05-12  Jim Meyering  <meyering@ascend.com>
63114
63115         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
63116
63117 1998-05-11  Jim Meyering  <meyering@ascend.com>
63118
63119         * m4/isc-posix.m4: New file.
63120
63121 1998-05-10  Jim Meyering  <meyering@ascend.com>
63122
63123         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
63124
63125 1998-05-09  Jim Meyering  <meyering@ascend.com>
63126
63127         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
63128         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
63129         with automake.
63130
63131         * m4/ssize_t.m4: New file.
63132         * m4/mktime.m4: Remove file -- the new automake has this now.
63133
63134 1998-04-26  Jim Meyering  <meyering@ascend.com>
63135
63136         * m4/assert.m4: New file.
63137         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
63138
63139 1998-04-05  Jim Meyering  <meyering@ascend.com>
63140
63141         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
63142         (jm_PREREQ): Use it here.
63143
63144 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
63145
63146         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
63147         in acconfig.h.
63148
63149 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
63150
63151         * m4/prereq.m4: New file.
63152         * m4/error.m4: New file.
63153         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
63154
63155 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
63156
63157         * m4/getline.m4: Don't set am_cv_func_working_getline before the
63158         cache-check for the same variable -- that defeated the purpose of
63159         the test; the test program was never run.  This was a problem only
63160         on systems with losing getline functions -- HP-UX 10.20 is one.
63161         Reported by Bjorn Helgaas.
63162
63163 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
63164
63165         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
63166
63167 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
63168
63169         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
63170
63171         * m4/const.m4: New file.  Use an initializer in this declaration
63172         typedef int charset[2]; const charset x;
63173         Reported by Bob Glickstein.
63174
63175 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
63176
63177         * m4/chown.m4: Fix reversed types on -1 args to chown.
63178         From Kaveh Ghazi.
63179
63180 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
63181
63182         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
63183         Add lseek and memchr.
63184
63185         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
63186         T.E.Dickey <dickey@clark.net> said that some older preprocessors
63187         have a 20-character limit on names.
63188
63189 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
63190
63191         * m4/inttypes_h.m4: New file.
63192         * m4/uintmax_t.m4: New file.
63193         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
63194
63195
63196         -----
63197
63198         Local Variables:
63199         coding: utf-8
63200         End:
63201
63202         Copyright (C) 1997-2010 Free Software Foundation, Inc.
63203
63204         Copying and distribution of this file, with or without
63205         modification, are permitted provided the copyright notice
63206         and this notice are preserved.