fchdir: Fix regression introduced on 2010-03-08.
[pspp] / ChangeLog
1 2010-04-03  Bruno Haible  <bruno@clisp.org>
2
3         fchdir: Fix regression introduced on 2010-03-08.
4         * lib/unistd.in.h (fchdir): Fix declaration.
5         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
6         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
7         REPLACE_FCHDIR.
8         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
9         REPLACE_FCHDIR.
10
11 2010-04-03  Bruno Haible  <bruno@clisp.org>
12
13         getpagesize: Fix C++ test error on mingw.
14         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
15         system does not declare the function.
16         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
17         declared.
18         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19         HAVE_DECL_GETPAGESIZE.
20         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
21
22 2010-04-03  Bruno Haible  <bruno@clisp.org>
23
24         stdio: Make C++ tests work on mingw.
25         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
26         does not declare the function.
27
28 2010-04-03  Bruno Haible  <bruno@clisp.org>
29
30         ftello: Fix C++ test error on mingw.
31         * lib/stdio.in.h (ftello): Use modern idiom.
32         * lib/ftello.c (ftello): Renamed from rpl_ftello.
33         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
34         is missing and that it needs to be replaced.
35         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
36         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
37         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
38
39 2010-04-03  Bruno Haible  <bruno@clisp.org>
40
41         fseeko: Fix C++ test error on mingw.
42         * lib/stdio.in.h (fseeko): Use modern idiom.
43         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
44         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
45         is missing and that it needs to be replaced.
46         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
47         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
48         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
49
50 2010-04-03  Bruno Haible  <bruno@clisp.org>
51
52         mkstemp: Fix C++ test error on mingw.
53         * lib/stdlib.in.h (mkstemp): Use modern idiom.
54         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
55         function is missing and that it needs to be replaced.
56         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
57         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
58
59 2010-04-03  Bruno Haible  <bruno@clisp.org>
60
61         stpncpy: Fix C++ test error on mingw.
62         * lib/string.in.h (stpncpy): Use modern idiom.
63         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
64         function is missing and that it needs to be replaced.
65         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
66         REPLACE_STPNCPY.
67         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
68
69 2010-04-03  Bruno Haible  <bruno@clisp.org>
70
71         sys_stat: Fix C++ test error on mingw.
72         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
73         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
74
75 2010-04-03  Bruno Haible  <bruno@clisp.org>
76
77         pty: Update doc.
78         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
79
80 2010-04-03  Bruno Haible  <bruno@clisp.org>
81
82         unistd: Fix C++ test error on mingw.
83         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
84
85 2010-04-03  Bruno Haible  <bruno@clisp.org>
86
87         Update doc regarding mingw.
88         * doc/glibc-functions/openpty.texi: Update regarding mingw.
89         * doc/glibc-functions/login_tty.texi: Likewise.
90         * doc/glibc-functions/forkpty.texi: Likewise.
91
92 2010-04-03  Bruno Haible  <bruno@clisp.org>
93
94         stdlib: Avoid compilation failure of c-strtold on mingw.
95         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
96
97 2010-04-03  Bruno Haible  <bruno@clisp.org>
98
99         locale: Make C++ tests work on Cygwin and mingw.
100         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
101         cannot provide the function.
102         Reported by Simon Josefsson.
103
104 2010-04-03  Bruno Haible  <bruno@clisp.org>
105
106         localename: Port to MacOS X 10.6.
107         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
108         memory layout of the locales in MacOS X 10.6 as well.
109         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
110
111 2010-04-02  Bruno Haible  <bruno@clisp.org>
112
113         gnulib-tool: Ensure that long-running tests are executed last.
114         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
115         running tests after the one for the other tests.
116
117 2010-04-02  Bruno Haible  <bruno@clisp.org>
118
119         gnulib-tool: Ensure the tests in the main directory are executed first.
120         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
121         start with the current directory.
122
123 2010-04-02  Bruno Haible  <bruno@clisp.org>
124
125         Tests for module 'havelib', moved here from GNU gettext.
126         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
127         modifications.
128         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
129         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
130         with modifications.
131         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
132         modifications.
133         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
134         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
135         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
136         with modifications.
137         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
138         with modifications.
139         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
140         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
141         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
142         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
143         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
144         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
145         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
146         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
147         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
148         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
149         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
150         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
151         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
152         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
153         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
154         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
155         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
156         with modifications.
157         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
158         with modifications.
159         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
160         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
161         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
162         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
163         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
164         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
165         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
166         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
167         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
168         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
169         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
170         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
171         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
172         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
173         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
174         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
175         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
176         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
177         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
178         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
179         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
180         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
181         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
182         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
183         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
184         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
185         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
186         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
187         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
188         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
189         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
190         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
191         * tests/havelib/rpathx/rpathx.c: New file, from
192         gettext/autoconf-lib-link.
193         * tests/havelib/rpathx/Makefile.am: New file, from
194         gettext/autoconf-lib-link.
195         * tests/havelib/rpathx/configure.ac: New file, from
196         gettext/autoconf-lib-link with modifications.
197         * tests/havelib/rpathy/rpathy.c: New file, from
198         gettext/autoconf-lib-link.
199         * tests/havelib/rpathy/Makefile.am: New file, from
200         gettext/autoconf-lib-link.
201         * tests/havelib/rpathy/configure.ac: New file, from
202         gettext/autoconf-lib-link with modifications.
203         * tests/havelib/rpathz/rpathz.c: New file, from
204         gettext/autoconf-lib-link.
205         * tests/havelib/rpathz/Makefile.am: New file, from
206         gettext/autoconf-lib-link.
207         * tests/havelib/rpathz/configure.ac: New file, from
208         gettext/autoconf-lib-link with modifications.
209         * tests/havelib/rpathlx/usex.c: New file, from
210         gettext/autoconf-lib-link.
211         * tests/havelib/rpathlx/Makefile.am: New file, from
212         gettext/autoconf-lib-link.
213         * tests/havelib/rpathlx/configure.ac: New file, from
214         gettext/autoconf-lib-link with modifications.
215         * tests/havelib/rpathly/usey.c: New file, from
216         gettext/autoconf-lib-link.
217         * tests/havelib/rpathly/Makefile.am: New file, from
218         gettext/autoconf-lib-link.
219         * tests/havelib/rpathly/configure.ac: New file, from
220         gettext/autoconf-lib-link with modifications.
221         * tests/havelib/rpathlz/usez.c: New file, from
222         gettext/autoconf-lib-link.
223         * tests/havelib/rpathlz/Makefile.am: New file, from
224         gettext/autoconf-lib-link.
225         * tests/havelib/rpathlz/configure.ac: New file, from
226         gettext/autoconf-lib-link with modifications.
227         * tests/havelib/rpathlyx/usey.c: New file, from
228         gettext/autoconf-lib-link.
229         * tests/havelib/rpathlyx/Makefile.am: New file, from
230         gettext/autoconf-lib-link.
231         * tests/havelib/rpathlyx/configure.ac: New file, from
232         gettext/autoconf-lib-link with modifications.
233         * tests/havelib/rpathlzyx/usez.c: New file, from
234         gettext/autoconf-lib-link.
235         * tests/havelib/rpathlzyx/Makefile.am: New file, from
236         gettext/autoconf-lib-link.
237         * tests/havelib/rpathlzyx/configure.ac: New file, from
238         gettext/autoconf-lib-link with modifications.
239         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
240         with modifications.
241
242 2010-04-02  Bruno Haible  <bruno@clisp.org>
243
244         gnulib-tool: Create distributed built sources also for the tests.
245         * gnulib-tool (func_create_testdir): Also generate distributed built
246         sources in the tests directory.
247
248 2010-04-02  Bruno Haible  <bruno@clisp.org>
249
250         gnulib-tool: Obey user's environment variables.
251         * gnulib-tool (func_create_testdir): When creating built sources,
252         respect the environment variables for autoconf, automake, etc. given by
253         the user.
254
255 2010-04-02  Bruno Haible  <bruno@clisp.org>
256
257         gnulib-tool: Provide the value of --m4-base to modules.
258         * gnulib-tool (func_import, func_create_testdir): Emit a definition
259         of gl_m4_base.
260
261 2010-04-02  Eric Blake  <eblake@redhat.com>
262
263         maint.mk: fix some fallout
264         * NEWS: Document the incompatible change, and its effect on cfg.mk.
265         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
266
267 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
268
269         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
270         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
271         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
272         (sc_cast_of_x_alloc_return_value): Likewise.
273         (sc_cast_of_alloca_return_value): Likewise.
274         (sc_space_tab): Likewise.
275         (sc_prohibit_atoi_atof): Likewise.
276         (sc_prohibit_magic_number_exit): Likewise.
277         (sc_error_exit_success): Likewise.
278         (sc_file_system): Likewise.
279         (sc_prohibit_have_config_h): Likewise.
280         (sc_require_config_h): Likewise.
281         (sc_prohibit_HAVE_MBRTOWC): Likewise.
282         (sc_obsolete_symbols): Likewise.
283         (sc_changelog): Likewise.
284         (sc_program_name): Likewise.
285         (sc_the_the): Likewise.
286         (sc_trailing_blank): Likewise.
287         (sc_two_space_separator_in_usage): Likewise.
288         (sc_useless_cpp_parens): Likewise.
289         (sc_GPL_version): Likewise.
290         (sc_GFDL_version): Likewise.
291         (sc_texinfo_acronym): Likewise.
292         (sc_prohibit_cvs_keyword): Likewise.
293         (sc_prohibit_stat_st_blocks): Likewise.
294         (sc_prohibit_S_IS_definition): Likewise.
295         (sc_redundant_const): Likewise.
296         (sc_makefile_TAB_only_indentation): Likewise.
297         (sc_m4_quote_check): Likewise.
298         (sc_makefile_path_separator_check): Likewise.
299         (sc_copyright_check): Likewise.
300         (sc_Wundef_boolean): Likewise.
301         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
302
303         maint.mk: match 0 or more whitespace-before-function-call '('
304         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
305         that have zero or two-and-more spaces between the function name
306         and the open parenthesis.
307         (sc_error_message_warn_fatal): Likewise.
308         (sc_error_message_uppercase): Likewise.
309         (sc_error_message_period): Likewise.
310
311 2010-03-31  Eric Blake  <eblake@redhat.com>
312
313         maint.mk: check for [ as well as test
314         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
315         Based on a libvirt report by Matthias Bolte.
316
317         gnumakefile: don't squelch _version output
318         * top/GNUmakefile (_version): Create one-shot dependency rather
319         than using $(shell) when version must be regenerated.
320         (_autoreconf): Run verbosely, by default.
321
322         sys_time: avoid compiler warnings
323         * lib/sys_time.in.h (includes): Ensure gcc pragma is
324         unconditional, fixing regression from 2010-03-29.
325         Reported by Simon Josefsson.
326
327 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
328
329         maint.mk: s/_header_without_use/_sc_header_without_use/
330         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
331         (sc_prohibit_assert_without_use): Use the new name.
332         (sc_prohibit_close_stream_without_use): Likewise.
333         (sc_prohibit_getopt_without_use): Likewise.
334         (sc_prohibit_quotearg_without_use): Likewise.
335         (sc_prohibit_quote_without_use): Likewise.
336         (sc_prohibit_long_options_without_use): Likewise.
337         (sc_prohibit_inttostr_without_use): Likewise.
338         (sc_prohibit_ignore_value_without_use): Likewise.
339         (sc_prohibit_error_without_use): Likewise.
340         (sc_prohibit_xalloc_without_use): Likewise.
341         (sc_prohibit_hash_without_use): Likewise.
342         (sc_prohibit_hash_pjw_without_use): Likewise.
343         (sc_prohibit_safe_read_without_use): Likewise.
344         (sc_prohibit_argmatch_without_use): Likewise.
345         (sc_prohibit_canonicalize_without_use): Likewise.
346         (sc_prohibit_root_dev_ino_without_use): Likewise.
347         (sc_prohibit_openat_without_use): Likewise.
348         (sc_prohibit_c_ctype_without_use): Likewise.
349         (sc_prohibit_signal_without_use): Likewise.
350         (sc_prohibit_intprops_without_use): Likewise.
351
352 2010-03-30  Eric Blake  <eblake@redhat.com>
353
354         maint: improve module indicators
355         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
356         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
357         columns, and avoid extra macro expansion.
358
359         fdopendir: work around FreeBSD bug
360         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
361         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
362         * modules/dirent (Makefile.am): Substitute it.
363         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
364         declaration.
365         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
366         fix.
367         Reported by Christian Weisgerber <naddy@mips.inka.de>.
368
369 2010-03-29  Bruno Haible  <bruno@clisp.org>
370
371         Emit #pragma system_header after the inclusion guard, not before.
372         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
373         guard that spans the entire file, not before. This enables an
374         optimization in GCC's preprocessor.
375         * lib/ctype.in.h: Likewise.
376         * lib/dirent.in.h: Likewise.
377         * lib/errno.in.h: Likewise.
378         * lib/float.in.h: Likewise.
379         * lib/getopt.in.h: Likewise.
380         * lib/iconv.in.h: Likewise.
381         * lib/langinfo.in.h: Likewise.
382         * lib/locale.in.h: Likewise.
383         * lib/math.in.h: Likewise.
384         * lib/netdb.in.h: Likewise.
385         * lib/netinet_in.in.h: Likewise.
386         * lib/pty.in.h: Likewise.
387         * lib/sched.in.h: Likewise.
388         * lib/se-selinux.in.h: Likewise.
389         * lib/search.in.h: Likewise.
390         * lib/spawn.in.h: Likewise.
391         * lib/stdarg.in.h: Likewise.
392         * lib/stdint.in.h: Likewise.
393         * lib/string.in.h: Likewise.
394         * lib/strings.in.h: Likewise.
395         * lib/sys_file.in.h: Likewise.
396         * lib/sys_ioctl.in.h: Likewise.
397         * lib/sys_time.in.h: Likewise.
398         * lib/sys_times.in.h: Likewise.
399         * lib/sys_utsname.in.h: Likewise.
400         * lib/sys_wait.in.h: Likewise.
401         * lib/sysexits.in.h: Likewise.
402         * lib/wctype.in.h: Likewise.
403
404 2010-03-28  James Youngman  <jay@gnu.org>
405
406         save-cwd: don't leak a file descriptor when the caller execs.
407         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
408         saved file descriptor.
409         * modules/save-cwd (Depends-on): Depend on cloexec.
410
411 2010-03-29  Bruno Haible  <bruno@clisp.org>
412
413         Remove vestiges of fts-lgpl module.
414         * lib/fts_.h: Assume GNULIB_FTS is 1.
415         * lib/fts.c: Likewise.
416         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
417
418 2010-03-28  Bruno Haible  <bruno@clisp.org>
419
420         Fix definition of tests witness macro.
421         * gnulib-tool (func_import): Fix definition of witness macro.
422
423 2010-03-28  Bruno Haible  <bruno@clisp.org>
424
425         Fix ioctl's protoype on glibc systems.
426         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
427         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
428         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
429         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
430         signature. If not, arrange to replace the ioctl function.
431         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
432         REPLACE_IOCTL.
433         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
434         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
435         Reported by Ludovic Courtès <ludo@gnu.org>.
436
437 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
438
439         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
440         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
441         made it so grep -r --include=GLOB* ... did not work.
442
443 2010-03-26  Jim Meyering  <meyering@redhat.com>
444             Eric Blake  <eblake@redhat.com>
445
446         maint.mk: prohibit use of test's -o and -a operators
447         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
448
449 2010-03-28  Bruno Haible  <bruno@clisp.org>
450
451         Remove unused GNULIB_XYZ macro definitions.
452         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
453         invocation.
454
455 2010-03-28  Bruno Haible  <bruno@clisp.org>
456
457         Mark privileged tests modules.
458         * modules/idpriv-drop-tests (Status): New section.
459         * modules/idpriv-droptemp-tests (Status): New section.
460
461 2010-03-28  Bruno Haible  <bruno@clisp.org>
462
463         Split C++ tests into separate tests modules.
464         * modules/dirent-c++-tests: New file, extracted from
465         modules/dirent-tests.
466         * modules/dirent-tests: Depend on it.
467         * modules/fcntl-h-c++-tests: New file, extracted from
468         modules/fcntl-h-tests.
469         * modules/fcntl-h-tests: Depend on it.
470         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
471         * modules/glob-tests: Depend on it.
472         * modules/iconv-h-c++-tests: New file, extracted from
473         modules/iconv-h-tests.
474         * modules/iconv-h-tests: Depend on it.
475         * modules/langinfo-c++-tests: New file, extracted from
476         modules/langinfo-tests.
477         * modules/langinfo-tests: Depend on it.
478         * modules/locale-c++-tests: New file, extracted from
479         modules/locale-tests.
480         * modules/locale-tests: Depend on it.
481         * modules/math-c++-tests: New file, extracted from modules/math-tests.
482         * modules/math-tests: Depend on it.
483         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
484         * modules/pty-tests: Depend on it.
485         * modules/search-c++-tests: New file, extracted from
486         modules/search-tests.
487         * modules/search-tests: Depend on it.
488         * modules/signal-c++-tests: New file, extracted from
489         modules/signal-tests.
490         * modules/signal-tests: Depend on it.
491         * modules/spawn-c++-tests: New file, extracted from
492         modules/spawn-tests.
493         * modules/spawn-tests: Depend on it.
494         * modules/stdio-c++-tests: New file, extracted from
495         modules/stdio-tests.
496         * modules/stdio-tests: Depend on it.
497         * modules/stdlib-c++-tests: New file, extracted from
498         modules/stdlib-tests.
499         * modules/stdlib-tests: Depend on it.
500         * modules/string-c++-tests: New file, extracted from
501         modules/string-tests.
502         * modules/string-tests: Depend on it.
503         * modules/sys_ioctl-c++-tests: New file, extracted from
504         modules/sys_ioctl-tests.
505         * modules/sys_ioctl-tests: Depend on it.
506         * modules/sys_select-c++-tests: New file, extracted from
507         modules/sys_select-tests.
508         * modules/sys_select-tests: Depend on it.
509         * modules/sys_socket-c++-tests: New file, extracted from
510         modules/sys_socket-tests.
511         * modules/sys_socket-tests: Depend on it.
512         * modules/sys_stat-c++-tests: New file, extracted from
513         modules/sys_stat-tests.
514         * modules/sys_stat-tests: Depend on it.
515         * modules/sys_time-c++-tests: New file, extracted from
516         modules/sys_time-tests.
517         * modules/sys_time-tests: Depend on it.
518         * modules/time-c++-tests: New file, extracted from modules/time-tests.
519         * modules/time-tests: Depend on it.
520         * modules/unistd-c++-tests: New file, extracted from
521         modules/unistd-tests.
522         * modules/unistd-tests: Depend on it.
523         * modules/wchar-c++-tests: New file, extracted from
524         modules/wchar-tests.
525         * modules/wchar-tests: Depend on it.
526         * modules/wctype-c++-tests: New file, extracted from
527         modules/wctype-tests.
528         * modules/wctype-tests: Depend on it.
529         Reported by Simon Josefsson.
530
531 2010-03-28  Bruno Haible  <bruno@clisp.org>
532
533         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
534         * gnulib-tool (func_exists_module): New function, extracted from
535         func_verify_module.
536         (func_verify_module): Use it.
537         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
538         'foo' only if 'foo' exists.
539         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
540         module.
541
542 2010-03-28  Bruno Haible  <bruno@clisp.org>
543
544         gnulib-tool: Add support for special categories of tests.
545         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
546         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
547         (func_usage): Document them.
548         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
549         inc_unportable_tests, inc_all_tests): New variables.
550         (func_acceptable): Consider these variables.
551         (func_modules_transitive_closure): Make it work when the 'Status' field
552         consists of multiple words.
553         (func_import): Store and restore the values of inc_cxx_tests,
554         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
555         inc_all_tests in gnulib-comp.m4.
556         (func_create_testdir): Set inc_all_tests to true.
557         * doc/gnulib.texi (Extra tests modules): New section.
558         Suggested by Jim Meyering.
559
560 2010-03-28  Bruno Haible  <bruno@clisp.org>
561
562         ansi-c++-opt: Allow turning off the C++ build by default.
563         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
564         gl_CXX_CHOICE_DEFAULT_NO is defined.
565         Requested by Eric Blake.
566
567 2010-03-28  Bruno Haible  <bruno@clisp.org>
568
569         unistd: Avoid #define replacements in C++ mode.
570         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
571         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
572         setsockopt, shutdown, select): In C++, attach a warning to the function
573         if possible, rather than #defining the symbol to a dysfunctional alias.
574         Reported by John W. Eaton <jwe@gnu.org>.
575
576 2010-03-28  Bruno Haible  <bruno@clisp.org>
577
578         Fix link errors on mingw.
579         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
580         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
581         $(LIBSOCKET).
582         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
583         $(LIBSOCKET).
584
585 2010-03-28  Bruno Haible  <bruno@clisp.org>
586             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
587
588         lib-ignore: Determine different options for different compilers.
589         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
590         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
591         Add comments.
592         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
593         * NEWS: Mention the change.
594
595 2010-03-27  Bruno Haible  <bruno@clisp.org>
596
597         Remove unused GNULIB_XYZ macro definitions.
598         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
599         * modules/fseek (configure.ac): Likewise.
600         * modules/ioctl (configure.ac): Likewise.
601         * modules/open (configure.ac): Likewise.
602         * modules/stdlib-safer (configure.ac): Likewise.
603
604 2010-03-27  Bruno Haible  <bruno@clisp.org>
605
606         Add a remark about certain modules.
607         * modules/malloc (Comment): New section.
608         * modules/realloc (Comment): Likewise.
609         * modules/sigpipe (Comment): Likewise.
610
611 2010-03-27  Bruno Haible  <bruno@clisp.org>
612
613         Resolve conflict between the two kinds of module indicators.
614         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
615         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
616         * modules/canonicalize (configure.ac): Invoke
617         gl_MODULE_INDICATOR_FOR_TESTS.
618         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
619         GNULIB_XYZ.
620         * tests/test-dirent-c++.cc: Likewise.
621         * tests/test-dirent-safer.c: Likewise.
622         * tests/test-dup2.c: Likewise.
623         * tests/test-fchdir.c: Likewise.
624         * tests/test-fcntl-h-c++.cc: Likewise.
625         * tests/test-getopt.c: Likewise.
626         * tests/test-getopt.h: Likewise.
627         * tests/test-langinfo-c++.cc: Likewise.
628         * tests/test-locale-c++.cc: Likewise.
629         * tests/test-math-c++.cc: Likewise.
630         * tests/test-pty-c++.cc: Likewise.
631         * tests/test-search-c++.cc: Likewise.
632         * tests/test-signal-c++.cc: Likewise.
633         * tests/test-spawn-c++.cc: Likewise.
634         * tests/test-stdio-c++.cc: Likewise.
635         * tests/test-stdlib-c++.cc: Likewise.
636         * tests/test-string-c++.cc: Likewise.
637         * tests/test-sys_ioctl-c++.cc: Likewise.
638         * tests/test-sys_select-c++.cc: Likewise.
639         * tests/test-sys_socket-c++.cc: Likewise.
640         * tests/test-sys_stat-c++.cc: Likewise.
641         * tests/test-sys_time-c++.cc: Likewise.
642         * tests/test-time-c++.cc: Likewise.
643         * tests/test-unistd-c++.cc: Likewise.
644         * tests/test-wchar-c++.cc: Likewise.
645         * tests/uninorm/test-u8-nfc.c: Likewise.
646         * tests/uninorm/test-u8-nfd.c: Likewise.
647         * tests/uninorm/test-u8-nfkc.c: Likewise.
648         * tests/uninorm/test-u8-nfkd.c: Likewise.
649         * tests/uninorm/test-u16-nfc.c: Likewise.
650         * tests/uninorm/test-u16-nfd.c: Likewise.
651         * tests/uninorm/test-u16-nfkc.c: Likewise.
652         * tests/uninorm/test-u16-nfkd.c: Likewise.
653         * tests/uninorm/test-u32-nfc.c: Likewise.
654         * tests/uninorm/test-u32-nfc-big.c: Likewise.
655         * tests/uninorm/test-u32-nfd.c: Likewise.
656         * tests/uninorm/test-u32-nfd-big.c: Likewise.
657         * tests/uninorm/test-u32-nfkc.c: Likewise.
658         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
659         * tests/uninorm/test-u32-nfkd.c: Likewise.
660         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
661         * tests/uninorm/test-u32-normalize-big.c: Likewise.
662
663 2010-03-27  Bruno Haible  <bruno@clisp.org>
664
665         Distinguish two kinds of module indicators.
666         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
667         gl_MODULE_INDICATOR.
668         (gl_MODULE_INDICATOR): New macro.
669         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
670         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
671         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
672         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
673         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
674         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
675         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
676         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
677         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
678         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
679         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
680         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
681         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
682         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
683         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
684         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
685         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
686         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
687         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
688         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
689         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
690         * modules/cloexec (configure.ac): Likewise.
691         * modules/getopt-gnu (configure.ac): Likewise.
692         * modules/uninorm/u8-normalize (configure.ac): Likewise.
693         * modules/uninorm/u16-normalize (configure.ac): Likewise.
694         * modules/uninorm/u32-normalize (configure.ac): Likewise.
695         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
696
697 2010-03-27  Bruno Haible  <bruno@clisp.org>
698
699         New module description field 'Comment'.
700         * gnulib-tool: New option --extract-comment.
701         (func_usage): Document it.
702         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
703         (func_get_comment): New function.
704         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
705
706 2010-03-27  Bruno Haible  <bruno@clisp.org>
707
708         Addendum to 2010-02-07 commit.
709         * gnulib-tool (func_usage): Document --extract-applicability option.
710
711 2010-03-27  Bruno Haible  <bruno@clisp.org>
712
713         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
714         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
715         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
716         rather than link errors.
717
718 2010-03-27  Bruno Haible  <bruno@clisp.org>
719
720         Avoid side effects from tests-related modules on the compilation of lib.
721         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
722         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
723         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
724         parameter. Emit into AM_CPPFLAGS a definition of the designated C
725         macro.
726         (func_import): Define a witness macro. Assign it a value that depends
727         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
728         tests-related modules.
729         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
730         Reported by Jim Meyering.
731
732 2010-03-27  Bruno Haible  <bruno@clisp.org>
733
734         Factorize common .m4 code.
735         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
736         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
737         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
738         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
739         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
740         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
741         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
742         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
743         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
744         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
745         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
746         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
747         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
748         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
749         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
750         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
751         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
752         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
753         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
754         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
755         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
756         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
757         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
758         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
759         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
760         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
761         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
762         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
763         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
764         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
765         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
766         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
767
768 2010-03-27  Bruno Haible  <bruno@clisp.org>
769
770         Fix a compilation error on Cygwin with g++ >= 4.3.
771         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
772         if it is undefined or if we alias it to chmod.
773         (lstat): Don't warn about the use of this function if it is undefined
774         or if we alias it to stat.
775         Reported by Simon Josefsson.
776
777 2010-03-27  Bruno Haible  <bruno@clisp.org>
778
779         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
780         * modules/getlogin (configure.ac): Update.
781
782         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
783         * modules/getlogin_r (configure.ac): Update.
784
785         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
786         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
787         * modules/inet_ntop (configure.ac): Update.
788
789         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
790         * modules/inet_pton (configure.ac): Update.
791
792         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
793         * modules/mbslen (configure.ac): Update.
794
795         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
796         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
797         * modules/forkpty (configure.ac): Update.
798         * modules/openpty (configure.ac): Update.
799
800 2010-03-26  Simon Josefsson  <simon@josefsson.org>
801
802         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
803         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
804
805 2010-03-25  Eric Blake  <eblake@redhat.com>
806
807         maint: use pragma consistently across replacement headers
808         * lib/ctype.in.h (system_header): Hoist for consistent placement.
809         * lib/dirent.in.h (system_header): Likewise.
810         * lib/errno.in.h (system_header): Likewise.
811         * lib/float.in.h (system_header): Likewise.
812         * lib/getopt.in.h (system_header): Likewise.
813         * lib/iconv.in.h (system_header): Likewise.
814         * lib/inttypes.in.h (system_header): Likewise.
815         * lib/langinfo.in.h (system_header): Likewise.
816         * lib/locale.in.h (system_header): Likewise.
817         * lib/math.in.h (system_header): Likewise.
818         * lib/netdb.in.h (system_header): Likewise.
819         * lib/netinet_in.in.h (system_header): Likewise.
820         * lib/pty.in.h (system_header): Likewise.
821         * lib/sched.in.h (system_header): Likewise.
822         * lib/se-selinux.in.h (system_header): Likewise.
823         * lib/search.in.h (system_header): Likewise.
824         * lib/spawn.in.h (system_header): Likewise.
825         * lib/stdarg.in.h (system_header): Likewise.
826         * lib/stdint.in.h (system_header): Likewise.
827         * lib/string.in.h (system_header): Likewise.
828         * lib/strings.in.h (system_header): Likewise.
829         * lib/sys_file.in.h (system_header): Likewise.
830         * lib/sys_ioctl.in.h (system_header): Likewise.
831         * lib/sys_socket.in.h (system_header): Likewise.
832         * lib/sys_times.in.h (system_header): Likewise.
833         * lib/sys_utsname.in.h (system_header): Likewise.
834         * lib/sys_wait.in.h (system_header): Likewise.
835         * lib/sysexits.in.h (system_header): Likewise.
836         * lib/unistd.in.h (system_header): Likewise.
837         * lib/wctype.in.h (system_header): Likewise.
838
839         arpa/inet: fix mingw compilation warning
840         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
841         Reported by Matthew Bolte.
842
843 2010-03-25  Bruno Haible  <bruno@clisp.org>
844
845         Avoid collision between gnulib wrapper and libintl wrapper.
846         * lib/printf.c (printf): Don't define if a printf wrapper is already
847         defined in intl/printf.c.
848         Reported by Michel Boaventura <michel@michelboaventura.com>.
849
850 2010-03-25  Bruno Haible  <bruno@clisp.org>
851
852         Use ANSI C.
853         * lib/readutmp.h (getutent): Provide ANSI C prototype.
854
855 2010-03-25  Bruno Haible  <bruno@clisp.org>
856
857         Minor formatting changes.
858         * lib/acosl.c: Insert space before function argument list.
859         * lib/argz.c: Likewise.
860         * lib/asinl.c: Likewise.
861         * lib/expl.c: Likewise.
862         * lib/gen-uni-tables.c: Likewise.
863         * lib/gettext.h: Likewise.
864         * lib/glthread/lock.h: Likewise.
865         * lib/tanl.c: Likewise.
866         * lib/uniname/uniname.c: Likewise.
867         * tests/test-idpriv-drop.c: Likewise.
868         * tests/test-idpriv-droptemp.c: Likewise.
869         * tests/test-lock.c: Likewise.
870         * tests/test-tls.c: Likewise.
871         * lib/argp-help.c: Insert space before function-like macro argument
872         list.
873         * lib/memcmp.c: Likewise.
874         * tests/test-base64.c: Likewise.
875         * lib/localename.c: Insert space before sizeof's argument list.
876         * lib/safe-alloc.h: Likewise.
877         * lib/file-set.h: Insert space before macro argument list.
878         * tests/test-argp.c: Likewise.
879         * lib/argp-namefrob.h: Insert space before function parameter list.
880         * lib/getaddrinfo.c: Likewise.
881         * lib/netdb.in.h: Likewise.
882         * lib/parse-duration.h: Likewise.
883         * lib/parse-duration.c: Likewise.
884         * lib/poll.c: Likewise.
885         * lib/select.c: Likewise.
886         * lib/trim.h: Likewise.
887         * tests/test-usleep.c: Likewise.
888         * lib/ldexpl.c: Insert space before function parameter list and before
889         function argument list.
890         * lib/logl.c: Likewise.
891         * lib/sqrtl.c: Likewise.
892         * lib/trim.c: Likewise.
893         * lib/cosl.c: Use GNU style indentation. Insert space before function
894         argument list.
895         * lib/sinl.c: Likewise.
896         * lib/tsearch.c: Insert space after 'for'.
897         Reported by Jim Meyering.
898
899 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
900
901         * maint.mk (sc_Wundef_boolean): Check for the presence of the
902         config header before grepping, as it's not present before
903         autoreconf/configure are run.  Reported by Simon Josefsson.
904
905 2010-03-23  Bruno Haible  <bruno@clisp.org>
906
907         pt_chown: Make it work with automake < 1.11.
908         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
909         Reported by Simon Josefsson.
910
911 2010-03-23  Bruno Haible  <bruno@clisp.org>
912
913         pt_chown: Don't depend on GPLed modules.
914         * lib/pt_chown.c: Don't include idpriv.h.
915         (main): Don't drop privileges.
916         * modules/pt_chown (Depends-on): Remove idpriv-drop.
917         Reported by Simon Josefsson.
918
919 2010-03-24  Simon Josefsson  <simon@josefsson.org>
920
921         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
922         suggestions from karl@freefriends.org (Karl Berry).
923
924 2010-03-22  Eric Blake  <eblake@redhat.com>
925
926         gethostname: further tweaks
927         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
928         are overriding gethostname.
929         Suggested by Bruno Haible.
930
931 2010-03-21  Bruno Haible  <bruno@clisp.org>
932
933         Fix comments.
934         * lib/forkpty.c (rpl_forkpty): Fix comment.
935         * lib/openpty.c (rpl_openpty): Likewise.
936         Reported by Eric Blake.
937
938 2010-03-22  Eric Blake  <eblake@redhat.com>
939
940         gethostname: fix build on mingw
941         * lib/unistd.in.h (includes): Work around fact that mingw
942         <winsock2.h> re-includes <unistd.h>, by avoiding any
943         redeclarations if we are being included by <winsock2.h>.
944         Reported by Matthias Bolte.
945
946 2010-03-21  Bruno Haible  <bruno@clisp.org>
947
948         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
949         * lib/forkpty.c (forkpty): New replacement function, from glibc with
950         modifications.
951         * lib/pty.in.h (forkpty): Update declaration. Add comments.
952         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
953         provide the replacement.
954         * modules/forkpty (Depends-on): Add openpty, login_tty.
955         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
956         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
957         * doc/glibc-functions/forkpty.texi: More supported platforms.
958         * config/srclist.txt: Add forkpty.c (commented).
959
960 2010-03-21  Bruno Haible  <bruno@clisp.org>
961
962         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
963         (Makefile.am): Verify that PTY_LIB is defined.
964
965         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
966
967 2010-03-21  Bruno Haible  <bruno@clisp.org>
968
969         Tests for module 'login_tty'.
970         * modules/login_tty-tests: New file.
971         * tests/test-login_tty.c: New file.
972
973         New module 'login_tty'.
974         * lib/login_tty.c: New file.
975         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
976         * modules/login_tty: New file.
977         * doc/glibc-functions/login_tty.texi: Mention the new module.
978
979 2010-03-21  Bruno Haible  <bruno@clisp.org>
980
981         login_tty: Documentation.
982         * doc/glibc-functions/login_tty.texi: New file.
983         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
984
985 2010-03-21  Bruno Haible  <bruno@clisp.org>
986
987         pty: Consistent macro naming.
988         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
989         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
990         * modules/pty (configure.ac): Update.
991
992 2010-03-21  Bruno Haible  <bruno@clisp.org>
993
994         Tests for openpty: Make stricter.
995         * tests/test-openpty.c (main): Add test of canonical processing and
996         erase.
997         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
998
999         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1000         * lib/openpty.c (openpty): New replacement function.
1001         * lib/pty.in.h: Include <termios.h>.
1002         (openpty): Update declaration. Add comments.
1003         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1004         is not declared, arrange to provide the replacement. Check for _getpty
1005         and posix_openpt.
1006         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1007         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1008         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1009         * modules/pty-tests (test_pty_c___LDADD): New variable.
1010         * doc/glibc-functions/openpty.texi: More supported platforms.
1011
1012 2010-03-21  Bruno Haible  <bruno@clisp.org>
1013
1014         setenv: Tweaks.
1015         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1016         the test program.
1017         * doc/posix-functions/setenv.texi: Update platforms list.
1018
1019 2010-03-21  Bruno Haible  <bruno@clisp.org>
1020
1021         New module 'unlockpt'.
1022         * lib/unlockpt.c: New file, from glibc with modifications.
1023         * m4/unlockpt.m4: New file.
1024         * modules/unlockpt: New file.
1025         * lib/stdlib.in.h (unlockpt): New declaration.
1026         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1027         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1028         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1029         HAVE_UNLOCKPT.
1030         * doc/posix-functions/unlockpt.texi: Mention the new module.
1031         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1032         * config/srclist.txt: Add unlockpt.c (commented).
1033
1034 2010-03-21  Jim Meyering  <meyering@redhat.com>
1035
1036         maint.mk: prohibit inclusion of "intprops.h" without use
1037         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1038
1039 2010-03-21  Bruno Haible  <bruno@clisp.org>
1040
1041         New module 'grantpt'.
1042         * lib/grantpt.c: New file, from glibc with modifications.
1043         * m4/grantpt.m4: New file.
1044         * modules/grantpt: New file.
1045         * lib/stdlib.in.h (grantpt): New declaration.
1046         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1047         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1048         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1049         HAVE_GRANTPT.
1050         * doc/posix-functions/grantpt.texi: Mention the new module.
1051         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1052         * config/srclist.txt: Add grantpt.c (commented).
1053
1054 2010-03-21  Bruno Haible  <bruno@clisp.org>
1055
1056         New module 'pt_chown'.
1057         * lib/pt_chown.c: New file, from glibc with modifications.
1058         * lib/pty-private.h: New file, from glibc with modifications.
1059         * modules/pt_chown: New file.
1060         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1061
1062 2010-03-21  Bruno Haible  <bruno@clisp.org>
1063
1064         Tests for module 'ptsname'.
1065         * modules/ptsname-tests: New file.
1066         * tests/test-ptsname.c: New file.
1067
1068         New module 'ptsname'.
1069         * lib/ptsname.c: New file, from glibc with modifications.
1070         * m4/ptsname.m4: New file.
1071         * modules/ptsname: New file.
1072         * lib/stdlib.in.h (ptsname): New declaration.
1073         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1074         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1075         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1076         HAVE_PTSNAME.
1077         * doc/posix-functions/ptsname.texi: Mention the new module.
1078         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1079         * config/srclist.txt: Add ptsname.c (commented).
1080
1081 2010-03-21  Bruno Haible  <bruno@clisp.org>
1082
1083         Tests for module 'ttyname_r'.
1084         * modules/ttyname_r-tests: New file.
1085         * tests/test-ttyname_r.c: New file.
1086
1087         New module 'ttyname_r'.
1088         * lib/ttyname_r.c: New file.
1089         * m4/ttyname_r.m4: New file.
1090         * modules/ttyname_r: New file.
1091         * lib/unistd.in.h (ttyname_r): New declaration.
1092         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1093         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1094         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1095         HAVE_TTYNAME_R.
1096         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1097         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1098
1099 2010-03-20  Bruno Haible  <bruno@clisp.org>
1100
1101         signal: Undefine macro definitions in C++ mode.
1102         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1103         sigfillset): Undefine macro definitions from the system header in C++
1104         mode.
1105         Reported by John W. Eaton <jwe@gnu.org>.
1106
1107 2010-03-20  Bruno Haible  <bruno@clisp.org>
1108
1109         Ensure no #include statements inside extern "C" { ... }.
1110         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1111         contain #include statements.
1112         * lib/time.in.h: Likewise.
1113
1114 2010-03-20  Bruno Haible  <bruno@clisp.org>
1115
1116         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1117         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1118         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1119         Reported by John W. Eaton <jwe@gnu.org>.
1120
1121 2010-03-20  Bruno Haible  <bruno@clisp.org>
1122
1123         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1124         Reported by Jim Meyering.
1125
1126 2010-03-20  Bruno Haible  <bruno@clisp.org>
1127
1128         pipe: Set errno upon failure.
1129         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1130         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1131         errno value in error message.
1132
1133 2010-03-20  Bruno Haible  <bruno@clisp.org>
1134             Jim Meyering  <meyering@redhat.com>
1135
1136         lchown: Avoid "unused variable" warning.
1137         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1138
1139 2010-03-20  Bruno Haible  <bruno@clisp.org>
1140
1141         Work around unlink() bug on MacOS X 10.5.6.
1142         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1143         attempting to unlink a parent directory.
1144         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1145         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1146         activate for the replacement function.
1147         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1148
1149 2010-03-20  Bruno Haible  <bruno@clisp.org>
1150
1151         Fix link errors on Solaris 8.
1152         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1153         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1154
1155 2010-03-19  Jim Meyering  <meyering@redhat.com>
1156
1157         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1158         The _LIBC implementation of build_range_exp correctly honors the
1159         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1160         However, the non-_LIBC implementation would ignore that syntax-bit
1161         flag and return REG_ERANGE unconditionally.
1162         This change makes it honor that flag.
1163         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1164         Make two pointer parameters "const".
1165         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1166         (parse_bracket_exp): Update caller.
1167
1168         regex.m4: correct the reversed range endpoint ([b-a]) test
1169         * m4/regex.m4: When requiring that [b-a] evoke failure,
1170         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1171         test pass once again for x86-based systems.
1172
1173 2010-03-19  Bruno Haible  <bruno@clisp.org>
1174
1175         scandir: Fix link error on Solaris 8.
1176         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1177         macros.
1178
1179 2010-03-19  Bruno Haible  <bruno@clisp.org>
1180
1181         getusershell: Fix documentation.
1182         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1183         module.
1184         * doc/glibc-functions/setusershell.texi: Likewise.
1185
1186         getusershell: Provide declaration, missing on Solaris 9.
1187         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1188         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1189         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1190         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1191         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1192         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1193         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1194         HAVE_GETUSERSHELL.
1195         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1196
1197 2010-03-19  Bruno Haible  <bruno@clisp.org>
1198
1199         wctype: Provide iswblank function.
1200         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1201         exists and is fine.
1202         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1203         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1204         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1205         * doc/posix-functions/iswblank.texi: Update.
1206
1207 2010-03-19  Bruno Haible  <bruno@clisp.org>
1208
1209         Tests of module 'pty' in C++ mode.
1210         * modules/pty-tests: New file.
1211         * tests/test-pty-c++.cc: New file.
1212         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1213
1214 2010-03-19  Eric Blake  <eblake@redhat.com>
1215
1216         logb: fix documentation
1217         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1218         1.5 declaration bug.
1219
1220         forkpty, openpty: prefer glibc's const-safe prototype
1221         * lib/forkpty.c (rpl_forkpty): New file.
1222         * lib/openpty.c (rpl_openpty): Likewise.
1223         * modules/forkpty (Files): Distribute it.
1224         * modules/openpty (Files): Likewise.
1225         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1226         check...
1227         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1228         replacement for for non-const BSD signature.
1229         * modules/pty (Makefile.am): Substitute witnesses.
1230         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1231         * tests/test-forkpty.c: Update signature check.
1232         * tests/test-openpty.c: Likewise.
1233         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1234         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1235
1236         forkpty, openpty: split functions into new modules
1237         * modules/pty (Makefile.am): Substitute new witnesses.
1238         (Libraries): Move library detection...
1239         * modules/forkpty: ...into new module.
1240         * modules/openpty: Another new module.
1241         * modules/pty-tests: Rename and split...
1242         * modules/forkpty-tests: ...to this...
1243         * modules/openpty-tests: ...and this.
1244         * tests/test-pty.c: Rename and split...
1245         * tests/test-forkpty.c: ...to this...
1246         * tests/test-openpty.c: ...and this.
1247         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1248         (gl_PTY): Split library searching...
1249         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1250         (gl_FORKPTY, gl_OPENPTY): New macros.
1251         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1252         * NEWS: Mention the split.
1253         * MODULES.html.sh (Misc): Document the modules.
1254         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1255         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1256
1257         pty: improve replacement header
1258         * lib/pty.in.h: New file.
1259         * modules/pty (Files): Ship it.
1260         (Makefile.am): Always build replacement.
1261         * m4/pty.m4: Rename...
1262         * m4/pty_h.m4: ...to this.
1263         (gl_PTY): Modernize setting of witness macros; update check of
1264         forkpty to take proper advantage of cache.
1265         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1266
1267         getopt: avoid compiler warning
1268         * lib/getopt.c (attribute_hidden): Remove unused macro.
1269
1270 2010-03-18  Bruno Haible  <bruno@clisp.org>
1271
1272         Fix link errors on Solaris 8.
1273         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1274         * modules/search-tests (test_search_c___LDADD): Likewise.
1275         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1276         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1277         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1278         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1279         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1280         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1281         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1282
1283 2010-03-18  Bruno Haible  <bruno@clisp.org>
1284
1285         Fix bug introduced on 2010-03-14.
1286         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1287         (gl_SPAWN_H): Require it.
1288         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1289         Reported by Simon Josefsson.
1290
1291 2010-03-18  Bruno Haible  <bruno@clisp.org>
1292
1293         Fix typo introduced on 2009-12-31.
1294         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1295         posix_spawn_file_actions_adddup2.
1296
1297 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1298         and Eric Blake  <eblake@redhat.com>
1299
1300         test-vc-list-files-git: make more robust
1301         * tests/test-vc-list-files-git.sh: Unset problematic environment
1302         variables.  Chain commands together.
1303
1304 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1305
1306         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1307         `AC_CHECK_DECL' invocation.
1308
1309 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1310
1311         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1312         appears before executable statements. Suggested by Petr Sumbera
1313         <Petr.Sumbera@Sun.COM>.
1314
1315 2010-03-14  Bruno Haible  <bruno@clisp.org>
1316
1317         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1318         portability problems. Instead use a simpler test.
1319         (main): Check that invalid arguments are rejected only on Linux.
1320
1321 2010-03-14  Bruno Haible  <bruno@clisp.org>
1322
1323         Fix bug introduced on 2009-12-31.
1324         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1325         gl_PREREQ_SYS_H_WINSOCK2 always.
1326         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1327         SYS_SOCKET_H variable.
1328         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1329         Update comments.
1330         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1331         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1332         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1333         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1334         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1335
1336 2010-03-14  Bruno Haible  <bruno@clisp.org>
1337
1338         Fix values returned by sinl, cosl.
1339         * lib/trigl.h: Add specification comments.
1340         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1341         that combines the values from the precomputed table with the values of
1342         the Chebyshev polynomials.
1343
1344 2010-03-14  Bruno Haible  <bruno@clisp.org>
1345
1346         Fix compilation error when modules 'posix_spawn[p]' are not used.
1347         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1348         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1349
1350 2010-03-14  Bruno Haible  <bruno@clisp.org>
1351
1352         Fix compilation error on mingw when module 'time_r' is not used.
1353         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1354         is 1.
1355         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1356         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1357         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1358         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1359
1360 2010-03-14  Bruno Haible  <bruno@clisp.org>
1361
1362         Fix compilation error with Sun C.
1363         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1364         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1365         instead of GCC specific ULONG_LONG_MAX.
1366         * lib/xstrtoll.c: Likewise.
1367         * lib/xstrtoull.c: Likewise.
1368
1369 2010-03-13  Bruno Haible  <bruno@clisp.org>
1370
1371         Allow the user to disable C++ code and tests.
1372         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1373         (gl_PROG_ANSI_CXX): Require it.
1374
1375 2010-03-13  Bruno Haible  <bruno@clisp.org>
1376
1377         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1378         cases.
1379
1380 2010-03-13  Bruno Haible  <bruno@clisp.org>
1381
1382         Test that gnulib does not break the standard C++ headers.
1383         * tests/test-locale-c++2.cc: New file.
1384         * modules/locale-tests (Files): Add it.
1385         (Makefile.am): Compile it for test-locale-c++.
1386         * tests/test-math-c++2.cc: New file.
1387         * modules/math-tests (Files): Add it.
1388         (Makefile.am): Compile it for test-math-c++.
1389         * tests/test-signal-c++2.cc: New file.
1390         * modules/signal-tests (Files): Add it.
1391         (Makefile.am): Compile it for test-signal-c++.
1392         * tests/test-stdio-c++2.cc: New file.
1393         * modules/stdio-tests (Files): Add it.
1394         (Makefile.am): Compile it for test-stdio-c++.
1395         * tests/test-stdlib-c++2.cc: New file.
1396         * modules/stdlib-tests (Files): Add it.
1397         (Makefile.am): Compile it for test-stdlib-c++.
1398         * tests/test-string-c++2.cc: New file.
1399         * modules/string-tests (Files): Add it.
1400         (Makefile.am): Compile it for test-string-c++.
1401         * tests/test-time-c++2.cc: New file.
1402         * modules/time-tests (Files): Add it.
1403         (Makefile.am): Compile it for test-time-c++.
1404         Reported by John W. Eaton <jwe@gnu.org>.
1405
1406 2010-03-13  Bruno Haible  <bruno@clisp.org>
1407
1408         * gnulib-tool (func_usage): Clarify which options are available for
1409         --create-testdir and --create-megatestdir.
1410
1411 2010-03-13  Bruno Haible  <bruno@clisp.org>
1412
1413         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1414         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1415         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1416         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1417         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1418         when appropriate.
1419         Reported by Jim Meyering.
1420
1421 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1422
1423         * gnulib-tool (func_import): Explain origin of code.
1424
1425 2010-03-12  Bruno Haible  <bruno@clisp.org>
1426
1427         Fix problem with automake's definition of CXXLINK.
1428         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1429         Reported by Simon Josefsson and Ludovic Courtès.
1430
1431 2010-03-12  Bruno Haible  <bruno@clisp.org>
1432
1433         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1434         stable releases.
1435
1436 2010-03-11  Bruno Haible  <bruno@clisp.org>
1437
1438         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1439         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1440         whether the system provides one variant or multiple variants of the
1441         function.
1442         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1443         C++ compilers.
1444         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1445         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1446         Reported by Jim Meyering.
1447
1448 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1449
1450         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1451
1452 2010-03-08  Bruno Haible  <bruno@clisp.org>
1453
1454         gnulib-tool: Add support for --libtool in --create-testdir.
1455         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1456         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1457
1458 2010-03-08  Eric Blake  <eblake@redhat.com>
1459
1460         gnulib-tool.texi: mention possibility of git submodule
1461         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1462         submodules.
1463         * doc/.gitignore: Ignore another generated file.
1464
1465 2010-03-08  Karl Berry  <karl@gnu.org>
1466
1467         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1468         of committing gnulib files while skipping others.
1469
1470 2010-03-07  Bruno Haible  <bruno@clisp.org>
1471
1472         Tests of module 'wctype' in C++ mode.
1473         * tests/test-wctype-c++.cc: New file.
1474         * modules/wctype-tests (Files): Add it and tests/signature.h.
1475         (Depends-on): Add ansi-c++-opt.
1476         (Makefile.am): Arrange to compile and run test-wctype-c++.
1477
1478         Tests of module 'wchar' in C++ mode.
1479         * tests/test-wchar-c++.cc: New file.
1480         * modules/wchar-tests (Files): Add it and tests/signature.h.
1481         (Depends-on): Add ansi-c++-opt.
1482         (Makefile.am): Arrange to compile and run test-wchar-c++.
1483         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1484         gl_MODULE_INDICATOR.
1485
1486         Tests of module 'unistd' in C++ mode.
1487         * tests/test-unistd-c++.cc: New file.
1488         * modules/unistd-tests (Files): Add it and tests/signature.h.
1489         (Depends-on): Add ansi-c++-opt.
1490         (Makefile.am): Arrange to compile and run test-unistd-c++.
1491         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1492         gl_MODULE_INDICATOR.
1493
1494         Tests of module 'time' in C++ mode.
1495         * tests/test-time-c++.cc: New file.
1496         * modules/time-tests (Files): Add it and tests/signature.h.
1497         (Depends-on): Add ansi-c++-opt.
1498         (Makefile.am): Arrange to compile and run test-time-c++.
1499         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1500
1501         Tests of module 'sys_time' in C++ mode.
1502         * tests/test-sys_time-c++.cc: New file.
1503         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1504         (Depends-on): Add ansi-c++-opt.
1505         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1506         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1507         gl_MODULE_INDICATOR.
1508
1509         Tests of module 'sys_stat' in C++ mode.
1510         * tests/test-sys_stat-c++.cc: New file.
1511         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1512         (Depends-on): Add ansi-c++-opt.
1513         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1514         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1515         gl_MODULE_INDICATOR.
1516
1517         Tests of module 'sys_socket' in C++ mode.
1518         * tests/test-sys_socket-c++.cc: New file.
1519         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1520         (Depends-on): Add ansi-c++-opt.
1521         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1522         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1523         gl_MODULE_INDICATOR.
1524
1525         Tests of module 'sys_select' in C++ mode.
1526         * tests/test-sys_select-c++.cc: New file.
1527         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1528         (Depends-on): Add ansi-c++-opt.
1529         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1530         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1531         gl_MODULE_INDICATOR.
1532
1533         Tests of module 'sys_ioctl' in C++ mode.
1534         * tests/test-sys_ioctl-c++.cc: New file.
1535         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1536         (Depends-on): Add ansi-c++-opt.
1537         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1538         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1539         gl_MODULE_INDICATOR.
1540
1541         Tests of module 'string' in C++ mode.
1542         * tests/test-string-c++.cc: New file.
1543         * modules/string-tests (Files): Add it and tests/signature.h.
1544         (Depends-on): Add ansi-c++-opt.
1545         (Makefile.am): Arrange to compile and run test-string-c++.
1546         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1547         gl_MODULE_INDICATOR.
1548
1549         Tests of module 'stdlib' in C++ mode.
1550         * tests/test-stdlib-c++.cc: New file.
1551         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1552         (Depends-on): Add ansi-c++-opt.
1553         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1554         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1555         gl_MODULE_INDICATOR.
1556
1557         Tests of module 'stdio' in C++ mode.
1558         * tests/test-stdio-c++.cc: New file.
1559         * modules/stdio-tests (Files): Add it and tests/signature.h.
1560         (Depends-on): Add ansi-c++-opt.
1561         (Makefile.am): Arrange to compile and run test-stdio-c++.
1562         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1563         gl_MODULE_INDICATOR.
1564
1565         Tests of module 'spawn' in C++ mode.
1566         * tests/test-spawn-c++.cc: New file.
1567         * modules/spawn-tests (Files): Add it and tests/signature.h.
1568         (Depends-on): Add ansi-c++-opt.
1569         (Makefile.am): Arrange to compile and run test-spawn-c++.
1570         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1571         gl_MODULE_INDICATOR.
1572
1573         Tests of module 'signal' in C++ mode.
1574         * tests/test-signal-c++.cc: New file.
1575         * modules/signal-tests (Files): Add it and tests/signature.h.
1576         (Depends-on): Add ansi-c++-opt.
1577         (Makefile.am): Arrange to compile and run test-signal-c++.
1578         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1579         gl_MODULE_INDICATOR.
1580
1581         Tests of module 'search' in C++ mode.
1582         * tests/test-search-c++.cc: New file.
1583         * modules/search-tests (Files): Add it and tests/signature.h.
1584         (Depends-on): Add ansi-c++-opt.
1585         (Makefile.am): Arrange to compile and run test-search-c++.
1586         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1587         gl_MODULE_INDICATOR.
1588
1589         Tests of module 'math' in C++ mode.
1590         * tests/test-math-c++.cc: New file.
1591         * modules/math-tests (Files): Add it and tests/signature.h.
1592         (Depends-on): Add ansi-c++-opt.
1593         (Makefile.am): Arrange to compile and run test-math-c++.
1594         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1595
1596         Tests of module 'locale' in C++ mode.
1597         * tests/test-locale-c++.cc: New file.
1598         * modules/locale-tests (Files): Add it and tests/signature.h.
1599         (Depends-on): Add ansi-c++-opt.
1600         (Makefile.am): Arrange to compile and run test-locale-c++.
1601         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1602         gl_MODULE_INDICATOR.
1603
1604         Tests of module 'langinfo' in C++ mode.
1605         * tests/test-langinfo-c++.cc: New file.
1606         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1607         (Depends-on): Add ansi-c++-opt.
1608         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1609         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1610         gl_MODULE_INDICATOR.
1611
1612         Tests of module 'iconv-h' in C++ mode.
1613         * tests/test-iconv-h-c++.cc: New file.
1614         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1615         (Depends-on): Add ansi-c++-opt.
1616         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1617
1618         Tests of module 'glob' in C++ mode.
1619         * tests/test-glob-c++.cc: New file.
1620         * modules/glob-tests (Files): Add it.
1621         (Depends-on): Add ansi-c++-opt.
1622         (Makefile.am): Arrange to compile and run test-glob-c++.
1623
1624         Tests of module 'fcntl-h' in C++ mode.
1625         * tests/test-fcntl-h-c++.cc: New file.
1626         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1627         (Depends-on): Add ansi-c++-opt.
1628         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1629         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1630         gl_MODULE_INDICATOR.
1631
1632         Tests of module 'dirent' in C++ mode.
1633         * tests/test-dirent-c++.cc: New file.
1634         * modules/dirent-tests (Files): Add it and tests/signature.h.
1635         (Depends-on): Add ansi-c++-opt.
1636         (Makefile.am): Arrange to compile and run test-dirent-c++.
1637         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1638         gl_MODULE_INDICATOR.
1639
1640         New module 'ansi-c++-opt'.
1641         * modules/ansi-c++-opt: New file.
1642         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1643
1644         Document C++ namespace mode.
1645         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1646
1647         wctype: Avoid #define replacements in C++ mode.
1648         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1649         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1650         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1651         In C++, define a namespaced alias symbol.
1652         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1653         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1654         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1655         rule.
1656
1657         wchar: Avoid #define replacements in C++ mode.
1658         * lib/wchar.in.h: Include c++defs.h.
1659         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1660         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1661         symbol.
1662         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1663         * modules/wchar (Depends-on): Add c++defs.
1664         (Makefile.am): Update wchar.h rule.
1665
1666         unistd: Avoid #define replacements in C++ mode.
1667         * lib/unistd.in.h: Include c++defs.h.
1668         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1669         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1670         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1671         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1672         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1673         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1674         symbol.
1675         (environ): Update.
1676         * modules/unistd (Depends-on): Add c++defs.
1677         (Makefile.am): Update unistd.h rule.
1678
1679         time: Avoid #define replacements in C++ mode.
1680         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1681         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1682         define a namespaced alias symbol.
1683         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1684         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1685         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1686         * modules/time (Depends-on): Add c++defs, warn-on-use.
1687         (Makefile.am): Update time.h rule.
1688         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1689         * modules/nanosleep (configure.ac): Likewise.
1690         * modules/strptime (configure.ac): Likewise.
1691         * modules/timegm (configure.ac): Likewise.
1692
1693         sys_time: Avoid #define replacements in C++ mode.
1694         * lib/sys_time.in.h: Include c++defs.h.
1695         (gettimeofday): In C++, define a namespaced alias symbol.
1696         * modules/sys_time (Depends-on): Add c++defs.
1697         (Makefile.am): Update sys/time.h rule.
1698
1699         sys_stat: Avoid #define replacements in C++ mode.
1700         * lib/sys_stat.in.h: Include c++defs.h.
1701         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1702         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1703         namespaced alias symbol.
1704         In C++, define a namespaced alias symbol.
1705         * modules/sys_stat (Depends-on): Add c++defs.
1706         (Makefile.am): Update sys/stat.h rule.
1707
1708         sys_socket: Avoid #define replacements in C++ mode.
1709         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1710         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1711         definitions also when the system has a <sys/socket.h>.
1712         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1713         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1714         In C++, define a namespaced alias symbol.
1715         * modules/sys_socket (Depends-on): Add c++defs.
1716         (Makefile.am): Update sys/socket.h rule.
1717
1718         sys_select: Avoid #define replacements in C++ mode.
1719         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1720         definitions also when the system has a <sys/select.h>.
1721         (select): In C++, define a namespaced alias symbol.
1722         * modules/sys_select (Depends-on): Add c++defs.
1723         (Makefile.am): Update sys/select.h rule.
1724
1725         sys_ioctl: Avoid #define replacements in C++ mode.
1726         * lib/sys_ioctl.in.h: Include c++defs.h.
1727         (ioctl): In C++, define a namespaced alias symbol.
1728         * modules/sys_ioctl (Depends-on): Add c++defs.
1729         (Makefile.am): Update sys/ioctl.h rule.
1730
1731         string: Avoid #define replacements in C++ mode.
1732         * lib/string.in.h: Include c++defs.h.
1733         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1734         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1735         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1736         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1737         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1738         * modules/string (Depends-on): Add c++defs.
1739         (Makefile.am): Update string.h rule.
1740
1741         stdlib: Avoid #define replacements in C++ mode.
1742         * lib/stdlib.in.h: Include c++defs.h.
1743         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1744         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1745         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1746         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1747         symbol.
1748         * modules/stdlib (Depends-on): Add c++defs.
1749         (Makefile.am): Update stdlib.h rule.
1750
1751         stdio: Avoid #define replacements in C++ mode.
1752         * lib/stdio.in.h: Include c++defs.h.
1753         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1754         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1755         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1756         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1757         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1758         namespaced alias symbol.
1759         * modules/stdio (Depends-on): Add c++defs.
1760         (Makefile.am): Update stdio.h rule.
1761
1762         spawn: Avoid #define replacements in C++ mode.
1763         * lib/spawn.in.h: Include c++defs.h.
1764         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1765         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1766         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1767         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1768         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1769         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1770         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1771         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1772         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1773         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1774         In C++, define a namespaced alias symbol.
1775         * modules/spawn (Depends-on): Add c++defs.
1776         (Makefile.am): Update spawn.h rule.
1777
1778         signal: Avoid #define replacements in C++ mode.
1779         * lib/signal.in.h: Include c++defs.h.
1780         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1781         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1782         namespaced alias symbol.
1783         * modules/signal (Depends-on): Add c++defs.
1784         (Makefile.am): Update signal.h rule.
1785
1786         search: Avoid #define replacements in C++ mode.
1787         * lib/search.in.h: Include c++defs.h.
1788         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1789         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1790         symbol.
1791         * modules/search (Depends-on): Add c++defs.
1792         (Makefile.am): Update search.h rule.
1793
1794         math: Avoid #define replacements in C++ mode.
1795         * lib/math.in.h: Include c++defs.h.
1796         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1797         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1798         trunc, truncl): In C++, define a namespaced alias symbol.
1799         * modules/math (Depends-on): Add c++defs.
1800         (Makefile.am): Update math.h rule.
1801
1802         locale: Avoid #define replacements in C++ mode.
1803         * lib/locale.in.h: Include c++defs.h.
1804         (duplocale): In C++, define a namespaced alias symbol.
1805         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1806         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1807         * modules/locale (Depends-on): Add c++defs.
1808         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1809
1810         langinfo: Avoid #define replacements in C++ mode.
1811         * lib/langinfo.in.h: Include c++defs.h.
1812         (nl_langinfo): In C++, define a namespaced alias symbol.
1813         * modules/langinfo (Depends-on): Add c++defs.
1814         (Makefile.am): Update langinfo.h rule.
1815
1816         iconv-h: Avoid #define replacements in C++ mode.
1817         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1818         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1819         symbol.
1820         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1821         whenever iconv is present.
1822         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1823         (Makefile.am): Update iconv.h rule.
1824
1825         glob: Avoid #define replacements in C++ mode.
1826         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1827         (_gl_glob_errfunc_fn): New type.
1828         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1829         symbol.
1830         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1831         (Makefile.am): Update glob.h rule.
1832
1833         fcntl-h: Avoid #define replacements in C++ mode.
1834         * lib/fcntl.in.h: Include c++defs.h.
1835         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1836         * modules/fcntl-h (Depends-on): Add c++defs.
1837         (Makefile.am): Update fcntl.h rule.
1838
1839         dirent: Avoid #define replacements in C++ mode.
1840         * lib/dirent.in.h: Include c++defs.h.
1841         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1842         namespaced alias symbol.
1843         (dirfd): Update declaration.
1844         * modules/dirent (Depends-on): Add c++defs.
1845         (Makefile.am): Update dirent.h rule.
1846
1847         ctype: Make it usable in C++ code.
1848         * lib/ctype.in.h: Include c++defs.h.
1849         (isblank): Declare as extern "C".
1850         * modules/ctype (Depends-on): Add c++defs.
1851         (Makefile.am): Update ctype.h rule.
1852
1853         New module 'c++defs'.
1854         * modules/c++defs: New file.
1855         * build-aux/c++defs.h: New file.
1856         Reported by John W. Eaton <jwe@gnu.org>.
1857
1858 2010-03-07  Bruno Haible  <bruno@clisp.org>
1859
1860         logb: Provide missing declaration for Cygwin.
1861         * lib/math.in.h (logb): New declaration.
1862         * m4/logb.m4: New file.
1863         * modules/logb (Files): Add m4/logb.m4.
1864         (Depends-on): Add math.
1865         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1866         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1867         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1868         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1869         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1870
1871 2010-03-07  Bruno Haible  <bruno@clisp.org>
1872
1873         Fix test-cond link error.
1874         * tests/test-cond.c: Include <stdio.h>.
1875
1876 2010-03-07  Bruno Haible  <bruno@clisp.org>
1877
1878         Fix test-dirent-safer link error.
1879         * modules/dirent-safer-tests (Makefile.am): Define
1880         test_dirent_safer_LDADD.
1881
1882 2010-03-07  Bruno Haible  <bruno@clisp.org>
1883
1884         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1885         among default module list.
1886
1887 2010-03-07  Bruno Haible  <bruno@clisp.org>
1888
1889         Fix link error on platforms with GNU libiconv.
1890         * modules/unistr/u8-strcoll-tests (Makefile): Define
1891         test_u8_strcoll_LDADD.
1892         * modules/unistr/u16-strcoll-tests (Makefile): Define
1893         test_u16_strcoll_LDADD.
1894         * modules/unistr/u32-strcoll-tests (Makefile): Define
1895         test_u32_strcoll_LDADD.
1896
1897 2010-03-07  Bruno Haible  <bruno@clisp.org>
1898
1899         Use POSIX declarations for socket functions.
1900         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1901         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1902         rpl_sendto): Change declaration to match POSIX.
1903         * lib/connect.c (rpl_connect): Likewise.
1904         * lib/accept.c (rpl_accept): Likewise.
1905         * lib/bind.c (rpl_bind): Likewise.
1906         * lib/getpeername.c (rpl_getpeername): Likewise.
1907         * lib/getsockname.c (rpl_getsockname): Likewise.
1908         * lib/recv.c (rpl_recv): Likewise.
1909         * lib/send.c (rpl_send): Likewise.
1910         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1911         * lib/sendto.c (rpl_sendto): Likewise.
1912
1913 2010-03-06  Bruno Haible  <bruno@clisp.org>
1914
1915         Clarify access, euidaccess, faccessat.
1916         * doc/posix-functions/faccessat.texi: Mention security problem under
1917         "Other problems", not "Portability problems".
1918         * doc/posix-functions/access.texi: Likewise. Mention a related security
1919         problem.
1920         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1921         * lib/euidaccess.c: Add comments about platforms.
1922         * lib/unistd.in.h (access, euidaccess): Add warnings.
1923
1924 2010-03-07  Bruno Haible  <bruno@clisp.org>
1925
1926         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1927         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1928         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1929         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1930         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1931         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1932         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1933         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1934         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1935         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1936         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1937         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1938         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1939         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1940         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1941         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1942         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1943         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1944         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1945         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1946         Likewise.
1947         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1948         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1949         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1950         Likewise.
1951         * tests/test-spawn.c (main): Make it work when
1952         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1953
1954 2010-03-07  Bruno Haible  <bruno@clisp.org>
1955
1956         Fix incorrect Makefile.am generation in German locale.
1957         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1958         Execute sed command with character range in C locale.
1959
1960 2010-03-06  Bruno Haible  <bruno@clisp.org>
1961
1962         Tests for module 'iconv-h'.
1963         * modules/iconv-h-tests: New file.
1964         * tests/test-iconv-h.c: New file.
1965
1966         New module 'iconv-h'.
1967         * modules/iconv-h: New file.
1968         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1969         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1970         (configure.ac): Remove gl_ICONV_H.
1971         (Makefile.am): Remove rule for iconv.h.
1972
1973 2010-03-06  Bruno Haible  <bruno@clisp.org>
1974
1975         More consistent naming of *.m4 files.
1976         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1977         * modules/wctype (Files): Update.
1978
1979         More consistent naming of *.m4 files.
1980         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1981         * modules/wchar (Files): Update.
1982
1983 2010-03-06  Jim Meyering  <meyering@redhat.com>
1984
1985         euidaccess: relax license to LGPLv2+
1986         * modules/euidaccess (License): Relax to LGPLv2+.
1987
1988 2010-03-06  Bruno Haible  <bruno@clisp.org>
1989
1990         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1991         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1992         (Makefile.am): Augment lib_SOURCES instead.
1993
1994 2010-03-04  Jim Meyering  <meyering@redhat.com>
1995
1996         utime: remove obsolete module
1997         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1998         unnecessary for years, and has been marked as obsolete for 10 months.
1999         * modules/utime: Remove file.
2000         * lib/utime.c: Remove file.
2001         * m4/utime.m4: Remove file.
2002         * m4/utimes-null.m4: Remove file.
2003         * doc/posix-functions/utime.texi (utime): Remove reference to
2004         the module.  Move the sole "fixed by gnulib" item into the
2005         "problems not fixed by Gnulib" list.
2006         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2007
2008 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2009
2010         * modules/exit (License): Relax license to LGPLv2+.
2011         (Status): Mark as obsolete.
2012         * NEWS: Mention deprecated 'exit' module.
2013         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2014         of now obsolete 'exit'.
2015
2016 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2017
2018         fts-lgpl: remove unused module
2019         * modules/fts-lgpl: Remove.
2020         * MODULES.html.sh (func_all_modules): Adjust.
2021         * check-module (find_included_lib_files): Adjust.
2022         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2023
2024 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2025
2026         copy-acl: enhance Solaris ACL error handling
2027         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2028         * lib/set-mode-acl.c (qset_acl): Likewise.
2029
2030 2010-03-02  Bruno Haible  <bruno@clisp.org>
2031
2032         spawn: Don't override the system defined values on FreeBSD 8.
2033         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2034         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2035         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2036         if HAVE_POSIX_SPAWN is 1.
2037         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2038
2039 2010-03-01  Bruno Haible  <bruno@clisp.org>
2040
2041         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2042         regarding Automake.
2043
2044 2010-02-25  Bruno Haible  <bruno@clisp.org>
2045
2046         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2047         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2048         setting, not afterwards.
2049         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2050
2051 2010-02-24  Eric Blake  <eblake@redhat.com>
2052
2053         bootstrap, git-version-gen: use timestamp
2054         * build-aux/git-version-gen (scriptversion): Force UTC.
2055         * build-aux/bootstrap (scriptversion): New variable.
2056
2057         bootstrap: allow older git
2058         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2059         older than 1.6.4.  Requested by the libvirt project.
2060
2061 2010-02-23  Eric Blake  <eblake@redhat.com>
2062
2063         warn-on-use: work with old autoconf
2064         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2065         AS_VAR semantics of autoconf 2.60.
2066         Reported by Bruno Haible.
2067
2068         bootstrap: improve some comments
2069         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2070         clarification comments.
2071
2072         gettimeofday: provide correct function
2073         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2074         when replacement is declared, otherwise provide gettimeofday.
2075         Reported by Michael Goffioul.
2076
2077 2010-02-23  Jim Meyering  <meyering@redhat.com>
2078
2079         lib-ignore: relax license to "unlimited", not LGPLv2+
2080         * modules/lib-ignore (License): Relax to "unlimited".
2081
2082 2010-02-23  Jim Meyering  <meyering@redhat.com>
2083
2084         lib-ignore: relax license to LGPLv2+
2085         * modules/lib-ignore (License): Relax to LGPLv2+.
2086
2087 2010-02-22  Eric Blake  <eblake@redhat.com>
2088
2089         lseek: avoid bash 3.2 broken pipe bug
2090         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2091         warning from bash 3.2.
2092         Reported by Ben Pfaff, with analysis from Bruno Haible.
2093
2094         bootstrap: support non-FSF copyright holder
2095         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2096         bootstrap.conf override of COPYRIGHT_HOLDER.
2097         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2098
2099         bootstrap: interoperate with gettext 0.14.1
2100         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2101
2102         bootstrap: allow for alternate submodule location
2103         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2104         hardcoding submodule location.
2105         (gnulib_mk): Allow direct use of Makefile.am.
2106
2107         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2108         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2109         rather than reconfiguring where the submodule points.
2110
2111         gettimeofday: restore support for platforms that lack function
2112         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2113         replacement if function is missing.
2114         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2115         * modules/sys_time (Makefile.am): Substitute it.
2116         * lib/sys_time.in.h (gettimeofday): Check it.
2117         Reported by Michael Goffioul.
2118
2119 2010-02-21  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/stdio.in.h (obstack_printf): Fix typo.
2122
2123 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2124
2125         vc-list-files: use bzr ls's -R option
2126         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2127         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2128
2129 2010-02-21  Jim Meyering  <meyering@redhat.com>
2130
2131         init.sh: fix EXEEXT shims to work also for names like test-prog
2132         * tests/init.sh: Re-exec a better shell, when needed.
2133         If the current shell lacks support for posix $(...), an init.sh-using
2134         test will now try to find a shell that supports that.  If EXEEXT is
2135         nonempty, we also require support for hyphen-in-alias-name and shell
2136         substitutions like ${var#glob}.  Failure to find such a shell results
2137         in a skipped test.
2138
2139 2010-02-21  Bruno Haible  <bruno@clisp.org>
2140
2141         Really work around around "broken pipe" error message from bash 3.2.
2142         * gnulib-tool (func_reset_sigpipe): Remove function.
2143         (echo): In bash 3.2, define to a function that uses printf.
2144         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2145
2146 2010-02-20  Bruno Haible  <bruno@clisp.org>
2147
2148         Restore support for automake 1.9.6 with autoconf 2.61.
2149         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2150         Reported by James Youngman <jay@gnu.org>.
2151
2152 2010-02-20  Bruno Haible  <bruno@clisp.org>
2153
2154         Improve *printf warning condition.
2155         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2156         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2157         and the function is overridden due to SIGPIPE emulation.
2158
2159 2010-02-20  Bruno Haible  <bruno@clisp.org>
2160
2161         * lib/stdio.in.h: Tweak comments.
2162
2163 2010-02-19  Bruno Haible  <bruno@clisp.org>
2164
2165         Make it easier to find modules. New gnulib-tool option '--find'.
2166         * gnulib-tool: New option --find.
2167         (func_usage): Document it.
2168         (func_sanitize_modulelist): New function, extracted from
2169         func_all_modules.
2170         (func_all_modules): Invoke it.
2171         * doc/gnulib-tool.texi (Which modules?): New node.
2172
2173 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2174
2175         * lib/sys_select.in.h: Provide select replacement even if
2176         sys/select.h exists on a system, for Interix.
2177
2178 2010-02-18  Jim Meyering  <meyering@redhat.com>
2179
2180         init.sh: don't use $(...) just yet
2181         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2182         to accommodate e.g., Solaris' /bin/sh.
2183
2184 2010-02-17  Bruno Haible  <bruno@clisp.org>
2185
2186         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2187         Reported by Ludovic Courtès <ludo@gnu.org>.
2188
2189 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2190
2191         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2192         linking with -lintl.
2193
2194 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2195
2196         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2197         if not provided by the system's netdb.h.  Reported by
2198         ludo@gnu.org (Ludovic Courtès).
2199
2200 2010-02-15  Jim Meyering  <meyering@redhat.com>
2201
2202         init.sh: improve portability and efficiency
2203         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2204         "dummy" in a for loop.
2205         Use '!', not '^' to select the complement of a character set used
2206         in a "case" statement.
2207         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2208         Suggestions from Eric Blake.
2209
2210         init.sh: automatically accommodate programs with the .exe suffix
2211         Automatically arrange for an invocation of "prog" to execute the
2212         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2213         may use the simpler "prog", yet still work when built on a system
2214         that requires specifying the added suffix.
2215         Do this by constructing a function named "prog" that invokes
2216         "prog.exe" for each .exe file in selected directories.
2217         * tests/init.sh (find_exe_basenames_): New function.
2218         (create_exe_shim_functions_): New function.
2219         (path_prepend_): Use it.
2220
2221         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2222         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2223         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2224
2225 2010-02-14  Jim Meyering  <meyering@redhat.com>
2226
2227         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2228         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2229         (sc_prohibit_hash_pjw_without_use): New rule.
2230
2231         maint.mk: allow the default upload destination dir to be overridden
2232         * top/maint.mk (upload_dest_dir_): Define with a default that
2233         preserves the status quo.
2234         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2235         Reported by Peter Simons.
2236
2237         maint.mk: prohibit inclusion of "hash.h" without_use
2238         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2239
2240 2010-02-10  Jim Meyering  <meyering@redhat.com>
2241
2242         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2243         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2244
2245 2010-02-09  Eric Blake  <ebb9@byu.net>
2246         and Bruno Haible  <bruno@clisp.org>
2247
2248         obstack-printf-posix: ensure declaration
2249         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2250         extracted from gl_FUNC_OBSTACK_PRINTF.
2251         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2252         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2253         Likewise.
2254         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2255         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2256         0.
2257
2258 2010-02-08  Bruno Haible  <bruno@clisp.org>
2259
2260         gnulib-tool: Fix typo in 2010-02-07 commit.
2261         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2262         Reported by Eric Blake.
2263
2264 2010-02-07  Bruno Haible  <bruno@clisp.org>
2265
2266         gnulib-tool: Fix up caching patches.
2267         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2268         option --no-cache. Use associative arrays when supported by the shell.
2269         (sed_comments): New variable.
2270         (modcache): Renamed from do_cache.
2271         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2272         abbreviate unnecessarily.
2273         (have_associative): New variable.
2274         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2275         way also for ksh and zsh.
2276         (func_init_sed_convert_to_cache_statements): New function, extracted
2277         from func_cache_lookup_module. Add support for associative arrays.
2278         Don't set the c_MODULE_cached variable here. Ignore all lines before
2279         the first field header. Remove only the final newline, not all trailing
2280         newlines. Support empty fields correctly. Limit the use of 'eval' to
2281         assignments.
2282         (func_get_description, func_get_status, func_get_notice,
2283         func_get_applicability, func_get_filelist, func_get_dependencies,
2284         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2285         func_get_automake_snippet, func_get_include_directive,
2286         func_get_link_directive, func_get_license, func_get_maintainer):
2287         Update documentation. List the unoptimized code first. Add support for
2288         associative arrays. Limit the use of 'eval' to assignments.
2289         (func_get_applicability): Undo stylistic pessimisations.
2290         (func_get_automake_snippet, func_get_include_directive): Reduce code
2291         duplication.
2292         (func_modules_transitive_closure, func_modules_add_dummy,
2293         func_modules_notice, func_modules_to_filelist, func_add_file,
2294         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2295         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2296         func_create_testdir, func_create_megatestdir): Update documentation.
2297
2298 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2299
2300         * gnulib-tool (func_cache_lookup_module): Store the module name
2301         belonging to the cache variable; error out if two different
2302         module names map to the same cache variable name.
2303
2304 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2305
2306         gnulib-tool: Make caching optional.
2307         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2308         Update matching short versions of --no-changelog.
2309         (func_usage): Update.
2310         (sed_extract_cache_prog): Renamed from ...
2311         (sed_extract_prog): ... this; revert to old extraction script.
2312         (func_get_description, func_get_status)
2313         (func_get_notice, func_get_applicability, func_get_filelist)
2314         (func_get_dependencies, func_get_autoconf_early_snippet)
2315         (func_get_autoconf_snippet, func_get_automake_snippet)
2316         (func_get_include_directive, func_get_link_directive)
2317         (func_get_license, func_get_maintainer): If $do_cache is false,
2318         use old, non-caching extraction scripts.
2319         Suggestion by Bruno Haible.
2320
2321 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2322
2323         gnulib-tool: cache module metainformation.
2324         * gnulib-tool (sed_extract_prog): Match newline before each
2325         header, and rewrite header to a shell variable suffix.
2326         (func_cache_var, func_cache_lookup_module): New functions,
2327         to turn a module name into a cache variable prefix, and to
2328         look up and cache module metainformation.
2329         (func_get_description, func_get_status)
2330         (func_get_notice, func_get_applicability, func_get_filelist)
2331         (func_get_dependencies, func_get_autoconf_early_snippet)
2332         (func_get_autoconf_snippet, func_get_automake_snippet)
2333         (func_get_include_directive, func_get_link_directive)
2334         (func_get_license, func_get_maintainer): Use
2335         func_cache_lookup_module.
2336
2337 2010-02-07  Bruno Haible  <bruno@clisp.org>
2338
2339         fnctl: Fix missing dependency.
2340         * modules/fcntl (Depends-on): Add getdtablesize.
2341         Reported by John W. Eaton <jwe@gnu.org>.
2342
2343 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2344
2345         Argp: fix recognition of short alias options.
2346
2347         * lib/argp-parse.c (convert_options): Fix improper use of
2348         `|' between character values.
2349         * tests/test-argp.c (group1_option): New alias option
2350         --read (-r).
2351         (group1_parser): Special handling for 'r'.
2352         (test15): New test case.
2353         (test_fun): Add test15.
2354         * tests/test-argp-2.sh: Update expected --help and --usage
2355         outputs.
2356
2357 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2358
2359         * tests/test-argp.c: Fix indentation.
2360
2361 2010-02-04  Eric Blake  <ebb9@byu.net>
2362
2363         gettimeofday: expose type of second argument
2364         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2365         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2366         * tests/test-gettimeofday.c: Use it to silence warning.
2367         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2368         the issue.
2369
2370 2010-02-03  Jim Meyering  <meyering@redhat.com>
2371
2372         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2373         * lib/regcomp.c (TYPE_SIGNED): Define.
2374         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2375
2376         regcomp.c: avoid a new -Wshadow warning
2377         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2378
2379 2010-02-01  Jim Meyering  <meyering@redhat.com>
2380
2381         removing useless parentheses in cpp #define directives
2382         For motivation, see commit c0221df4, "define STREQ(a,b)
2383         consistently, removing useless parentheses"
2384         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2385         * lib/mountlist.c (MNT_IGNORE): Likewise.
2386         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2387
2388 2010-02-01  Eric Blake  <ebb9@byu.net>
2389
2390         sys_time: use link-warning
2391         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2392         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2393         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2394         * modules/sys_time (Depends-on): Add warn-on-use.
2395         (Makefile.am): Always build replacement.
2396         (configure.ac): Update substitutions.
2397         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2398         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2399         bother with SYS_TIME_H.
2400         * modules/gettimeofday (configure.ac): Declare indicator.
2401         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2402         in use.
2403
2404         closein-tests: silence compiler warning
2405         * tests/test-closein.c (main): Ignore fread result.
2406         * modules/closein-tests (Depends-on): Add ignore-value.
2407
2408         tests: silence warning about system return
2409         * tests/test-areadlink-with-size.c (main): Ignore system result.
2410         * tests/test-areadlink.c (main): Likewise.
2411         * tests/test-areadlinkat-with-size.c (main): Likewise.
2412         * tests/test-areadlinkat.c (main): Likewise.
2413         * tests/test-canonicalize-lgpl.c (main): Likewise.
2414         * tests/test-canonicalize.c (main): Likewise.
2415         * tests/test-chown.c (main): Likewise.
2416         * tests/test-fchownat.c (main): Likewise.
2417         * tests/test-fdutimensat.c (main): Likewise.
2418         * tests/test-fstatat.c (main): Likewise.
2419         * tests/test-futimens.c (main): Likewise.
2420         * tests/test-lchown.c (main): Likewise.
2421         * tests/test-link.c (main): Likewise.
2422         * tests/test-linkat.c (main): Likewise.
2423         * tests/test-lstat.c (main): Likewise.
2424         * tests/test-mkdir.c (main): Likewise.
2425         * tests/test-mkdirat.c (main): Likewise.
2426         * tests/test-mkfifo.c (main): Likewise.
2427         * tests/test-mkfifoat.c (main): Likewise.
2428         * tests/test-mknod.c (main): Likewise.
2429         * tests/test-readlink.c (main): Likewise.
2430         * tests/test-remove.c (main): Likewise.
2431         * tests/test-rename.c (main): Likewise.
2432         * tests/test-renameat.c (main): Likewise.
2433         * tests/test-rmdir.c (main): Likewise.
2434         * tests/test-symlink.c (main): Likewise.
2435         * tests/test-symlinkat.c (main): Likewise.
2436         * tests/test-unlink.c (main): Likewise.
2437         * tests/test-unlinkat.c (main): Likewise.
2438         * tests/test-utimens.c (main): Likewise.
2439         * tests/test-utimensat.c (main): Likewise.
2440         * modules/areadlink-tests (Depends-on): Add ignore-value.
2441         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2442         * modules/areadlinkat-tests (Depends-on): Likewise.
2443         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2444         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2445         * modules/canonicalize-tests (Depends-on): Likewise.
2446         * modules/chown-tests (Depends-on): Likewise.
2447         * modules/fdutimensat-tests (Depends-on): Likewise.
2448         * modules/futimens-tests (Depends-on): Likewise.
2449         * modules/lchown-tests (Depends-on): Likewise.
2450         * modules/link-tests (Depends-on): Likewise.
2451         * modules/linkat-tests (Depends-on): Likewise.
2452         * modules/lstat-tests (Depends-on): Likewise.
2453         * modules/mkdir-tests (Depends-on): Likewise.
2454         * modules/mkfifo-tests (Depends-on): Likewise.
2455         * modules/mkfifoat-tests (Depends-on): Likewise.
2456         * modules/mknod-tests (Depends-on): Likewise.
2457         * modules/openat-tests (Depends-on): Likewise.
2458         * modules/readlink-tests (Depends-on): Likewise.
2459         * modules/remove-tests (Depends-on): Likewise.
2460         * modules/rename-tests (Depends-on): Likewise.
2461         * modules/renameat-tests (Depends-on): Likewise.
2462         * modules/rmdir-tests (Depends-on): Likewise.
2463         * modules/symlink-tests (Depends-on): Likewise.
2464         * modules/symlinkat-tests (Depends-on): Likewise.
2465         * modules/unlink-tests (Depends-on): Likewise.
2466         * modules/utimens-tests (Depends-on): Likewise.
2467         * modules/utimensat-tests (Depends-on): Likewise.
2468
2469 2010-01-31  Bruno Haible  <bruno@clisp.org>
2470
2471         Perform the same test for many <math.h> functions.
2472         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2473         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2474         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2475         of gl_MATHFUNC.
2476         * modules/acos (configure.ac): Likewise.
2477         * modules/asin (configure.ac): Likewise.
2478         * modules/atan (configure.ac): Likewise.
2479         * modules/atan2 (configure.ac): Likewise.
2480         * modules/cbrt (configure.ac): Likewise.
2481         * modules/copysign (configure.ac): Likewise.
2482         * modules/cos (configure.ac): Likewise.
2483         * modules/cosh (configure.ac): Likewise.
2484         * modules/erf (configure.ac): Likewise.
2485         * modules/erfc (configure.ac): Likewise.
2486         * modules/exp (configure.ac): Likewise.
2487         * modules/fmod (configure.ac): Likewise.
2488         * modules/hypot (configure.ac): Likewise.
2489         * modules/j0 (configure.ac): Likewise.
2490         * modules/j1 (configure.ac): Likewise.
2491         * modules/jn (configure.ac): Likewise.
2492         * modules/lgamma (configure.ac): Likewise.
2493         * modules/log (configure.ac): Likewise.
2494         * modules/log10 (configure.ac): Likewise.
2495         * modules/log1p (configure.ac): Likewise.
2496         * modules/pow (configure.ac): Likewise.
2497         * modules/remainder (configure.ac): Likewise.
2498         * modules/sin (configure.ac): Likewise.
2499         * modules/sinh (configure.ac): Likewise.
2500         * modules/tan (configure.ac): Likewise.
2501         * modules/tanh (configure.ac): Likewise.
2502         * modules/y0 (configure.ac): Likewise.
2503         * modules/y1 (configure.ac): Likewise.
2504         * modules/yn (configure.ac): Likewise.
2505         Suggested by Paolo Bonzini.
2506
2507 2010-01-31  Bruno Haible  <bruno@clisp.org>
2508
2509         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2510
2511 2010-01-31  Bruno Haible  <bruno@clisp.org>
2512
2513         Work around getdelim() bug on FreeBSD 8.0.
2514         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2515         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2516         not work.
2517         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2518         is 1.
2519         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2520         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2521         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2522         a non-zero size.
2523         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2524
2525 2010-01-31  Bruno Haible  <bruno@clisp.org>
2526
2527         Work around getline() bug on FreeBSD 8.0.
2528         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2529         and a non-zero size.
2530         * tests/test-getline.c (main): Likewise.
2531         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2532         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2533
2534 2010-01-28  Eric Blake  <ebb9@byu.net>
2535
2536         regex: fix build failure
2537         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2538         platforms.
2539
2540 2010-01-28  Jim Meyering  <meyering@redhat.com>
2541
2542         regex: do not ignore memory allocation failure
2543         * lib/regex_internal.c (create_cd_newstate): Detect
2544         re_node_set_init_copy failure.   Extracted from glibc commit
2545         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2546
2547         regex: sync more white-space changes from libc
2548         * lib/regex_internal.c: White-space only changes.
2549         * lib/regexec.c: Likewise.
2550
2551         regex: add many uses of __attribute_warn_unused_result__
2552         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2553         * lib/regexec.c: Likewise.
2554         Extracted from a messy glibc commit.
2555
2556         regcomp.c: spelling and merge-artifact from glibc
2557         * lib/regcomp.c: Merge remainder of glibc's
2558         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2559
2560         regcomp.c: sync white-space changes from glibc
2561         * lib/regcomp.c: Merge to accommodate white space
2562         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2563
2564         regcomp.c: do not ignore internal return values
2565         * lib/regcomp.c: Do not ignore internal return values.
2566         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2567         but without its white-space changes and spelling fixes.
2568
2569         regex_internal.h: define __attribute_warn_unused_result__
2570         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2571
2572         maint: add a syntax-check rule to check for vulnerable Makefile.in
2573         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2574
2575 2010-01-27  Jim Meyering  <meyering@redhat.com>
2576
2577         ncftpput-ftp: clean up spaces
2578         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2579         Remove trailing blanks.
2580
2581 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2582
2583         * build-aux/git-version-gen: Fix copyright statement.
2584         * build-aux/gnupload: Likewise.
2585         * tests/test-arcfour.c: Likewise.
2586         * tests/test-arctwo.c: Likewise.
2587         * tests/test-count-one-bits.c: Likewise.
2588         * tests/test-crc.c: Likewise.
2589         * tests/test-des.c: Likewise.
2590         * tests/test-gc-arcfour.c: Likewise.
2591         * tests/test-gc-arctwo.c: Likewise.
2592         * tests/test-gc-des.c: Likewise.
2593         * tests/test-gc-hmac-md5.c: Likewise.
2594         * tests/test-gc-hmac-sha1.c: Likewise.
2595         * tests/test-gc-md2.c: Likewise.
2596         * tests/test-gc-md4.c: Likewise.
2597         * tests/test-gc-md5.c: Likewise.
2598         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2599         * tests/test-gc-rijndael.c: Likewise.
2600         * tests/test-gc-sha1.c: Likewise.
2601         * tests/test-gc.c: Likewise.
2602         * tests/test-gethostname.c: Likewise.
2603         * tests/test-gettimeofday.c: Likewise.
2604         * tests/test-hash.c: Likewise.
2605         * tests/test-hmac-md5.c: Likewise.
2606         * tests/test-hmac-sha1.c: Likewise.
2607         * tests/test-md2.c: Likewise.
2608         * tests/test-md4.c: Likewise.
2609         * tests/test-md5.c: Likewise.
2610         * tests/test-memchr.c: Likewise.
2611         * tests/test-memchr2.c: Likewise.
2612         * tests/test-memcmp.c: Likewise.
2613         * tests/test-memmem.c: Likewise.
2614         * tests/test-memrchr.c: Likewise.
2615         * tests/test-rawmemchr.c: Likewise.
2616         * tests/test-read-file.c: Likewise.
2617         * tests/test-rijndael.c: Likewise.
2618         * tests/test-sockets.c: Likewise.
2619         * tests/test-strchrnul.c: Likewise.
2620         * tests/test-strstr.c: Likewise.
2621         * tests/test-strtod.c: Likewise.
2622         * build-aux/ncftpput-ftp: Likewise.
2623
2624 2010-01-26  Eric Blake  <ebb9@byu.net>
2625
2626         ignore-value: update recommended header name
2627         * modules/ignore-value (Include): Only use <> for headers that
2628         exist in glibc.
2629
2630 2010-01-26  Jim Meyering  <meyering@redhat.com>
2631
2632         test-userspec.c: avoid compiler warnings
2633         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2634         and "initialization discards qualifiers..." warnings.
2635         Put the first "uid" in its own scope, and make char* members "const".
2636
2637 2010-01-25  Bruno Haible  <bruno@clisp.org>
2638
2639         gnulib-tool: Make warning diagnostics consistent.
2640         * gnulib-tool (func_warning): New function.
2641         Use it everywhere where gnulib-tool produces output to stderr and it is
2642         not a fatal error.
2643
2644 2010-01-25  Bruno Haible  <bruno@clisp.org>
2645
2646         Fix test dependencies.
2647         * modules/xstrtol-tests (Depends-on): Add inttypes.
2648         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2649
2650 2010-01-25 Pádraig Brady <P@draigBrady.com>
2651
2652         syntax-check: detect incorrect boolean macro values in config.h
2653         * modules/maintainer-makefile (configure.ac): Parameterize the location
2654         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2655         The logic is from Eric Blake and the location indicated by Jim Meyering.
2656         Note the more natural CONFIG_HEADER name is prohibited by automake
2657         for backwards compatibility reasons.
2658         * top/maint.mk (sc_Wundef_boolean): New rule.
2659
2660 2010-01-25  Jim Meyering  <meyering@redhat.com>
2661
2662         bootstrap: detect MacOS 10.6's shasum, too
2663         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2664         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2665
2666 2010-01-23  Jim Meyering  <meyering@redhat.com>
2667
2668         xstrtoll: new module
2669         * modules/xstrtoll: New file.
2670         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2671         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2672         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2673         ./configure fails if you use this module and lack "long long".
2674         * modules/xstrtoll-tests: New module.
2675         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2676         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2677         new init.sh-based test framework.
2678
2679 2010-01-24  Bruno Haible  <bruno@clisp.org>
2680
2681         Tests for module 'yn'.
2682         * modules/yn-tests: New file.
2683         * tests/test-yn.c: New file.
2684
2685         Tests for module 'y1'.
2686         * modules/y1-tests: New file.
2687         * tests/test-y1.c: New file.
2688
2689         Tests for module 'y0'.
2690         * modules/y0-tests: New file.
2691         * tests/test-y0.c: New file.
2692
2693         Tests for module 'tanh'.
2694         * modules/tanh-tests: New file.
2695         * tests/test-tanh.c: New file.
2696
2697         Tests for module 'tan'.
2698         * modules/tan-tests: New file.
2699         * tests/test-tan.c: New file.
2700
2701         Tests for module 'sqrt'.
2702         * modules/sqrt-tests: New file.
2703         * tests/test-sqrt.c: New file.
2704
2705         Tests for module 'sinh'.
2706         * modules/sinh-tests: New file.
2707         * tests/test-sinh.c: New file.
2708
2709         Tests for module 'sin'.
2710         * modules/sin-tests: New file.
2711         * tests/test-sin.c: New file.
2712
2713         Tests for module 'rint'.
2714         * modules/rint-tests: New file.
2715         * tests/test-rint.c: New file.
2716
2717         Tests for module 'remainder'.
2718         * modules/remainder-tests: New file.
2719         * tests/test-remainder.c: New file.
2720
2721         Tests for module 'pow'.
2722         * modules/pow-tests: New file.
2723         * tests/test-pow.c: New file.
2724
2725         Tests for module 'nextafter'.
2726         * modules/nextafter-tests: New file.
2727         * tests/test-nextafter.c: New file.
2728
2729         Tests for module 'modf'.
2730         * modules/modf-tests: New file.
2731         * tests/test-modf.c: New file.
2732
2733         Tests for module 'logb'.
2734         * modules/logb-tests: New file.
2735         * tests/test-logb.c: New file.
2736
2737         Tests for module 'log1p'.
2738         * modules/log1p-tests: New file.
2739         * tests/test-log1p.c: New file.
2740
2741         Tests for module 'log10'.
2742         * modules/log10-tests: New file.
2743         * tests/test-log10.c: New file.
2744
2745         Tests for module 'log'.
2746         * modules/log-tests: New file.
2747         * tests/test-log.c: New file.
2748
2749         Tests for module 'lgamma'.
2750         * modules/lgamma-tests: New file.
2751         * tests/test-lgamma.c: New file.
2752
2753         Tests for module 'ldexp'.
2754         * modules/ldexp-tests: New file.
2755         * tests/test-ldexp.c: New file.
2756
2757         Tests for module 'jn'.
2758         * modules/jn-tests: New file.
2759         * tests/test-jn.c: New file.
2760
2761         Tests for module 'j1'.
2762         * modules/j1-tests: New file.
2763         * tests/test-j1.c: New file.
2764
2765         Tests for module 'j0'.
2766         * modules/j0-tests: New file.
2767         * tests/test-j0.c: New file.
2768
2769         Tests for module 'hypot'.
2770         * modules/hypot-tests: New file.
2771         * tests/test-hypot.c: New file.
2772
2773         Tests for module 'fmod'.
2774         * modules/fmod-tests: New file.
2775         * tests/test-fmod.c: New file.
2776
2777         Tests for module 'fabs'.
2778         * modules/fabs-tests: New file.
2779         * tests/test-fabs.c: New file.
2780
2781         Tests for module 'exp'.
2782         * modules/exp-tests: New file.
2783         * tests/test-exp.c: New file.
2784
2785         Tests for module 'erfc'.
2786         * modules/erfc-tests: New file.
2787         * tests/test-erfc.c: New file.
2788
2789         Tests for module 'erf'.
2790         * modules/erf-tests: New file.
2791         * tests/test-erf.c: New file.
2792
2793         Tests for module 'cosh'.
2794         * modules/cosh-tests: New file.
2795         * tests/test-cosh.c: New file.
2796
2797         Tests for module 'cos'.
2798         * modules/cos-tests: New file.
2799         * tests/test-cos.c: New file.
2800
2801         Tests for module 'copysign'.
2802         * modules/copysign-tests: New file.
2803         * tests/test-copysign.c: New file.
2804
2805         Tests for module 'cbrt'.
2806         * modules/cbrt-tests: New file.
2807         * tests/test-cbrt.c: New file.
2808
2809         Tests for module 'atan2'.
2810         * modules/atan2-tests: New file.
2811         * tests/test-atan2.c: New file.
2812
2813         Tests for module 'atan'.
2814         * modules/atan-tests: New file.
2815         * tests/test-atan.c: New file.
2816
2817         Tests for module 'asin'.
2818         * modules/asin-tests: New file.
2819         * tests/test-asin.c: New file.
2820
2821         Tests for module 'acos'.
2822         * modules/acos-tests: New file.
2823         * tests/test-acos.c: New file.
2824
2825 2010-01-24  Bruno Haible  <bruno@clisp.org>
2826
2827         Fix tests for common <math.h> functions.
2828         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2829         code snippet that references the function pointer, rather than merely
2830         calling the function. Substitute the FUNC_LIBM variable.
2831         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2832         * modules/acos (configure.ac): Likewise.
2833         * modules/asin (configure.ac): Likewise.
2834         * modules/atan (configure.ac): Likewise.
2835         * modules/atan2 (configure.ac): Likewise.
2836         * modules/cbrt (configure.ac): Likewise.
2837         * modules/copysign (configure.ac): Likewise.
2838         * modules/cos (configure.ac): Likewise.
2839         * modules/cosh (configure.ac): Likewise.
2840         * modules/erf (configure.ac): Likewise.
2841         * modules/erfc (configure.ac): Likewise.
2842         * modules/exp (configure.ac): Likewise.
2843         * modules/fabs (configure.ac): Likewise.
2844         * modules/fmod (configure.ac): Likewise.
2845         * modules/hypot (configure.ac): Likewise.
2846         * modules/j0 (configure.ac): Likewise.
2847         * modules/j1 (configure.ac): Likewise.
2848         * modules/jn (configure.ac): Likewise.
2849         * modules/ldexp (configure.ac): Likewise.
2850         * modules/lgamma (configure.ac): Likewise.
2851         * modules/log (configure.ac): Likewise.
2852         * modules/log10 (configure.ac): Likewise.
2853         * modules/log1p (configure.ac): Likewise.
2854         * modules/logb (configure.ac): Likewise.
2855         * modules/modf (configure.ac): Likewise.
2856         * modules/nextafter (configure.ac): Likewise.
2857         * modules/pow (configure.ac): Likewise.
2858         * modules/remainder (configure.ac): Likewise.
2859         * modules/rint (configure.ac): Likewise.
2860         * modules/sin (configure.ac): Likewise.
2861         * modules/sinh (configure.ac): Likewise.
2862         * modules/tan (configure.ac): Likewise.
2863         * modules/tanh (configure.ac): Likewise.
2864         * modules/y0 (configure.ac): Likewise.
2865         * modules/y1 (configure.ac): Likewise.
2866         * modules/yn (configure.ac): Likewise.
2867
2868 2010-01-24  Bruno Haible  <bruno@clisp.org>
2869
2870         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2871         * tests/test-acosl.c (x): New variable.
2872         (main): Store argument in x and fetch it from x.
2873         * tests/test-asinl.c (x): New variable.
2874         (main): Store argument in x and fetch it from x.
2875         * tests/test-atanl.c (x): New variable.
2876         (main): Store argument in x and fetch it from x.
2877         * tests/test-cosl.c (x): New variable.
2878         (main): Store argument in x and fetch it from x.
2879         * tests/test-expl.c (x): New variable.
2880         (main): Store argument in x and fetch it from x.
2881         * tests/test-logl.c (x): New variable.
2882         (main): Store argument in x and fetch it from x.
2883         * tests/test-sinl.c (x): New variable.
2884         (main): Store argument in x and fetch it from x.
2885         * tests/test-sqrtl.c (x): New variable.
2886         (main): Store argument in x and fetch it from x.
2887         * tests/test-tanl.c (x): New variable.
2888         (main): Store argument in x and fetch it from x.
2889
2890 2010-01-24  Bruno Haible  <bruno@clisp.org>
2891
2892         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2893         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2894         assignments to the initial TESTS_ENVIRONMENT.
2895         * doc/gnulib.texi (Unit test modules): Document it.
2896         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2897         TESTS_ENVIRONMENT.
2898         * modules/btowc-tests (Makefile.am): Likewise.
2899         * modules/c-stack-tests (Makefile.am): Likewise.
2900         * modules/c-strcase-tests (Makefile.am): Likewise.
2901         * modules/copy-file-tests (Makefile.am): Likewise.
2902         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2903         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2904         * modules/mbrtowc-tests (Makefile.am): Likewise.
2905         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2906         * modules/mbscasestr-tests (Makefile.am): Likewise.
2907         * modules/mbschr-tests (Makefile.am): Likewise.
2908         * modules/mbscspn-tests (Makefile.am): Likewise.
2909         * modules/mbsinit-tests (Makefile.am): Likewise.
2910         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2911         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2912         * modules/mbspbrk-tests (Makefile.am): Likewise.
2913         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2914         * modules/mbsrchr-tests (Makefile.am): Likewise.
2915         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2916         * modules/mbsspn-tests (Makefile.am): Likewise.
2917         * modules/mbsstr-tests (Makefile.am): Likewise.
2918         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2919         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2920         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2921         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2922         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2923         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2924         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2925         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2926         * modules/wcrtomb-tests (Makefile.am): Likewise.
2927         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2928         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2929         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2930         assignments from TESTS_ENVIRONMENT.
2931         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2932         augmentation.
2933         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2934         * modules/atexit-tests (Makefile.am): Likewise.
2935         * modules/binary-io-tests (Makefile.am): Likewise.
2936         * modules/closein-tests (Makefile.am): Likewise.
2937         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2938         * modules/exclude-tests (Makefile.am): Likewise.
2939         * modules/fflush-tests (Makefile.am): Likewise.
2940         * modules/fpending-tests (Makefile.am): Likewise.
2941         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2942         * modules/freadahead-tests (Makefile.am): Likewise.
2943         * modules/freadptr-tests (Makefile.am): Likewise.
2944         * modules/freadseek-tests (Makefile.am): Likewise.
2945         * modules/fseek-tests (Makefile.am): Likewise.
2946         * modules/fseeko-tests (Makefile.am): Likewise.
2947         * modules/ftell-tests (Makefile.am): Likewise.
2948         * modules/ftello-tests (Makefile.am): Likewise.
2949         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2950         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2951         * modules/lseek-tests (Makefile.am): Likewise.
2952         * modules/parse-duration-tests (Makefile.am): Likewise.
2953         * modules/perror-tests (Makefile.am): Likewise.
2954         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2955         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2956         * modules/pipe-tests (Makefile.am): Likewise.
2957         * modules/pread-tests (Makefile.am): Likewise.
2958         * modules/printf-posix-tests (Makefile.am): Likewise.
2959         * modules/select-tests (Makefile.am): Likewise.
2960         * modules/sigpipe-tests (Makefile.am): Likewise.
2961         * modules/tsearch-tests (Makefile.am): Likewise.
2962         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2963         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2964         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2965         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2966         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2967         * modules/version-etc-tests (Makefile.am): Likewise.
2968         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2969         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2970         * modules/xalloc-die-tests (Makefile.am): Likewise.
2971         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2972         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2973         * modules/xstrtol-tests (Makefile.am): Likewise.
2974         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2975         * modules/yesno-tests (Makefile.am): Likewise.
2976         Suggested by Jim Meyering.
2977
2978 2010-01-24  Bruno Haible  <bruno@clisp.org>
2979
2980         More documentation.
2981         * doc/gnulib.texi (Writing modules): New chapter.
2982         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2983         the new chapter.
2984
2985 2010-01-24  Jim Meyering  <meyering@redhat.com>
2986
2987         maint.mk: do not prepend "./" after filtering
2988         * top/maint.mk (_prepend_srcdir_prefix): New variable
2989         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2990         "./" when $(srcdir) is ".".
2991
2992         define STREQ(a,b) consistently, removing useless parentheses
2993         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2994         since the only risk is that "a" or "b" contains an unparenthesized
2995         comma, but if either did that, STREQ would have 3 or more arguments.
2996         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2997         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2998         * lib/hash-triple.c (STREQ): Likewise.
2999         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3000         * lib/getugroups.c (STREQ): Likewise.
3001
3002 2010-01-23  Jim Meyering  <meyering@redhat.com>
3003
3004         maint.mk: fix syntax-check in a non-srcdir build directory
3005         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3006         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3007
3008 2010-01-22  Jim Meyering  <meyering@redhat.com>
3009
3010         userspec: add unit tests
3011         * tests/test-userspec.c: New file.
3012         * modules/userspec-tests: Likewise.
3013
3014 2010-01-21  Jim Meyering  <meyering@redhat.com>
3015
3016         maint.mk: handle source file names containing "." robustly
3017         * top/maint.mk (_dot_escaped_srcdir): Define.
3018         (VC_LIST): Use it in LHS of sed substitution.
3019
3020 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3021
3022         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3023         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3024         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3025         from a non-srcdir build.
3026
3027 2010-01-20  Eric Blake  <ebb9@byu.net>
3028
3029         warn-on-use: use instead of link-warning
3030         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3031         * modules/unistd (Depends-on, Makefile.am): Likewise.
3032         * modules/arpa_inet (Depends-on): Replace link-warning with
3033         warn-on-use.
3034         (Makefile.am): Update rules accordingly.
3035         * modules/ctype (Depends-on, Makefile.am): Likewise.
3036         * modules/dirent (Depends-on, Makefile.am): Likewise.
3037         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3038         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3039         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3040         * modules/locale (Depends-on, Makefile.am): Likewise.
3041         * modules/math (Depends-on, Makefile.am): Likewise.
3042         * modules/search (Depends-on, Makefile.am): Likewise.
3043         * modules/signal (Depends-on, Makefile.am): Likewise.
3044         * modules/spawn (Depends-on, Makefile.am): Likewise.
3045         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3046         * modules/string (Depends-on, Makefile.am): Likewise.
3047         * modules/strings (Depends-on, Makefile.am): Likewise.
3048         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3049         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3050         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3051         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3052         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3053         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3054         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3055         * modules/wchar (Depends-on, Makefile.am): Likewise.
3056         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3057         should be poisoned.
3058         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3059         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3060         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3061         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3062         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3063         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3064         * m4/math_h.m4 (gl_MATH_H): Likewise.
3065         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3066         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3067         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3068         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3069         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3070         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3071         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3072         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3073         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3074         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3075         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3076         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3077         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3078         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3079         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3080         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3081         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3082         GL_LINK_WARNING.
3083         * lib/ctype.in.h: Likewise.
3084         * lib/dirent.in.h: Likewise.
3085         * lib/fcntl.in.h: Likewise.
3086         * lib/inttypes.in.h: Likewise.
3087         * lib/langinfo.in.h: Likewise.
3088         * lib/locale.in.h: Likewise.
3089         * lib/math.in.h: Likewise.
3090         * lib/search.in.h: Likewise.
3091         * lib/signal.in.h: Likewise.
3092         * lib/spawn.in.h: Likewise.
3093         * lib/stdio.in.h: Likewise.
3094         * lib/stdlib.in.h: Likewise.
3095         * lib/string.in.h: Likewise.
3096         * lib/strings.in.h: Likewise.
3097         * lib/sys_file.in.h: Likewise.
3098         * lib/sys_ioctl.in.h: Likewise.
3099         * lib/sys_select.in.h: Likewise.
3100         * lib/sys_socket.in.h: Likewise.
3101         * lib/sys_stat.in.h: Likewise.
3102         * lib/sys_times.in.h: Likewise.
3103         * lib/sys_utsname.in.h: Likewise.
3104         * lib/unistd.in.h: Likewise.
3105         * lib/wchar.in.h: Likewise.
3106
3107 2010-01-20  Bruno Haible  <bruno@clisp.org>
3108
3109         Avoid duplicate -lm.
3110         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3111         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3112         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3113         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3114         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3115         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3116         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3117         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3118         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3119         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3120         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3121         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3122         Reported by Paolo Bonzini.
3123
3124 2010-01-19  Bruno Haible  <bruno@clisp.org>
3125
3126         langinfo, nl_langinfo: Relicense under LGPLv2+.
3127         * modules/langinfo (License): Change to LGPLv2+.
3128         * modules/nl_langinfo (License): Likewise.
3129         Patch by David Lutterkort <lutter@redhat.com>.
3130
3131 2010-01-19  Bruno Haible  <bruno@clisp.org>
3132
3133         Avoid compilation error with cc on OSF/1 5.1.
3134         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3135         statement, not before.
3136         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3137
3138 2010-01-18  Bruno Haible  <bruno@clisp.org>
3139
3140         Avoid a link error due to the __printf__ symbol.
3141         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3142         and 2.6.x.
3143         (__format__, __printf__): Remove definitions.
3144         * lib/argp-fmtstream.h: Likewise.
3145         * lib/argp.h: Likewise.
3146         * lib/error.h: Likewise.
3147         * lib/vasnprintf.h: Likewise.
3148         * lib/xprintf.h: Likewise.
3149         * lib/xvasprintf.h: Likewise.
3150         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3151
3152 2010-01-18  Bruno Haible  <bruno@clisp.org>
3153
3154         Tests for module 'tanl'.
3155         * modules/tanl-tests: New file.
3156         * tests/test-tanl.c: New file.
3157
3158         Tests for module 'sqrtl'.
3159         * modules/sqrtl-tests: New file.
3160         * tests/test-sqrtl.c: New file.
3161
3162         Tests for module 'sinl'.
3163         * modules/sinl-tests: New file.
3164         * tests/test-sinl.c: New file.
3165
3166         Tests for module 'logl'.
3167         * modules/logl-tests: New file.
3168         * tests/test-logl.c: New file.
3169
3170         Tests for module 'expl'.
3171         * modules/expl-tests: New file.
3172         * tests/test-expl.c: New file.
3173
3174         Tests for module 'cosl'.
3175         * modules/cosl-tests: New file.
3176         * tests/test-cosl.c: New file.
3177
3178         Tests for module 'atanl'.
3179         * modules/atanl-tests: New file.
3180         * tests/test-atanl.c: New file.
3181
3182         Tests for module 'asinl'.
3183         * modules/asinl-tests: New file.
3184         * tests/test-asinl.c: New file.
3185
3186         Tests for module 'acosl'.
3187         * modules/acosl-tests: New file.
3188         * tests/test-acosl.c: New file.
3189
3190         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3191         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3192         tanl): Use the standard gnulib idiom.
3193         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3194         * lib/sinl.c: Likewise.
3195         * lib/tanl.c: Don't include trigl.c.
3196         (kernel_tanl): Make static.
3197         * lib/sincosl.c: Include trigl.h first.
3198         * lib/trigl.c: Likewise.
3199         * m4/acosl.m4: New file.
3200         * m4/asinl.m4: New file.
3201         * m4/atanl.m4: New file.
3202         * m4/cosl.m4: New file.
3203         * m4/expl.m4: New file.
3204         * m4/logl.m4: New file.
3205         * m4/sinl.m4: New file.
3206         * m4/sqrtl.m4: New file.
3207         * m4/tanl.m4: New file.
3208         * m4/mathl.m4: Remove file.
3209         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3210         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3211         Don't initialize GNULIB_MATHL.
3212         * modules/acosl: New file.
3213         * modules/asinl: New file.
3214         * modules/atanl: New file.
3215         * modules/cosl: New file.
3216         * modules/expl: New file.
3217         * modules/logl: New file.
3218         * modules/sinl: New file.
3219         * modules/sqrtl: New file.
3220         * modules/tanl: New file.
3221         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3222         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3223         substitute GNULIB_MATHL.
3224         * modules/mathl: Rewritten.
3225         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3226         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3227         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3228         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3229         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3230         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3231         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3232         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3233         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3234
3235 2010-01-18  Bruno Haible  <bruno@clisp.org>
3236
3237         sqrt: Make gl_FUNC_SQRT requirable.
3238         * m4/sqrt.m4: New file.
3239         * modules/sqrt (Files): Add it.
3240         (configure.ac): Invoke gl_FUNC_SQRT.
3241
3242 2010-01-18  Bruno Haible  <bruno@clisp.org>
3243
3244         New modules for common <math.h> functions.
3245         * m4/mathfunc.m4: New file.
3246         * modules/acos: New file.
3247         * modules/asin: New file.
3248         * modules/atan: New file.
3249         * modules/atan2: New file.
3250         * modules/cbrt: New file.
3251         * modules/copysign: New file.
3252         * modules/cos: New file.
3253         * modules/cosh: New file.
3254         * modules/erf: New file.
3255         * modules/erfc: New file.
3256         * modules/exp: New file.
3257         * modules/fabs: New file.
3258         * modules/fmod: New file.
3259         * modules/hypot: New file.
3260         * modules/j0: New file.
3261         * modules/j1: New file.
3262         * modules/jn: New file.
3263         * modules/ldexp: New file.
3264         * modules/lgamma: New file.
3265         * modules/log: New file.
3266         * modules/log10: New file.
3267         * modules/log1p: New file.
3268         * modules/logb: New file.
3269         * modules/modf: New file.
3270         * modules/nextafter: New file.
3271         * modules/pow: New file.
3272         * modules/remainder: New file.
3273         * modules/rint: New file.
3274         * modules/sin: New file.
3275         * modules/sinh: New file.
3276         * modules/sqrt: New file.
3277         * modules/tan: New file.
3278         * modules/tanh: New file.
3279         * modules/y0: New file.
3280         * modules/y1: New file.
3281         * modules/yn: New file.
3282         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3283         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3284         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3285         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3286         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3287         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3288         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3289         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3290         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3291         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3292         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3293         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3294         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3295         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3296         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3297         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3298         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3299         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3300         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3301         * doc/posix-functions/log.texi: Mention the 'log' module.
3302         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3303         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3304         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3305         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3306         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3307         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3308         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3309         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3310         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3311         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3312         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3313         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3314         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3315         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3316         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3317         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3318
3319 2010-01-18  Jim Meyering  <meyering@redhat.com>
3320
3321         ignore-value: relax license to LGPLv2+
3322         * modules/ignore-value (License): Relax to LGPLv2+.
3323
3324         getdate: don't leak when TZ contains two or more '"'s
3325         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3326         double quote in TZ after the first one.
3327
3328         readtokens: do not leak internal token_lengths buffer
3329         * lib/readtokens.c (readtokens): Free the local, lengths,
3330         when the supplied "token_lengths" parameter is NULL.
3331
3332 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3333
3334         Fix a couple of missing LIBTHREAD link failures on AIX.
3335         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3336         $(LIBTHREAD).
3337         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3338
3339         Link test-poll against INET_PTON_LIB.
3340         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3341         for inet_pton on Solaris 10.
3342
3343 2010-01-17  Bruno Haible  <bruno@clisp.org>
3344
3345         unistdio/*-sprintf: Fix typo in module description.
3346         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3347         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3348         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3349         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3350         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3351         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3352         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3353         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3354
3355 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3356
3357         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3358         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3359         variables in shell case patterns, for AIX and HP-UX ksh.
3360
3361         Split large sed scripts, for HP-UX sed.
3362         * modules/stdio: Split sed scripts around 50 sed commands,
3363         to avoid HP-UX limit of 99 commands, in the near future.
3364         * modules/string: Likewise.
3365         * modules/unistd: Likewise.
3366
3367         gnulib-tool: avoid writing in the current directory.
3368         * gnulib-tool (func_emit_lib_Makefile_am)
3369         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3370         not in the current directory, so concurrent gnulib-tool
3371         instances do not interfere.
3372
3373 2010-01-16  Jim Meyering  <meyering@redhat.com>
3374
3375         doc: update users.txt
3376         * users.txt: Add grep.
3377         (diffutils, gzip): Update URLs.
3378
3379 2010-01-12  Bruno Haible  <bruno@clisp.org>
3380
3381         posix_spawn: Avoid test failure on Cygwin.
3382         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3383         characters.
3384         Reported by Simon Josefsson.
3385
3386 2010-01-12  Bruno Haible  <bruno@clisp.org>
3387
3388         * tests/test-cond.c (main): When skipping the test, show the reason.
3389
3390 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3391
3392         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3393
3394 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3395
3396         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3397         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3398
3399 2010-01-12  Eric Blake  <ebb9@byu.net>
3400
3401         build: guarantee AS_VAR_IF
3402         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3403         (gl_AS_VAR_IF): Move...
3404         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3405         Reported by Simon Josefsson.
3406
3407 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3408
3409         * lib/stdio.in.h: Fix typo.
3410
3411 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3412
3413         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3414         libgpg-error.
3415
3416 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3417
3418         * tests/test-xalloc-die.sh: Use $EXEEXT.
3419
3420 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3421             Bruno Haible  <bruno@clisp.org>
3422
3423         getlogin, getlogin_r: Avoid test failure.
3424         * tests/test-getlogin.c: Include <stdio.h>.
3425         (main): Skip the test when the function fails because stdin is not a
3426         tty.
3427         * tests/test-getlogin_r.c: Include <stdio.h>.
3428         (main): Skip the test when the function fails because stdin is not a
3429         tty.
3430
3431 2010-01-11  Eric Blake  <ebb9@byu.net>
3432
3433         tests: avoid more large file warnings
3434         * tests/test-fflush.c: Avoid warning about ftell use.
3435         * tests/test-fseek.c: Avoid warning about fseek use.
3436
3437 2010-01-10  Bruno Haible  <bruno@clisp.org>
3438
3439         nproc: Work better on Linux when /proc and /sys are not mounted.
3440         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3441         as lower bound when, on glibc/Linux systems,
3442         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3443         Suggested by Pádraig Brady <P@draigbrady.com>.
3444         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3445
3446         nproc: Refactor.
3447         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3448         extracted from num_processors.
3449         (num_processors): Call it.
3450
3451 2010-01-11  Jim Meyering  <meyering@redhat.com>
3452
3453         utimecmp: avoid new warning from upcoming gcc-4.5.0
3454         * lib/utimecmp.c (BILLION): Define using #define rather than an
3455         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3456
3457 2010-01-11  Eric Blake  <ebb9@byu.net>
3458
3459         math: add portability warnings for classification macros
3460         * modules/math (Depends-on): Add warn-on-use.
3461         (Makefile.am): Provide new substitutions.
3462         * m4/math_h.m4 (gl_MATH_H): Require inline.
3463         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3464         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3465         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3466         implement warnings.
3467
3468         unistd: warn on use of environ without module
3469         * modules/unistd (Depends-on): Add warn-on-use.
3470         (Makefile.am): Provide new substitutions.
3471         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3472         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3473
3474         stdio: warn on suspicious uses
3475         * modules/stdio (Depends-on): Add warn-on-use.
3476         (Makefile.am): Provide new substitutions.
3477         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3478         fseeko.
3479         * lib/stdio.in.h (gets): Always warn on use.
3480         (fseek, ftell): Adjust when warnings are issued, and honor
3481         _GL_NO_LARGE_FILES as a way to silence the warning.
3482         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3483         any warning about large file offsets.
3484         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3485         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3486         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3487         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3488         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3489         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3490         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3491         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3492
3493         warn-on-use: new module
3494         * modules/warn-on-use: New file.
3495         * build-aux/warn-on-use.h: Likewise.
3496         * m4/warn-on-use.m4: Likewise.
3497         * MODULES.html.sh (Support for building): Mention it.
3498
3499 2010-01-10  Bruno Haible  <bruno@clisp.org>
3500
3501         Tests for module 'unistr/u32-strdup'.
3502         * modules/unistr/u32-strdup-tests: New file.
3503         * tests/unistr/test-u32-strdup.c: New file.
3504
3505         Tests for module 'unistr/u16-strdup'.
3506         * modules/unistr/u16-strdup-tests: New file.
3507         * tests/unistr/test-u16-strdup.c: New file.
3508
3509         Tests for module 'unistr/u8-strdup'.
3510         * modules/unistr/u8-strdup-tests: New file.
3511         * tests/unistr/test-u8-strdup.c: New file.
3512         * tests/unistr/test-strdup.h: New file.
3513
3514         Tests for module 'unistr/u32-strncmp'.
3515         * modules/unistr/u32-strncmp-tests: New file.
3516         * tests/unistr/test-u32-strncmp.c: New file.
3517
3518         Tests for module 'unistr/u16-strncmp'.
3519         * modules/unistr/u16-strncmp-tests: New file.
3520         * tests/unistr/test-u16-strncmp.c: New file.
3521
3522         Tests for module 'unistr/u8-strncmp'.
3523         * modules/unistr/u8-strncmp-tests: New file.
3524         * tests/unistr/test-u8-strncmp.c: New file.
3525         * tests/unistr/test-strncmp.h: New file.
3526
3527         Tests for module 'unistr/u32-strcoll'.
3528         * modules/unistr/u32-strcoll-tests: New file.
3529         * tests/unistr/test-u32-strcoll.c: New file.
3530
3531         Tests for module 'unistr/u16-strcoll'.
3532         * modules/unistr/u16-strcoll-tests: New file.
3533         * tests/unistr/test-u16-strcoll.c: New file.
3534
3535         Tests for module 'unistr/u8-strcoll'.
3536         * modules/unistr/u8-strcoll-tests: New file.
3537         * tests/unistr/test-u8-strcoll.c: New file.
3538
3539         Tests for module 'unistr/u32-strcmp'.
3540         * modules/unistr/u32-strcmp-tests: New file.
3541         * tests/unistr/test-u32-strcmp.c: New file.
3542         * tests/unistr/test-u32-strcmp.h: New file.
3543
3544         Tests for module 'unistr/u16-strcmp'.
3545         * modules/unistr/u16-strcmp-tests: New file.
3546         * tests/unistr/test-u16-strcmp.c: New file.
3547         * tests/unistr/test-u16-strcmp.h: New file.
3548
3549         Tests for module 'unistr/u8-strcmp'.
3550         * modules/unistr/u8-strcmp-tests: New file.
3551         * tests/unistr/test-u8-strcmp.c: New file.
3552         * tests/unistr/test-u8-strcmp.h: New file.
3553         * tests/unistr/test-strcmp.h: New file.
3554
3555         Tests for module 'unistr/u32-strncat'.
3556         * modules/unistr/u32-strncat-tests: New file.
3557         * tests/unistr/test-u32-strncat.c: New file.
3558
3559         Tests for module 'unistr/u16-strncat'.
3560         * modules/unistr/u16-strncat-tests: New file.
3561         * tests/unistr/test-u16-strncat.c: New file.
3562
3563         Tests for module 'unistr/u8-strncat'.
3564         * modules/unistr/u8-strncat-tests: New file.
3565         * tests/unistr/test-u8-strncat.c: New file.
3566         * tests/unistr/test-strncat.h: New file.
3567
3568         Tests for module 'unistr/u32-strcat'.
3569         * modules/unistr/u32-strcat-tests: New file.
3570         * tests/unistr/test-u32-strcat.c: New file.
3571
3572         Tests for module 'unistr/u16-strcat'.
3573         * modules/unistr/u16-strcat-tests: New file.
3574         * tests/unistr/test-u16-strcat.c: New file.
3575
3576         Tests for module 'unistr/u8-strcat'.
3577         * modules/unistr/u8-strcat-tests: New file.
3578         * tests/unistr/test-u8-strcat.c: New file.
3579         * tests/unistr/test-strcat.h: New file.
3580
3581         Tests for module 'unistr/u32-stpncpy'.
3582         * modules/unistr/u32-stpncpy-tests: New file.
3583         * tests/unistr/test-u32-stpncpy.c: New file.
3584
3585         Tests for module 'unistr/u16-stpncpy'.
3586         * modules/unistr/u16-stpncpy-tests: New file.
3587         * tests/unistr/test-u16-stpncpy.c: New file.
3588
3589         Tests for module 'unistr/u8-stpncpy'.
3590         * modules/unistr/u8-stpncpy-tests: New file.
3591         * tests/unistr/test-u8-stpncpy.c: New file.
3592         * tests/unistr/test-stpncpy.h: New file.
3593
3594         Tests for module 'unistr/u32-strncpy'.
3595         * modules/unistr/u32-strncpy-tests: New file.
3596         * tests/unistr/test-u32-strncpy.c: New file.
3597
3598         Tests for module 'unistr/u16-strncpy'.
3599         * modules/unistr/u16-strncpy-tests: New file.
3600         * tests/unistr/test-u16-strncpy.c: New file.
3601
3602         Tests for module 'unistr/u8-strncpy'.
3603         * modules/unistr/u8-strncpy-tests: New file.
3604         * tests/unistr/test-u8-strncpy.c: New file.
3605         * tests/unistr/test-strncpy.h: New file.
3606
3607         Tests for module 'unistr/u32-stpcpy'.
3608         * modules/unistr/u32-stpcpy-tests: New file.
3609         * tests/unistr/test-u32-stpcpy.c: New file.
3610
3611         Tests for module 'unistr/u16-stpcpy'.
3612         * modules/unistr/u16-stpcpy-tests: New file.
3613         * tests/unistr/test-u16-stpcpy.c: New file.
3614
3615         Tests for module 'unistr/u8-stpcpy'.
3616         * modules/unistr/u8-stpcpy-tests: New file.
3617         * tests/unistr/test-u8-stpcpy.c: New file.
3618         * tests/unistr/test-stpcpy.h: New file.
3619
3620         Tests for module 'unistr/u32-strcpy'.
3621         * modules/unistr/u32-strcpy-tests: New file.
3622         * tests/unistr/test-u32-strcpy.c: New file.
3623
3624         Tests for module 'unistr/u16-strcpy'.
3625         * modules/unistr/u16-strcpy-tests: New file.
3626         * tests/unistr/test-u16-strcpy.c: New file.
3627
3628         Tests for module 'unistr/u8-strcpy'.
3629         * modules/unistr/u8-strcpy-tests: New file.
3630         * tests/unistr/test-u8-strcpy.c: New file.
3631         * tests/unistr/test-strcpy.h: New file.
3632
3633         Tests for module 'unistr/u32-strnlen'.
3634         * modules/unistr/u32-strnlen-tests: New file.
3635         * tests/unistr/test-u32-strnlen.c: New file.
3636
3637         Tests for module 'unistr/u16-strnlen'.
3638         * modules/unistr/u16-strnlen-tests: New file.
3639         * tests/unistr/test-u16-strnlen.c: New file.
3640
3641         Tests for module 'unistr/u8-strnlen'.
3642         * modules/unistr/u8-strnlen-tests: New file.
3643         * tests/unistr/test-u8-strnlen.c: New file.
3644         * tests/unistr/test-strnlen.h: New file.
3645
3646         Tests for module 'unistr/u32-strlen'.
3647         * modules/unistr/u32-strlen-tests: New file.
3648         * tests/unistr/test-u32-strlen.c: New file.
3649
3650         Tests for module 'unistr/u16-strlen'.
3651         * modules/unistr/u16-strlen-tests: New file.
3652         * tests/unistr/test-u16-strlen.c: New file.
3653
3654         Tests for module 'unistr/u8-strlen'.
3655         * modules/unistr/u8-strlen-tests: New file.
3656         * tests/unistr/test-u8-strlen.c: New file.
3657
3658         Tests for module 'unistr/u32-prev'.
3659         * modules/unistr/u32-prev-tests: New file.
3660         * tests/unistr/test-u32-prev.c: New file.
3661
3662         Tests for module 'unistr/u16-prev'.
3663         * modules/unistr/u16-prev-tests: New file.
3664         * tests/unistr/test-u16-prev.c: New file.
3665
3666         Tests for module 'unistr/u8-prev'.
3667         * modules/unistr/u8-prev-tests: New file.
3668         * tests/unistr/test-u8-prev.c: New file.
3669
3670         Tests for module 'unistr/u32-next'.
3671         * modules/unistr/u32-next-tests: New file.
3672         * tests/unistr/test-u32-next.c: New file.
3673
3674         Tests for module 'unistr/u16-next'.
3675         * modules/unistr/u16-next-tests: New file.
3676         * tests/unistr/test-u16-next.c: New file.
3677
3678         Tests for module 'unistr/u8-next'.
3679         * modules/unistr/u8-next-tests: New file.
3680         * tests/unistr/test-u8-next.c: New file.
3681
3682         Tests for module 'unistr/u32-strmbtouc'.
3683         * modules/unistr/u32-strmbtouc-tests: New file.
3684         * tests/unistr/test-u32-strmbtouc.c: New file.
3685
3686         Tests for module 'unistr/u16-strmbtouc'.
3687         * modules/unistr/u16-strmbtouc-tests: New file.
3688         * tests/unistr/test-u16-strmbtouc.c: New file.
3689
3690         Tests for module 'unistr/u8-strmbtouc'.
3691         * modules/unistr/u8-strmbtouc-tests: New file.
3692         * tests/unistr/test-u8-strmbtouc.c: New file.
3693
3694         Tests for module 'unistr/u32-strmblen'.
3695         * modules/unistr/u32-strmblen-tests: New file.
3696         * tests/unistr/test-u32-strmblen.c: New file.
3697
3698         Tests for module 'unistr/u16-strmblen'.
3699         * modules/unistr/u16-strmblen-tests: New file.
3700         * tests/unistr/test-u16-strmblen.c: New file.
3701
3702         Tests for module 'unistr/u8-strmblen'.
3703         * modules/unistr/u8-strmblen-tests: New file.
3704         * tests/unistr/test-u8-strmblen.c: New file.
3705
3706         Tests for module 'unistr/u32-cpy-alloc'.
3707         * modules/unistr/u32-cpy-alloc-tests: New file.
3708         * tests/unistr/test-u32-cpy-alloc.c: New file.
3709
3710         Tests for module 'unistr/u16-cpy-alloc'.
3711         * modules/unistr/u16-cpy-alloc-tests: New file.
3712         * tests/unistr/test-u16-cpy-alloc.c: New file.
3713
3714         Tests for module 'unistr/u8-cpy-alloc'.
3715         * modules/unistr/u8-cpy-alloc-tests: New file.
3716         * tests/unistr/test-u8-cpy-alloc.c: New file.
3717         * tests/unistr/test-cpy-alloc.h: New file.
3718
3719         Tests for module 'unistr/u32-mbsnlen'.
3720         * modules/unistr/u32-mbsnlen-tests: New file.
3721         * tests/unistr/test-u32-mbsnlen.c: New file.
3722
3723         Tests for module 'unistr/u16-mbsnlen'.
3724         * modules/unistr/u16-mbsnlen-tests: New file.
3725         * tests/unistr/test-u16-mbsnlen.c: New file.
3726
3727         Tests for module 'unistr/u8-mbsnlen'.
3728         * modules/unistr/u8-mbsnlen-tests: New file.
3729         * tests/unistr/test-u8-mbsnlen.c: New file.
3730
3731         Tests for module 'unistr/u32-chr'.
3732         * modules/unistr/u32-chr-tests: New file.
3733         * tests/unistr/test-u32-chr.c: New file.
3734
3735         Tests for module 'unistr/u16-chr'.
3736         * modules/unistr/u16-chr-tests: New file.
3737         * tests/unistr/test-u16-chr.c: New file.
3738
3739         Tests for module 'unistr/u8-chr'.
3740         * modules/unistr/u8-chr-tests: New file.
3741         * tests/unistr/test-u8-chr.c: New file.
3742         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3743
3744         Tests for module 'unistr/u32-cmp2'.
3745         * modules/unistr/u32-cmp2-tests: New file.
3746         * tests/unistr/test-u32-cmp2.c: New file.
3747
3748         Tests for module 'unistr/u16-cmp2'.
3749         * modules/unistr/u16-cmp2-tests: New file.
3750         * tests/unistr/test-u16-cmp2.c: New file.
3751
3752         Tests for module 'unistr/u8-cmp2'.
3753         * modules/unistr/u8-cmp2-tests: New file.
3754         * tests/unistr/test-u8-cmp2.c: New file.
3755         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3756
3757         Tests for module 'unistr/u32-cmp'.
3758         * modules/unistr/u32-cmp-tests: New file.
3759         * tests/unistr/test-u32-cmp.c: New file.
3760
3761         Tests for module 'unistr/u16-cmp'.
3762         * modules/unistr/u16-cmp-tests: New file.
3763         * tests/unistr/test-u16-cmp.c: New file.
3764
3765         Tests for module 'unistr/u8-cmp'.
3766         * modules/unistr/u8-cmp-tests: New file.
3767         * tests/unistr/test-u8-cmp.c: New file.
3768         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3769
3770         Tests for module 'unistr/u32-set'.
3771         * modules/unistr/u32-set-tests: New file.
3772         * tests/unistr/test-u32-set.c: New file.
3773
3774         Tests for module 'unistr/u16-set'.
3775         * modules/unistr/u16-set-tests: New file.
3776         * tests/unistr/test-u16-set.c: New file.
3777
3778         Tests for module 'unistr/u8-set'.
3779         * modules/unistr/u8-set-tests: New file.
3780         * tests/unistr/test-u8-set.c: New file.
3781         * tests/unistr/test-set.h: New file.
3782
3783         Tests for module 'unistr/u32-move'.
3784         * modules/unistr/u32-move-tests: New file.
3785         * tests/unistr/test-u32-move.c: New file.
3786
3787         Tests for module 'unistr/u16-move'.
3788         * modules/unistr/u16-move-tests: New file.
3789         * tests/unistr/test-u16-move.c: New file.
3790
3791         Tests for module 'unistr/u8-move'.
3792         * modules/unistr/u8-move-tests: New file.
3793         * tests/unistr/test-u8-move.c: New file.
3794         * tests/unistr/test-move.h: New file.
3795
3796         Tests for module 'unistr/u32-cpy'.
3797         * modules/unistr/u32-cpy-tests: New file.
3798         * tests/unistr/test-u32-cpy.c: New file.
3799
3800         Tests for module 'unistr/u16-cpy'.
3801         * modules/unistr/u16-cpy-tests: New file.
3802         * tests/unistr/test-u16-cpy.c: New file.
3803
3804         Tests for module 'unistr/u8-cpy'.
3805         * modules/unistr/u8-cpy-tests: New file.
3806         * tests/unistr/test-u8-cpy.c: New file.
3807         * tests/unistr/test-cpy.h: New file.
3808
3809 2010-01-09  Bruno Haible  <bruno@clisp.org>
3810
3811         Tests for module 'unistr/u32-uctomb'.
3812         * modules/unistr/u32-uctomb-tests: New file.
3813         * tests/unistr/test-u32-uctomb.c: New file.
3814
3815         Tests for module 'unistr/u16-uctomb'.
3816         * modules/unistr/u16-uctomb-tests: New file.
3817         * tests/unistr/test-u16-uctomb.c: New file.
3818
3819         Tests for module 'unistr/u8-uctomb'.
3820         * modules/unistr/u8-uctomb-tests: New file.
3821         * tests/unistr/test-u8-uctomb.c: New file.
3822
3823         Tests for module 'unistr/u32-mbtoucr'.
3824         * modules/unistr/u32-mbtoucr-tests: New file.
3825         * tests/unistr/test-u32-mbtoucr.c: New file.
3826
3827         Tests for module 'unistr/u16-mbtoucr'.
3828         * modules/unistr/u16-mbtoucr-tests: New file.
3829         * tests/unistr/test-u16-mbtoucr.c: New file.
3830
3831         Tests for module 'unistr/u8-mbtoucr'.
3832         * modules/unistr/u8-mbtoucr-tests: New file.
3833         * tests/unistr/test-u8-mbtoucr.c: New file.
3834
3835         Tests for module 'unistr/u32-mbtouc'.
3836         * modules/unistr/u32-mbtouc-tests: New file.
3837         * tests/unistr/test-u32-mbtouc.c: New file.
3838
3839         Tests for module 'unistr/u16-mbtouc'.
3840         * modules/unistr/u16-mbtouc-tests: New file.
3841         * tests/unistr/test-u16-mbtouc.c: New file.
3842
3843         Tests for module 'unistr/u8-mbtouc'.
3844         * modules/unistr/u8-mbtouc-tests: New file.
3845         * tests/unistr/test-u8-mbtouc.c: New file.
3846
3847         Tests for module 'unistr/u32-mbtouc-unsafe'.
3848         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3849         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3850         * tests/unistr/test-u32-mbtouc.h: New file.
3851
3852         Tests for module 'unistr/u16-mbtouc-unsafe'.
3853         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3854         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3855         * tests/unistr/test-u16-mbtouc.h: New file.
3856
3857         Tests for module 'unistr/u8-mbtouc-unsafe'.
3858         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3859         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3860         * tests/unistr/test-u8-mbtouc.h: New file.
3861
3862         Tests for module 'unistr/u32-mblen'.
3863         * modules/unistr/u32-mblen-tests: New file.
3864         * tests/unistr/test-u32-mblen.c: New file.
3865
3866         Tests for module 'unistr/u16-mblen'.
3867         * modules/unistr/u16-mblen-tests: New file.
3868         * tests/unistr/test-u16-mblen.c: New file.
3869
3870         Tests for module 'unistr/u8-mblen'.
3871         * modules/unistr/u8-mblen-tests: New file.
3872         * tests/unistr/test-u8-mblen.c: New file.
3873
3874         Tests for module 'unistr/u32-to-u16'.
3875         * modules/unistr/u32-to-u16-tests: New file.
3876         * tests/unistr/test-u32-to-u16.c: New file.
3877
3878         Tests for module 'unistr/u32-to-u8'.
3879         * modules/unistr/u32-to-u8-tests: New file.
3880         * tests/unistr/test-u32-to-u8.c: New file.
3881
3882         Tests for module 'unistr/u16-to-u32'.
3883         * modules/unistr/u16-to-u32-tests: New file.
3884         * tests/unistr/test-u16-to-u32.c: New file.
3885
3886         Tests for module 'unistr/u16-to-u8'.
3887         * modules/unistr/u16-to-u8-tests: New file.
3888         * tests/unistr/test-u16-to-u8.c: New file.
3889
3890         Tests for module 'unistr/u8-to-u32'.
3891         * modules/unistr/u8-to-u32-tests: New file.
3892         * tests/unistr/test-u8-to-u32.c: New file.
3893
3894         Tests for module 'unistr/u8-to-u16'.
3895         * modules/unistr/u8-to-u16-tests: New file.
3896         * tests/unistr/test-u8-to-u16.c: New file.
3897
3898         Tests for module 'unistr/u32-check'.
3899         * modules/unistr/u32-check-tests: New file.
3900         * tests/unistr/test-u32-check.c: New file.
3901
3902         Tests for module 'unistr/u16-check'.
3903         * modules/unistr/u16-check-tests: New file.
3904         * tests/unistr/test-u16-check.c: New file.
3905
3906         Tests for module 'unistr/u8-check'.
3907         * modules/unistr/u8-check-tests: New file.
3908         * tests/unistr/test-u8-check.c: New file.
3909
3910         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3911         (category_equals): New function.
3912         (main): Add more tests.
3913         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3914
3915         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3916
3917 2010-01-10  Bruno Haible  <bruno@clisp.org>
3918
3919         unistr/u*-strcoll: Try harder to distinguish different strings.
3920         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3921         compare s1 and s2 to see if they are different.
3922
3923 2010-01-10  Bruno Haible  <bruno@clisp.org>
3924
3925         unistr/u*-stpncpy: Fix the return value.
3926         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3927         description of the return value consistent with stpncpy in glibc.
3928         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3929         written non-NUL unit.
3930
3931 2010-01-10  Bruno Haible  <bruno@clisp.org>
3932
3933         unistr/u*-next: Add missing dependencies.
3934         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3935         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3936         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3937
3938 2010-01-10  Bruno Haible  <bruno@clisp.org>
3939
3940         unistr/u8-mbsnlen: Fix return value for incomplete character.
3941         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3942         u8_mblen.
3943         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3944         Remove unistr/u8-mblen.
3945         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3946         u16_mblen.
3947         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3948         Remove unistr/u16-mblen.
3949
3950 2010-01-10  Bruno Haible  <bruno@clisp.org>
3951
3952         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3953         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3954         Reported by Brian Gough <bjg@gnu.org> and
3955         Chris Clayton <chris2553@googlemail.com> via
3956         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3957
3958 2010-01-09  Bruno Haible  <bruno@clisp.org>
3959
3960         unistr/u16-to-u32: Reject invalid input.
3961         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3962         u16_mbtouc.
3963         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3964         Remove unistr/u16-mbtouc.
3965
3966         unistr/u16-to-u8: Reject invalid input.
3967         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3968         u16_mbtouc.
3969         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3970         Remove unistr/u16-mbtouc.
3971
3972         unistr/u8-to-u32: Reject invalid input.
3973         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3974         u8_mbtouc.
3975         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3976         Remove unistr/u8-mbtouc.
3977
3978         unistr/u8-to-u16: Reject invalid input.
3979         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3980         u8_mbtouc.
3981         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3982         Remove unistr/u8-mbtouc.
3983
3984 2010-01-09  Bruno Haible  <bruno@clisp.org>
3985
3986         Tests for module 'getlogin'.
3987         * modules/getlogin-tests: New file.
3988         * tests/test-getlogin.c: New file.
3989
3990         New module 'getlogin'.
3991         * lib/unistd.in.h (getlogin): New declaration.
3992         * lib/getlogin.c: New file.
3993         * m4/getlogin.m4: New file.
3994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3995         HAVE_GETLOGIN.
3996         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3997         HAVE_GETLOGIN.
3998         * modules/getlogin: New file.
3999         * doc/posix-functions/getlogin.texi: Mention the new module.
4000         Reported by John W. Eaton <jwe@gnu.org>.
4001
4002 2010-01-09  Bruno Haible  <bruno@clisp.org>
4003
4004         getlogin_r: Support for native Windows.
4005         * lib/getlogin_r.c: Include <windows.h>
4006         (getlogin_r): Implement for native Windows.
4007         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4008         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4009         via John W. Eaton <jwe@gnu.org>.
4010
4011 2010-01-09  Bruno Haible  <bruno@clisp.org>
4012
4013         getlogin_r: Small fixes.
4014         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4015         succeeds.
4016         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4017         before testing whether getlogin_r is declared. No need to set
4018         HAVE_DECL_GETLOGIN_R to 1.
4019         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4020
4021 2010-01-09  Bruno Haible  <bruno@clisp.org>
4022
4023         * lib/unistd.in.h (getlogin_r): Add comment.
4024
4025 2010-01-09  Bruno Haible  <bruno@clisp.org>
4026
4027         Tests for module 'getlogin_r'.
4028         * modules/getlogin_r-tests: New file.
4029         * tests/test-getlogin_r.c: New file.
4030
4031 2010-01-09  Jim Meyering  <meyering@redhat.com>
4032
4033         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4034         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4035         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4036
4037 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4038
4039         * lib/dup2.c (rpl_dup2): Improve comment.
4040
4041 2010-01-08  Eric Blake  <ebb9@byu.net>
4042
4043         maint.mk: allow packages to add makefile @@ exceptions
4044         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4045         (sc_makefile_check): Rename...
4046         (sc_makefile_at_at_check): ...to this, and use hook.
4047
4048         dup2: work around mingw bug
4049         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4050         Reported by Simon Josefsson.
4051
4052 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4053
4054         glob: Fix C++ compilation.
4055         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4056         C++.
4057
4058 2010-01-07  Bruno Haible  <bruno@clisp.org>
4059
4060         Fix indentation of wctype.in.h, broken since 2007-01-06.
4061         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4062
4063 2010-01-07  Bruno Haible  <bruno@clisp.org>
4064
4065         mbslen: Avoid collision with system function.
4066         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4067         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4068         * m4/mbslen.m4: New file.
4069         * modules/mbslen (Files): Add it.
4070         (configure.ac): Invoke gl_MBSLEN.
4071         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4072         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4073         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4074         via Ian Beckwith <ianb@erislabs.net>.
4075
4076 2010-01-07  Bruno Haible  <bruno@clisp.org>
4077
4078         dirent: Document the last fix.
4079         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4080
4081 2010-01-07  Bruno Haible  <bruno@clisp.org>
4082
4083         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4084         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4085         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4086         va_list are defined.
4087         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4088         Reported by Eric Blake.
4089
4090 2010-01-07  Bruno Haible  <bruno@clisp.org>
4091
4092         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4093         * modules/xlist (Depends-on): Add 'list',
4094         * modules/xoset (Depends-on): Add 'oset'.
4095         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4096
4097 2010-01-07  Bruno Haible  <bruno@clisp.org>
4098
4099         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4100         * doc/posix-functions/strncasecmp.texi: Likewise.
4101
4102 2010-01-07  Bruno Haible  <bruno@clisp.org>
4103
4104         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4105
4106 2010-01-07  John W. Eaton  <jwe@octave.org>
4107
4108         wctype: allow C++ use
4109         * lib/wctype.in.h: Add extern "C" block for C++.
4110
4111 2010-01-06  Eric Blake  <ebb9@byu.net>
4112
4113         maint.mk: detect incorrect GFDL usage
4114         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4115
4116 2010-01-06  Jim Meyering  <meyering@redhat.com>
4117         and Eric Blake  <ebb9@byu.net>
4118
4119         maint.mk: ignore multi-line copyright in NEWS
4120         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4121
4122 2010-01-06  Eric Blake  <ebb9@byu.net>
4123
4124         select: add missing dependency
4125         * modules/select-tests (Depends-on): Move sockets dependency...
4126         * modules/select (Depends-on): ...here.
4127         Reported by Ian Beckwith.
4128
4129         doc: regenerate INSTALL
4130         * doc/INSTALL: Reflect recent autoconf update.
4131         * doc/INSTALL.ISO: Likewise.
4132         * doc/INSTALL.UTF-8: Likewise.
4133
4134         pread: fix compilation on glibc
4135         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4136         Reported by Ralf Wildenhues.
4137
4138         dirent: fix test failure
4139         * lib/dirent.in.h (includes): Guarantee ino_t.
4140         Reported by Ralf Wildenhues.
4141
4142 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4143
4144         linkat, renameat: avoid bad free
4145         * lib/at-func2.c (at_func2): Fix typo.
4146         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4147
4148 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4149
4150         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4151         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4152         to avoid failure of symlink test later.
4153
4154 2010-01-06  Eric Blake  <ebb9@byu.net>
4155
4156         stdio, unistd: guarantee ssize_t
4157         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4158         2008 are exposed when needed.
4159         * lib/stdio.in.h (includes): Likewise.
4160         Reported by Ralf Wildenhues.
4161
4162 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4163
4164         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4165         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4166         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4167
4168 2010-01-06  Jim Meyering  <meyering@redhat.com>
4169
4170         readtokens: this module *does* require xalloc.h
4171         It uses only functions that were omitted by the old syntax-check rule.
4172         * lib/readtokens.c: Include "xalloc.h" once again.
4173         * modules/readtokens (Depends-on): Add xalloc.
4174         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4175
4176 2010-01-05  Eric Blake  <ebb9@byu.net>
4177
4178         maint: support 'make announcement' from a VPATH build
4179         * top/maint.mk (announcement): Look for correct NEWS file.
4180
4181 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4182
4183         utimens (fdutimens): ignore a negative FD, per contract
4184         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4185         when we have a valid file descriptor.  Otherwise, using a brand
4186         new glibc (with just-patched futimens that now fails with EBADF)
4187         would cause this function to fail with ENOSYS.
4188         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4189         See also http://bugzilla.redhat.com/552320.
4190
4191 2010-01-05  Eric Blake  <ebb9@byu.net>
4192
4193         strcase: document what it provides
4194         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4195         gnulib module.
4196         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4197         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4198
4199 2010-01-05  Jim Meyering  <meyering@redhat.com>
4200
4201         maint: remove useless inclusions of "xalloc.h"
4202         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4203         * lib/readtokens.c: Likewise.
4204         * lib/same.c: Likewise.
4205         * modules/getloadavg (Depends-on): Remove xalloc.
4206         * modules/readtokens: Likewise.
4207         * modules/same: Likewise.
4208
4209         maint.mk: include 4 more function names in alloca.h-checking regexp
4210         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4211         regexp.  Before, we would give a false-positive (saying alloca.h
4212         is included unnecessarily) when the only uses involved omitted symbols.
4213
4214         xalloc.h: use consistent formatting
4215         * lib/xalloc.h: Move declarations to start in the first column.
4216
4217 2010-01-05  Eric Blake  <ebb9@byu.net>
4218
4219         mkdir: avoid xalloc
4220         * lib/mkdir.c (includes): Drop unused header.
4221         Reported by John W. Eaton.
4222
4223 2010-01-04  Jim Meyering  <meyering@redhat.com>
4224
4225         nl_langinfo: avoid configure-time syntax error
4226         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4227         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4228         the empty string.  Don't let that provoke a shell syntax error.
4229
4230         regcomp, regexec, fnmatch: avoid array bounds read error
4231         * lib/regcomp.c (build_equiv_class): From glibc:
4232         Use only the low 24 bits of a findidx return value as an index
4233         into the weights array.  Patch by Ulrich Drepper:
4234         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4235         * lib/regexec.c (check_node_accept_bytes): Likewise.
4236         * lib/fnmatch_loop.c (FCT): Likewise.
4237
4238         regcomp: skip collseq lookup when there are no rules
4239         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4240         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4241
4242         regcomp: recognize ill-formed { } expressions
4243         * lib/regcomp.c (parse_dup_op): From glibc:
4244         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4245
4246         regcomp: fix typo in comment
4247         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4248         s/satisfy/satisfies/.
4249
4250         regcomp: sync from glibc: remove dead store
4251         * lib/regcomp.c (duplicate_node_closure): Remove useless
4252         search_duplicated_node call and dead store.
4253
4254         regcomp: sync from glibc; always use nl_langinfo
4255         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4256         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4257         * modules/regex (Depends-on): Add nl_langinfo.
4258
4259 2010-01-04  Eric Blake  <ebb9@byu.net>
4260
4261         fdopendir: fix configure test
4262         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4263
4264 2010-01-01  Bruno Haible  <bruno@clisp.org>
4265
4266         wchar: Remove unused configure check.
4267         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4268
4269 2010-01-01  Eric Blake  <ebb9@byu.net>
4270
4271         headers: make check of system header explicit
4272         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4273         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4274         ourselves.
4275         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4276         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4277         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4278         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4279         internals.
4280         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4281         missing.
4282         Suggested by Bruno Haible.
4283
4284 2010-01-01  Jim Meyering  <meyering@redhat.com>
4285
4286         ChangeLog: tweak to eliminate unnecessary copyright line
4287         * ChangeLog: Remove a copyright line that was mistakenly updated
4288         by today's update-copyright run.  Reported by Eric Blake.
4289
4290         test-update-copyright: don't let envvar setting cause test failure
4291         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4292
4293 2010-01-01  Bruno Haible  <bruno@clisp.org>
4294
4295         localename: Avoid gcc warning.
4296         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4297         function if it is not used.
4298
4299 2010-01-01  Jim Meyering  <meyering@redhat.com>
4300
4301         update nearly all FSF copyright year lists to include 2010
4302         Use the same procedure as for 2009, outlined in
4303         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4304
4305         version-etc: set COPYRIGHT_YEAR to 2010
4306         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4307
4308 2009-12-31  Eric Blake  <ebb9@byu.net>
4309
4310         doc: correct availability of cygwin 1.5.x getopt
4311         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4312         variables.
4313         * doc/posix-functions/opterr.texi (opterr): Likewise.
4314         * doc/posix-functions/optind.texi (optind): Likewise.
4315         * doc/posix-functions/optopt.texi (optopt): Likewise.
4316         * doc/posix-functions/tzname.texi (tzname): Likewise.
4317
4318         openat: update maintainer
4319         * modules/openat (Maintainer): Add myself.
4320
4321         utimens: avoid shadowing warning
4322         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4323         buffers into one, to avoid shadowing, as well as avoiding a
4324         redundant stat.
4325         Reported by Jim Meyering.
4326
4327         test-dup2: avoid compiler warning
4328         * tests/test-dup2.c (is_inheritable): Only define if used.
4329
4330 2010-01-01  Bruno Haible  <bruno@clisp.org>
4331
4332         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4333         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4334         defined, use wctomb instead of wcrtomb.
4335
4336 2010-01-01  Bruno Haible  <bruno@clisp.org>
4337
4338         iconv: Reject native Solaris iconv.
4339         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4340         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4341
4342 2009-12-31  Bruno Haible  <bruno@clisp.org>
4343
4344         * tests/test-signal.c (main): Remove test of 'SIG'.
4345
4346 2009-12-31  Bruno Haible  <bruno@clisp.org>
4347
4348         spawn: Fix incomplete fix.
4349         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4350         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4351         warnings for GNULIB_POSIXCHECK again.
4352         Reported by Eric Blake.
4353
4354 2009-12-31  Bruno Haible  <bruno@clisp.org>
4355
4356         Avoid namespace pollution on glibc systems.
4357         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4358         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4359         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4360         glibc systems.
4361
4362 2009-12-31  Bruno Haible  <bruno@clisp.org>
4363
4364         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4365         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4366         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4367         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4368         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4369         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4370         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4371
4372 2009-12-31  Bruno Haible  <bruno@clisp.org>
4373
4374         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4375         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4376         afterwards.
4377
4378 2009-12-31  Bruno Haible  <bruno@clisp.org>
4379
4380         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4381         SYS_UTSNAME_H.
4382
4383 2009-12-31  Bruno Haible  <bruno@clisp.org>
4384
4385         spawn: Fix misapplied patch.
4386         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4387         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4388         warnings for GNULIB_POSIXCHECK.
4389
4390 2009-12-31  Bruno Haible  <bruno@clisp.org>
4391
4392         times: Update after sys_times changed.
4393         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4394         * modules/times (Files): Add it.
4395         (configure.ac): Invoke gl_FUNC_TIMES.
4396
4397 2009-12-31  Bruno Haible  <bruno@clisp.org>
4398
4399         Use AC_C_INLINE where necessary.
4400         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4401         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4402         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4403         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4404         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4405         * m4/mbiter.m4 (gl_MBITER): Likewise.
4406         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4407         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4408         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4409         * modules/u64 (configure.ac): Likewise.
4410
4411 2009-12-31  Bruno Haible  <bruno@clisp.org>
4412
4413         Use AC_C_INLINE instead of module 'inline' where possible.
4414         * modules/inline (Description): Clarify purpose.
4415         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4416         * modules/count-one-bits (Depends-on): Remove inline.
4417         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4418         * modules/openat (Depends-on): Remove inline.
4419         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4420         instead of depending on module 'inline'.
4421         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4422         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4423         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4424         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4425         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4426         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4427         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4428         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4429         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4430         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4431         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4432         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4433         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4434         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4435         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4436         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4437         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4438         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4439         Likewise.
4440         * modules/unictype/property-ascii-hex-digit (Depends-on,
4441         configure.ac): Likewise.
4442         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4443         configure.ac): Likewise.
4444         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4445         configure.ac): Likewise.
4446         * modules/unictype/property-bidi-block-separator (Depends-on,
4447         configure.ac): Likewise.
4448         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4449         configure.ac): Likewise.
4450         * modules/unictype/property-bidi-common-separator (Depends-on,
4451         configure.ac): Likewise.
4452         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4453         Likewise.
4454         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4455         configure.ac): Likewise.
4456         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4457         configure.ac): Likewise.
4458         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4459         configure.ac): Likewise.
4460         * modules/unictype/property-bidi-european-digit (Depends-on,
4461         configure.ac): Likewise.
4462         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4463         configure.ac): Likewise.
4464         * modules/unictype/property-bidi-left-to-right (Depends-on,
4465         configure.ac): Likewise.
4466         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4467         configure.ac): Likewise.
4468         * modules/unictype/property-bidi-other-neutral (Depends-on,
4469         configure.ac): Likewise.
4470         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4471         Likewise.
4472         * modules/unictype/property-bidi-segment-separator (Depends-on,
4473         configure.ac): Likewise.
4474         * modules/unictype/property-bidi-whitespace (Depends-on,
4475         configure.ac): Likewise.
4476         * modules/unictype/property-combining (Depends-on, configure.ac):
4477         Likewise.
4478         * modules/unictype/property-composite (Depends-on, configure.ac):
4479         Likewise.
4480         * modules/unictype/property-currency-symbol (Depends-on,
4481         configure.ac): Likewise.
4482         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4483         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4484         Likewise.
4485         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4486         configure.ac): Likewise.
4487         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4488         Likewise.
4489         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4490         Likewise.
4491         * modules/unictype/property-extender (Depends-on, configure.ac):
4492         Likewise.
4493         * modules/unictype/property-format-control (Depends-on, configure.ac):
4494         Likewise.
4495         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4496         Likewise.
4497         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4498         Likewise.
4499         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4500         Likewise.
4501         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4502         Likewise.
4503         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4504         Likewise.
4505         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4506         Likewise.
4507         * modules/unictype/property-id-start (Depends-on, configure.ac):
4508         Likewise.
4509         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4510         Likewise.
4511         * modules/unictype/property-ids-binary-operator (Depends-on,
4512         configure.ac): Likewise.
4513         * modules/unictype/property-ids-trinary-operator (Depends-on,
4514         configure.ac): Likewise.
4515         * modules/unictype/property-ignorable-control (Depends-on,
4516         configure.ac): Likewise.
4517         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4518         Likewise.
4519         * modules/unictype/property-join-control (Depends-on, configure.ac):
4520         Likewise.
4521         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4522         Likewise.
4523         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4524         Likewise.
4525         * modules/unictype/property-logical-order-exception (Depends-on,
4526         configure.ac): Likewise.
4527         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4528         Likewise.
4529         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4530         * modules/unictype/property-non-break (Depends-on, configure.ac):
4531         Likewise.
4532         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4533         Likewise.
4534         * modules/unictype/property-numeric (Depends-on, configure.ac):
4535         Likewise.
4536         * modules/unictype/property-other-alphabetic (Depends-on,
4537         configure.ac): Likewise.
4538         * modules/unictype/property-other-default-ignorable-code-point
4539         (Depends-on, configure.ac): Likewise.
4540         * modules/unictype/property-other-grapheme-extend (Depends-on,
4541         configure.ac): Likewise.
4542         * modules/unictype/property-other-id-continue (Depends-on,
4543         configure.ac): Likewise.
4544         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4545         Likewise.
4546         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4547         Likewise.
4548         * modules/unictype/property-other-math (Depends-on, configure.ac):
4549         Likewise.
4550         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4551         Likewise.
4552         * modules/unictype/property-paired-punctuation (Depends-on,
4553         configure.ac): Likewise.
4554         * modules/unictype/property-paragraph-separator (Depends-on,
4555         configure.ac): Likewise.
4556         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4557         Likewise.
4558         * modules/unictype/property-pattern-white-space (Depends-on,
4559         configure.ac): Likewise.
4560         * modules/unictype/property-private-use (Depends-on, configure.ac):
4561         Likewise.
4562         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4563         Likewise.
4564         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4565         Likewise.
4566         * modules/unictype/property-radical (Depends-on, configure.ac):
4567         Likewise.
4568         * modules/unictype/property-sentence-terminal (Depends-on,
4569         configure.ac): Likewise.
4570         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4571         Likewise.
4572         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4573         * modules/unictype/property-terminal-punctuation (Depends-on,
4574         configure.ac): Likewise.
4575         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4576         Likewise.
4577         * modules/unictype/property-unassigned-code-value (Depends-on,
4578         configure.ac): Likewise.
4579         * modules/unictype/property-unified-ideograph (Depends-on,
4580         configure.ac): Likewise.
4581         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4582         Likewise.
4583         * modules/unictype/property-variation-selector (Depends-on,
4584         configure.ac): Likewise.
4585         * modules/unictype/property-white-space (Depends-on, configure.ac):
4586         Likewise.
4587         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4588         Likewise.
4589         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4590         Likewise.
4591         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4592         Likewise.
4593         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4594         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4595         Likewise.
4596
4597 2009-12-31  Bruno Haible  <bruno@clisp.org>
4598
4599         Remove unnecessary AC_C_INLINE invocation.
4600         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4601         since 2009-08-21.
4602
4603 2009-12-31  Jim Meyering  <meyering@redhat.com>
4604
4605         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4606         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4607         With this change, we can all remove the gpg_key_ID = ... definition
4608         from our respective cfg.mk files.
4609
4610         maint.mk: create announcement template in ~/, not in /tmp
4611         * top/maint.mk (emit_upload_commands): Adjust.
4612         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4613         Remove temporary file, .ci-msg.
4614
4615 2009-12-31  Eric Blake  <ebb9@byu.net>
4616
4617         link-warning: always build headers with link warnings
4618         * modules/arpa_inet (Makefile.am): Always build replacement
4619         header.
4620         * modules/ctype (Makefile.am): Likewise.
4621         * modules/dirent (Makefile.am): Likewise.
4622         * modules/inttypes (Makefile.am): Likewise.
4623         * modules/langinfo (Makefile.am): Likewise.
4624         * modules/locale (Makefile.am): Likewise.
4625         * modules/spawn (Makefile.am): Likewise.
4626         * modules/sys_file (Makefile.am): Likewise.
4627         * modules/sys_ioctl (Makefile.am): Likewise.
4628         * modules/sys_select (Makefile.am): Likewise.
4629         * modules/sys_socket (Makefile.am): Likewise.
4630         * modules/sys_times (Makefile.am): Likewise.
4631         * modules/sys_utsname (Makefile.am): Likewise.
4632         * modules/sys_wait (Makefile.am): Likewise.
4633         * modules/wchar (Makefile.am): Likewise.
4634         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4635         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4636         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4637         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4638         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4639         Likewise.
4640         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4641         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4642         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4643         Likewise.
4644         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4645         Likewise.
4646         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4647         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4648         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4649         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4650         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4651         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4652         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4653         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4654         (gl_WCHAR_H_DEFAULTS): Likewise.
4655
4656 2009-12-31  Eric Blake  <ebb9@byu.net>
4657
4658         signal, spawn: use link warnings
4659         * lib/signal.in.h (sigset_t): Make unconditional.
4660         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4661         (sigpending, sigprocmask, sigaction): Add link warnings.
4662         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4663         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4664         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4665         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4666         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4667         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4668         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4669         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4670         (posix_spawn_file_actions_destroy)
4671         (posix_spawn_file_actions_addopen)
4672         (posix_spawn_file_actions_addclose)
4673         (posix_spawn_file_actions_adddup2): Likewise.
4674         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4675         * tests/test-signal.c (main): Enhance test.
4676
4677         spawn: improve wrapper support
4678         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4679         (gl_SPAWN_H_DEFAULTS): New defaults.
4680         * modules/spawn (Makefile.am): Substitute them.
4681         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4682         Only declare if missing or broken.
4683
4684         sys_times, sys_utsname: use include_next
4685         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4686         header.
4687         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4688         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4689         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4690         * modules/sys_times (Depends-on): Add include_next.
4691         (Makefile.am): Substitute additional values.
4692         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4693         * lib/sys_times.in.h (includes): Include native header, if
4694         available.
4695         * lib/sys_utsname.in.h (includes): Likewise.
4696         * tests/test-sys_times.c (main): Enhance test.
4697
4698         fdutimensat: revert prior patch
4699         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4700         utimens.h.
4701         Reported by Bruno Haible.
4702
4703 2009-12-30  Eric Blake  <ebb9@byu.net>
4704
4705         sys_wait: drop link-warning dependency
4706         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4707         link-warning efforts.
4708         * lib/sys_wait.in.h: Likewise.
4709
4710         fdutimensat: remove bogus dependency
4711         * modules/fdutimensat (Depends-on): Drop inline.
4712
4713         unistd: fix typo
4714         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4715
4716 2009-12-30  Bruno Haible  <bruno@clisp.org>
4717
4718         Fix compilation error with Solaris cc.
4719         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4720         * lib/unicase/u16-is-invariant.c: Likewise.
4721         * lib/unicase/u32-is-invariant.c: Likewise.
4722         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4723
4724 2009-12-30  Bruno Haible  <bruno@clisp.org>
4725
4726         Fix test crash.
4727         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4728         locales.
4729         Reported by Simon Josefsson <simon@josefsson.org>.
4730
4731 2009-12-30  Bruno Haible  <bruno@clisp.org>
4732
4733         Fix compilation error on most platforms.
4734         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4735         Reported by Simon Josefsson <simon@josefsson.org>
4736         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4737
4738 2009-12-30  Eric Blake  <ebb9@byu.net>
4739
4740         futimens, utimensat: work around ntfs-3g bug
4741         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4742         a ctime bug is present, and expand workaround to cover ntfs-3g.
4743         * lib/utimens.c (fdutimens, lutimens): Likewise.
4744         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4745         (validate_timespec): Adjust return value.
4746         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4747         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4748         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4749
4750 2009-12-29  Eric Blake  <ebb9@byu.net>
4751
4752         link-warning: make usage consistent
4753         * modules/ctype (Depends-on): Add link-warning.
4754         (Makefile.am): Update rules accordingly.
4755         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4756         * modules/locale (Depends-on, Makefile.am): Likewise.
4757         * modules/sys_file (Makefile.am): Likewise.
4758         * modules/getopt-posix (Makefile.am): Delete unused link warning
4759         efforts.
4760         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4761         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4762         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4763         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4764
4765         stdio: remove unused variables
4766         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4767         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4768         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4769
4770         tests: test more substitute headers
4771         * modules/ctype-tests: New file.
4772         * modules/dirent-tests: Likewise.
4773         * modules/spawn-tests: Likewise.
4774         * modules/sys_file-tests: Likewise.
4775         * modules/sys_ioctl-tests: Likewise.
4776         * modules/sys_wait-tests: Likewise.
4777         * tests/test-ctype.c: Likewise.
4778         * tests/test-dirent.c: Likewise.
4779         * tests/test-spawn.c: Likewise.
4780         * tests/test-sys_file.c: Likewise.
4781         * tests/test-sys_ioctl.c: Likewise.
4782         * tests/test-sys_wait.c: Likewise.
4783         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4784         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4785         whether or not flock is in use.
4786
4787         tests: remove License section from module
4788         * modules/arpa_inet-tests: Remove unneeded section.
4789         * modules/byteswap-tests: Likewise.
4790         * modules/ceilf-tests: Likewise.
4791         * modules/ceill-tests: Likewise.
4792         * modules/crypto/des-tests: Likewise.
4793         * modules/crypto/gc-arcfour-tests: Likewise.
4794         * modules/crypto/gc-arctwo-tests: Likewise.
4795         * modules/crypto/gc-des-tests: Likewise.
4796         * modules/crypto/gc-hmac-md5-tests: Likewise.
4797         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4798         * modules/crypto/gc-md2-tests: Likewise.
4799         * modules/crypto/gc-md4-tests: Likewise.
4800         * modules/crypto/gc-md5-tests: Likewise.
4801         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4802         * modules/crypto/gc-rijndael-tests: Likewise.
4803         * modules/crypto/gc-sha1-tests: Likewise.
4804         * modules/crypto/gc-tests: Likewise.
4805         * modules/crypto/md2-tests: Likewise.
4806         * modules/crypto/md4-tests: Likewise.
4807         * modules/fcntl-h-tests: Likewise.
4808         * modules/floorf-tests: Likewise.
4809         * modules/floorl-tests: Likewise.
4810         * modules/frexp-nolibm-tests: Likewise.
4811         * modules/frexp-tests: Likewise.
4812         * modules/frexpl-nolibm-tests: Likewise.
4813         * modules/frexpl-tests: Likewise.
4814         * modules/getaddrinfo-tests: Likewise.
4815         * modules/inttypes-tests: Likewise.
4816         * modules/isfinite-tests: Likewise.
4817         * modules/isinf-tests: Likewise.
4818         * modules/ldexpl-tests: Likewise.
4819         * modules/locale-tests: Likewise.
4820         * modules/math-tests: Likewise.
4821         * modules/netdb-tests: Likewise.
4822         * modules/netinet_in-tests: Likewise.
4823         * modules/printf-frexp-tests: Likewise.
4824         * modules/printf-frexpl-tests: Likewise.
4825         * modules/priv-set-tests: Likewise.
4826         * modules/random_r-tests: Likewise.
4827         * modules/round-tests: Likewise.
4828         * modules/roundf-tests: Likewise.
4829         * modules/roundl-tests: Likewise.
4830         * modules/search-tests: Likewise.
4831         * modules/select-tests: Likewise.
4832         * modules/signal-tests: Likewise.
4833         * modules/stdbool-tests: Likewise.
4834         * modules/stddef-tests: Likewise.
4835         * modules/stdint-tests: Likewise.
4836         * modules/stdio-tests: Likewise.
4837         * modules/stdlib-tests: Likewise.
4838         * modules/string-tests: Likewise.
4839         * modules/strings-tests: Likewise.
4840         * modules/sys_select-tests: Likewise.
4841         * modules/sys_socket-tests: Likewise.
4842         * modules/sys_stat-tests: Likewise.
4843         * modules/sys_time-tests: Likewise.
4844         * modules/sys_utsname-tests: Likewise.
4845         * modules/sysexits-tests: Likewise.
4846         * modules/time-tests: Likewise.
4847         * modules/trunc-tests: Likewise.
4848         * modules/truncf-tests: Likewise.
4849         * modules/truncl-tests: Likewise.
4850         * modules/tsearch-tests: Likewise.
4851         * modules/unistd-tests: Likewise.
4852         * modules/wchar-tests: Likewise.
4853         * modules/wctype-tests: Likewise.
4854
4855         tests: fix license on several tests
4856         * tests/test-des.c: Update to GPLv3+.
4857         * tests/test-flock.c: Likewise.
4858         * tests/test-fsync.c: Likewise.
4859         * tests/test-futimens.h: Likewise.
4860         * tests/test-gc-arcfour.c: Likewise.
4861         * tests/test-gc-arctwo.c: Likewise.
4862         * tests/test-gc-des.c: Likewise.
4863         * tests/test-gc-hmac-md5.c: Likewise.
4864         * tests/test-gc-hmac-sha1.c: Likewise.
4865         * tests/test-gc-md2.c: Likewise.
4866         * tests/test-gc-md4.c: Likewise.
4867         * tests/test-gc-md5.c: Likewise.
4868         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4869         * tests/test-gc-rijndael.c: Likewise.
4870         * tests/test-gc-sha1.c: Likewise.
4871         * tests/test-gc.c: Likewise.
4872         * tests/test-getcwd.c: Likewise.
4873         * tests/test-link.c: Likewise.
4874         * tests/test-link.h: Likewise.
4875         * tests/test-lutimens.h: Likewise.
4876         * tests/test-md2.c: Likewise.
4877         * tests/test-md4.c: Likewise.
4878         * tests/test-mkdir.h: Likewise.
4879         * tests/test-rename.c: Likewise.
4880         * tests/test-rename.h: Likewise.
4881         * tests/test-safe-alloc.c: Likewise.
4882         * tests/test-utimens-common.h: Likewise.
4883         * tests/test-utimens.h: Likewise.
4884
4885         maint: sync license texts
4886         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4887         * doc/gpl-3.0.texi: Revert copyright year update.
4888         * doc/lgpl-3.0.texi: Likewise.
4889
4890 2009-12-29  Jim Meyering  <meyering@redhat.com>
4891
4892         update nearly all FSF copyright year lists to include 2009
4893         The files named by the following are exempted:
4894             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4895               test -f "$dst" && { echo "$dst"; continue; }
4896               test -d "$dst" || continue
4897               echo "$dst"/$(basename "$src")
4898             done > exempt
4899             git ls-files tests/unictype >> exempt
4900         In the remaining files, convert to all-interval notation if
4901         - there is already at least one year interval like 2000-2003
4902         - the file is maintained by me
4903         - the file is in lib/uni*/, where that style already prevails
4904         Otherwise, use update-copyright's default.
4905
4906 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4907         and Eric Blake  <ebb9@byu.net>
4908
4909         tests: don't require debug system() to pass
4910         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4911         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4912         * tests/test-unlink.h (test_unlink_func): Likewise.
4913         * tests/test-fstatat.c (main): ...into callers.
4914         * tests/test-lstat.c (main): Likewise.
4915         * tests/test-rmdir.c (main): Likewise.
4916         * tests/test-unlink.c (main): Likewise.
4917         * tests/test-unlinkat.c (main): Likewise.
4918         * tests/test-areadlink-with-size.c (main): Don't require a
4919         debug-only system call to pass, aiding cross-testing to mingw.
4920         * tests/test-areadlink.c (main): Likewise.
4921         * tests/test-areadlinkat-with-size.c (main): Likewise.
4922         * tests/test-areadlinkat.c (main): Likewise.
4923         * tests/test-canonicalize-lgpl.c (main): Likewise.
4924         * tests/test-canonicalize.c (main): Likewise.
4925         * tests/test-chown.c (main): Likewise.
4926         * tests/test-fchownat.c (main): Likewise.
4927         * tests/test-lchown.c (main): Likewise.
4928         * tests/test-fdutimensat.c (main): Likewise.
4929         * tests/test-futimens.c (main): Likewise.
4930         * tests/test-link.c (main): Likewise.
4931         * tests/test-linkat.c (main): Likewise.
4932         * tests/test-mkdir.c (main): Likewise.
4933         * tests/test-mkdirat.c (main): Likewise.
4934         * tests/test-mkfifo.c (main): Likewise.
4935         * tests/test-mkfifoat.c (main): Likewise.
4936         * tests/test-mknod.c (main): Likewise.
4937         * tests/test-readlink.c (main): Likewise.
4938         * tests/test-remove.c (main): Likewise.
4939         * tests/test-rename.c (main): Likewise.
4940         * tests/test-renameat.c (main): Likewise.
4941         * tests/test-symlink.c (main): Likewise.
4942         * tests/test-symlinkat.c (main): Likewise.
4943         * tests/test-utimens.c (main): Likewise.
4944         * tests/test-utimensat.c (main): Likewise.
4945
4946 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4947
4948         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4949         on $(UNUSED_PARAMETER_H) to avoid build failure.
4950
4951 2009-12-28  Jim Meyering  <meyering@redhat.com>
4952
4953         update-copyright: you may specify a max. line length other than 72
4954         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4955
4956         maint: use consistent FSF copyright line syntax
4957         * lib/posixtm.c: Add missing comma in FSF copyright line.
4958         * lib/posixtm.h: Likewise.
4959         * lib/getugroups.c: Add missing ", Inc.".
4960
4961         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4962         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4963         FSF copyright line.  Remove trailing blanks.
4964
4965 2009-12-28  Eric Blake  <ebb9@byu.net>
4966
4967         test-dup2: reduce dependencies
4968         * modules/cloexec (Configure.ac): Set witness.
4969         * modules/dup2-tests (Depends-on): Drop cloexec.
4970         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4971         not present.
4972         Suggested by Bruno Haible.
4973
4974 2009-12-26  Bruno Haible  <bruno@clisp.org>
4975
4976         Remove an unneeded dependency.
4977         * modules/fseterr (Depends-on): Remove dup2.
4978
4979 2009-12-26  Eric Blake  <ebb9@byu.net>
4980
4981         tests: use macros.h in more places
4982         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4983         (ASSERT_STREAM): Provide default of stderr.
4984         * tests/test-dirent-safer.c: Include macros.h, using alternate
4985         stream for assertions.
4986         * tests/test-dup-safer.c: Likewise.
4987         * tests/test-freopen-safer.c: Likewise.
4988         * tests/test-getopt.c: Likewise.
4989         * tests/test-openat-safer.c: Likewise.
4990         * tests/test-pipe.c: Likewise.
4991         * tests/test-popen-safer.c: Likewise.
4992         * modules/dirent-safer-tests (Files): Include macros.h.
4993         * modules/unistd-safer-tests (Files): Likewise.
4994         * modules/freopen-safer-tests (Files): Likewise.
4995         * modules/getopt-posix-tests (Files): Likewise.
4996         * modules/openat-safer-tests (Files): Likewise.
4997         * modules/pipe-tests (Files): Likewise.
4998
4999 2009-12-26  Bruno Haible  <bruno@clisp.org>
5000
5001         javacomp: Portability fix.
5002         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5003         that it also works on Solaris.
5004
5005 2009-12-26  Bruno Haible  <bruno@clisp.org>
5006
5007         localename: Fix storage allocation of gl_locale_name_thread's result.
5008         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5009         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5010         all platforms that have 'uselocale'.
5011         (gl_locale_name_thread_unsafe): New function, extracted from
5012         gl_locale_name_thread.
5013         (gl_locale_name_thread): Call struniq on all platforms that have
5014         'uselocale'.
5015         * tests/test-localename.c (test_locale_name_thread): Check that the
5016         resulting strings are permanently allocated.
5017         * modules/localename-tests (Depends-on): Add strdup.
5018
5019 2009-12-26  Bruno Haible  <bruno@clisp.org>
5020
5021         * tests/test-localename.c (categories): Fill in the strings.
5022
5023 2009-12-26  Jim Meyering  <meyering@redhat.com>
5024
5025         isdir: complete the removal of m4/isdir.m4
5026         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5027
5028         isdir: clean up, since at least grep still uses it
5029         * lib/isdir.c: Include "isdir.h".
5030         (S_ISDIR): Remove now-unneeded definition.
5031         * modules/isdir (Files): Add lib/isdir.h.
5032         * lib/isdir.h: New file, with declaration.
5033         * m4/isdir.m4: Remove file -- unneeded.
5034
5035 2009-12-25  Bruno Haible  <bruno@clisp.org>
5036
5037         selinux-h: Make generated .h files standalone.
5038         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5039         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5040         * lib/se-selinux.in.h: Likewise.
5041         * modules/selinux-h (Depends-on): Add unused-parameter.
5042         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5043         selinux/selinux.h and selinux/context.h.
5044         Suggested by Eric Blake.
5045
5046 2009-12-25  Bruno Haible  <bruno@clisp.org>
5047
5048         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5049         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5050         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5051         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5052         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5053
5054 2009-12-24  Bruno Haible  <bruno@clisp.org>
5055
5056         openat: Fix warning.
5057         * lib/openat-proc.c: Include <unistd.h>.
5058
5059 2009-12-24  Bruno Haible  <bruno@clisp.org>
5060
5061         New module 'unused-parameter'.
5062         * build-aux/unused-parameter.h: New file, extracted from earlier
5063         gnulib-common.m4.
5064         * modules/unused-parameter: New file.
5065         * lib/unistr.h: Include unused-parameter.h.
5066         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5067         _GL_UNUSED.
5068         * modules/unistr/base (Depends-on): Add unused-parameter.
5069
5070 2009-12-24  Bruno Haible  <bruno@clisp.org>
5071
5072         Add missing dependencies to 'extensions' module.
5073         * m4/extensions.m4: Add comment.
5074         * modules/accept4 (Depends-on): Add extensions.
5075         * modules/dup3 (Depends-on): Likewise.
5076         * modules/fcntl (Depends-on): Likewise.
5077         * modules/futimens (Depends-on): Likewise.
5078         * modules/mknod (Depends-on): Likewise.
5079         * modules/pipe2 (Depends-on): Likewise.
5080         * modules/stat-time (Depends-on): Likewise.
5081         * modules/strcasestr-simple (Depends-on): Likewise.
5082         * modules/strsignal (Depends-on): Likewise.
5083         * modules/utimensat (Depends-on): Likewise.
5084         * modules/localcharset (Depends-on): Likewise. Needed because of
5085         gl_FCNTL_O_FLAGS.
5086         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5087         AC_TYPE_MBSTATE_T.
5088         * modules/wcsnrtombs (Depends-on): Likewise.
5089         * modules/wcsrtombs (Depends-on): Likewise.
5090
5091 2009-12-24  Bruno Haible  <bruno@clisp.org>
5092
5093         binary-io: Avoid gcc warning due to SET_BINARY.
5094         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5095         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5096
5097 2009-12-24  Bruno Haible  <bruno@clisp.org>
5098
5099         Avoid future namespace pollution on glibc systems.
5100         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5101         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5102         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5103         glibc systems.
5104
5105 2009-12-24  Bruno Haible  <bruno@clisp.org>
5106
5107         Refactor common macros used in tests.
5108         * tests/macros.h: New file.
5109         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5110         and/or <stdlib.h>, if appropriate.
5111         (ASSERT, SIZEOF): Remove macros.
5112         * tests/test-areadlink-with-size.c: Likewise.
5113         * tests/test-areadlinkat.c: Likewise.
5114         * tests/test-areadlinkat-with-size.c: Likewise.
5115         * tests/test-argmatch.c: Likewise.
5116         * tests/test-argv-iter.c: Likewise.
5117         * tests/test-array-mergesort.c: Likewise.
5118         * tests/test-array_list.c: Likewise.
5119         * tests/test-array_oset.c: Likewise.
5120         * tests/test-avltree_list.c: Likewise.
5121         * tests/test-avltree_oset.c: Likewise.
5122         * tests/test-avltreehash_list.c: Likewise.
5123         * tests/test-base64.c: Likewise.
5124         * tests/test-binary-io.c: Likewise.
5125         * tests/test-bitrotate.c: Likewise.
5126         * tests/test-btowc.c: Likewise.
5127         * tests/test-byteswap.c: Likewise.
5128         * tests/test-c-ctype.c: Likewise.
5129         * tests/test-c-stack.c: Likewise.
5130         * tests/test-c-strcasecmp.c: Likewise.
5131         * tests/test-c-strcasestr.c: Likewise.
5132         * tests/test-c-strncasecmp.c: Likewise.
5133         * tests/test-c-strstr.c: Likewise.
5134         * tests/test-canonicalize-lgpl.c: Likewise.
5135         * tests/test-canonicalize.c: Likewise.
5136         * tests/test-carray_list.c: Likewise.
5137         * tests/test-ceilf1.c: Likewise.
5138         * tests/test-ceilf2.c: Likewise.
5139         * tests/test-ceill.c: Likewise.
5140         * tests/test-chown.c: Likewise.
5141         * tests/test-cloexec.c: Likewise.
5142         * tests/test-copy-acl.c: Likewise.
5143         * tests/test-copy-file.c: Likewise.
5144         * tests/test-count-one-bits.c: Likewise.
5145         * tests/test-dprintf-posix.c: Likewise.
5146         * tests/test-dup2.c: Likewise.
5147         * tests/test-dup3.c: Likewise.
5148         * tests/test-duplocale.c: Likewise.
5149         * tests/test-fbufmode.c: Likewise.
5150         * tests/test-fchdir.c: Likewise.
5151         * tests/test-fchownat.c: Likewise.
5152         * tests/test-fcntl-safer.c: Likewise.
5153         * tests/test-fcntl.c: Likewise.
5154         * tests/test-fdopendir.c: Likewise.
5155         * tests/test-fdutimensat.c: Likewise.
5156         * tests/test-fflush2.c: Likewise.
5157         * tests/test-file-has-acl.c: Likewise.
5158         * tests/test-filevercmp.c: Likewise.
5159         * tests/test-flock.c: Likewise.
5160         * tests/test-floorf1.c: Likewise.
5161         * tests/test-floorf2.c: Likewise.
5162         * tests/test-floorl.c: Likewise.
5163         * tests/test-fnmatch.c: Likewise.
5164         * tests/test-fopen.h: Likewise.
5165         * tests/test-fpending.c: Likewise.
5166         * tests/test-fprintf-posix.c: Likewise.
5167         * tests/test-fpurge.c: Likewise.
5168         * tests/test-freadable.c: Likewise.
5169         * tests/test-freadahead.c: Likewise.
5170         * tests/test-freading.c: Likewise.
5171         * tests/test-freadptr.c: Likewise.
5172         * tests/test-freadptr2.c: Likewise.
5173         * tests/test-freadseek.c: Likewise.
5174         * tests/test-freopen.c: Likewise.
5175         * tests/test-frexp.c: Likewise.
5176         * tests/test-frexpl.c: Likewise.
5177         * tests/test-fseek.c: Likewise.
5178         * tests/test-fseeko.c: Likewise.
5179         * tests/test-fstatat.c: Likewise.
5180         * tests/test-fstrcmp.c: Likewise.
5181         * tests/test-fsync.c: Likewise.
5182         * tests/test-ftell.c: Likewise.
5183         * tests/test-ftello.c: Likewise.
5184         * tests/test-func.c: Likewise.
5185         * tests/test-futimens.c: Likewise.
5186         * tests/test-fwritable.c: Likewise.
5187         * tests/test-fwriting.c: Likewise.
5188         * tests/test-getcwd.c: Likewise.
5189         * tests/test-getdate.c: Likewise.
5190         * tests/test-getdelim.c: Likewise.
5191         * tests/test-getdtablesize.c: Likewise.
5192         * tests/test-getgroups.c: Likewise.
5193         * tests/test-getline.c: Likewise.
5194         * tests/test-getndelim2.c: Likewise.
5195         * tests/test-glob.c: Likewise.
5196         * tests/test-hash.c: Likewise.
5197         * tests/test-i-ring.c: Likewise.
5198         * tests/test-iconv-utf.c: Likewise.
5199         * tests/test-iconv.c: Likewise.
5200         * tests/test-idpriv-drop.c: Likewise.
5201         * tests/test-idpriv-droptemp.c: Likewise.
5202         * tests/test-inet_ntop.c: Likewise.
5203         * tests/test-inet_pton.c: Likewise.
5204         * tests/test-isblank.c: Likewise.
5205         * tests/test-isfinite.c: Likewise.
5206         * tests/test-isinf.c: Likewise.
5207         * tests/test-isnan.c: Likewise.
5208         * tests/test-isnand.h: Likewise.
5209         * tests/test-isnanf.h: Likewise.
5210         * tests/test-isnanl.h: Likewise.
5211         * tests/test-lchown.c: Likewise.
5212         * tests/test-ldexpl.c: Likewise.
5213         * tests/test-link.c: Likewise.
5214         * tests/test-linkat.c: Likewise.
5215         * tests/test-linked_list.c: Likewise.
5216         * tests/test-linkedhash_list.c: Likewise.
5217         * tests/test-localename.c: Likewise.
5218         * tests/test-lseek.c: Likewise.
5219         * tests/test-lstat.c: Likewise.
5220         * tests/test-mbmemcasecmp.c: Likewise.
5221         * tests/test-mbmemcasecoll.c: Likewise.
5222         * tests/test-mbrtowc.c: Likewise.
5223         * tests/test-mbscasecmp.c: Likewise.
5224         * tests/test-mbscasestr1.c: Likewise.
5225         * tests/test-mbscasestr2.c: Likewise.
5226         * tests/test-mbscasestr3.c: Likewise.
5227         * tests/test-mbscasestr4.c: Likewise.
5228         * tests/test-mbschr.c: Likewise.
5229         * tests/test-mbscspn.c: Likewise.
5230         * tests/test-mbsinit.c: Likewise.
5231         * tests/test-mbsncasecmp.c: Likewise.
5232         * tests/test-mbsnrtowcs.c: Likewise.
5233         * tests/test-mbspbrk.c: Likewise.
5234         * tests/test-mbspcasecmp.c: Likewise.
5235         * tests/test-mbsrchr.c: Likewise.
5236         * tests/test-mbsrtowcs.c: Likewise.
5237         * tests/test-mbsspn.c: Likewise.
5238         * tests/test-mbsstr1.c: Likewise.
5239         * tests/test-mbsstr2.c: Likewise.
5240         * tests/test-mbsstr3.c: Likewise.
5241         * tests/test-memchr.c: Likewise.
5242         * tests/test-memchr2.c: Likewise.
5243         * tests/test-memcmp.c: Likewise.
5244         * tests/test-memmem.c: Likewise.
5245         * tests/test-memrchr.c: Likewise.
5246         * tests/test-mkdir.c: Likewise.
5247         * tests/test-mkdirat.c: Likewise.
5248         * tests/test-mkfifo.c: Likewise.
5249         * tests/test-mkfifoat.c: Likewise.
5250         * tests/test-mknod.c: Likewise.
5251         * tests/test-nanosleep.c: Likewise.
5252         * tests/test-nl_langinfo.c: Likewise.
5253         * tests/test-obstack-printf.c: Likewise.
5254         * tests/test-open.c: Likewise.
5255         * tests/test-openat.c: Likewise.
5256         * tests/test-pipe-filter-gi1.c: Likewise.
5257         * tests/test-pipe-filter-gi2-main.c: Likewise.
5258         * tests/test-pipe-filter-ii1.c: Likewise.
5259         * tests/test-pipe-filter-ii2-main.c: Likewise.
5260         * tests/test-pipe2.c: Likewise.
5261         * tests/test-popen.h: Likewise.
5262         * tests/test-posixtm.c: Likewise.
5263         * tests/test-pread.c: Likewise.
5264         * tests/test-printf-frexp.c: Likewise.
5265         * tests/test-printf-frexpl.c: Likewise.
5266         * tests/test-printf-posix.c: Likewise.
5267         * tests/test-priv-set.c: Likewise.
5268         * tests/test-quotearg.c: Likewise.
5269         * tests/test-random_r.c: Likewise.
5270         * tests/test-rawmemchr.c: Likewise.
5271         * tests/test-rbtree_list.c: Likewise.
5272         * tests/test-rbtree_oset.c: Likewise.
5273         * tests/test-rbtreehash_list.c: Likewise.
5274         * tests/test-readlink.c: Likewise.
5275         * tests/test-remove.c: Likewise.
5276         * tests/test-rename.c: Likewise.
5277         * tests/test-renameat.c: Likewise.
5278         * tests/test-rmdir.c: Likewise.
5279         * tests/test-round1.c: Likewise.
5280         * tests/test-roundf1.c: Likewise.
5281         * tests/test-roundl.c: Likewise.
5282         * tests/test-safe-alloc.c: Likewise.
5283         * tests/test-sameacls.c: Likewise.
5284         * tests/test-set-mode-acl.c: Likewise.
5285         * tests/test-setenv.c: Likewise.
5286         * tests/test-sigaction.c: Likewise.
5287         * tests/test-signbit.c: Likewise.
5288         * tests/test-sleep.c: Likewise.
5289         * tests/test-snprintf-posix.c: Likewise.
5290         * tests/test-snprintf.c: Likewise.
5291         * tests/test-sprintf-posix.c: Likewise.
5292         * tests/test-stat-time.c: Likewise.
5293         * tests/test-stat.c: Likewise.
5294         * tests/test-strcasestr.c: Likewise.
5295         * tests/test-strchrnul.c: Likewise.
5296         * tests/test-strerror.c: Likewise.
5297         * tests/test-striconv.c: Likewise.
5298         * tests/test-striconveh.c: Likewise.
5299         * tests/test-striconveha.c: Likewise.
5300         * tests/test-strsignal.c: Likewise.
5301         * tests/test-strstr.c: Likewise.
5302         * tests/test-strtod.c: Likewise.
5303         * tests/test-strverscmp.c: Likewise.
5304         * tests/test-symlink.c: Likewise.
5305         * tests/test-symlinkat.c: Likewise.
5306         * tests/test-trunc1.c: Likewise.
5307         * tests/test-trunc2.c: Likewise.
5308         * tests/test-truncf1.c: Likewise.
5309         * tests/test-truncf2.c: Likewise.
5310         * tests/test-truncl.c: Likewise.
5311         * tests/test-uname.c: Likewise.
5312         * tests/test-unlink.c: Likewise.
5313         * tests/test-unlinkat.c: Likewise.
5314         * tests/test-unsetenv.c: Likewise.
5315         * tests/test-usleep.c: Likewise.
5316         * tests/test-utimens.c: Likewise.
5317         * tests/test-utimensat.c: Likewise.
5318         * tests/test-vasnprintf-posix.c: Likewise.
5319         * tests/test-vasnprintf-posix2.c: Likewise.
5320         * tests/test-vasnprintf.c: Likewise.
5321         * tests/test-vasprintf-posix.c: Likewise.
5322         * tests/test-vasprintf.c: Likewise.
5323         * tests/test-vdprintf-posix.c: Likewise.
5324         * tests/test-vfprintf-posix.c: Likewise.
5325         * tests/test-vprintf-posix.c: Likewise.
5326         * tests/test-vsnprintf-posix.c: Likewise.
5327         * tests/test-vsnprintf.c: Likewise.
5328         * tests/test-vsprintf-posix.c: Likewise.
5329         * tests/test-wcrtomb.c: Likewise.
5330         * tests/test-wcsnrtombs.c: Likewise.
5331         * tests/test-wcsrtombs.c: Likewise.
5332         * tests/test-wctype.c: Likewise.
5333         * tests/test-wcwidth.c: Likewise.
5334         * tests/test-xfprintf-posix.c: Likewise.
5335         * tests/test-xmemdup0.c: Likewise.
5336         * tests/test-xprintf-posix.c: Likewise.
5337         * tests/test-xvasprintf.c: Likewise.
5338         * tests/unicase/test-locale-language.c: Likewise.
5339         * tests/unicase/test-mapping-part1.h: Likewise.
5340         * tests/unicase/test-predicate-part1.h: Likewise.
5341         * tests/unicase/test-u8-casecmp.c: Likewise.
5342         * tests/unicase/test-u8-casecoll.c: Likewise.
5343         * tests/unicase/test-u8-casefold.c: Likewise.
5344         * tests/unicase/test-u8-is-cased.c: Likewise.
5345         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5346         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5347         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5348         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5349         * tests/unicase/test-u8-tolower.c: Likewise.
5350         * tests/unicase/test-u8-totitle.c: Likewise.
5351         * tests/unicase/test-u8-toupper.c: Likewise.
5352         * tests/unicase/test-u16-casecmp.c: Likewise.
5353         * tests/unicase/test-u16-casecoll.c: Likewise.
5354         * tests/unicase/test-u16-casefold.c: Likewise.
5355         * tests/unicase/test-u16-is-cased.c: Likewise.
5356         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5357         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5358         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5359         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5360         * tests/unicase/test-u16-tolower.c: Likewise.
5361         * tests/unicase/test-u16-totitle.c: Likewise.
5362         * tests/unicase/test-u16-toupper.c: Likewise.
5363         * tests/unicase/test-u32-casecmp.c: Likewise.
5364         * tests/unicase/test-u32-casecoll.c: Likewise.
5365         * tests/unicase/test-u32-casefold.c: Likewise.
5366         * tests/unicase/test-u32-is-cased.c: Likewise.
5367         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5368         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5369         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5370         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5371         * tests/unicase/test-u32-tolower.c: Likewise.
5372         * tests/unicase/test-u32-totitle.c: Likewise.
5373         * tests/unicase/test-u32-toupper.c: Likewise.
5374         * tests/unicase/test-ulc-casecmp.c: Likewise.
5375         * tests/unicase/test-ulc-casecoll.c: Likewise.
5376         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5377         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5378         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5379         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5380         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5381         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5382         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5383         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5384         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5385         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5386         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5387         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5388         * tests/unictype/test-bidi_byname.c: Likewise.
5389         * tests/unictype/test-bidi_name.c: Likewise.
5390         * tests/unictype/test-bidi_of.c: Likewise.
5391         * tests/unictype/test-bidi_test.c: Likewise.
5392         * tests/unictype/test-block_list.c: Likewise.
5393         * tests/unictype/test-block_of.c: Likewise.
5394         * tests/unictype/test-block_test.c: Likewise.
5395         * tests/unictype/test-categ_and.c: Likewise.
5396         * tests/unictype/test-categ_and_not.c: Likewise.
5397         * tests/unictype/test-categ_byname.c: Likewise.
5398         * tests/unictype/test-categ_name.c: Likewise.
5399         * tests/unictype/test-categ_none.c: Likewise.
5400         * tests/unictype/test-categ_of.c: Likewise.
5401         * tests/unictype/test-categ_or.c: Likewise.
5402         * tests/unictype/test-categ_test_withtable.c: Likewise.
5403         * tests/unictype/test-combining.c: Likewise.
5404         * tests/unictype/test-decdigit.c: Likewise.
5405         * tests/unictype/test-digit.c: Likewise.
5406         * tests/unictype/test-mirror.c: Likewise.
5407         * tests/unictype/test-numeric.c: Likewise.
5408         * tests/unictype/test-pr_byname.c: Likewise.
5409         * tests/unictype/test-pr_test.c: Likewise.
5410         * tests/unictype/test-predicate-part1.h: Likewise.
5411         * tests/unictype/test-scripts.c: Likewise.
5412         * tests/unictype/test-sy_c_ident.c: Likewise.
5413         * tests/unictype/test-sy_java_ident.c: Likewise.
5414         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5415         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5416         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5417         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5418         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5419         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5420         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5421         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5422         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5423         * tests/uninorm/test-compat-decomposition.c: Likewise.
5424         * tests/uninorm/test-composition.c: Likewise.
5425         * tests/uninorm/test-decomposing-form.c: Likewise.
5426         * tests/uninorm/test-decomposition.c: Likewise.
5427         * tests/uninorm/test-u8-nfc.c: Likewise.
5428         * tests/uninorm/test-u8-nfd.c: Likewise.
5429         * tests/uninorm/test-u8-nfkc.c: Likewise.
5430         * tests/uninorm/test-u8-nfkd.c: Likewise.
5431         * tests/uninorm/test-u8-normcmp.c: Likewise.
5432         * tests/uninorm/test-u8-normcoll.c: Likewise.
5433         * tests/uninorm/test-u16-nfc.c: Likewise.
5434         * tests/uninorm/test-u16-nfd.c: Likewise.
5435         * tests/uninorm/test-u16-nfkc.c: Likewise.
5436         * tests/uninorm/test-u16-nfkd.c: Likewise.
5437         * tests/uninorm/test-u16-normcmp.c: Likewise.
5438         * tests/uninorm/test-u16-normcoll.c: Likewise.
5439         * tests/uninorm/test-u32-nfc.c: Likewise.
5440         * tests/uninorm/test-u32-nfd.c: Likewise.
5441         * tests/uninorm/test-u32-nfkc.c: Likewise.
5442         * tests/uninorm/test-u32-nfkd.c: Likewise.
5443         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5444         * tests/uninorm/test-u32-normcmp.c: Likewise.
5445         * tests/uninorm/test-u32-normcoll.c: Likewise.
5446         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5447         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5448         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5449         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5450         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5451         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5452         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5453         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5454         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5455         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5456         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5457         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5458         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5459         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5460         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5461         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5462         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5463         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5464         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5465         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5466         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5467         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5468         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5469         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5470         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5471         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5472         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5473         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5474         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5475         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5476         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5477         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5478         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5479         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5480         * tests/uniwidth/test-u8-width.c: Likewise.
5481         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5482         * tests/uniwidth/test-u16-width.c: Likewise.
5483         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5484         * tests/uniwidth/test-u32-width.c: Likewise.
5485         * tests/uniwidth/test-uc_width.c: Likewise.
5486         * tests/uniwidth/test-uc_width2.c: Likewise.
5487         * modules/acl-tests (Files): Add tests/macros.h.
5488         * modules/areadlink-tests (Files): Likewise.
5489         * modules/areadlink-with-size-tests (Files): Likewise.
5490         * modules/areadlinkat-tests (Files): Likewise.
5491         * modules/areadlinkat-with-size-tests (Files): Likewise.
5492         * modules/argmatch-tests (Files): Likewise.
5493         * modules/argv-iter-tests (Files): Likewise.
5494         * modules/array-list-tests (Files): Likewise.
5495         * modules/array-mergesort-tests (Files): Likewise.
5496         * modules/array-oset-tests (Files): Likewise.
5497         * modules/avltree-list-tests (Files): Likewise.
5498         * modules/avltree-oset-tests (Files): Likewise.
5499         * modules/avltreehash-list-tests (Files): Likewise.
5500         * modules/base64-tests (Files): Likewise.
5501         * modules/binary-io-tests (Files): Likewise.
5502         * modules/bitrotate-tests (Files): Likewise.
5503         * modules/btowc-tests (Files): Likewise.
5504         * modules/byteswap-tests (Files): Likewise.
5505         * modules/c-ctype-tests (Files): Likewise.
5506         * modules/c-stack-tests (Files): Likewise.
5507         * modules/c-strcase-tests (Files): Likewise.
5508         * modules/c-strcasestr-tests (Files): Likewise.
5509         * modules/c-strstr-tests (Files): Likewise.
5510         * modules/canonicalize-lgpl-tests (Files): Likewise.
5511         * modules/canonicalize-tests (Files): Likewise.
5512         * modules/carray-list-tests (Files): Likewise.
5513         * modules/ceilf-tests (Files): Likewise.
5514         * modules/ceill-tests (Files): Likewise.
5515         * modules/chown-tests (Files): Likewise.
5516         * modules/cloexec-tests (Files): Likewise.
5517         * modules/copy-file-tests (Files): Likewise.
5518         * modules/count-one-bits-tests (Files): Likewise.
5519         * modules/dprintf-posix-tests (Files): Likewise.
5520         * modules/dup2-tests (Files): Likewise.
5521         * modules/dup3-tests (Files): Likewise.
5522         * modules/duplocale-tests (Files): Likewise.
5523         * modules/fbufmode-tests (Files): Likewise.
5524         * modules/fchdir-tests (Files): Likewise.
5525         * modules/fcntl-safer-tests (Files): Likewise.
5526         * modules/fcntl-tests (Files): Likewise.
5527         * modules/fdopendir-tests (Files): Likewise.
5528         * modules/fdutimensat-tests (Files): Likewise.
5529         * modules/fflush-tests (Files): Likewise.
5530         * modules/filevercmp-tests (Files): Likewise.
5531         * modules/flock-tests (Files): Likewise.
5532         * modules/floorf-tests (Files): Likewise.
5533         * modules/floorl-tests (Files): Likewise.
5534         * modules/fnmatch-tests (Files): Likewise.
5535         * modules/fopen-safer-tests (Files): Likewise.
5536         * modules/fopen-tests (Files): Likewise.
5537         * modules/fpending-tests (Files): Likewise.
5538         * modules/fprintf-posix-tests (Files): Likewise.
5539         * modules/fpurge-tests (Files): Likewise.
5540         * modules/freadable-tests (Files): Likewise.
5541         * modules/freadahead-tests (Files): Likewise.
5542         * modules/freading-tests (Files): Likewise.
5543         * modules/freadptr-tests (Files): Likewise.
5544         * modules/freadseek-tests (Files): Likewise.
5545         * modules/freopen-tests (Files): Likewise.
5546         * modules/frexp-nolibm-tests (Files): Likewise.
5547         * modules/frexp-tests (Files): Likewise.
5548         * modules/frexpl-nolibm-tests (Files): Likewise.
5549         * modules/frexpl-tests (Files): Likewise.
5550         * modules/fseek-tests (Files): Likewise.
5551         * modules/fseeko-tests (Files): Likewise.
5552         * modules/fstrcmp-tests (Files): Likewise.
5553         * modules/fsync-tests (Files): Likewise.
5554         * modules/ftell-tests (Files): Likewise.
5555         * modules/ftello-tests (Files): Likewise.
5556         * modules/func-tests (Files): Likewise.
5557         * modules/futimens-tests (Files): Likewise.
5558         * modules/fwritable-tests (Files): Likewise.
5559         * modules/fwriting-tests (Files): Likewise.
5560         * modules/getcwd-tests (Files): Likewise.
5561         * modules/getdate-tests (Files): Likewise.
5562         * modules/getdelim-tests (Files): Likewise.
5563         * modules/getdtablesize-tests (Files): Likewise.
5564         * modules/getgroups-tests (Files): Likewise.
5565         * modules/getline-tests (Files): Likewise.
5566         * modules/getndelim2-tests (Files): Likewise.
5567         * modules/glob-tests (Files): Likewise.
5568         * modules/hash-tests (Files): Likewise.
5569         * modules/i-ring-tests (Files): Likewise.
5570         * modules/iconv-tests (Files): Likewise.
5571         * modules/iconv_open-utf-tests (Files): Likewise.
5572         * modules/idpriv-drop-tests (Files): Likewise.
5573         * modules/idpriv-droptemp-tests (Files): Likewise.
5574         * modules/inet_ntop-tests (Files): Likewise.
5575         * modules/inet_pton-tests (Files): Likewise.
5576         * modules/isblank-tests (Files): Likewise.
5577         * modules/isfinite-tests (Files): Likewise.
5578         * modules/isinf-tests (Files): Likewise.
5579         * modules/isnan-tests (Files): Likewise.
5580         * modules/isnand-nolibm-tests (Files): Likewise.
5581         * modules/isnand-tests (Files): Likewise.
5582         * modules/isnanf-nolibm-tests (Files): Likewise.
5583         * modules/isnanf-tests (Files): Likewise.
5584         * modules/isnanl-nolibm-tests (Files): Likewise.
5585         * modules/isnanl-tests (Files): Likewise.
5586         * modules/lchown-tests (Files): Likewise.
5587         * modules/ldexpl-tests (Files): Likewise.
5588         * modules/link-tests (Files): Likewise.
5589         * modules/linkat-tests (Files): Likewise.
5590         * modules/linked-list-tests (Files): Likewise.
5591         * modules/linkedhash-list-tests (Files): Likewise.
5592         * modules/localename-tests (Files): Likewise.
5593         * modules/lseek-tests (Files): Likewise.
5594         * modules/lstat-tests (Files): Likewise.
5595         * modules/mbmemcasecmp-tests (Files): Likewise.
5596         * modules/mbmemcasecoll-tests (Files): Likewise.
5597         * modules/mbrtowc-tests (Files): Likewise.
5598         * modules/mbscasecmp-tests (Files): Likewise.
5599         * modules/mbscasestr-tests (Files): Likewise.
5600         * modules/mbschr-tests (Files): Likewise.
5601         * modules/mbscspn-tests (Files): Likewise.
5602         * modules/mbsinit-tests (Files): Likewise.
5603         * modules/mbsncasecmp-tests (Files): Likewise.
5604         * modules/mbsnrtowcs-tests (Files): Likewise.
5605         * modules/mbspbrk-tests (Files): Likewise.
5606         * modules/mbspcasecmp-tests (Files): Likewise.
5607         * modules/mbsrchr-tests (Files): Likewise.
5608         * modules/mbsrtowcs-tests (Files): Likewise.
5609         * modules/mbsspn-tests (Files): Likewise.
5610         * modules/mbsstr-tests (Files): Likewise.
5611         * modules/memchr-tests (Files): Likewise.
5612         * modules/memchr2-tests (Files): Likewise.
5613         * modules/memcmp-tests (Files): Likewise.
5614         * modules/memmem-tests (Files): Likewise.
5615         * modules/memrchr-tests (Files): Likewise.
5616         * modules/mkdir-tests (Files): Likewise.
5617         * modules/mkfifo-tests (Files): Likewise.
5618         * modules/mkfifoat-tests (Files): Likewise.
5619         * modules/mknod-tests (Files): Likewise.
5620         * modules/nanosleep-tests (Files): Likewise.
5621         * modules/nl_langinfo-tests (Files): Likewise.
5622         * modules/obstack-printf-tests (Files): Likewise.
5623         * modules/open-tests (Files): Likewise.
5624         * modules/openat-tests (Files): Likewise.
5625         * modules/pipe-filter-gi-tests (Files): Likewise.
5626         * modules/pipe-filter-ii-tests (Files): Likewise.
5627         * modules/pipe2-tests (Files): Likewise.
5628         * modules/popen-safer-tests (Files): Likewise.
5629         * modules/popen-tests (Files): Likewise.
5630         * modules/posixtm-tests (Files): Likewise.
5631         * modules/pread-tests (Files): Likewise.
5632         * modules/printf-frexp-tests (Files): Likewise.
5633         * modules/printf-frexpl-tests (Files): Likewise.
5634         * modules/printf-posix-tests (Files): Likewise.
5635         * modules/priv-set-tests (Files): Likewise.
5636         * modules/quotearg-tests (Files): Likewise.
5637         * modules/random_r-tests (Files): Likewise.
5638         * modules/rawmemchr-tests (Files): Likewise.
5639         * modules/rbtree-list-tests (Files): Likewise.
5640         * modules/rbtree-oset-tests (Files): Likewise.
5641         * modules/rbtreehash-list-tests (Files): Likewise.
5642         * modules/readlink-tests (Files): Likewise.
5643         * modules/remove-tests (Files): Likewise.
5644         * modules/rename-tests (Files): Likewise.
5645         * modules/renameat-tests (Files): Likewise.
5646         * modules/rmdir-tests (Files): Likewise.
5647         * modules/round-tests (Files): Likewise.
5648         * modules/roundf-tests (Files): Likewise.
5649         * modules/roundl-tests (Files): Likewise.
5650         * modules/safe-alloc-tests (Files): Likewise.
5651         * modules/setenv-tests (Files): Likewise.
5652         * modules/sigaction-tests (Files): Likewise.
5653         * modules/signbit-tests (Files): Likewise.
5654         * modules/sleep-tests (Files): Likewise.
5655         * modules/snprintf-posix-tests (Files): Likewise.
5656         * modules/snprintf-tests (Files): Likewise.
5657         * modules/sprintf-posix-tests (Files): Likewise.
5658         * modules/stat-tests (Files): Likewise.
5659         * modules/stat-time-tests (Files): Likewise.
5660         * modules/strcasestr-tests (Files): Likewise.
5661         * modules/strchrnul-tests (Files): Likewise.
5662         * modules/strerror-tests (Files): Likewise.
5663         * modules/striconv-tests (Files): Likewise.
5664         * modules/striconveh-tests (Files): Likewise.
5665         * modules/striconveha-tests (Files): Likewise.
5666         * modules/strsignal-tests (Files): Likewise.
5667         * modules/strstr-tests (Files): Likewise.
5668         * modules/strtod-tests (Files): Likewise.
5669         * modules/strverscmp-tests (Files): Likewise.
5670         * modules/symlink-tests (Files): Likewise.
5671         * modules/symlinkat-tests (Files): Likewise.
5672         * modules/trunc-tests (Files): Likewise.
5673         * modules/truncf-tests (Files): Likewise.
5674         * modules/truncl-tests (Files): Likewise.
5675         * modules/uname-tests (Files): Likewise.
5676         * modules/unicase/cased-tests (Files): Likewise.
5677         * modules/unicase/ignorable-tests (Files): Likewise.
5678         * modules/unicase/locale-language-tests (Files): Likewise.
5679         * modules/unicase/tolower-tests (Files): Likewise.
5680         * modules/unicase/totitle-tests (Files): Likewise.
5681         * modules/unicase/toupper-tests (Files): Likewise.
5682         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5683         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5684         * modules/unicase/u8-casefold-tests (Files): Likewise.
5685         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5686         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5687         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5688         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5689         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5690         * modules/unicase/u8-tolower-tests (Files): Likewise.
5691         * modules/unicase/u8-totitle-tests (Files): Likewise.
5692         * modules/unicase/u8-toupper-tests (Files): Likewise.
5693         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5694         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5695         * modules/unicase/u16-casefold-tests (Files): Likewise.
5696         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5697         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5698         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5699         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5700         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5701         * modules/unicase/u16-tolower-tests (Files): Likewise.
5702         * modules/unicase/u16-totitle-tests (Files): Likewise.
5703         * modules/unicase/u16-toupper-tests (Files): Likewise.
5704         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5705         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5706         * modules/unicase/u32-casefold-tests (Files): Likewise.
5707         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5708         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5709         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5710         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5711         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5712         * modules/unicase/u32-tolower-tests (Files): Likewise.
5713         * modules/unicase/u32-totitle-tests (Files): Likewise.
5714         * modules/unicase/u32-toupper-tests (Files): Likewise.
5715         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5716         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5717         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5718         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5719         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5720         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5721         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5722         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5723         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5724         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5725         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5726         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5727         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5728         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5729         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5730         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5731         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5732         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5733         * modules/unictype/block-list-tests (Files): Likewise.
5734         * modules/unictype/block-of-tests (Files): Likewise.
5735         * modules/unictype/block-test-tests (Files): Likewise.
5736         * modules/unictype/category-C-tests (Files): Likewise.
5737         * modules/unictype/category-Cc-tests (Files): Likewise.
5738         * modules/unictype/category-Cf-tests (Files): Likewise.
5739         * modules/unictype/category-Cn-tests (Files): Likewise.
5740         * modules/unictype/category-Co-tests (Files): Likewise.
5741         * modules/unictype/category-Cs-tests (Files): Likewise.
5742         * modules/unictype/category-L-tests (Files): Likewise.
5743         * modules/unictype/category-Ll-tests (Files): Likewise.
5744         * modules/unictype/category-Lm-tests (Files): Likewise.
5745         * modules/unictype/category-Lo-tests (Files): Likewise.
5746         * modules/unictype/category-Lt-tests (Files): Likewise.
5747         * modules/unictype/category-Lu-tests (Files): Likewise.
5748         * modules/unictype/category-M-tests (Files): Likewise.
5749         * modules/unictype/category-Mc-tests (Files): Likewise.
5750         * modules/unictype/category-Me-tests (Files): Likewise.
5751         * modules/unictype/category-Mn-tests (Files): Likewise.
5752         * modules/unictype/category-N-tests (Files): Likewise.
5753         * modules/unictype/category-Nd-tests (Files): Likewise.
5754         * modules/unictype/category-Nl-tests (Files): Likewise.
5755         * modules/unictype/category-No-tests (Files): Likewise.
5756         * modules/unictype/category-P-tests (Files): Likewise.
5757         * modules/unictype/category-Pc-tests (Files): Likewise.
5758         * modules/unictype/category-Pd-tests (Files): Likewise.
5759         * modules/unictype/category-Pe-tests (Files): Likewise.
5760         * modules/unictype/category-Pf-tests (Files): Likewise.
5761         * modules/unictype/category-Pi-tests (Files): Likewise.
5762         * modules/unictype/category-Po-tests (Files): Likewise.
5763         * modules/unictype/category-Ps-tests (Files): Likewise.
5764         * modules/unictype/category-S-tests (Files): Likewise.
5765         * modules/unictype/category-Sc-tests (Files): Likewise.
5766         * modules/unictype/category-Sk-tests (Files): Likewise.
5767         * modules/unictype/category-Sm-tests (Files): Likewise.
5768         * modules/unictype/category-So-tests (Files): Likewise.
5769         * modules/unictype/category-Z-tests (Files): Likewise.
5770         * modules/unictype/category-Zl-tests (Files): Likewise.
5771         * modules/unictype/category-Zp-tests (Files): Likewise.
5772         * modules/unictype/category-Zs-tests (Files): Likewise.
5773         * modules/unictype/category-and-not-tests (Files): Likewise.
5774         * modules/unictype/category-and-tests (Files): Likewise.
5775         * modules/unictype/category-byname-tests (Files): Likewise.
5776         * modules/unictype/category-name-tests (Files): Likewise.
5777         * modules/unictype/category-none-tests (Files): Likewise.
5778         * modules/unictype/category-of-tests (Files): Likewise.
5779         * modules/unictype/category-or-tests (Files): Likewise.
5780         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5781         * modules/unictype/combining-class-tests (Files): Likewise.
5782         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5783         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5784         * modules/unictype/ctype-blank-tests (Files): Likewise.
5785         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5786         * modules/unictype/ctype-digit-tests (Files): Likewise.
5787         * modules/unictype/ctype-graph-tests (Files): Likewise.
5788         * modules/unictype/ctype-lower-tests (Files): Likewise.
5789         * modules/unictype/ctype-print-tests (Files): Likewise.
5790         * modules/unictype/ctype-punct-tests (Files): Likewise.
5791         * modules/unictype/ctype-space-tests (Files): Likewise.
5792         * modules/unictype/ctype-upper-tests (Files): Likewise.
5793         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5794         * modules/unictype/decimal-digit-tests (Files): Likewise.
5795         * modules/unictype/digit-tests (Files): Likewise.
5796         * modules/unictype/mirror-tests (Files): Likewise.
5797         * modules/unictype/numeric-tests (Files): Likewise.
5798         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5799         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5800         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5801         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5802         Likewise.
5803         * modules/unictype/property-bidi-block-separator-tests (Files):
5804         Likewise.
5805         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5806         Likewise.
5807         * modules/unictype/property-bidi-common-separator-tests (Files):
5808         Likewise.
5809         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5810         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5811         Likewise.
5812         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5813         Likewise.
5814         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5815         Likewise.
5816         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5817         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5818         Likewise.
5819         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5820         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5821         Likewise.
5822         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5823         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5824         * modules/unictype/property-bidi-segment-separator-tests (Files):
5825         Likewise.
5826         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5827         * modules/unictype/property-byname-tests (Files): Likewise.
5828         * modules/unictype/property-combining-tests (Files): Likewise.
5829         * modules/unictype/property-composite-tests (Files): Likewise.
5830         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5831         * modules/unictype/property-dash-tests (Files): Likewise.
5832         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5833         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5834         Likewise.
5835         * modules/unictype/property-deprecated-tests (Files): Likewise.
5836         * modules/unictype/property-diacritic-tests (Files): Likewise.
5837         * modules/unictype/property-extender-tests (Files): Likewise.
5838         * modules/unictype/property-format-control-tests (Files): Likewise.
5839         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5840         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5841         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5842         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5843         * modules/unictype/property-hyphen-tests (Files): Likewise.
5844         * modules/unictype/property-id-continue-tests (Files): Likewise.
5845         * modules/unictype/property-id-start-tests (Files): Likewise.
5846         * modules/unictype/property-ideographic-tests (Files): Likewise.
5847         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5848         * modules/unictype/property-ids-trinary-operator-tests (Files):
5849         Likewise.
5850         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5851         * modules/unictype/property-iso-control-tests (Files): Likewise.
5852         * modules/unictype/property-join-control-tests (Files): Likewise.
5853         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5854         * modules/unictype/property-line-separator-tests (Files): Likewise.
5855         * modules/unictype/property-logical-order-exception-tests (Files):
5856         Likewise.
5857         * modules/unictype/property-lowercase-tests (Files): Likewise.
5858         * modules/unictype/property-math-tests (Files): Likewise.
5859         * modules/unictype/property-non-break-tests (Files): Likewise.
5860         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5861         * modules/unictype/property-numeric-tests (Files): Likewise.
5862         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5863         * modules/unictype/property-other-default-ignorable-code-point-tests
5864         (Files): Likewise.
5865         * modules/unictype/property-other-grapheme-extend-tests (Files):
5866         Likewise.
5867         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5868         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5869         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5870         * modules/unictype/property-other-math-tests (Files): Likewise.
5871         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5872         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5873         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5874         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5875         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5876         * modules/unictype/property-private-use-tests (Files): Likewise.
5877         * modules/unictype/property-punctuation-tests (Files): Likewise.
5878         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5879         * modules/unictype/property-radical-tests (Files): Likewise.
5880         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5881         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5882         * modules/unictype/property-space-tests (Files): Likewise.
5883         * modules/unictype/property-terminal-punctuation-tests (Files):
5884         Likewise.
5885         * modules/unictype/property-test-tests (Files): Likewise.
5886         * modules/unictype/property-titlecase-tests (Files): Likewise.
5887         * modules/unictype/property-unassigned-code-value-tests (Files):
5888         Likewise.
5889         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5890         * modules/unictype/property-uppercase-tests (Files): Likewise.
5891         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5892         * modules/unictype/property-white-space-tests (Files): Likewise.
5893         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5894         * modules/unictype/property-xid-start-tests (Files): Likewise.
5895         * modules/unictype/property-zero-width-tests (Files): Likewise.
5896         * modules/unictype/scripts-tests (Files): Likewise.
5897         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5898         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5899         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5900         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5901         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5902         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5903         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5904         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5905         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5906         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5907         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5908         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5909         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5910         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5911         * modules/uninorm/composition-tests (Files): Likewise.
5912         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5913         * modules/uninorm/decomposition-tests (Files): Likewise.
5914         * modules/uninorm/filter-tests (Files): Likewise.
5915         * modules/uninorm/nfc-tests (Files): Likewise.
5916         * modules/uninorm/nfd-tests (Files): Likewise.
5917         * modules/uninorm/nfkc-tests (Files): Likewise.
5918         * modules/uninorm/nfkd-tests (Files): Likewise.
5919         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5920         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5921         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5922         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5923         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5924         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5925         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5926         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5927         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5928         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5929         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5930         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5931         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5932         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5933         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5934         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5935         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5936         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5937         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5938         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5939         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5940         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5941         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5942         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5943         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5944         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5945         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5946         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5947         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5948         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5949         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5950         * modules/uniwidth/u8-width-tests (Files): Likewise.
5951         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5952         * modules/uniwidth/u16-width-tests (Files): Likewise.
5953         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5954         * modules/uniwidth/u32-width-tests (Files): Likewise.
5955         * modules/uniwidth/width-tests (Files): Likewise.
5956         * modules/unlink-tests (Files): Likewise.
5957         * modules/unsetenv-tests (Files): Likewise.
5958         * modules/usleep-tests (Files): Likewise.
5959         * modules/utimens-tests (Files): Likewise.
5960         * modules/utimensat-tests (Files): Likewise.
5961         * modules/vasnprintf-posix-tests (Files): Likewise.
5962         * modules/vasnprintf-tests (Files): Likewise.
5963         * modules/vasprintf-posix-tests (Files): Likewise.
5964         * modules/vasprintf-tests (Files): Likewise.
5965         * modules/vdprintf-posix-tests (Files): Likewise.
5966         * modules/vfprintf-posix-tests (Files): Likewise.
5967         * modules/vprintf-posix-tests (Files): Likewise.
5968         * modules/vsnprintf-posix-tests (Files): Likewise.
5969         * modules/vsnprintf-tests (Files): Likewise.
5970         * modules/vsprintf-posix-tests (Files): Likewise.
5971         * modules/wcrtomb-tests (Files): Likewise.
5972         * modules/wcsnrtombs-tests (Files): Likewise.
5973         * modules/wcsrtombs-tests (Files): Likewise.
5974         * modules/wctype-tests (Files): Likewise.
5975         * modules/wcwidth-tests (Files): Likewise.
5976         * modules/xmemdup0-tests (Files): Likewise.
5977         * modules/xprintf-posix-tests (Files): Likewise.
5978         * modules/xvasprintf-tests (Files): Likewise.
5979
5980 2009-12-24  Eric Blake  <ebb9@byu.net>
5981
5982         test-nanosleep: fix typo
5983         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5984         patch.
5985         Reported by Bruno Haible.
5986
5987 2009-12-24  Bruno Haible  <bruno@clisp.org>
5988
5989         Reduce namespace pollution on glibc systems.
5990         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5991         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5992         systems.
5993         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5994         <getopt.h> on glibc systems.
5995         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5996         systems.
5997         * lib/fcntl.c: Include <unistd.h> here instead.
5998
5999 2009-12-24  Bruno Haible  <bruno@clisp.org>
6000
6001         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6002
6003 2009-12-24  Eric Blake  <ebb9@byu.net>
6004
6005         tests: add signature checks
6006         * tests/signature.h (SIGNATURE_CHECK): New file.
6007         * modules/atexit-tests (Files): Use it.
6008         * modules/btowc-tests (Files): Likewise.
6009         * modules/canonicalize-lgpl-tests (Files): Likewise.
6010         * modules/ceilf-tests (Files): Likewise.
6011         * modules/ceill-tests (Files): Likewise.
6012         * modules/chown-tests (Files): Likewise.
6013         * modules/dprintf-posix-tests (Files): Likewise.
6014         * modules/dup2-tests (Files): Likewise.
6015         * modules/dup3-tests (Files): Likewise.
6016         * modules/duplocale-tests (Files): Likewise.
6017         * modules/fchdir-tests (Files): Likewise.
6018         * modules/fcntl-tests (Files): Likewise.
6019         * modules/fdopendir-tests (Files): Likewise.
6020         * modules/fflush-tests (Files): Likewise.
6021         * modules/flock-tests (Files): Likewise.
6022         * modules/floorf-tests (Files): Likewise.
6023         * modules/floorl-tests (Files): Likewise.
6024         * modules/fnmatch-tests (Files): Likewise.
6025         * modules/fopen-tests (Files): Likewise.
6026         * modules/fprintf-posix-tests (Files): Likewise.
6027         * modules/freopen-tests (Files): Likewise.
6028         * modules/frexp-nolibm-tests (Files): Likewise.
6029         * modules/frexp-tests (Files): Likewise.
6030         * modules/frexpl-nolibm-tests (Files): Likewise.
6031         * modules/frexpl-tests (Files): Likewise.
6032         * modules/fseek-tests (Files): Likewise.
6033         * modules/fseeko-tests (Files): Likewise.
6034         * modules/fsync-tests (Files): Likewise.
6035         * modules/ftell-tests (Files): Likewise.
6036         * modules/ftello-tests (Files): Likewise.
6037         * modules/futimens-tests (Files): Likewise.
6038         * modules/getaddrinfo-tests (Files): Likewise.
6039         * modules/getcwd-tests (Files): Likewise.
6040         * modules/getdelim-tests (Files): Likewise.
6041         * modules/getdtablesize-tests (Files): Likewise.
6042         * modules/getgroups-tests (Files): Likewise.
6043         * modules/gethostname-tests (Files): Likewise.
6044         * modules/getline-tests (Files): Likewise.
6045         * modules/getopt-posix-tests (Files): Likewise.
6046         * modules/gettimeofday-tests (Files): Likewise.
6047         * modules/glob-tests (Files): Likewise.
6048         * modules/iconv-tests (Files): Likewise.
6049         * modules/inet_ntop-tests (Files): Likewise.
6050         * modules/inet_pton-tests (Files): Likewise.
6051         * modules/isblank-tests (Files): Likewise.
6052         * modules/lchown-tests (Files): Likewise.
6053         * modules/ldexpl-tests (Files): Likewise.
6054         * modules/link-tests (Files): Likewise.
6055         * modules/linkat-tests (Files): Likewise.
6056         * modules/lseek-tests (Files): Likewise.
6057         * modules/lstat-tests (Files): Likewise.
6058         * modules/mbrtowc-tests (Files): Likewise.
6059         * modules/mbsinit-tests (Files): Likewise.
6060         * modules/mbsnrtowcs-tests (Files): Likewise.
6061         * modules/mbsrtowcs-tests (Files): Likewise.
6062         * modules/memchr-tests (Files): Likewise.
6063         * modules/memcmp-tests (Files): Likewise.
6064         * modules/memmem-tests (Files): Likewise.
6065         * modules/memrchr-tests (Files): Likewise.
6066         * modules/mkdir-tests (Files): Likewise.
6067         * modules/mkfifo-tests (Files): Likewise.
6068         * modules/mkfifoat-tests (Files): Likewise.
6069         * modules/mknod-tests (Files): Likewise.
6070         * modules/nanosleep-tests (Files): Likewise.
6071         * modules/nl_langinfo-tests (Files): Likewise.
6072         * modules/obstack-printf-tests (Files): Likewise.
6073         * modules/open-tests (Files): Likewise.
6074         * modules/openat-tests (Files): Likewise.
6075         * modules/perror-tests (Files): Likewise.
6076         * modules/pipe2-tests (Files): Likewise.
6077         * modules/poll-tests (Files): Likewise.
6078         * modules/popen-tests (Files): Likewise.
6079         * modules/posix_spawn-tests (Files): Likewise.
6080         * modules/posix_spawnp-tests (Files): Likewise.
6081         * modules/pread-tests (Files): Likewise.
6082         * modules/printf-posix-tests (Files): Likewise.
6083         * modules/pty-tests (Files): Likewise.
6084         * modules/random_r-tests (Files): Likewise.
6085         * modules/rawmemchr-tests (Files): Likewise.
6086         * modules/readlink-tests (Files): Likewise.
6087         * modules/remove-tests (Files): Likewise.
6088         * modules/rename-tests (Files): Likewise.
6089         * modules/renameat-tests (Files): Likewise.
6090         * modules/rmdir-tests (Files): Likewise.
6091         * modules/round-tests (Files): Likewise.
6092         * modules/roundf-tests (Files): Likewise.
6093         * modules/roundl-tests (Files): Likewise.
6094         * modules/select-tests (Files): Likewise.
6095         * modules/setenv-tests (Files): Likewise.
6096         * modules/sigaction-tests (Files): Likewise.
6097         * modules/sleep-tests (Files): Likewise.
6098         * modules/snprintf-posix-tests (Files): Likewise.
6099         * modules/snprintf-tests (Files): Likewise.
6100         * modules/sprintf-posix-tests (Files): Likewise.
6101         * modules/stat-tests (Files): Likewise.
6102         * modules/strcasestr-tests (Files): Likewise.
6103         * modules/strchrnul-tests (Files): Likewise.
6104         * modules/strerror-tests (Files): Likewise.
6105         * modules/strsignal-tests (Files): Likewise.
6106         * modules/strstr-tests (Files): Likewise.
6107         * modules/strtod-tests (Files): Likewise.
6108         * modules/strverscmp-tests (Files): Likewise.
6109         * modules/symlink-tests (Files): Likewise.
6110         * modules/symlinkat-tests (Files): Likewise.
6111         * modules/times-tests (Files): Likewise.
6112         * modules/trunc-tests (Files): Likewise.
6113         * modules/truncf-tests (Files): Likewise.
6114         * modules/truncl-tests (Files): Likewise.
6115         * modules/tsearch-tests (Files): Likewise.
6116         * modules/uname-tests (Files): Likewise.
6117         * modules/unlink-tests (Files): Likewise.
6118         * modules/unsetenv-tests (Files): Likewise.
6119         * modules/usleep-tests (Files): Likewise.
6120         * modules/utimensat-tests (Files): Likewise.
6121         * modules/vasprintf-tests (Files): Likewise.
6122         * modules/vdprintf-posix-tests (Files): Likewise.
6123         * modules/vfprintf-posix-tests (Files): Likewise.
6124         * modules/vprintf-posix-tests (Files): Likewise.
6125         * modules/vsnprintf-posix-tests (Files): Likewise.
6126         * modules/vsnprintf-tests (Files): Likewise.
6127         * modules/vsprintf-posix-tests (Files): Likewise.
6128         * modules/wcrtomb-tests (Files): Likewise.
6129         * modules/wcsnrtombs-tests (Files): Likewise.
6130         * modules/wcsrtombs-tests (Files): Likewise.
6131         * modules/wcwidth-tests (Files): Likewise.
6132         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6133         * tests/test-isinf.c (isinf): Likewise.
6134         * tests/test-isnan.c (isnan): Likewise.
6135         * tests/test-signbit.c (signbit): Likewise.
6136         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6137         declaration, either as macro or with correct signature.
6138         (select): Ensure function under test is declared with correct
6139         signature in correct header.
6140         * tests/test-atexit.c (atexit): Likewise.
6141         * tests/test-btowc.c (btowc): Likewise.
6142         * tests/test-canonicalize-lgpl.c (realpath)
6143         (canonicalize_file_name): Likewise.
6144         * tests/test-ceilf1.c (ceilf): Likewise.
6145         * tests/test-ceill.c (ceill): Likewise.
6146         * tests/test-chown.c (chown): Likewise.
6147         * tests/test-dprintf-posix.c (dprintf): Likewise.
6148         * tests/test-dup2.c (dup2): Likewise.
6149         * tests/test-dup3.c (dup3): Likewise.
6150         * tests/test-duplocale.c (duplocale): Likewise.
6151         * tests/test-fchdir.c (fchdir): Likewise.
6152         * tests/test-fchownat.c (fchownat): Likewise.
6153         * tests/test-fcntl.c (fcntl): Likewise.
6154         * tests/test-fdopendir.c (fdopendir): Likewise.
6155         * tests/test-fflush.c (fflush): Likewise.
6156         * tests/test-flock.c (flock): Likewise.
6157         * tests/test-floorf1.c (floorf): Likewise.
6158         * tests/test-floorl.c (floorl): Likewise.
6159         * tests/test-fnmatch.c (fnmatch): Likewise.
6160         * tests/test-fopen.c (fopen): Likewise.
6161         * tests/test-fprintf-posix.c (fprintf): Likewise.
6162         * tests/test-freopen.c (freopen): Likewise.
6163         * tests/test-frexp.c (frexp): Likewise.
6164         * tests/test-frexpl.c (frexpl): Likewise.
6165         * tests/test-fseek.c (fseek): Likewise.
6166         * tests/test-fseeko.c (fseeko): Likewise.
6167         * tests/test-fstatat.c (fstatat): Likewise.
6168         * tests/test-fsync.c (fsync): Likewise.
6169         * tests/test-ftell.c (ftell): Likewise.
6170         * tests/test-ftello.c (ftello): Likewise.
6171         * tests/test-futimens.c (futimens): Likewise.
6172         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6173         (gai_strerror): Likewise.
6174         * tests/test-getcwd.c (getcwd): Likewise.
6175         * tests/test-getdelim.c (getdelim): Likewise.
6176         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6177         * tests/test-getgroups.c (getgroups): Likewise.
6178         * tests/test-gethostname.c (gethostname): Likewise.
6179         * tests/test-getline.c (getline): Likewise.
6180         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6181         Likewise.
6182         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6183         * tests/test-glob.c (glob, globfree): Likewise.
6184         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6185         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6186         * tests/test-inet_pton.c (inet_pton): Likewise.
6187         * tests/test-isblank.c (isblank): Likewise.
6188         * tests/test-lchown.c (lchown): Likewise.
6189         * tests/test-ldexpl.c (ldexpl): Likewise.
6190         * tests/test-link.c (link): Likewise.
6191         * tests/test-linkat.c (linkat): Likewise.
6192         * tests/test-lseek.c (lseek): Likewise.
6193         * tests/test-lstat.c (lstat): Likewise.
6194         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6195         * tests/test-mbsinit.c (mbsinit): Likewise.
6196         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6197         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6198         * tests/test-memchr.c (memchr): Likewise.
6199         * tests/test-memcmp.c (memcmp): Likewise.
6200         * tests/test-memmem.c (memmem): Likewise.
6201         * tests/test-memrchr.c (memrchr): Likewise.
6202         * tests/test-mkdir.c (mkdir): Likewise.
6203         * tests/test-mkdirat.c (mkdirat): Likewise.
6204         * tests/test-mkfifo.c (mkfifo): Likewise.
6205         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6206         * tests/test-mknod.c (mknod): Likewise.
6207         * tests/test-nanosleep.c (nanosleep): Likewise.
6208         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6209         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6210         Likewise.
6211         * tests/test-open.c (open): Likewise.
6212         * tests/test-openat.c (openat): Likewise.
6213         * tests/test-perror.c (perror): Likewise.
6214         * tests/test-pipe2.c (pipe2): Likewise.
6215         * tests/test-poll.c (poll): Likewise.
6216         * tests/test-popen.c (popen, pclose): Likewise.
6217         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6218         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6219         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6220         (posix_spawn_file_actions_destroy)
6221         (posix_spawn_file_actions_addclose)
6222         (posix_spawn_file_actions_addopen)
6223         (posix_spawn_file_actions_adddup2): Likewise.
6224         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6225         * tests/test-pread.c (pread): Likewise.
6226         * tests/test-printf-posix.c (printf): Likewise.
6227         * tests/test-pty.c (openpty, forkpty): Likewise.
6228         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6229         (random_r): Likewise.
6230         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6231         * tests/test-readlink.c (readlink): Likewise.
6232         * tests/test-remove.c (remove): Likewise.
6233         * tests/test-rename.c (rename): Likewise.
6234         * tests/test-renameat.c (renameat): Likewise.
6235         * tests/test-rmdir.c (rmdir): Likewise.
6236         * tests/test-round1.c (round): Likewise.
6237         * tests/test-roundf1.c (roundf): Likewise.
6238         * tests/test-roundl.c (roundl): Likewise.
6239         * tests/test-setenv.c (setenv): Likewise.
6240         * tests/test-sigaction.c (sigaction): Likewise.
6241         * tests/test-sleep.c (sleep): Likewise.
6242         * tests/test-snprintf.c (snprintf): Likewise.
6243         * tests/test-sprintf-posix.c (sprintf): Likewise.
6244         * tests/test-stat.c (stat): Likewise.
6245         * tests/test-stpncpy.c (stpncpy): Likewise.
6246         * tests/test-strcasestr.c (strcasestr): Likewise.
6247         * tests/test-strchrnul.c (strchrnul): Likewise.
6248         * tests/test-strerror.c (strerror): Likewise.
6249         * tests/test-strsignal.c (strsignal): Likewise.
6250         * tests/test-strstr.c (strstr): Likewise.
6251         * tests/test-strtod.c (strtod): Likewise.
6252         * tests/test-strverscmp.c (strverscmp): Likewise.
6253         * tests/test-symlink.c (symlink): Likewise.
6254         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6255         * tests/test-times.c (times): Likewise.
6256         * tests/test-trunc1.c (trunc): Likewise.
6257         * tests/test-truncf1.c (truncf): Likewise.
6258         * tests/test-truncl.c (truncl): Likewise.
6259         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6260         Likewise.
6261         * tests/test-uname.c (uname): Likewise.
6262         * tests/test-unlink.c (unlink): Likewise.
6263         * tests/test-unlinkat.c (unlinkat): Likewise.
6264         * tests/test-unsetenv.c (unsetenv): Likewise.
6265         * tests/test-usleep.c (usleep): Likewise.
6266         * tests/test-utimensat.c (utimensat): Likewise.
6267         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6268         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6269         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6270         * tests/test-vprintf-posix.c (vprintf): Likewise.
6271         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6272         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6273         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6274         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6275         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6276         * tests/test-wcwidth.c (wcwidth): Likewise.
6277
6278         build: pull in conditional headers during GNULIB_POSIXCHECK
6279         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6280         definitions from any conditionally-included headers.
6281         * lib/stdlib.in.h (includes): Likewise.
6282         * lib/unistd.in.h (includes): Likewise.
6283
6284 2009-12-24  Bruno Haible  <bruno@clisp.org>
6285
6286         * tests/test-argv-iter.c: Include header file being tested immediately
6287         after config.h.
6288         * tests/test-base64.c: Likewise.
6289         * tests/test-flock.c: Likewise.
6290         * tests/test-fsync.c: Likewise.
6291         * tests/test-getdate.c: Likewise.
6292         * tests/test-getndelim2.c: Likewise.
6293         * tests/test-isfinite.c: Likewise.
6294         * tests/test-isinf.c: Likewise.
6295         * tests/test-strerror.c: Likewise.
6296         * tests/test-strsignal.c: Likewise.
6297
6298 2009-12-23  Eric Blake  <ebb9@byu.net>
6299
6300         unistd: work around cygwin bug
6301         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6302         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6303         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6304
6305 2009-12-23  Bruno Haible  <bruno@clisp.org>
6306
6307         localename: More tests.
6308         * tests/test-localename.c (SIZEOF): New macro.
6309         (categories): New variable.
6310         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6311         test_locale_name_default): Add test w.r.t. thread locale.
6312         (test_locale_name_thread): New function.
6313         (main): Invoke it.
6314
6315         localename: Make aware of thread locale.
6316         * lib/localename.h (gl_locale_name_thread): New declaration.
6317         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6318         behaviour with respect to thread locale.
6319         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6320         <langinfo.h>, glthread/lock.h.
6321         (SIZE_BITS): New macro.
6322         (string_hash): New function.
6323         (struct hash_node): New type.
6324         (HASH_TABLE_SIZE): New macro.
6325         (struniq_hash_table, struniq_lock): New variables.
6326         (struniq): New function.
6327         (gl_locale_name_thread): New function.
6328         (gl_locale_name): Invoke it.
6329         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6330         * modules/localename (Depends-on): Add lock.
6331         Reported by Mike Gran <spk121@yahoo.com>.
6332
6333 2009-12-23  Eric Blake  <ebb9@byu.net>
6334
6335         va-args: new module
6336         * modules/va-args: New file.
6337         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6338         * MODULES.html.sh (Core language properties): Mention it.
6339
6340         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6341         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6342         named alias for __attribute__((__unused__)).
6343         * lib/chown.c: Update client.
6344         * lib/fchmodat.c: Likewise.
6345         * lib/fts.c: Likewise.
6346         * lib/getdate.y: Likewise.
6347         * lib/getgroups.c: Likewise.
6348         * lib/getopt.c: Likewise.
6349         * lib/getugroups.c: Likewise.
6350         * lib/mkdir.c: Likewise.
6351         * lib/mkfifo.c: Likewise.
6352         * lib/mkfifoat.c: Likewise.
6353         * lib/mknod.c: Likewise.
6354         * lib/mknodat.c: Likewise.
6355         * lib/readlink.c: Likewise.
6356         * lib/se-context.in.h: Likewise.
6357         * lib/se-selinux.in.h: Likewise.
6358         * lib/sockets.c: Likewise.
6359         * lib/symlink.c: Likewise.
6360         * lib/symlinkat.c: Likewise.
6361         * lib/unicodeio.c: Likewise.
6362         * lib/unistr.h: Likewise.
6363         * tests/test-areadlink.c: Likewise.
6364         * tests/test-areadlinkat.c: Likewise.
6365         * tests/test-filenamecat.c: Likewise.
6366         * tests/test-fseeko.c: Likewise.
6367         * tests/test-ftello.c: Likewise.
6368         * tests/test-getdate.c: Likewise.
6369         * tests/test-getgroups.c: Likewise.
6370         * tests/test-gethostname.c: Likewise.
6371         * tests/test-quotearg.c: Likewise.
6372         * tests/test-version-etc.c: Likewise.
6373         * tests/test-xalloc-die.c: Likewise.
6374         * tests/test-xfprintf-posix.c: Likewise.
6375         * tests/test-xprintf-posix.c: Likewise.
6376         * tests/test-xvasprintf.c: Likewise.
6377
6378         tests: avoid compiler warnings
6379         * tests/test-fcntl.c (main): Delete unused parameters.
6380         * tests/test-freopen-safer.c (main): Likewise.
6381         * tests/test-xalloc-die.c (main): Mark unused parameters.
6382         * tests/test-fseeko.c (main): Likewise.
6383         * tests/test-ftello.c (main): Likewise.
6384         * tests/test-nanosleep.c (main): Avoid declaration warning.
6385         * tests/test-sleep.c (main): Likewise.
6386         * tests/test-unsetenv.c (main): Silence warning about string
6387         literal.
6388         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6389
6390 2009-12-23  Bruno Haible  <bruno@clisp.org>
6391
6392         * tests/test-localename.c (test_locale_name): New function, extracted
6393         from main. Also test mixed situations.
6394         (test_locale_name_posix, test_locale_name_environ,
6395         test_locale_name_default): New functions.
6396         (main): Invoke them all.
6397         * modules/localename-tests (configure.ac): Test for newlocale.
6398
6399 2009-12-23  Bruno Haible  <bruno@clisp.org>
6400
6401         unistd: Ensure getcwd gets declared before being overridden.
6402         * lib/unistd.in.h: Conditionally include <io.h>.
6403
6404 2009-12-22  Bruno Haible  <bruno@clisp.org>
6405
6406         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6407         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6408         (gl_WCHAR_H): Invoke it.
6409         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6410         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6411         Reported by Karl Berry <karl@freefriends.org>.
6412
6413 2009-12-22  Eric Blake  <ebb9@byu.net>
6414
6415         math, unistd: avoid redundant includes
6416         * lib/math.in.h (isnan): No need to re-include <math.h>.
6417         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6418
6419         getsubopt: work around cygwin bug
6420         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6421         avoid conflicting with system getsubopt.
6422         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6423         bug.
6424
6425         getopt: synchronize from glibc
6426         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6427         parameter order.  Adjust all callers.
6428         (_getopt_internal_r, main): Adjust quoting in error messages.
6429         Drop considerations for outdated POSIX 1003.2 error message.
6430         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6431         callers.
6432         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6433
6434         test-getopt: test stderr behavior
6435         * modules/getopt-posix-tests (Depends-on): Add dup2.
6436         * tests/test-getopt.c (ASSERT): Avoid stderr.
6437         (main): Move stderr to a temporary file.
6438         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6439         Instead, add parameter to inform caller if output occurred.
6440         (test_getopt): Adjust all existing tests to expect silence, and
6441         add new tests of leading ":".
6442         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6443         glibc shortcomings with leading "-:" or "+:" in optstring.
6444         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6445         Likewise.
6446         * doc/posix-functions/getopt.texi (getopt): Likewise.
6447
6448         test-getopt: enhance test
6449         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6450         supports optind=0.
6451         * tests/test-getopt.c (OPTIND_MIN): Move...
6452         * tests/test-getopt.h (OPTIND_MIN): ...here.
6453         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6454         Require that optind=0 works, since modern BSD supports it in
6455         addition to optreset, and since coreutils expects it.
6456         (test_getopt_long_only): New test.
6457         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6458         glibc shortcomings with 'W;', and enforcement of optind=0.
6459         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6460         Likewise.
6461
6462 2009-12-21  Bruno Haible  <bruno@clisp.org>
6463
6464         localename: Improvements for MacOS X and Cygwin.
6465         * lib/localename.h (gl_locale_name_environ): New declaration.
6466         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6467         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6468         (gl_locale_name_posix): Invoke it.
6469         (gl_locale_name_default): Add comments. Use Windows native API also on
6470         Cygwin.
6471
6472 2009-12-21  Bruno Haible  <bruno@clisp.org>
6473
6474         Update list of Win32 locale ids.
6475         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6476         (LANG_SAMI): Renamed from LANG_SAAMI.
6477         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6478         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6479         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6480         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6481         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6482         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6483         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6484         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6485         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6486         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6487         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6488         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6489         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6490         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6491         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6492         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6493         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6494         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6495         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6496         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6497         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6498         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6499         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6500         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6501         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6502         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6503         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6504         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6505         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6506         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6507         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6508         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6509         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6510         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6511         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6512         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6513         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6514         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6515         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6516         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6517         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6518         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6519         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6520         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6521         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6522         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6523         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6524         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6525         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6526         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6527         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6528         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6529         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6530         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6531         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6532         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6533         Add more languages and countries for Sami, Sorbian. Add more countries
6534         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6535         for Pashto. Change country for Syriac, Tswana.
6536
6537 2009-12-21  Eric Blake  <ebb9@byu.net>
6538
6539         test-utimens: avoid spurious failure
6540         * tests/test-chown.h (nap): Factor...
6541         * tests/nap.h: ...into new file.
6542         * tests/test-lchown.h (nap): Avoid duplication.
6543         * tests/test-utimens-common.h (nap): Use shared implementation,
6544         necessary on file systems with 1-second resolution.
6545         * modules/chown-tests (Files): Include new file.
6546         * modules/fdutimensat-tests (Files): Likewise.
6547         * modules/futimens-tests (Files): Likewise.
6548         * modules/lchown-tests (Files): Likewise.
6549         * modules/openat-tests (Files): Likewise.
6550         * modules/utimens-tests (Files): Likewise.
6551         * modules/utimensat-tests (Files): Likewise.
6552
6553 2009-12-19  Eric Blake  <ebb9@byu.net>
6554
6555         futimens, utimensat: work around Linux bug
6556         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6557         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6558         * lib/utimensat.c (rpl_utimensat): Work around it.
6559         * lib/futimens.c (rpl_futimens): Adjust comment.
6560
6561         utimens: work around Linux ctime bug
6562         * lib/utimens.c (detect_ctime_bug): New helper function.
6563         (update_timespec): Differentiate between workaround needed for
6564         this bug vs. what is needed for systems that lack utimensat.
6565         (fdutimens, lutimens): Work around bug.
6566
6567         utimens: check for ctime update
6568         * tests/test-utimens-common.h (check_ctime): Define.
6569         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6570         * tests/test-futimens.h (test_futimens): Likewise.
6571         * tests/test-lutimens.h (test_lutimens): Likewise.
6572         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6573         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6574
6575 2009-12-19  Bruno Haible  <bruno@clisp.org>
6576
6577         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6578         * tests/test-dprintf-posix2.sh: New file.
6579         * tests/test-dprintf-posix2.c: New file.
6580         * modules/dprintf-posix-tests (Files): Add them.
6581         (configure.ac): Check for getrlimit and setrlimit.
6582         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6583
6584 2009-12-19  Bruno Haible  <bruno@clisp.org>
6585
6586         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6587         * tests/test-fprintf-posix3.sh: New file.
6588         * tests/test-fprintf-posix3.c: New file.
6589         * modules/fprintf-posix-tests (Files): Add them.
6590         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6591
6592 2009-12-19  Eric Blake  <ebb9@byu.net>
6593
6594         dirfd: fix prototype
6595         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6596         * lib/dirfd.c (dirfd): Likewise.
6597
6598         canonicalize: reduce memory usage
6599         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6600         allocation to size.
6601         Reported by Solar Designer <solar@openwall.com>.
6602
6603 2009-12-19  Bruno Haible  <bruno@clisp.org>
6604
6605         New module attribute 'Applicability'.
6606         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6607         * gnulib-tool: New option --extract-applicability.
6608         (func_usage): Document it.
6609         (sed_extract_prog): Recognize it.
6610         (func_get_applicability): New function.
6611         (func_import): Generalize handling of 'link-warning' module.
6612         * modules/link-warning (Applicability): New section.
6613         * modules/arg-nonnull (Applicability): New section.
6614         Repoted by Simon Josefsson <simon@josefsson.org>.
6615
6616 2009-12-19  Bruno Haible  <bruno@clisp.org>
6617
6618         fflush: tweak
6619         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6620         * lib/fseeko.c (rpl_fseeko): Likewise.
6621
6622 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6623
6624         * lib/gl_list.h: Fix typo in comment.
6625
6626 2009-12-16  Eric Blake  <ebb9@byu.net>
6627
6628         fcntl: use to simplify other modules
6629         * modules/cloexec (Depends-on): Add fcntl.
6630         * modules/fchdir (Depends-on): Likewise.
6631         * modules/fd-safer-flag (Depends-on): Likewise.
6632         * modules/unistd-safer (Depends-on): Likewise.
6633         * modules/dup3 (configure.ac): Set module indicator.
6634         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6635         missing.
6636         * lib/fchdir.c (_gl_register_dup): Fix comment.
6637         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6638         * lib/dup-safer.c (dup_safer): Likewise.
6639         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6640         * lib/dup3.c (dup3): Likewise.
6641         * tests/test-fchdir.c (main): Enhance test.
6642         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6643
6644         fcntl: port portions of fcntl to mingw
6645         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6646         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6647         replacement for mingw.
6648         * modules/fcntl (Description): Update.
6649         (Depends-on): Add dup2.
6650         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6651         * modules/fcntl-h (Makefile.am): Substitute it.
6652         * lib/fcntl.in.h (fcntl): Update declaration.
6653         (F_DUPFD, F_GETFD): New macros, when needed.
6654         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6655         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6656         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6657         we now guarantee.
6658
6659         fcntl: work around cygwin bug in F_DUPFD
6660         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6661         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6662         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6663         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6664         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6665
6666         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6667         * modules/fcntl (Files): List new files.
6668         (configure.ac): Run a test.
6669         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6670         * lib/fcntl.c (rpl_fcntl): Likewise.
6671         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6672         (gl_FCNTL_H): Always replace fcntl.h.
6673         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6674         * lib/fcntl.in.h (fcntl): Declare replacement.
6675         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6676         needed, plus a witness.
6677         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6678         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6679         * tests/test-fcntl.c: New file.
6680         * modules/fcntl-tests: Likewise.
6681
6682         binary-io: avoid potential compilation warning
6683         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6684         directives.
6685
6686         fflush: avoid compilation error on NetBSD
6687         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6688         between off_t and fpos_t, since the latter is sometimes a struct.
6689         * lib/fseeko.c (rpl_fseeko): Likewise.
6690         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6691
6692 2009-12-15  Eric Blake  <ebb9@byu.net>
6693
6694         fcntl-h, stdio, sys_ioctl: fix declarations
6695         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6696         function must not take arguments.
6697         * lib/sys_ioctl.in.h (ioctl): Likewise.
6698         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6699         (open): Add a link warning.
6700
6701 2009-12-15  Jim Meyering  <meyering@redhat.com>
6702
6703         areadlink, areadlink-with-size: relax license to LGPLv2+
6704         * modules/areadlink (License): Relax to LGPLv2+.
6705         * modules/areadlink-with-size (License): Likewise.
6706
6707 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6708             Bruno Haible  <bruno@clisp.org>
6709
6710         *printf: Fix memory leak.
6711         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6712         * lib/vfprintf.c (vfprintf): Likewise.
6713         * lib/dprintf.c (dprintf): Likewise.
6714         * lib/vdprintf.c (vdprintf): Likewise.
6715
6716 2009-12-14  Eric Blake  <ebb9@byu.net>
6717
6718         accept4: adjust module dependencies
6719         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6720
6721         utimens: one more try at avoiding compiler warning
6722         * lib/utimens.c (lutimens): Lower scope of result.
6723
6724 2009-12-13  Bruno Haible  <bruno@clisp.org>
6725
6726         Move the malloc checking from module 'list' to new module 'xlist'.
6727         * modules/xlist: New file.
6728         * lib/gl_xlist.h: New file.
6729         * lib/gl_xlist.c: New file.
6730         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6731         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6732         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6733         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6734         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6735         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6736         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6737         gl_sortedlist_nx_add): New declarations.
6738         (struct gl_list_implementation): Rename and change methods accordingly.
6739         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6740         (gl_list_nx_create): Renamed from gl_list_create.
6741         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6742         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6743         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6744         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6745         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6746         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6747         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6748         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6749         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6750         gl_list_create_empty.
6751         (gl_list_nx_create): Renamed from gl_list_create.
6752         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6753         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6754         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6755         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6756         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6757         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6758         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6759         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6760         * lib/gl_array_list.c: Don't include xalloc.h.
6761         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6762         NULL upon out-of-memory.
6763         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6764         out-of-memory.
6765         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6766         Change return type to 'int'.
6767         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6768         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6769         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6770         upon out-of-memory.
6771         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6772         upon out-of-memory.
6773         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6774         upon out-of-memory.
6775         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6776         upon out-of-memory.
6777         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6778         out-of-memory.
6779         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6780         Update.
6781         (gl_array_list_implementation): Update.
6782         * lib/gl_carray_list.c: Don't include xalloc.h.
6783         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6784         Return NULL upon out-of-memory.
6785         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6786         out-of-memory.
6787         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6788         Change return type to 'int'.
6789         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6790         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6791         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6792         upon out-of-memory.
6793         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6794         upon out-of-memory.
6795         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6796         out-of-memory.
6797         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6798         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6799         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6800         Update.
6801         (gl_carray_list_implementation): Update.
6802         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6803         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6804         gl_linked_create_empty. Return NULL upon out-of-memory.
6805         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6806         out-of-memory.
6807         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6808         Change return type to 'int'. Return -1 upon out-of-memory.
6809         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6810         out-of-memory.
6811         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6812         upon out-of-memory.
6813         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6814         upon out-of-memory.
6815         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6816         NULL upon out-of-memory.
6817         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6818         upon out-of-memory.
6819         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6820         out-of-memory.
6821         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6822         Update.
6823         * lib/gl_linked_list.c: Don't include xalloc.h.
6824         (gl_linked_list_implementation): Update.
6825         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6826         (add_to_bucket): Change return type to 'int'.
6827         (gl_linkedhash_list_implementation): Update.
6828         * lib/gl_anytree_list1.h (free_subtree): New function.
6829         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6830         gl_tree_create_empty. Return NULL upon out-of-memory.
6831         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6832         Change return type to 'int'. Return -1 upon out-of-memory.
6833         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6834         out-of-memory.
6835         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6836         (gl_tree_remove_node): New function, moved here from
6837         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6838         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6839         Update.
6840         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6841         malloc, not xmalloc. Return NULL upon out-of-memory.
6842         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6843         out-of-memory.
6844         (gl_tree_remove_node_from_tree): New function, extracted from
6845         gl_tree_remove_node.
6846         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6847         upon out-of-memory.
6848         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6849         out-of-memory.
6850         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6851         upon out-of-memory.
6852         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6853         upon out-of-memory.
6854         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6855         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6856         not xmalloc. Return NULL upon out-of-memory.
6857         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6858         out-of-memory.
6859         (gl_tree_remove_node_from_tree): New function, extracted from
6860         gl_tree_remove_node.
6861         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6862         upon out-of-memory.
6863         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6864         out-of-memory.
6865         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6866         upon out-of-memory.
6867         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6868         upon out-of-memory.
6869         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6870         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6871         gl_anytree_list1.h before gl_anyavltree_list2.h.
6872         (gl_avltree_list_implementation): Update.
6873         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6874         gl_anytree_list1.h before gl_anyavltree_list2.h.
6875         (gl_rbtree_list_implementation): Update.
6876         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6877         Change return type to 'int'. Return -1 upon out-of-memory. Use
6878         __builtin_expect.
6879         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6880         (gl_avltreehash_list_implementation): Update.
6881         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6882         (gl_rbtreehash_list_implementation): Update.
6883         * modules/array-list (Depends-on): Remove xalloc.
6884         * modules/carray-list (Depends-on): Likewise.
6885         * modules/linked-list (Depends-on): Likewise.
6886         * modules/linkedhash-list (Depends-on): Likewise.
6887         * modules/avltree-list (Depends-on): Likewise.
6888         * modules/rbtree-list (Depends-on): Likewise.
6889         * modules/avltreehash-list (Depends-on): Likewise.
6890         * modules/rbtreehash-list (Depends-on): Likewise.
6891
6892         * modules/xsublist: New file.
6893         * lib/gl_xsublist.h: New file.
6894         * lib/gl_xsublist.c: New file.
6895         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6896         (gl_sublist_nx_create): New declaration.
6897         * lib/gl_sublist.c: Don't include xalloc.h.
6898         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6899         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6900         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6901         Change return type to 'int'. Return -1 upon out-of-memory.
6902         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6903         upon out-of-memory.
6904         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6905         NULL upon out-of-memory.
6906         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6907         upon out-of-memory.
6908         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6909         NULL upon out-of-memory.
6910         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6911         NULL upon out-of-memory.
6912         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6913         upon out-of-memory.
6914         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6915         (gl_sublist_list_implementation): Update.
6916         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6917         upon out-of-memory.
6918         * modules/sublist (Depends-on): Remove xalloc.
6919
6920         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6921         * tests/test-carray_list.c: Likewise.
6922         * tests/test-linked_list.c: Likewise.
6923         * tests/test-linkedhash_list.c: Likewise.
6924         * tests/test-avltree_list.c: Likewise.
6925         * tests/test-rbtree_list.c: Likewise.
6926         * tests/test-avltreehash_list.c: Likewise.
6927         * tests/test-rbtreehash_list.c: Likewise.
6928         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6929         * modules/carray-list-tests (Makefile.am): Likewise.
6930         * modules/linked-list-tests (Makefile.am): Likewise.
6931         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6932         * modules/avltree-list-tests (Makefile.am): Likewise.
6933         * modules/rbtree-list-tests (Makefile.am): Likewise.
6934         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6935         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6936
6937         * NEWS: Mention the changes.
6938
6939         * lib/clean-temp.c: Include gl_xlist.h.
6940         * modules/clean-temp (Depends-on): Add xlist.
6941
6942         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6943         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6944
6945         * tests/test-array_oset.c: Include gl_xlist.h.
6946         * modules/array-oset-tests (Depends-on): Add xlist.
6947
6948         Reported by José E. Marchesi <jemarch@gnu.org>.
6949
6950 2009-12-13  Bruno Haible  <bruno@clisp.org>
6951
6952         Move the malloc checking from module 'oset' to new module 'xoset'.
6953         * modules/xoset: New file.
6954         * lib/gl_xoset.h: New file.
6955         * lib/gl_xoset.c: New file.
6956         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6957         declarations.
6958         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6959         (struct gl_oset_implementation): Rename and change methods accordingly.
6960         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6961         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6962         'int'. Mark as __warn_unused_result__.
6963         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6964         gl_oset_create_empty.
6965         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6966         'int'.
6967         * lib/gl_array_oset.c: Don't include xalloc.h.
6968         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6969         malloc, not xmalloc.
6970         (grow): Change return type to 'int'. Don't call xalloc_die.
6971         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6972         to 'int'.
6973         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6974         'int'.
6975         (gl_array_oset_implementation): Update.
6976         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6977         gl_tree_create_empty.
6978         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6979         'int'.
6980         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6981         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6982         xmalloc.
6983         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6984         not xmalloc.
6985         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6986         xmalloc.
6987         (gl_avltree_oset_implementation): Update.
6988         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6989         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6990         xmalloc.
6991         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6992         not xmalloc.
6993         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6994         xmalloc.
6995         (gl_rbtree_oset_implementation): Update.
6996         * modules/array-oset (Depends-on): Remove xalloc.
6997         * modules/avltree-oset (Depends-on): Likewise.
6998         * modules/rbtree-oset (Depends-on): Likewise.
6999         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7000         * tests/test-avltree_oset.c: Likewise.
7001         * tests/test-rbtree_oset.c: Likewise.
7002         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7003         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7004         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7005         * NEWS: Mention the change.
7006
7007 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7008
7009         maint.mk: allow a project to override release-prep commands
7010         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7011         commands into a new rule.
7012         (release-prep): New rule.
7013         (release-prep-hook): New overridable variable.
7014
7015 2009-12-13  Bruno Haible  <bruno@clisp.org>
7016
7017         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7018
7019 2009-12-13  Jim Meyering  <meyering@redhat.com>
7020
7021         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7022         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7023
7024 2009-12-12  Bruno Haible  <bruno@clisp.org>
7025
7026         duplocale: Tweak.
7027         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7028
7029 2009-12-12  Karl Berry  <karl@gnu.org>
7030
7031         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7032
7033 2009-12-12  Bruno Haible  <bruno@clisp.org>
7034
7035         * m4/po.m4: Undo incorrect untabification.
7036
7037 2009-12-12  Bruno Haible  <bruno@clisp.org>
7038
7039         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7040         * modules/c-strtod (Depends-on): Add locale.
7041         * modules/c-strtold (Depends-on): Likewise.
7042
7043 2009-12-12  Bruno Haible  <bruno@clisp.org>
7044
7045         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7046
7047 2009-12-11  Eric Blake  <ebb9@byu.net>
7048
7049         setenv: relax requirement in light of POSIX ruling
7050         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7051         not NULL.
7052         * tests/test-setenv.c (main): Relax test.
7053         * tests/test-unsetenv.c (main): Likewise.
7054         * doc/posix-functions/setenv.texi (setenv): Document this.
7055         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7056
7057 2009-12-11  Bruno Haible  <bruno@clisp.org>
7058
7059         New module 'fd-safer-flag'.
7060         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7061         * lib/dup-safer.c (dup_safer_flag): Remove function.
7062         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7063         * lib/fd-safer.c (fd_safer_flag): Remove function.
7064         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7065         * modules/cloexec (configure.ac): Drop indicator macro.
7066         * modules/fd-safer-flag: New file.
7067         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7068         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7069         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7070
7071 2009-12-11  Bruno Haible  <bruno@clisp.org>
7072
7073         Tests for module 'nl_langinfo'.
7074         * modules/nl_langinfo-tests: New file.
7075         * tests/test-nl_langinfo.sh: New file.
7076         * tests/test-nl_langinfo.c: New file.
7077
7078         New module 'nl_langinfo'.
7079         * lib/nl_langinfo.c: New file.
7080         * m4/nl_langinfo.m4: New file.
7081         * modules/nl_langinfo: New file.
7082         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7083
7084 2009-12-11  Bruno Haible  <bruno@clisp.org>
7085
7086         Tests for module 'langinfo'.
7087         * modules/langinfo-tests: New file.
7088         * tests/test-langinfo.c: New file.
7089
7090         New module 'langinfo'.
7091         * lib/langinfo.in.h: New file.
7092         * m4/langinfo_h.m4: New file.
7093         * modules/langinfo: New file.
7094         * doc/posix-headers/langinfo.texi: Mention the new module.
7095
7096 2009-12-11  Bruno Haible  <bruno@clisp.org>
7097
7098         * lib/config.charset: Untabify.
7099
7100 2009-12-11  Bruno Haible  <bruno@clisp.org>
7101
7102         * modules/unistd-safer (configure.ac): Drop indicator macro.
7103
7104 2009-12-11  Bruno Haible  <bruno@clisp.org>
7105
7106         Move pipe2-safer code to its own file.
7107         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7108         * lib/pipe-safer.c (pipe2_safer): Remove function.
7109         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7110         (Makefile.am): Add it to lib_SOURCES.
7111
7112 2009-12-10  Bruno Haible  <bruno@clisp.org>
7113
7114         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7115
7116 2009-12-10  Bruno Haible  <bruno@clisp.org>
7117
7118         Declare which arguments expect non-NULL values, for GCC and clang.
7119         * build-aux/arg-nonnull.h: New file.
7120         * modules/arg-nonnull: New file.
7121         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7122         (inet_ntop, inet_pton): Use it.
7123         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7124         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7125         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7126         (open, openat): Use it.
7127         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7128         (fnmatch): Use it.
7129         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7130         (getopt, getopt_long, getopt_long_only): Use it.
7131         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7132         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7133         Use it.
7134         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7135         (iconv_open): Use it.
7136         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7137         (strtoimax, strtoumax): Use it.
7138         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7139         (duplocale): Use it.
7140         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7141         (frexp, frexpl): Use it.
7142         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7143         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7144         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7145         (tsearch, tfind, tdelete, twalk): Use it.
7146         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7147         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7148         sigpending): Use it.
7149         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7150         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7151         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7152         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7153         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7154         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7155         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7156         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7157         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7158         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7159         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7160         Use it.
7161         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7162         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7163         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7164         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7165         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7166         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7167         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7168         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7169         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7170         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7171         strtoull, unsetenv): Use it.
7172         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7173         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7174         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7175         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7176         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7177         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7178         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7179         (strcasecmp, strncasecmp): Use it.
7180         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7181         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7182         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7183         rpl_setsockopt): Use it.
7184         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7185         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7186         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7187         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7188         (gettimeofday): Use it.
7189         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7190         (times): Use it.
7191         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7192         (uname): Use it.
7193         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7194         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7195         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7196         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7197         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7198         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7199         unlinkat, write): Use it.
7200         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7201         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7202         * lib/argv-iter.h: Include arg-nonnull.h.
7203         (_ATTRIBUTE_NONNULL_): Remove macro.
7204         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7205         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7206         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7207         optimization.
7208         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7209         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7210         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7211         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7212         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7213         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7214         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7215         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7216         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7217         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7218         * modules/dirent (Depends-on): Add arg-nonnull.
7219         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7220         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7221         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7222         * modules/fnmatch (Depends-on): Add arg-nonnull.
7223         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7224         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7225         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7226         * modules/glob (Depends-on): Add arg-nonnull.
7227         (Makefile.am): Insert arg-nonnull.h into glob.h.
7228         * modules/iconv_open (Depends-on): Add arg-nonnull.
7229         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7230         * modules/inttypes (Depends-on): Add arg-nonnull.
7231         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7232         * modules/locale (Depends-on): Add arg-nonnull.
7233         (Makefile.am): Insert arg-nonnull.h into locale.h.
7234         * modules/math (Depends-on): Add arg-nonnull.
7235         (Makefile.am): Insert arg-nonnull.h into math.h.
7236         * modules/netdb (Depends-on): Add arg-nonnull.
7237         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7238         * modules/search (Depends-on): Add arg-nonnull.
7239         (Makefile.am): Insert arg-nonnull.h into search.h.
7240         * modules/signal (Depends-on): Add arg-nonnull.
7241         (Makefile.am): Insert arg-nonnull.h into signal.h.
7242         * modules/spawn (Depends-on): Add arg-nonnull.
7243         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7244         * modules/stdio (Depends-on): Add arg-nonnull.
7245         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7246         * modules/stdlib (Depends-on): Add arg-nonnull.
7247         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7248         * modules/string (Depends-on): Add arg-nonnull.
7249         (Makefile.am): Insert arg-nonnull.h into string.h.
7250         * modules/strings (Depends-on): Add arg-nonnull.
7251         (Makefile.am): Insert arg-nonnull.h into strings.h.
7252         * modules/sys_socket (Depends-on): Add arg-nonnull.
7253         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7254         * modules/sys_stat (Depends-on): Add arg-nonnull.
7255         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7256         * modules/sys_time (Depends-on): Add arg-nonnull.
7257         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7258         * modules/sys_times (Depends-on): Add arg-nonnull.
7259         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7260         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7261         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7262         * modules/time (Depends-on): Add arg-nonnull.
7263         (Makefile.am): Insert arg-nonnull.h into time.h.
7264         * modules/unistd (Depends-on): Add arg-nonnull.
7265         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7266         * modules/wchar (Depends-on): Add arg-nonnull.
7267         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7268         * modules/argv-iter (Depends-on): Add arg-nonnull.
7269         * tests/test-canonicalize.c (null_ptr): New function.
7270         (main): Use it.
7271         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7272         (main): Use it.
7273         * tests/test-memmem.c (null_ptr): New function.
7274         (main): Use it.
7275         Reported by Jim Meyering.
7276
7277 2009-12-10  Bruno Haible  <bruno@clisp.org>
7278
7279         Use spaces for indentation, not tabs.
7280         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7281         * m4/*.m4: Untabify.
7282         * build-aux/*.h: Untabify.
7283         * tests/**/*.[hc]: Untabify.
7284         * README: New section "Indent with spaces, not TABs", based on
7285         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7286         * NEWS: Mention the change.
7287
7288 2009-12-10  Bruno Haible  <bruno@clisp.org>
7289
7290         pty test: Fix link error.
7291         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7292         test_pty_LDADD.
7293
7294 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7295
7296         * modules/pty: New file.
7297         * modules/pty-tests: New file.
7298         * m4/pty.m4: New file.
7299         * tests/test-pty.c: New file.
7300         * doc/glibc-headers/pty.texi: Modified.
7301         * doc/glibc-functions/forkpty.texi: Modified.
7302         * doc/glibc-functions/openpty.texi: Modified.
7303
7304 2009-12-10  Bruno Haible  <bruno@clisp.org>
7305
7306         Avoid syntax error in C++ mode.
7307         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7308
7309 2009-12-10  Bruno Haible  <bruno@clisp.org>
7310
7311         Use sed with option -e.
7312         * gnulib-tool (func_version, func_emit_copyright_notice,
7313         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7314         option -e to sed.
7315         * modules/link-warning (Makefile.am): Likewise.
7316
7317 2009-12-10  Jim Meyering  <meyering@redhat.com>
7318
7319         mgetgroups: do not write bytes beyond end of malloc'd buffer
7320         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7321         username, we call getgroups with a one-element-shorter buffer,
7322         but still told it the length was original, max_n_groups.
7323
7324 2009-12-09  Eric Blake  <ebb9@byu.net>
7325
7326         cloexec: relax license
7327         * modules/cloexec (Maintainer): Add myself.
7328         (License): Use LGPL, not GPL.
7329
7330         link-warning: optimize generation
7331         * modules/link-warning (Makefile.am): Reduce process usage.
7332
7333 2009-12-09  Bruno Haible  <bruno@clisp.org>
7334
7335         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7336         workaround was added on 2009-11-17.
7337
7338 2009-12-09  Jim Meyering  <meyering@redhat.com>
7339             Bruno Haible  <bruno@clisp.org>
7340
7341         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7342         * modules/link-warning (Makefile.am): Make the comment-removing sed
7343         command more robust in the face of bootstrap-prepended comment lines.
7344
7345 2009-12-09  Bruno Haible  <bruno@clisp.org>
7346
7347         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7348         most one group.
7349
7350 2009-12-09  Simon Josefsson <simon@josefsson.org>
7351             Bruno Haible  <bruno@clisp.org>
7352
7353         * build-aux/link-warning.h: Add copyright notice.
7354         * modules/link-warning (Makefile.am): Generate link-warning.h from
7355         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7356         * NEWS: Mention change in link-warning module.
7357         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7358         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7359         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7360         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7361         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7362         * modules/math (Makefile.am): Add dependency to math.h.
7363         * modules/search (Makefile.am): Add dependency to search.h.
7364         * modules/signal (Makefile.am): Add dependency to signal.h.
7365         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7366         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7367         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7368         * modules/string (Makefile.am): Add dependency to string.h.
7369         * modules/strings (Makefile.am): Add dependency to strings.h.
7370         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7371         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7372         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7373         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7374         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7375         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7376         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7377         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7378         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7379
7380 2009-12-09  Bruno Haible  <bruno@clisp.org>
7381
7382         fchdir: Optimize away rpl_fstat when possible.
7383         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7384         REPLACE_OPEN_DIRECTORY.
7385         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7386
7387 2009-12-09  Bruno Haible  <bruno@clisp.org>
7388
7389         * lib/fchdir.c: Update comment.
7390
7391 2009-12-09  Bruno Haible  <bruno@clisp.org>
7392
7393         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7394
7395 2009-12-08  Eric Blake  <ebb9@byu.net>
7396
7397         fchdir: avoid memory leak on re-registration.
7398         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7399
7400 2009-12-08  Jim Meyering  <meyering@redhat.com>
7401
7402         init.sh: avoid Solaris 10 /bin/sh portability problem
7403         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7404         sourced script:
7405           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7406           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7407           bar
7408         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7409         and two tests used that idiom.
7410         * tests/init.sh: Update suggested usage comments.
7411         (path_prepend_): New function, to be used in place
7412         of the --src-path=DIR option.
7413         (setup_): Move PATH-prepending code into path_prepend_.
7414         * tests/test-pread.sh: Adapt to new usage.
7415         * tests/test-xalloc-die.sh: Likewise.
7416
7417 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7418
7419         * doc/gnulib.texi (Glibc pty.h): Add.
7420         * doc/glibc-functions/forkpty.texi: Add.
7421         * doc/glibc-functions/openpty.texi: Add.
7422         Suggested by Bruno Haible.
7423
7424 2009-12-08  Eric Blake  <ebb9@byu.net>
7425
7426         fchdir: fix logic bugs
7427         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7428         * tests/test-fchdir.c (main): Enhance test.
7429         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7430         is in use.
7431
7432         dup2: fix logic bugs
7433         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7434         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7435         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7436         exists.
7437         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7438
7439 2009-12-07  Eric Blake  <ebb9@byu.net>
7440
7441         unlink: fix m4 detection
7442         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7443
7444         unistd-safer: add unit test
7445         * modules/unistd-safer-tests: New file.
7446         * tests/test-dup-safer.c: Likewise.
7447         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7448         * tests/test-dup2.c (setmode): Likewise.
7449         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7450
7451         cloexec: preserve text vs. binary across dup_cloexec
7452         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7453         mode.
7454         * modules/dup2-tests (Depends-on): Add binary-io.
7455         * modules/cloexec-tests (Depends-on): Likewise.
7456         * tests/test-dup2.c (setmode, is_mode): New helpers.
7457         (main): Add tests that translation mode is preserved.
7458         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7459         Reported by Bruno Haible.
7460
7461         mgetgroups: reduce duplicate listings
7462         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7463         resulting array.
7464         * tests/test-chown.h (test_chown): Simplify client.
7465         * tests/test-lchown.h (test_lchown): Likewise.
7466
7467 2009-12-06  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7470         value.
7471
7472 2009-12-06  Bruno Haible  <bruno@clisp.org>
7473
7474         * lib/progname.c: Include stdio.h, stdlib.h.
7475         (set_program_name): Reject a NULL argument.
7476
7477 2009-12-05  Eric Blake  <ebb9@byu.net>
7478
7479         pipe2-safer: new module
7480         * modules/pipe2-safer: New file.
7481         * lib/unistd-safer.h (pipe2_safer): New prototype.
7482         * lib/unistd--.h (pipe2): New wrapper.
7483         * lib/pipe-safer.c (pipe2_safer): New function.
7484         * modules/pipe (Depends-on): Add pipe2-safer.
7485         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7486
7487         stdlib-safer: preserve cloexec flag for mkostemp[s]
7488         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7489         fd_safer_flag.
7490
7491         unistd-safer: allow preservation of cloexec status via flag
7492         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7493         prototypes.
7494         * lib/dup-safer.c (dup_safer_flag): New function.
7495         * lib/fd-safer.c (fd_safer_flag): Likewise.
7496         * modules/cloexec (configure.ac): Set witness.
7497
7498         test-dup2: enhance test
7499         * modules/dup2-tests (Depends-on): Add cloexec.
7500         * tests/test-dup2.c (main): Enhance test.
7501
7502         cloexec: add dup_cloexec
7503         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7504         header and comments.
7505         * lib/cloexec.c (set_cloexec_flag): Add comments.
7506         (dup_cloexec): New function, with mingw implementation borrowed
7507         from...
7508         * lib/w32spawn.h (dup_noinherit): ...here.
7509         * modules/execute (Depends-on): Add cloexec.
7510         * modules/pipe (Depends-on): Likewise.
7511         * modules/cloexec (Depends-on): Add dup2.
7512         * modules/cloexec-tests (Files): New file.
7513         * tests/test-cloexec.c: Likewise.
7514
7515         test-xalloc-die: fix test for mingw
7516         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7517         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7518         directory and .exe suffix off argv[0] output.
7519
7520         test-fseeko: fix test for mingw
7521         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7522         than undefining fseek, so test will pass on mingw.
7523
7524 2009-12-05  Bruno Haible  <bruno@clisp.org>
7525
7526         * lib/progname.h (set_program_name): Clarify specification.
7527         * lib/progname.c (set_program_name): Likewise.
7528         Reported by Jim Meyering.
7529
7530 2009-12-05  Jim Meyering  <meyering@redhat.com>
7531
7532         maint.mk: backslash-escape parens in default regexp
7533         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7534         backslash-escape the literal parentheses.
7535
7536         maint.mk: news-date-check: use grep -E
7537         * top/maint.mk (today): Define a Make variable, not a...
7538         (news-date-check): ...shell variable.
7539         (news-date-regexp): Use the Make variable.
7540         Use grep's -E option.  Change the failing diagnostic to mention
7541         the variable, $(news-date-regexp).
7542
7543 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7544
7545         maintainer-makefile: allow customization of NEWS entry format
7546         * top/maint.mk (news-date-regexp): New overridable variable.
7547         (news-date-check): Use it.
7548
7549 2009-12-04  Eric Blake  <ebb9@byu.net>
7550
7551         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7552         * lib/mgetgroups.h (xgetgroups): New prototype.
7553         * lib/mgetgroups.c (xgetgroups): New wrapper.
7554         (mgetgroups): Handle ENOSYS.
7555         * modules/mgetgroups (Depends-on): Add realloc.
7556         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7557
7558         mgetgroups: avoid argument promotion issues with -1
7559         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7560         for invalid gid_t.
7561         * tests/test-chown.h (getegid, test_chown): Likewise.
7562         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7563
7564 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7565
7566         exclude: Fix header file problems.
7567         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7568
7569 2009-12-01  Jim Meyering  <meyering@redhat.com>
7570
7571         fts: fts_open: do not let an empty string cause immediate failure
7572         This is required in support of GNU rm, for which the command
7573         "rm A '' B" must process and remove both A and B, in spite of
7574         the empty string argument.
7575         * lib/fts.c (fts_open): Do not let the presence of an empty string
7576         cause fts_open to fail immediately.  Most fts-using tools must be
7577         able to process all arguments, in order, and can be expected to
7578         diagnose such arguments themselves.
7579
7580 2009-11-30  Eric Blake  <ebb9@byu.net>
7581
7582         utimens: fix compilation error
7583         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7584         Declare variable at right scope.
7585
7586 2009-11-29  Jim Meyering  <meyering@redhat.com>
7587
7588         bootstrap: handle perl-5.11's changed --version output
7589         * build-aux/bootstrap (get_version): Handle perl separately,
7590         since perl-5.11's --version output is different.
7591
7592 2009-11-28  Jim Meyering  <meyering@redhat.com>
7593
7594         userspec: depend on the inttostr module, too
7595         * modules/userspec (Depends-on): Add inttostr.
7596
7597         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7598         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7599         number of MAXUID when it evaluates to (uid_t) -1.
7600         Likewise for group ID.  Reported by Matt McCutchen in
7601         <http://savannah.gnu.org/bugs/?28113>
7602
7603         userspec: reformat to use spaces, not TABs
7604         * lib/userspec.c: Expand TABs to spaces.
7605         Add Emacs' "indent-tabs-mode: nil" hint.
7606
7607 2009-11-27  Eric Blake  <ebb9@byu.net>
7608
7609         getopt-gnu: flush out another BSD bug
7610         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7611         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7612         flush out BSD bug.
7613         * tests/test-getopt.h (test_getopt): End lists with NULL.
7614         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7615         (test_getopt_long_posix): Enhance test.
7616         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7617         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7618         getopt-gnu.
7619         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7620         Likewise.
7621
7622 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7623
7624         * modules/idpriv-droptemp-tests (Notice): Fix text.
7625
7626 2009-11-27  Jim Meyering  <meyering@redhat.com>
7627
7628         test-xalloc-die: avoid spurious failure due to libtool argv difference
7629         In a libtool-enabled project, this test would fail due to a difference
7630         in the emitted program name, e.g.,
7631         -test-xalloc-die: memory exhausted
7632         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7633         Use program to avoid that.
7634         * modules/xalloc-die-tests (Depends-on): Add progname.
7635         * tests/test-xalloc-die.c: Include progname.h".
7636         (program_name): Remove decl.
7637         (main): Call set_program_name.
7638         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7639
7640 2009-11-26  Richard Jones  <rjones@redhat.com>
7641
7642         w32sock: leave win32 error in place.
7643         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7644
7645 2009-11-26  Eric Blake  <ebb9@byu.net>
7646
7647         init.sh: suggest to use skip_ and fail_ functions in comments
7648         * tests/init.sh: Add a sentence.
7649
7650 2009-11-25  Bruno Haible  <bruno@clisp.org>
7651
7652         init.sh: add documentation in comments
7653         * tests/init.sh: Add some developer and user documentation.
7654
7655 2009-11-26  Jim Meyering  <meyering@redhat.com>
7656
7657         init.sh: accommodate even those who specify bogus srcdir manually
7658         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7659         configure-time tests to be sanitized, so that there is no need to
7660         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7661         (with no double quotes) suffices.  However, since tests may be
7662         invoked manually, and since you may explicitly set srcdir to the
7663         name of a directory containing spaces, do quote its uses here.
7664         * tests/test-pread.sh: Likewise.
7665         Suggested by Bruno Haible.
7666
7667         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7668         * tests/test-pread.sh: Write no data into the pipe, because
7669         test-pread actually reads none.  This avoids a diagnostic,
7670         "bash: echo: write error: Broken pipe", that arises in the unusual
7671         event something is ignoring SIGPIPE, and might be interpreted
7672         as some sort of failure.  Reported by Bruno Haible.
7673
7674 2009-11-25  Jim Meyering  <meyering@redhat.com>
7675
7676         test-pread: cover failure with ESPIPE and EINVAL
7677         * tests/test-pread.c (main): Test for failure, too.
7678         * tests/test-pread.sh: Invoke with stdin on a pipe.
7679         Suggested by Eric Blake.
7680
7681         pread: improvement and fix
7682         * modules/pread (Depends-on): Depend on lseek, for portability to
7683         e.g., mingw.  Suggested by Eric Blake.
7684         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7685
7686         unistd.in.h: correct declaration of pread
7687         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7688         Reported by Richard W.M. Jones.
7689
7690         test-pread.sh: distribute the test script
7691         * modules/pread-tests (Files): Include test-pread.sh.
7692
7693         test-pread.sh: clean up
7694         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7695         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7696         That is unnecessary, since it's always ".".
7697         Suggestion from Eric Blake.
7698
7699         test-pread.sh: make executable
7700         * tests/test-pread.sh: Set executable bit.
7701         Reported by Eric Blake.
7702
7703         correct typo in test-pread.sh
7704         * tests/test-pread.sh: Add #! line.
7705
7706         test pread
7707         * tests/test-pread.c: New file.
7708         * tests/test-pread.sh: Likewise.
7709         * modules/pread-tests: Likewise.
7710
7711         pread: new module
7712         * modules/pread: New file.
7713         * lib/unistd.in.h (pread): Define/declare.
7714         * lib/pread.c (pread): New file.
7715         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7716         * modules/unistd (Makefile.am): Substitute witnesses.
7717         * doc/posix-functions/pread.texi (pread): Update.
7718         * MODULES.html.sh: Add pread.
7719
7720 2009-11-25  Jim Meyering  <meyering@redhat.com>
7721
7722         tests/init.sh: new file to be used via most *.sh tests
7723         * tests/init.sh: New file.
7724
7725 2009-11-25  Eric Blake  <ebb9@byu.net>
7726
7727         utimens: work around older Linux failure with symlinks
7728         * lib/utimens.c (lutimensat_works_really): New variable.
7729         (fdutimens, lutimens): Use it to manage kernels that support
7730         nanosecond times on files, but not on symlinks.
7731         Reported by Ondřej Vašík.
7732
7733         utimes: fix configure grammar
7734         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7735
7736 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7737
7738         regex: Fix fastmap for multibyte character ranges.
7739         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7740         characters when a multibyte character range is included.
7741
7742 2009-11-22  Andy Wingo  <wingo@pobox.com>
7743
7744         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7745         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7746
7747 2009-11-24  Bruno Haible  <bruno@clisp.org>
7748
7749         doc: Most *_l functions exist in MacOS X 10.5.
7750         * doc/posix-functions/duplocale.texi: Update platforms list.
7751         * doc/posix-functions/freelocale.texi: Likewise.
7752         * doc/posix-functions/newlocale.texi: Likewise.
7753         * doc/posix-functions/uselocale.texi: Likewise.
7754         * doc/posix-functions/isalnum_l.texi: Likewise.
7755         * doc/posix-functions/isalpha_l.texi: Likewise.
7756         * doc/posix-functions/isblank_l.texi: Likewise.
7757         * doc/posix-functions/iscntrl_l.texi: Likewise.
7758         * doc/posix-functions/isdigit_l.texi: Likewise.
7759         * doc/posix-functions/isgraph_l.texi: Likewise.
7760         * doc/posix-functions/islower_l.texi: Likewise.
7761         * doc/posix-functions/isprint_l.texi: Likewise.
7762         * doc/posix-functions/ispunct_l.texi: Likewise.
7763         * doc/posix-functions/isspace_l.texi: Likewise.
7764         * doc/posix-functions/isupper_l.texi: Likewise.
7765         * doc/posix-functions/iswalnum_l.texi: Likewise.
7766         * doc/posix-functions/iswalpha_l.texi: Likewise.
7767         * doc/posix-functions/iswblank_l.texi: Likewise.
7768         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7769         * doc/posix-functions/iswctype_l.texi: Likewise.
7770         * doc/posix-functions/iswdigit_l.texi: Likewise.
7771         * doc/posix-functions/iswgraph_l.texi: Likewise.
7772         * doc/posix-functions/iswlower_l.texi: Likewise.
7773         * doc/posix-functions/iswprint_l.texi: Likewise.
7774         * doc/posix-functions/iswpunct_l.texi: Likewise.
7775         * doc/posix-functions/iswspace_l.texi: Likewise.
7776         * doc/posix-functions/iswupper_l.texi: Likewise.
7777         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7778         * doc/posix-functions/isxdigit_l.texi: Likewise.
7779         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7780         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7781         * doc/posix-functions/strcoll_l.texi: Likewise.
7782         * doc/posix-functions/strfmon_l.texi: Likewise.
7783         * doc/posix-functions/strftime_l.texi: Likewise.
7784         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7785         * doc/posix-functions/strxfrm_l.texi: Likewise.
7786         * doc/posix-functions/tolower_l.texi: Likewise.
7787         * doc/posix-functions/toupper_l.texi: Likewise.
7788         * doc/posix-functions/towctrans_l.texi: Likewise.
7789         * doc/posix-functions/towlower_l.texi: Likewise.
7790         * doc/posix-functions/towupper_l.texi: Likewise.
7791         * doc/posix-functions/wcscoll_l.texi: Likewise.
7792         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7793         * doc/posix-functions/wctrans_l.texi: Likewise.
7794         * doc/posix-functions/wctype_l.texi: Likewise.
7795         * doc/glibc-functions/strptime_l.texi: Likewise.
7796         * doc/glibc-functions/strtod_l.texi: Likewise.
7797         * doc/glibc-functions/strtof_l.texi: Likewise.
7798         * doc/glibc-functions/strtol_l.texi: Likewise.
7799         * doc/glibc-functions/strtold_l.texi: Likewise.
7800         * doc/glibc-functions/strtoll_l.texi: Likewise.
7801         * doc/glibc-functions/strtoul_l.texi: Likewise.
7802         * doc/glibc-functions/strtoull_l.texi: Likewise.
7803         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7804         * doc/glibc-functions/wcstod_l.texi: Likewise.
7805         * doc/glibc-functions/wcstof_l.texi: Likewise.
7806         * doc/glibc-functions/wcstol_l.texi: Likewise.
7807         * doc/glibc-functions/wcstold_l.texi: Likewise.
7808         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7809         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7810         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7811
7812 2009-11-24  Bruno Haible  <bruno@clisp.org>
7813
7814         duplocale: Fix logic bug.
7815         * lib/duplocale.c: Don't include <langinfo.h>.
7816         (_NL_LOCALE_NAME): Remove macro.
7817         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7818         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7819
7820 2009-11-23  Jim Meyering  <meyering@redhat.com>
7821
7822         test-update-copyright: don't hard-code /usr/bin/perl
7823         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7824         perl to print the current year.  Gilles Espinasse reported that
7825         the replaced use of perl was hard-coded as /usr/bin/perl.
7826
7827 2009-11-23  Bruno Haible  <bruno@clisp.org>
7828
7829         duplocale: Add support for glibc 2.3.x.
7830         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7831
7832 2009-11-22  Bruno Haible  <bruno@clisp.org>
7833
7834         vasnprintf: Tiny optimization.
7835         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7836         MacOS X.
7837
7838 2009-11-22  Bruno Haible  <bruno@clisp.org>
7839
7840         Tests for module 'duplocale'.
7841         * modules/duplocale-tests: New file.
7842         * tests/test-duplocale.c: New file.
7843
7844         New module 'duplocale'.
7845         * m4/duplocale.m4: New file.
7846         * lib/locale.in.h (duplocale): New declaration.
7847         * lib/duplocale.c: New file.
7848         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7849         gl_LOCALE_H_DEFAULTS): New macros.
7850         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7851         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7852         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7853         REPLACE_DUPLOCALE.
7854         * modules/duplocale: New file.
7855         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7856
7857 2009-11-22  Bruno Haible  <bruno@clisp.org>
7858
7859         * modules/locale-tests (configure.ac): Test for newlocale function.
7860         * tests/test-locale.c: When the system has extended locale functions,
7861         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7862
7863         locale: Make locale_t available when possible.
7864         * lib/locale.in.h: Include <xlocale.h> when it exists.
7865         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7866         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7867         * modules/locale (Depends-on): Add extensions.
7868         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7869         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7870
7871 2009-11-22  Bruno Haible  <bruno@clisp.org>
7872
7873         Add comments.
7874         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7875         invocation.
7876         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7877         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7878         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7879
7880 2009-11-22  Bruno Haible  <bruno@clisp.org>
7881
7882         error: account for the possibility of freopen (stdout).
7883         * lib/error.c: Include <unistd.h>.
7884         (flush_stdout): New function, extracted from error and error_at_line.
7885         Determine stdout's fd dynamically.
7886         (error, error_at_line): Invoke flush_stdout.
7887         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7888         * modules/error (Depends-on): Add unistd.
7889
7890 2009-11-22  Bruno Haible  <bruno@clisp.org>
7891
7892         diffseq: Add comment.
7893         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7894
7895 2009-11-22  Jim Meyering  <meyering@redhat.com>
7896
7897         c-stack: avoid defining an unused static function
7898         * lib/c-stack.c (find_stack_direction): Do not define this function
7899         when it will not be used.
7900
7901         diffseq: avoid spurious gcc warnings
7902         * lib/diffseq.h (IF_LINT2): Define.
7903         (compareseq): Use it to initialize two members of "part".
7904         This avoids two used-uninitialized warnings.
7905
7906 2009-11-21  Jim Meyering  <meyering@redhat.com>
7907
7908         c-stack: avoid "ignoring return value of `write'" warning
7909         * lib/c-stack.c: Include "ignore-value.h".
7910         (die): Explicitly ignore each write return value.
7911         * modules/c-stack (Depends-on): Add ignore-value.
7912
7913 2009-11-21  Bruno Haible  <bruno@clisp.org>
7914
7915         diffseq: reduce scope of variable 'best'.
7916         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7917         variable, earlier used for two different purposes.
7918
7919 2009-11-21  Jim Meyering  <meyering@redhat.com>
7920
7921         diffseq: remove useless assignment to "best"
7922         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7923         assignment.  At that point "best" is already guaranteed to be zero.
7924
7925 2009-11-20  Eric Blake  <ebb9@byu.net>
7926
7927         build: mention ftp redirector in release announcements
7928         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7929         values that used to come from cfg.mk; mention FTP redirect URL.
7930         * build-aux/announce-gen: Mention the mirror list.
7931         Suggested by Karl Berry.
7932
7933         nanosleep: improve port to mingw
7934         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7935         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7936         LIB_NANOSLEEP, but only when needed.
7937         * modules/select (Link): Document LIBSOCKET.
7938         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7939         enough.
7940
7941         nanosleep: work around cygwin bug
7942         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7943         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7944         bug.
7945         (getnow): Delete, not needed.
7946         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7947         LIB_CLOCK_GETTIME.
7948         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7949         clock-time, gettime.
7950         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7951         bug.
7952         * modules/nanosleep-tests: New test.
7953         * tests/test-nanosleep.c: New file.
7954
7955         sleep: work around cygwin bug
7956         * lib/sleep.c (rpl_sleep): Work around the bug.
7957         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7958         (gl_PREREQ_SLEEP): Delete unused macro.
7959         * modules/sleep (Depends-on): Add verify.
7960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7961         * modules/unistd (Makefile.am): Substitute witness.
7962         * lib/unistd.in.h (sleep): Update prototype.
7963         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7964         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7965         * modules/sleep-tests (Depends-on): Check for alarm.
7966
7967 2009-11-20  Jim Meyering  <meyering@redhat.com>
7968
7969         maint.mk: improve sc_prohibit_magic_number_exit
7970         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7971         so it does not match uses like System.exit(1).
7972         Add comments showing how to correct all offenders.
7973
7974 2009-11-19  Eric Blake  <ebb9@byu.net>
7975
7976         xalloc-die-tests: add missing library
7977         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7978
7979         test-xvasprintf: silence compiler warnings
7980         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7981         empty string from gcc.
7982
7983 2009-11-19  Jim Meyering  <meyering@redhat.com>
7984
7985         xfreopen: new module, from coreutils
7986         * modules/xfreopen: New module.
7987         * lib/xfreopen.c: New file.
7988         * lib/xfreopen.h: New file.
7989         * MODULES.html.sh (File stream based Input/Output"): Add it.
7990
7991 2009-11-19  Eric Blake  <ebb9@byu.net>
7992
7993         manywarnings: depend on warnings
7994         * modules/manywarnings (Depends-on): Add warnings.
7995
7996         build: avoid compiler warnings
7997         * lib/select.c (rpl_select): Delete unused variable.
7998         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7999
8000 2009-11-18  Eric Blake  <ebb9@byu.net>
8001
8002         tests: avoid false negative with --with-packager
8003         * tests/test-version-etc.sh: Discard packager information.
8004         * tests/test-argp-version-etc-1.sh: Likewise.
8005         Reported by Mike Frysinger.
8006
8007         utimens: fix regression on Solaris
8008         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8009         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8010         can only change fd timestamps via futimesat.  Instead, use an
8011         additional witness macro to avoid BSD bug.
8012         Reported by Jim Meyering.
8013
8014 2009-11-17  Eric Blake  <ebb9@byu.net>
8015
8016         usleep: use it to simplify tests
8017         * modules/stat-time-tests (Depends-on): Add usleep.
8018         (configure.ac): Drop usleep check.
8019         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8020         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8021         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8022         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8023         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8024         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8025         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8026         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8027         Likewise.
8028         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8029         * tests/test-lchown.h (nap): Likewise.
8030         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8031         * tests/test-stat-time.c (nap): Likewise.
8032         * tests/test-utimens-common.h (nap): Update comments.
8033
8034         usleep: new module
8035         * modules/usleep: New file.
8036         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8037         * lib/usleep.c (usleep): Likewise.
8038         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8039         * modules/unistd (Makefile.am): Substitute witnesses.
8040         * lib/unistd.in.h (usleep): Add declaration.
8041         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8042         * MODULES.html.sh (Date and time): Likewise.
8043         * modules/usleep-tests (Depends-on): New test.
8044         * tests/test-usleep.c: New file.
8045
8046         chown: work around OpenBSD bug
8047         * lib/chown.c (rpl_chown): Work around the bug.
8048         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8049         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8050         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8051         * modules/chown (Depends-on): Add stdbool.
8052         * modules/lchown (Depends-on): Likewise.
8053         * doc/posix-functions/chown.texi (chown): Document the bug.
8054         * doc/posix-functions/lchown.texi (lchown): Likewise.
8055         * tests/test-lchown.h (test_chown): Relax test.
8056
8057         mkstemp: avoid conflict with C++ keyword template
8058         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8059         * lib/mkostemp.c (mkostemp): Likewise.
8060         * lib/mkostemps.c (mkostemps): Likewise.
8061         * lib/mkstemp.c (mkstemp): Likewise.
8062         * lib/mkstemps.c (mkstemps): Likewise.
8063
8064         xalloc-die-tests: optimize
8065         * tests/test-xalloc-die.sh: Reduce number of processes.
8066
8067 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8068
8069         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8070         patch from ludo@gnu.org (Ludovic Courtès).
8071
8072 2009-11-17  Jim Meyering  <meyering@redhat.com>
8073
8074         version-etc: use proper license string
8075         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8076         * modules/version-etc-fsf: Likewise.
8077
8078 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8079
8080         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8081         printed to stdout.  Deal with EOL differences.
8082
8083 2009-11-17  Eric Blake  <ebb9@byu.net>
8084
8085         unsetenv: work around Solaris bug
8086         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8087         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8088         Reported by Jim Meyering.
8089
8090         vasnprintf: avoid compiler warnings
8091         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8092         variables.
8093         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8094
8095 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8096
8097         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8098         settings since xalloc-die is no longer the self test,
8099         xalloc-die.sh is.
8100
8101 2009-11-17  Jim Meyering  <meyering@redhat.com>
8102
8103         test-xalloc-die.sh: make the code agree with the commit log
8104         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8105         at the end, just in case you happen to have a test-xalloc-die
8106         program in some other PATH directory.
8107
8108         test-xalloc-die.sh: fix a portability bug
8109         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8110         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8111         Otherwise, argv[0] (as often seen in diagnostics) would be too
8112         system-dependent, sometimes with, and sometimes without the leading "./".
8113
8114         version-etc-fsf: relax license to LGPLv3+
8115         * modules/version-etc-fsf (License): Relax license.
8116
8117 2009-11-16  Eric Blake  <ebb9@byu.net>
8118
8119         xalloc-die-tests: avoid printing null pointer
8120         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8121         shell script.
8122         * tests/test-xalloc-die.c (program_name): Declare.
8123         * tests/test-xalloc-die.sh (tmpfiles): New file.
8124
8125         setenv, unsetenv: work around various bugs
8126         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8127         (setenv) [HAVE_SETENV]: Work around bugs.
8128         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8129         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8130         for bugs.
8131         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8132         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8133         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8134         * modules/stdlib (Makefile.am): Update substitutions.
8135         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8136         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8137         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8138         * modules/setenv-tests: New test.
8139         * modules/unsetenv-tests: Likewise.
8140         * tests/test-setenv.c: New file.
8141         * tests/test-unsetenv.c: Likewise.
8142
8143 2009-11-16  Jim Meyering  <meyering@redhat.com>
8144
8145         version-etc: relax license to LGPLv3+
8146         * modules/version-etc (License): Relax license.
8147
8148         better AC_REQUIRE expanded-before-required-warning avoidance
8149         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8150         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8151         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8152         which is no longer needed.
8153
8154 2009-11-16  Eric Blake  <ebb9@byu.net>
8155
8156         test-freading: clean up temporary file
8157         * tests/test-freading.c (main): Remove file on success, and use
8158         ASSERT more liberally.
8159         Reported by Jim Meyering.
8160
8161 2009-11-16  Jim Meyering  <meyering@redhat.com>
8162
8163         avoid new AC_REQUIRE expanded-before-required warnings
8164         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8165         merely using it.
8166         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8167         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8168
8169 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8170
8171         * tests/test-xalloc-die.c: New file.
8172         * modules/xalloc-die-tests: New file.
8173         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8174         XFAIL_TESTS so it can be appended by modules.
8175
8176 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8177
8178         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8179         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8180
8181 2009-11-14  Eric Blake  <ebb9@byu.net>
8182
8183         fnmatch: avoid compiler warning
8184         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8185         to silence compiler warning about mismatch signedness in ?:.
8186         Reported by Robert Millan.
8187
8188         intprops: add double-inclusion guard
8189         * lib/intprops.h: Allow idempotent includes.
8190         Suggested by Bruce Korb.
8191
8192         openat: detect Solaris fchownat bug
8193         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8194         penalizing glibc chownat when only lchownat is broken.
8195         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8196         trailing slash bugs.
8197         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8198         * modules/openat-tests (Files): Include more files.
8199         (Depends-on): Add mgetgroups, sleep, stat-time.
8200         (configure.ac): Add additional checks.
8201         (Makefile.am): Build new test.
8202         * tests/test-fchownat.c: New file.
8203
8204         lchown: detect Solaris and FreeBSD bug
8205         * lib/lchown.c (rpl_lchown): Work around bug.
8206         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8207         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8208         * modules/unistd (Makefile.am): Populate it.
8209         * lib/unistd.in.h (lchown): Update declaration.
8210         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8211         * modules/lchown-tests: New file.
8212         * tests/test-lchown.h (test_lchown): Likewise.
8213         * tests/test-lchown.c (main): Likewise.
8214
8215         chown: detect Solaris and FreeBSD bug
8216         * lib/chown.c (rpl_chown): Work around bug.
8217         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8218         (gl_PREREQ_CHOWN): Delete.
8219         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8220         * modules/unistd (Makefile.am): Populate it.
8221         * lib/unistd.in.h (chown): Update declaration.
8222         * lib/lchown.c (chown): Update client.
8223         * modules/lchown (Depends-on): Add lstat.
8224         * doc/posix-functions/chown.texi (chown): Document the bug.
8225         * doc/posix-functions/getgroups.texi (getgroups): Document
8226         getgroups pitfall.
8227         * modules/chown-tests: New file.
8228         * tests/test-chown.h (test_chown): Likewise.
8229         * tests/test-chown.c (main): Likewise.
8230
8231 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8232
8233         gnulib-tool: correctly detect absence of m4 directories
8234         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8235
8236 2009-11-14  Jim Meyering  <meyering@redhat.com>
8237
8238         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8239         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8240
8241 2009-11-14  John W. Eaton  <jwe@gnu.org>
8242
8243         strftime.h: wrap funtion declaration in extern "C" block
8244         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8245
8246 2009-11-13  Eric Blake  <ebb9@byu.net>
8247
8248         getgroups: avoid compiler warning
8249         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8250
8251         getgroups: work around FreeBSD bug
8252         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8253         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8254         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8255         * tests/test-getgroups.c (main): Fix buffer overrun.
8256
8257         getgroups: avoid compilation failure
8258         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8259         * modules/getgroups (Depends-on): Add stdint.
8260
8261 2009-11-13  Jim Meyering  <meyering@redhat.com>
8262
8263         test-getgroups: avoid compilation failure
8264         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8265
8266 2009-11-13  Eric Blake  <ebb9@byu.net>
8267
8268         mgetgroups: new module, taken from coreutils
8269         * modules/mgetgroups: New file.
8270         * lib/mgetgroups.h: Likewise.
8271         * lib/mgetgroups.c (mgetgroups): Likewise.
8272         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8273         * MODULES.html.sh (Users and groups): Mention it.
8274
8275         getgroups: don't expose GETGROUPS_T to user
8276         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8277         an element at a time if GETGROUPS_T is wrong size.
8278         * lib/getugroups.h (getugroups): Change signature.
8279         * lib/unistd.in.h (getgroups): Likewise.
8280         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8281         signature needs fixing.
8282         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8283         AC_TYPE_GETGROUPS.
8284         * modules/group-member (Depends-on): Add getgroups.
8285         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8286         (group_member): Rely on getgroups replacement.
8287         * lib/getugroups.c (getugroups): Use gid_t.
8288         * tests/test-getgroups.c (main): Likewise.
8289         * NEWS: Mention the signature change.
8290         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8291         problem with signature.
8292         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8293         GETGROUPS_T is still useful for setgroups.
8294
8295         getgroups, getugroups: provide stubs for mingw
8296         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8297         * lib/getugroups.c (getugroups): Likewise.
8298         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8299         function.  Modernize replacement scheme.
8300         (gl_PREREQ_GETGROUPS): Delete.
8301         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8302         * modules/getgroups (configure.ac): Declare witness.
8303         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8304         * modules/unistd (Depends-on): Substitute witness.
8305         * lib/unistd.in.h (getgroups): Declare replacement.
8306
8307         getgroups: avoid calling exit
8308         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8309         drop xalloc.
8310         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8311         dependencies.
8312         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8313         exiting, in the rare case of malloc failure.
8314
8315         getgroups: fix logic error
8316         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8317         has more than 20 groups.
8318         * modules/getgroups-tests: New test.
8319         * tests/test-getgroups.c: New file.
8320
8321 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8322
8323         * tests/test-base64.c: Improve.
8324
8325 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8326
8327         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8328         Blake <ebb9@byu.net>.
8329
8330 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8331
8332         * tests/test-xvasprintf.c: Add %s%s related checks.
8333
8334 2009-11-12  Eric Blake  <ebb9@byu.net>
8335
8336         version-etc: match standards.texi style
8337         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8338         and use <> only for URLs.
8339
8340 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8341
8342         fts: do not fail on a submount during traversal
8343         * lib/fts.c (fts_build): Read the stat info again after opening
8344         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8345         Original report at http://bugzilla.redhat.com/501848.
8346
8347 2009-11-12  Jim Meyering  <meyering@redhat.com>
8348
8349         bootstrap: sync from coreutils
8350         * build-aux/bootstrap (bootstrap_epilogue): New function.
8351         Use git_modules_config in one more place.  This make bootstrap's
8352         --gnulib-srcdir option more useful for testing.
8353
8354         bootstrap: generalize autoheader check
8355         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8356         AC_CONFIG_HEADERS.
8357
8358 2009-11-11  Eric Blake  <ebb9@byu.net>
8359
8360         mkfifoat: use new modules for Solaris and BSD bugs
8361         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8362         * lib/mkfifoat.c (mknodat): Split...
8363         * lib/mknodat.c (mknodat): ...into new file.
8364         * modules/mkfifoat (Files): Ship new file.
8365         (Depends-on): Add mkfifo, mknod.
8366         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8367         (Depends-on): Add symlink.
8368         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8369         redundant with test_mkfifo.h.
8370         (do_mkfifoat, do_mknodat): New helpers.
8371
8372         mknod: new module
8373         * modules/mknod: New file.
8374         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8375         * lib/mknod.c (mknod): Likewise.
8376         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8377         defaults.
8378         * modules/sys_stat (Makefile.am): Substitute them.
8379         * lib/sys_stat.in.h (mknod): Declare replacement.
8380         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8381         Document it.
8382         * doc/posix-functions/mknod.texi (mknod): Likewise.
8383         * modules/mknod-tests: New test.
8384         * tests/test-mknod.c: Likewise.
8385
8386         mkfifo: new module
8387         * modules/mkfifo: New file.
8388         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8389         * lib/mkfifo.c (mkfifo): Likewise.
8390         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8391         defaults.
8392         * modules/sys_stat (Makefile.am): Substitute them.
8393         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8394         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8395         Document it.
8396         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8397         * modules/mkfifo-tests: New test.
8398         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8399         from test-mkfifoat.c.
8400         * tests/test-mkfifo.c: New file.
8401
8402         readlink: detect FreeBSD bug
8403         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8404         slash on symlink.
8405         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8406         * tests/test-readlink.h (test_readlink): Enhance test.
8407
8408         symlink: detect FreeBSD bug
8409         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8410         slash on symlink.
8411         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8412         * tests/test-symlink.h (test_symlink): Enhance test.
8413
8414 2009-11-10  Eric Blake  <ebb9@byu.net>
8415
8416         link: detect FreeBSD bug
8417         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8418         symlink.
8419         * doc/posix-functions/link.texi (link): Document the bug.
8420         * tests/test-link.h (test_link): Enhance test.
8421         * tests/test-linkat.c (main): Update caller.
8422
8423         unlink, remove: detect FreeBSD bug
8424         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8425         slash on symlink.
8426         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8427         * doc/posix-functions/remove.texi (remove): Likewise.
8428         * tests/test-unlink.h (test_unlink): Enhance test.
8429         * tests/test-remove.c (main): Likewise.
8430
8431 2009-11-09  Eric Blake  <ebb9@byu.net>
8432
8433         rename: detect FreeBSD bug
8434         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8435         slash on symlink.
8436         * modules/renameat-tests (Depends-on): Add filenamecat.
8437         * tests/test-rename.h (test_rename): Allow one more errno.
8438         * tests/test-renameat.c (main): Likewise.
8439         * doc/posix-functions/rename.texi (rename): Document the bug.
8440
8441         open: detect FreeBSD bug
8442         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8443         symlink.
8444         * doc/posix-functions/open.texi (open): Document the bug.
8445         * doc/posix-functions/utimes.texi (utimes): Likewise.
8446         * tests/test-open.h (test_open): Add parameters, and test symlink
8447         handling.
8448         * tests/test-open.c (main): Adjust caller.
8449         * tests/test-fcntl-safer.c (main): Likewise.
8450         * modules/open-tests (Depends-on): Add stdbool, symlink.
8451         * modules/fcntl-safer-tests (Depends-on): Likewise.
8452         * tests/test-openat.c (main): Add test-open tests.
8453
8454         stat: detect FreeBSD bug
8455         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8456         symlink.
8457         * doc/posix-functions/stat.texi (stat): Document the bug.
8458         * tests/test-stat.h (test_stat_func): Add argument.
8459         * tests/test-stat.c (main): Adjust caller.
8460         * tests/test-fstatat.c (main): Likewise.
8461         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8462         Reported by Jim Meyering.
8463
8464 2009-11-09  James Youngman  <jay@gnu.org>
8465
8466         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8467         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8468
8469 2009-11-08  Jim Meyering  <meyering@redhat.com>
8470
8471         utimens: remove invalid futimesat call
8472         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8473         It used the file descriptor of the target file as the DIR_FD
8474         parameter and NULL as the file name.  That caused failure with
8475         errno == EFAULT on FreeBSD-8.0-rc2
8476
8477 2009-11-07  Eric Blake  <ebb9@byu.net>
8478
8479         fflush, freadseek: use fseeko, not fseek
8480         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8481         (clear_ungetc_buffer): Avoid potential problems on large files.
8482         * lib/freadseek.c (freadseek): Likewise.
8483         * modules/freadseek (Depends-on): Add fseeko.
8484         * modules/fseek (configure.ac): Set a witness.
8485         * tests/test-fflush.c (main): Use fseeko.
8486         * tests/test-fpurge.c (fseek): Disable link warning.
8487         * tests/test-freadable.c (fseek): Likewise.
8488         * tests/test-freading.c (fseek): Likewise.
8489         * tests/test-fseeko.c (fseek): Likewise.
8490         * tests/test-ftell.c (fseek): Likewise.
8491         * tests/test-ftello.c (fseek): Likewise.
8492         * tests/test-fwritable.c (fseek): Likewise.
8493         * tests/test-fwriting.c (fseek): Likewise.
8494
8495 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8496
8497         * modules/memchr (Depends-on): Drop getpagesize dependency.
8498
8499 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8500
8501         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8502         Reported by Ludovic Courtès.
8503         * build-aux/pmccabe2html: Improve example usage.
8504         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8505
8506 2009-11-06  Jim Meyering  <meyering@redhat.com>
8507
8508         do-release-commit-and-tag: New module.
8509         Automate the release-commit and tag process.
8510         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8511         * modules/do-release-commit-and-tag: New file.
8512         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8513
8514 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8515
8516         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8517         because test-select.c uses inet_pton.
8518
8519 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8520
8521         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8522         GETADDRINFO_LIB.  Bump serial number.
8523         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8524         Suggested by Eric Blake <ebb9@byu.net>.
8525
8526 2009-11-05  Eric Blake  <ebb9@byu.net>
8527
8528         strtod: detect darwin bug
8529         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8530         Reported by Leo Davis.
8531
8532         freopen-safer: new module
8533         * modules/freopen-safer: New module.
8534         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8535         * lib/freopen-safer.c (freopen_safer): New file.
8536         * lib/stdio-safer.h (freopen_safer): New declaration.
8537         * lib/stdio--.h (freopen): New override.
8538         * MODULES.html.sh (File stream based Input/Output): Mention it.
8539         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8540         freopen-safer module.
8541         * doc/posix-functions/stderr.texi (stderr): Likewise.
8542         * doc/posix-functions/stdin.texi (stdin): Likewise.
8543         * doc/posix-functions/stdout.texi (stdout): Likewise.
8544         * modules/freopen-safer-tests: New test.
8545         * tests/test-reopen-safer.c: New file.
8546
8547 2009-11-05  Jim Meyering  <meyering@redhat.com>
8548
8549         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8550         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8551
8552 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8553
8554         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8555
8556 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8557
8558         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8559
8560 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8561
8562         Fix link error.
8563         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8564         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8565
8566 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8567
8568         * tests/test-func.c: Also test value of __func__.
8569
8570 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8571
8572         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8573         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8574
8575 2009-11-05  Bruno Haible  <bruno@clisp.org>
8576
8577         Fix link error.
8578         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8579         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8580         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8581
8582 2009-11-05  Bruno Haible  <bruno@clisp.org>
8583
8584         Tests for module 'inet_pton'.
8585         * modules/inet_pton-tests: New file.
8586         * tests/test-inet_pton.c: New file.
8587
8588 2009-11-05  Bruno Haible  <bruno@clisp.org>
8589
8590         Tests for module 'inet_ntop'.
8591         * modules/inet_ntop-tests: New file.
8592         * tests/test-inet_ntop.c: New file.
8593
8594 2009-11-04  Eric Blake  <ebb9@byu.net>
8595
8596         stdlib-safer: wrap all mkstemp variants
8597         * modules/mkostemp (configure.ac): Set witness.
8598         * modules/mkostemps (configure.ac): Likewise.
8599         * modules/mkstemps (configure.ac): Likewise.
8600         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8601         (mkstemps_safer): Wrap more functions.
8602         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8603         wrapping.
8604         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8605         (mkstemps_safer): Implement the wrappers.
8606
8607         mkstemps, mkostemps: new modules
8608         * modules/mkostemps: New module.
8609         * modules/mkstemps: Likewise.
8610         * lib/mkostemps.c (mkostemps): New file.
8611         * lib/mkstemps.c (mkstemps): Likewise.
8612         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8613         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8614         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8615         * modules/stdlib (Makefile.am): Substitute them.
8616         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8617         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8618         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8619         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8620         * MODULES.html.sh (File system functions): Mention them.
8621
8622         tempname: resync from glibc
8623         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8624         same values for __GT_FILE as glibc.  Abort even when assertions
8625         are disabled.
8626         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8627         match its value otherwise.  Allow idempotent inclusion.
8628         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8629         * lib/mkostemp.c (mkostemp): Likewise.
8630         * lib/mkstemp.c (mkstemp): Likewise.
8631         * lib/tmpfile.c (tmpfile): Likewise.
8632         * NEWS: Document this.
8633
8634         utimens: fix use of futimens on older Linux
8635         * lib/utimens.c (fdutimens): Use updated, rather than original,
8636         timespec to avoid bug in older Linux kernel.
8637         Reported by Simon Josefsson.
8638
8639 2009-11-04  Bruno Haible  <bruno@clisp.org>
8640
8641         Make num_processors more flexible and consistent.
8642         * lib/nproc.h (enum nproc_query): New type.
8643         (num_processors): Add a 'query' argument.
8644         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8645         (num_processors): Add a 'query' argument. Test the value of the
8646         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8647         mingw, count the number of CPUs available for the current process.
8648         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8649         Check for sched_getaffinity and sched_getaffinity_np.
8650         * modules/nproc (Depends-on): Add c-ctype, extensions.
8651         * NEWS: Mention the change.
8652
8653 2009-11-03  Bruno Haible  <bruno@clisp.org>
8654
8655         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8656
8657 2009-11-03  Jim Meyering  <meyering@redhat.com>
8658
8659         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8660         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8661         if it is defined.
8662
8663 2009-11-02  Eric Blake  <ebb9@byu.net>
8664
8665         mktime, timegm: share common declaration
8666         * lib/mktime-internal.h: New file.
8667         * lib/mktime.c: Use it rather than open-coding a declaration.
8668         * lib/timegm.c: Likewise.
8669         * modules/mktime (Files): Ship it.
8670         * modules/timegm (Files): Likewise.
8671         Suggested by Bruno Haible.
8672
8673         test-update-copyright: update test to match script changes
8674         * tests/test-update-copyright.sh: Avoid hard-coding perl
8675         location.  Don't update *.bak created by earlier runs.
8676
8677 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8678             Simon Josefsson  <simon@josefsson.org>
8679             Bruno Haible  <bruno@clisp.org>
8680
8681         Fix link error on Solaris 8.
8682         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8683         also in libnsl. Define also INET_PTON_LIB.
8684         * modules/inet_pton (Link): New section.
8685
8686 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8687             Bruno Haible  <bruno@clisp.org>
8688
8689         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8690         * modules/inet_ntop (Link): New section.
8691         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8692
8693 2009-11-02  Eric Blake  <ebb9@byu.net>
8694
8695         maint: avoid compiler warnings in m4 macros
8696         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8697         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8698
8699 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8700
8701         * m4/pmccabe2html.m4: Remove file.
8702         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8703         function.  Change maintainer.
8704         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8705         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8706         Courtès).
8707
8708 2009-10-31  Eric Blake  <ebb9@byu.net>
8709
8710         fseeko: fix m4 regression
8711         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8712         regression from 2009-10-27.
8713         Reported by Ralf Wildenhues.
8714
8715 2009-10-31  Jim Meyering  <meyering@redhat.com>
8716
8717         inttostr: aesthetics and improved (compile-time) safety
8718         Define inttype_is_signed rather than inttype_is_unsigned,
8719         since the sole use is via "#if inttype_is_signed".
8720         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8721         inttype_is_unsigned.
8722         * lib/offtostr.c (inttype_is_signed): Likewise.
8723         * lib/uinttostr.c (inttype_is_signed): Likewise.
8724         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8725         * lib/inttostr.c (inttostr): Use verify to cross-check the
8726         inttype_is_signed value and the signedness of the actual type.
8727         * modules/inttostr (Depends-on): Add verify.
8728
8729 2009-10-30  Eric Blake  <ebb9@byu.net>
8730
8731         build: avoid compiler warnings
8732         * lib/fchmodat.c (lchmod): Mark unused variables.
8733         * lib/getopt.c (_getopt_initialize): Likewise.
8734         * lib/mktime.c (__mktime_internal): Provide prototype.
8735         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8736         older gcc that do not understand #pragma GCC diagnostic.
8737         * lib/uinttostr.c (inttype_is_unsigned): Define.
8738         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8739
8740 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8741
8742         stat: fix compilation on AIX
8743         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8744         only see struct stat64.
8745
8746 2009-10-30  Eric Blake  <ebb9@byu.net>
8747
8748         exclude: make more robust
8749         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8750         rather than masking a coding bug.
8751         Suggested by Bruno Haible.
8752
8753 2009-10-30  Jim Meyering  <meyering@redhat.com>
8754
8755         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8756         Rather than putting #!/usr/bin/perl on the first line,
8757         start with a variant of what's recommended by "man perlrun" that
8758         invokes the first "perl" program from your shell's search path.
8759         * build-aux/gitlog-to-changelog: Replace #!... as above.
8760         Add a "Local Variables" perl mode setting.
8761         Prompted by a patch from Ludovic Courtès.
8762         Improved by Eric Blake.
8763         * build-aux/useless-if-before-free: Likewise.
8764         * build-aux/announce-gen: Likewise.
8765         * build-aux/update-copyright: Likewise.
8766
8767 2009-10-29  Eric Blake  <ebb9@byu.net>
8768
8769         filenamecat-lgpl: adjust clients
8770         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8771         filenamecat.
8772         * modules/renameat (Depends-on): Likewise.
8773
8774         filenamecat: split into filenamecat-lgpl
8775         * modules/filenamecat-lgpl: New module.
8776         * modules/filenamecat (Files): Move library-safe files into
8777         filenamecat-lgpl.
8778         (Depends-on): Add filenamecat-lgpl.
8779         (configure.ac): Declare witness.
8780         * lib/filenamecat.h (file_name_concat): Only declare when using
8781         GPL module.
8782         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8783         Move...
8784         * lib/filenamecat-lgpl.c: ...into new file.
8785         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8786         (gl_FILE_NAME_CONCAT): Use it.
8787         * MODULES.html.sh (File system functions): Mention new module.
8788
8789         argp: avoid memory leak
8790         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8791         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8792         base_name, since the latter malloc()s and can call exit().
8793         Leak introduced 2006-07-03.
8794
8795         dirname-lgpl: adjust clients that don't need full dirname
8796         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8797         * modules/filenamecat (Depends-on): Likewise.
8798         * modules/linkat (Depends-on): Likewise.
8799         * modules/mkancesdirs (Depends-on): Likewise.
8800         * modules/mkdir (Depends-on): Likewise.
8801         * modules/openat (Depends-on): Likewise.
8802         * modules/savewd (Depends-on): Likewise.
8803         * modules/rename (Depends-on): Likewise.
8804         (License): Relax license.
8805         * modules/mkdir-tests (Depends-on): Drop progname.
8806         (Makefile.am): Delete unneeded LDADD.
8807         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8808
8809         dirname: split into dirname-lgpl
8810         * modules/dirname-lgpl: New module.
8811         * modules/dirname (Files): Move library-safe files into
8812         dirname-lgpl.
8813         (Depends-on): Add dirname-lgpl.
8814         (configure.ac): Declare witness.
8815         * modules/double-slash-root (License): Relax license.
8816         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8817         module.
8818         * lib/dirname.c (dir_len, mdir_name): Move...
8819         * lib/dirname-lgpl.c: ...into new file.
8820         * lib/basename.c (last_component, base_len): Move...
8821         * lib/basename-lgpl.c: ...into new file.
8822         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8823         (gl_DIRNAME): Use it.
8824         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8825         Mention new module.
8826         * modules/dirname-tests (Depends-on): Add progname.
8827         * tests/test-dirname.c (program_name): Delete.
8828
8829         mkdir: make safe for libraries
8830         * modules/mkdir (Depends-on): Drop xalloc.
8831         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8832         exit.
8833
8834         tests: avoid some compiler warnings
8835         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8836         literals.
8837         * tests/test-memchr.c (main): Avoid type mismatch.
8838         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8839         * tests/test-base64.c (main): Likewise.
8840         * tests/test-getdelim.c (main): Likewise.
8841         * tests/test-gethostname.c (main): Likewise.
8842         * tests/test-getline.c (main): Likewise.
8843         * tests/test-netinet_in.c (main): Likewise.
8844         * tests/test-select.c (open_server_socket, main): Likewise.
8845         * tests/test-select-stdin.c (main): Likewise.
8846         * tests/test-sockets.c (main): Likewise.
8847         * tests/test-strsignal.c (main): Likewise.
8848         * tests/test-sys_select.c (main): Likewise.
8849         * tests/test-sys_socket.c (main): Likewise.
8850         * tests/test-u64.c (main): Likewise.
8851         * tests/test-xfprintf-posix.c (main): Likewise.
8852         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8853
8854         sockets: avoid compiler warning
8855         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8856
8857         maint: detect usage(1) and other suspicious exits
8858         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8859
8860 2009-10-29  Jim Meyering  <meyering@redhat.com>
8861
8862         timespec: long-to-int truncation could make timespec_cmp malfunction
8863         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8864         a multiple of 2^32 nanoseconds as no difference.
8865
8866 2009-10-28  Jim Meyering  <meyering@redhat.com>
8867
8868         fprintftime: wrap macro code argument in "do {...} while(0)"
8869         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8870         cpy macro must be a statement that can be followed by a semicolon.
8871         Now that the else clause contains a comment and is hence longer
8872         than one line, I require curly braces.  That in turn requires
8873         that we wrap this code block in the standard do...while(0).
8874
8875         fprintftime: remove stray semicolon from previous change
8876         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8877
8878         fprintftime: avoid a warning about ignored fwrite return value
8879         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8880         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8881         that is unsafe.
8882         * modules/fprintftime (Depends-on): Add ignore-value.
8883
8884         exclude: avoid an unwarranted warning
8885         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8886
8887 2009-10-27  Eric Blake  <ebb9@byu.net>
8888
8889         fseek: avoid compilation failure when fflush is replaced
8890         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8891         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8892         module is in use.
8893         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8894         module is not in use; since REPLACE_FSEEK worked otherwise.
8895         (GNULIB_FTELLO): Likewise for ftell.
8896         Reported by Ian Beckwith and others.
8897
8898 2009-10-27  Bruno Haible  <bruno@clisp.org>
8899
8900         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8901         Reported by Jim Meyering.
8902
8903 2009-10-27  Jim Meyering  <jim@meyering.net>
8904             Bruno Haible  <bruno@clisp.org>
8905
8906         Avoid warning despite dropping the return value of fwrite.
8907         * lib/unicodeio.c: Include ignore-value.h.
8908         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8909         * modules/unicodeio (Depends-on): Add ignore-value.
8910
8911 2009-10-26  Eric Blake  <ebb9@byu.net>
8912
8913         areadlinkat: fix fallback path
8914         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8915         pointer and zero.
8916
8917 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8918
8919         Use a better IO block size for modern systems
8920         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8921         * lib/md2.c: Likewise.
8922         * lib/md4.c: Likewise.
8923         * lib/md5.c: Likewise.
8924         * lib/sha1.c: Likewise.
8925         * lib/sha256.c: Likewise.
8926         * lib/sha512.c: Likewise.
8927
8928 2009-10-22  Eric Blake  <ebb9@byu.net>
8929
8930         tests: avoid several compiler warnings
8931         * tests/test-getcwd.c (main): Avoid buffer underflow.
8932         * tests/test-getdate.c (main): String literals are not safe with
8933         putenv, so use setenv.  Declare unused argument.
8934         * modules/getdate-tests (Depends-on): Add setenv.
8935         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8936         problems with string literals in char *.
8937         * tests/test-hash.c (main): Avoid shadowing declaration.
8938         (insert_new): Treat string literals as char const *.
8939         * tests/test-getopt.h (test_getopt): Likewise.
8940         (getopt_loop): Alter types to minimize casting elsewhere.
8941         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8942         (test_getopt_long_posix): Likewise.
8943         (do_getopt_long): Add wrapper to minimize casting.
8944         * tests/test-atexit.c (clear_temp_file): Use void.
8945         * tests/test-areadlink-with-size.c (main): Declare unused
8946         arguments.
8947         * tests/test-areadlink.c (main): Likewise.
8948         * tests/test-areadlinkat-with-size.c (main): Likewise.
8949         * tests/test-areadlinkat.c (main): Likewise.
8950         * tests/test-canonicalize-lgpl.c (main): Likewise.
8951         * tests/test-canonicalize.c (main): Likewise.
8952         * tests/test-dirent-safer.c (main): Likewise.
8953         * tests/test-dirname.c (main): Likewise.
8954         * tests/test-dup2.c (main): Likewise.
8955         * tests/test-fchdir.c (main): Likewise.
8956         * tests/test-fcntl-h.c (main): Likewise.
8957         * tests/test-fcntl-safer.c (main): Likewise.
8958         * tests/test-fdopendir.c (main): Likewise.
8959         * tests/test-fdutimensat.c (main): Likewise.
8960         * tests/test-fflush.c (main): Likewise.
8961         * tests/test-filenamecat.c (main): Likewise.
8962         * tests/test-filevercmp.c (main): Likewise.
8963         * tests/test-fopen-safer.c (main): Likewise.
8964         * tests/test-fopen.c (main): Likewise.
8965         * tests/test-fpending.c (main): Likewise.
8966         * tests/test-fpurge.c (main): Likewise.
8967         * tests/test-freading.c (main): Likewise.
8968         * tests/test-fstatat.c (main): Likewise.
8969         * tests/test-fsync.c (main): Likewise.
8970         * tests/test-futimens.c (main): Likewise.
8971         * tests/test-getndelim2.c (main): Likewise.
8972         * tests/test-gettimeofday.c (main): Likewise.
8973         * tests/test-getopt.c (main): Likewise.
8974         * tests/test-i-ring.c (main): Likewise.
8975         * tests/test-inttypes.c (main): Likewise.
8976         * tests/test-link.c (main): Likewise.
8977         * tests/test-lstat.c (main): Likewise.
8978         * tests/test-math.c (main): Likewise.
8979         * tests/test-md5.c (main): Likewise.
8980         * tests/test-memchr2.c (main): Likewise.
8981         * tests/test-memrchr.c (main): Likewise.
8982         * tests/test-mkdir.c (main): Likewise.
8983         * tests/test-mkdirat.c (main): Likewise.
8984         * tests/test-mkfifoat.c (main): Likewise.
8985         * tests/test-open.c (main): Likewise.
8986         * tests/test-openat-safer.c (main): Likewise.
8987         * tests/test-openat.c (main): Likewise.
8988         * tests/test-quotearg.c (main): Likewise.
8989         * tests/test-rawmemchr.c (main): Likewise.
8990         * tests/test-readlink.c (main): Likewise.
8991         * tests/test-remove.c (main): Likewise.
8992         * tests/test-rename.c (main): Likewise.
8993         * tests/test-renameat.c (main): Likewise.
8994         * tests/test-rmdir.c (main): Likewise.
8995         * tests/test-sha1.c (main): Likewise.
8996         * tests/test-signal.c (main): Likewise.
8997         * tests/test-sigaction.c (main): Likewise.
8998         * tests/test-stat.c (main): Likewise.
8999         * tests/test-stat-time.c (main): Likewise.
9000         * tests/test-stddef.c (main): Likewise.
9001         * tests/test-stdint.c (main): Likewise.
9002         * tests/test-stdio.c (main): Likewise.
9003         * tests/test-stdlib.c (main): Likewise.
9004         * tests/test-strchrnul.c (main): Likewise.
9005         * tests/test-strerror.c (main): Likewise.
9006         * tests/test-string.c (main): Likewise.
9007         * tests/test-strtod.c (main): Likewise.
9008         * tests/test-strverscmp.c (main): Likewise.
9009         * tests/test-symlink.c (main): Likewise.
9010         * tests/test-symlinkat.c (main): Likewise.
9011         * tests/test-sys_stat.c (main): Likewise.
9012         * tests/test-sys_time.c (main): Likewise.
9013         * tests/test-time.c (main): Likewise.
9014         * tests/test-unistd.c (main): Likewise.
9015         * tests/test-unlink.c (main): Likewise.
9016         * tests/test-unlinkat.c (main): Likewise.
9017         * tests/test-utimens.c (main): Likewise.
9018         * tests/test-utimensat.c (main): Likewise.
9019         * tests/test-version-etc.c (main): Likewise.
9020         * tests/test-wchar.c (main): Likewise.
9021         * tests/test-wctype.c (main): Likewise.
9022         * tests/test-xprintf-posix.c (main): Likewise.
9023         * tests/test-posixtm.c (main): Likewise.
9024         (STREQ): Delete unused macro.
9025         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9026         shadowed variables.
9027         * tests/test-memchr.c (main): Likewise.
9028
9029 2009-10-21  Eric Blake  <ebb9@byu.net>
9030
9031         areadlinkat: avoid failure on older glibc
9032         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9033         rather than mis-comparing 0 against FUNC_RESULT of char*.
9034
9035 2009-10-21  Bruno Haible  <bruno@clisp.org>
9036
9037         * modules/stpncpy (License): Relicense under LGPLv2+.
9038         Reported by David Lutterkort <lutter@redhat.com>.
9039
9040 2009-10-20  Eric Blake  <ebb9@byu.net>
9041
9042         utimensat: work around Solaris 9 bug
9043         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9044         has trailing slash bugs.
9045         * tests/test-lutimens.h (test_lutimens): Enhance test.
9046         * tests/test-utimens.h (test_utimens): Likewise.
9047         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9048         * doc/posix-functions/utimes.texi (utimes): Likewise.
9049         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9050         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9051         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9052         * doc/posix-functions/futimens.texi (futimens): Likewise.
9053
9054         fdutimensat: new module
9055         * modules/fdutimensat: New file.
9056         * lib/fdutimensat.c (fdutimensat): Likewise.
9057         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9058         * MODULES.html.sh (File system functions): Mention module.
9059         * modules/fdutimensat-tests: New test.
9060         * tests/test-fdutimensat.c: Likewise.
9061
9062         doc: regenerate INSTALL
9063         * doc/INSTALL: Reflect recent autoconf update.
9064         * doc/INSTALL.ISO: Likewise.
9065         * doc/INSTALL.UTF-8: Likewise.
9066
9067 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9068
9069         acl: warn if ACL support is not detected
9070         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9071
9072 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9073
9074         * lib/nproc.h: Add extern "C" block for C++.
9075
9076 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9077             Bruno Haible  <bruno@clisp.org>
9078
9079         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9080         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9081         * doc/posix-functions/isalpha.texi: Likewise.
9082         * doc/posix-functions/isblank.texi: Likewise.
9083         * doc/posix-functions/iscntrl.texi: Likewise.
9084         * doc/posix-functions/isdigit.texi: Likewise.
9085         * doc/posix-functions/isgraph.texi: Likewise.
9086         * doc/posix-functions/islower.texi: Likewise.
9087         * doc/posix-functions/isprint.texi: Likewise.
9088         * doc/posix-functions/ispunct.texi: Likewise.
9089         * doc/posix-functions/isspace.texi: Likewise.
9090         * doc/posix-functions/isupper.texi: Likewise.
9091         * doc/posix-functions/isxdigit.texi: Likewise.
9092
9093 2009-10-18  Bruno Haible  <bruno@clisp.org>
9094
9095         Tests for module 'isblank'.
9096         * modules/isblank-tests: New file.
9097         * tests/test-isblank.c: New file.
9098
9099         New module 'isblank'.
9100         * lib/isblank.c: New file.
9101         * m4/isblank.m4: New file.
9102         * modules/isblank: New file.
9103         * doc/posix-functions/isblank.texi: Mention the new module.
9104
9105 2009-10-18  Bruno Haible  <bruno@clisp.org>
9106
9107         New module 'ctype'.
9108         * lib/ctype.in.h: New file.
9109         * m4/ctype.m4: New file.
9110         * modules/ctype: New file.
9111         * doc/posix-headers/ctype.texi: Mention the new module.
9112
9113 2009-10-18  Jim Meyering  <meyering@redhat.com>
9114
9115         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9116         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9117         right after its initialization, rather than farther down.
9118         Keeping these in close proximity makes it easier to ensure
9119         that each such variable is initialized.  E.g.,
9120
9121             LIB_CLOCK_GETTIME=
9122             AC_SUBST([LIB_CLOCK_GETTIME])
9123
9124         This change also increments these serial numbers.
9125         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9126         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9127         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9128
9129 2009-10-18  Bruno Haible  <bruno@clisp.org>
9130
9131         Don't let environment variables perturb build.
9132         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9133         (gl_PREREQ_GETHRXTIME): ... not here.
9134
9135 2009-10-18  Bruno Haible  <bruno@clisp.org>
9136
9137         Avoid symlink attack in localcharset module.
9138         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9139         (O_NOFOLLOW): Define fallback.
9140         (get_charset_aliases): Don't open the file if it is a symbolic link.
9141         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9142         gl_FCNTL_H.
9143         (gl_FCNTL_H): Require it.
9144         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9145         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9146         Reported by Fergal Glynn <fglynn@veracode.com>.
9147
9148 2009-10-18  Bruno Haible  <bruno@clisp.org>
9149
9150         Implement nproc for mingw.
9151         * lib/nproc.c: Include <windows.h>
9152         (num_processors): On native Windows platforms, try GetSystemInfo.
9153
9154 2009-10-18  Bruno Haible  <bruno@clisp.org>
9155
9156         Implement nproc for IRIX.
9157         * lib/nproc.c: Include <sys/sysmp.h>.
9158         (num_processors): On IRIX systems, try sysmp.
9159         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9160
9161 2009-10-18  Bruno Haible  <bruno@clisp.org>
9162
9163         Implement nproc for HP-UX.
9164         * lib/nproc.c: Include <sys/pstat.h>
9165         (num_processors): On HP-UX systems, try pstat_getdynamic.
9166         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9167         pstat_getdynamic.
9168
9169 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9170             Bruno Haible  <bruno@clisp.org>
9171
9172         Implement nproc for NetBSD, OpenBSD.
9173         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9174         (ARRAY_SIZE): New macro.
9175         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9176         * m4/nproc.m4: New file.
9177         * modules/nproc (Files): Add m4/nproc.m4.
9178         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9179         (Makefile.am): Instead, augment lib_SOURCES.
9180
9181 2009-10-18  Bruno Haible  <bruno@clisp.org>
9182
9183         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9184         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9185         sys/param.h.
9186
9187 2009-10-16  Eric Blake  <ebb9@byu.net>
9188
9189         utimensat: new module
9190         * modules/utimensat: New file.
9191         * lib/utimensat.c (utimensat): Likewise.
9192         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9193         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9194         so we can work around Linux bugs.
9195         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9196         * modules/sys_stat (Makefile.am): Substitute them.
9197         * lib/sys_stat.in.h (utimensat): Declare it.
9198         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9199         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9200         * modules/utimensat-tests: New test.
9201         * tests/test-utimensat.c: Likewise.
9202
9203         utimens: let lutimens work on non-symlinks
9204         * lib/utimens.c (lutimens): Fall back to utimens rather than
9205         failing with ENOSYS, when file is not a symlink.
9206         (utimens): Reduce redirection.
9207         * tests/test-lutimens.h (test_lutimens): Update test to cover
9208         non-symlinks.
9209         * tests/test-utimens.h (test_utimens): Update test to cover
9210         symlinks.
9211         * tests/test-utimens.c (main): Update caller.
9212
9213         utimens: cache whether utimensat syscall works
9214         * lib/utimens.c (utimensat_works_really): New cache variable.
9215         (fdutimens, lutimens): Use it to avoid failing syscall.
9216
9217         test-stat-time, test-utimens: improve portability
9218         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9219         ext4 on alpha, and for cygwin.
9220         * tests/test-utimens-common.h: New file.
9221         (nap): Factor delays into single function.
9222         * tests/test-lutimens.h (test_lutimens): Use new header.
9223         * tests/test-futimens.h (test_futimens): Likewise.
9224         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9225         timestamps to occur from same machine, as was done previously for
9226         test_utimens.
9227         * modules/utimens-tests (Files): Ship new file.
9228         * modules/futimens-tests (Files): Likewise.
9229         Reported in part by Jim Meyering.
9230
9231         sys_stat: sort replacement declarations
9232         * lib/sys_stat.in.h: Sort declarations.
9233         * lib/futimens.c (futimens): Fix typo.
9234
9235 2009-10-15  Jim Meyering  <meyering@redhat.com>
9236
9237         don't let environment settings perturb build
9238         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9239         could cause a configure-time and/or build-time malfunction.
9240         Typically, a configure-time function-in-library test is performed
9241         via code like this:
9242
9243           LIB_VAR=
9244           AC_SUBST([LIB_VAR])
9245           prefix_saved_LIBS=$LIBS
9246             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9247                        [test "$ac_cv_search_FUNC" = "none required" ||
9248                         LIB_VAR=$ac_cv_search_FUNC])
9249           LIBS=$prefix_saved_LIBS
9250
9251         However, in each of the files affected by this change, the LIB_VAR=
9252         initialization was omitted.  Thus, when set in the environment, its
9253         value would propagate into generated Makefiles when FUNC is not found
9254         in LIB_NAME.
9255         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9256         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9257         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9258
9259 2009-10-14  Eric Blake  <ebb9@byu.net>
9260
9261         fchdir: avoid infinite recursion in mingw
9262         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9263         recursing.
9264
9265         test-stat-time: port to mingw
9266         * tests/test-stat-time.c (force_unlink): Return a value.
9267         (test_ctime) [W32]: Fix compilation error.
9268         (nap): Don't call usleep with too large an argument.  Use
9269         force_unlink.
9270         * doc/pastposix-functions/usleep.texi (usleep): Document the
9271         portability issue.
9272
9273 2009-10-13  Jim Meyering  <meyering@redhat.com>
9274
9275         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9276         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9277         * modules/pipe-filter-ii: Likewise.
9278         * modules/sys_socket-tests: Likewise.
9279         * modules/tsearch-tests: Likewise.
9280         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9281         (check): Depend on it.
9282
9283 2009-10-12  Eric Blake  <ebb9@byu.net>
9284
9285         utimens-tests: port to NFS file systems
9286         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9287         comparisons to avoid spurious failures from timestamp drift
9288         between NFS machines.
9289
9290 2009-10-12  Eric Blake  <ebb9@byu.net>
9291
9292         stat-time-tests: minor cleanups
9293         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9294         * tests/test-stat-time.c (nap): Separate assignment from call.
9295         Suggested by Paolo Bonzini and Bruno Haible.
9296
9297         sys_stat: guarantee struct timespec
9298         * lib/sys_stat.in.h (includes): Always include <time.h>
9299         * modules/sys_stat (Depends-on): Add time.
9300         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9301         mode_t permission values.
9302         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9303         get at subsecond timestamps.
9304
9305 2009-10-10  Eric Blake  <ebb9@byu.net>
9306
9307         futimens: new module
9308         * modules/futimens: New file.
9309         * lib/futimens.c (futimens): Likewise.
9310         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9311         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9312         we can work around Linux bugs.
9313         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9314         * modules/sys_stat (Makefile.am): Substitute them.
9315         * lib/sys_stat.in.h (futimens): Declare it.
9316         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9317         * doc/posix-functions/futimens.texi (futimens): Likewise.
9318         * modules/futimens-tests: New test.
9319         * tests/test-futimens.c: Likewise.
9320
9321         utimens: introduce fdutimens
9322         * lib/utimens.h (fdutimens): New prototype.
9323         * lib/utimens.c (gl_futimens): Move guts...
9324         (fdutimens): ...to new interface.
9325         * tests/test-utimens.c (do_fdutimens): Use it.
9326
9327         utimens: add UTIME_NOW and UTIME_OMIT support
9328         * lib/utimens.c (validate_timespec, update_timespec): New helper
9329         functions.
9330         (gl_futimens, lutimens): Use them.
9331         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9332         stdbool, sys_stat.
9333         (Link): Mention resulting library dependency.
9334         * modules/utimecmp (Link): Likewise.
9335         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9336         (Makefile.am): Pick up library dependency.
9337         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9338         definition.
9339         * tests/test-sys_stat.c: Test the definitions.
9340         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9341         * NEWS: Document library dependency.
9342
9343         utimecmp: support symlink timestamps
9344         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9345         hashing when possible.  Use pathconf when available.
9346         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9347         * modules/utimecmp (Depends-on): Add lstat.
9348
9349         utimens: add lutimens interface
9350         * lib/utimens.c (lutimens): New function.
9351         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9352         * lib/utimens.h (lutimens): Declare new interface.
9353         * tests/test-utimens.c (main): Enhance test.
9354         * tests/test-lutimens.h (test_lutimens): New file.
9355         * modules/utimens-tests (Files): Distribute it.
9356         (Depends-on): Add symlink.
9357         (configure.ac): Check for usleep.
9358
9359         utimens: validate futimens usage
9360         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9361         fewer syscalls on failure later on.  Avoid compiler warning on
9362         mingw.
9363         * modules/utimens (Depends-on): Add dup2.
9364
9365         utimens: add test
9366         * modules/utimens-tests: New test.
9367         * tests/test-utimens.h: New file.
9368         * tests/test-futimens.h: Likewise.
9369         * tests/test-utimens.c: Likewise.
9370
9371         doc: mention timestamp portability issues
9372         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9373         instead.
9374         * doc/posix-functions/utime.texi (utime): Likewise.
9375         * doc/posix-functions/utimes.texi (utimes): Likewise.
9376         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9377         instead.
9378         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9379         module.
9380         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9381         Mention weakness with symlink timestamps.
9382         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9383         to utimensat/futimens instead.
9384         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9385
9386         test-dup2: enhance test
9387         * tests/test-dup2.c (main): Also check AT_FDCWD.
9388
9389         test-stat-time: avoid more spurious failures
9390         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9391         xfs; and avoid race if the two timestamps cross quantization edge.
9392
9393         relocatable: prefer 'file system' over 'filesystem'
9394         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9395         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9396         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9397         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9398         * lib/relocatable.c (compute_curr_prefix): Likewise.
9399
9400 2009-10-10  Jim Meyering  <meyering@redhat.com>
9401
9402         stat-time-tests: check for the usleep function
9403         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9404
9405 2009-10-10  Bruno Haible  <bruno@clisp.org>
9406
9407         * modules/xnanosleep: Put the Link section after the Include section.
9408
9409 2009-10-09  Eric Blake  <ebb9@byu.net>
9410
9411         dup2: work around FreeBSD 6.1 bug
9412         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9413         * doc/posix-functions/dup2.texi (dup2): Document it.
9414         Reported by Nelson H. F. Beebe and Jim Meyering.
9415
9416         test-stat-time: port to buggy NFS clients
9417         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9418         (test_ctime): Also skip test if mtime and ctime are skewed.
9419
9420         maint: prefer 'file system' over 'filesystem'
9421         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9422         * doc/posix-functions/lstat.texi (lstat): Likewise.
9423         * lib/file-has-acl.c (file_has_acl): Likewise.
9424         * lib/fwriteerror.c [TEST]: Likewise.
9425         * tests/test-areadlink.h (test_areadlink): Likewise.
9426         * tests/test-areadlinkat-with-size.c (main): Likewise.
9427         * tests/test-areadlinkat.c (main): Likewise.
9428         * tests/test-canonicalize-lgpl.c (main): Likewise.
9429         * tests/test-canonicalize.c (main): Likewise.
9430         * tests/test-fstatat.c (main): Likewise.
9431         * tests/test-linkat.c (main): Likewise.
9432         * tests/test-lstat.h (test_lstat_func): Likewise.
9433         * tests/test-mkdir.h (test_mkdir): Likewise.
9434         * tests/test-readlink.h (test_readlink): Likewise.
9435         * tests/test-remove.c (main): Likewise.
9436         * tests/test-rename.h (test_rename): Likewise.
9437         * tests/test-renameat.c (main): Likewise.
9438         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9439         * tests/test-symlink.h (test_symlink): Likewise.
9440         * tests/test-symlinkat.c (main): Likewise.
9441         * tests/test-unlink.h (test_unlink_func): Likewise.
9442         * tests/test-unlinkat.c (main): Likewise.
9443
9444         maint: make realtime library usage explicit
9445         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9446         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9447         * modules/settime (Link): Likewise.
9448         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9449
9450         test-stat-time: speed up execution
9451         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9452         warning on mingw.
9453         (nap): New helper function.
9454         (prepare_test): Use it to reduce sleep time.
9455         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9456         execution.
9457         * modules/stat-time-tests (configure.ac): Check for usleep.
9458
9459 2009-10-09  Jim Meyering  <meyering@redhat.com>
9460
9461         selinux-h: always use getfilecon wrappers
9462         * lib/getfilecon.c: New file.
9463         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9464         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9465         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9466         (fgetfilecon): Provide a stub.
9467         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9468         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9469         file unconditionally.
9470         When <selinux/selinux.h> is found, arrange to use wrappers.
9471         * modules/selinux-h (Files): Add getfilecon.c.
9472         (Makefile.am): Substitute include-next-related bits
9473         into the now-always-generated selinux/selinux.h file.
9474         * doc/glibc-functions/lgetfilecon.texi: New file.
9475         * doc/glibc-functions/fgetfilecon.texi: New file.
9476         * doc/glibc-functions/getfilecon.texi: New file.
9477         * doc/glibc-functions/getfilecon-desc.texi: New file.
9478         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9479         which to pull in the new files.
9480         * MODULES.html.sh (Misc): Add selinux-h.
9481
9482 2009-10-08  Jim Meyering  <meyering@redhat.com>
9483
9484         unistd: fix comment typo
9485         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9486
9487 2009-10-08  Eric Blake  <ebb9@byu.net>
9488
9489         areadlink: use SIZE_MAX consistently
9490         * modules/areadlink (Depends-on): Add stdint.
9491         * modules/areadlink-with-size (Depends-on): Likewise.
9492         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9493         gives NULL; drop sys/types, since unistd gives size_t; and add
9494         stdint for SIZE_MAX.
9495         (SIZE_MAX): Rely on headers.
9496         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9497         and add stdint.
9498         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9499         (SIZE_MAX): Likewise.
9500         (INITIAL_BUF_SIZE): Turn into enum.
9501         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9502
9503 2009-10-08  Jim Meyering  <meyering@redhat.com>
9504
9505         areadlinkat: avoid compilation failure
9506         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9507         Fix typo in comment.
9508
9509 2009-10-07  Eric Blake  <ebb9@byu.net>
9510
9511         areadlinkat-with-size: new module
9512         * modules/areadlinkat-with-size: New module.
9513         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9514         * lib/areadlink.h (areadlinkat): Declare it.
9515         * MODULES.html.sh (File system functions): Mention it.
9516         * modules/areadlinkat-with-size-tests: New test.
9517         * tests/test-areadlinkat-with-size.c: New file.
9518
9519         xreadlinkat: new module
9520         * modules/xreadlinkat: New module.
9521         * lib/xreadlinkat.c (xreadlinkat): New file.
9522         * lib/xreadlink.h (xreadlinkat): Declare it.
9523         * MODULES.html.sh (File system functions): Mention it.
9524
9525         areadlinkat: new module
9526         * lib/at-func.c (FUNC_FAIL): New define.
9527         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9528         * modules/areadlinkat: New module.
9529         * lib/linkat.c (areadlinkat): Move...
9530         * lib/areadlinkat.c (areadlinkat): ...to new file.
9531         * lib/areadlink.h (areadlinkat): Declare it.
9532         * modules/linkat (Depends-on): Add areadlinkat.
9533         * MODULES.html.sh (File system functions): Mention it.
9534         * modules/areadlinkat-tests: New test.
9535         * tests/test-areadlinkat.c: New file.
9536
9537         areadlink, areadlink-with-size: add tests
9538         * modules/areadlink-tests: New test.
9539         * modules/areadlink-with-size-tests: Likewise.
9540         * tests/test-areadlink.h: New file.
9541         * tests/test-areadlink.c: Likewise.
9542         * tests/test-areadlink-with-size.c: Likewise.
9543
9544         maint: minor cleanups
9545         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9546         _UNUSED_PARAMETER_ instead.
9547         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9548         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9549         * modules/linkat-tests (Files): Distribute test-link.h.
9550
9551         openat, utimens: whitespace cleanup
9552         * lib/openat.c: Prefer space throughout, rather than mix of 8
9553         spaces vs. tabs.
9554         * lib/at-func.c: Likewise.
9555         * lib/utimens.c: Likewise.
9556
9557         openat: avoid using wrong fd
9558         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9559         working directory chooses same fd.
9560         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9561
9562         mkdir, mkdirat: fix cygwin 1.5.x bug
9563         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9564         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9565         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9566         bug.
9567         (gl_PREREQ_MKDIR): Delete unused macro.
9568         * modules/mkdir (Files): Track file rename.
9569         (configure.ac): Update macro name.
9570         * modules/openat (Depends-on): Add mkdir.
9571         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9572
9573         mkdir, mkdirat: add tests
9574         * modules/mkdir-tests: New test.
9575         * tests/test-mkdir.h: New file.
9576         * tests/test-mkdir.c: Likewise.
9577         * tests/test-mkdirat.c: Likewise.
9578         * modules/openat-tests (Files): Add new files.
9579         (Makefile.am): Run new test.
9580
9581 2009-10-06  Eric Blake  <ebb9@byu.net>
9582
9583         doc: tweak *at function documentation
9584         * doc/posix-functions/faccessat.texi (faccessat): Mention
9585         known issue with replacement.
9586         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9587         * doc/posix-functions/linkat.texi (linkat): Likewise.
9588         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9589         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9590         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9591         * doc/posix-functions/renameat.texi (renameat): Likewise.
9592         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9593
9594         openat: fix GNU/Hurd bug in unlinkat
9595         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9596         broken.
9597         * doc/posix-functions/unlink.texi (unlink): Document this.
9598         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9599
9600         fdopendir: fix GNU/Hurd bug
9601         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9602         allowing non-directory fds.
9603         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9604         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9605         * modules/dirent (Makefile.am): Substitute it.
9606         * lib/dirent.in.h (fdopendir): Declare replacement.
9607         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9608         * tests/test-fdopendir.c (main): Test something other than
9609         /dev/null, since on Hurd that behaves like a directory.
9610
9611         test-symlink: port to GNU/Hurd
9612         * tests/test-symlink.h (test_symlink): Relax expected errno.
9613
9614         doc: tweak more cygwin information
9615         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9616         now compatible with glibc.
9617         * doc/posix-functions/getopt.texi (getopt): Likewise.
9618
9619         getopt-gnu: add another test
9620         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9621         guarantee behavior relied on by m4.
9622         * tests/test-getopt.c (main): Use it.
9623         * modules/getopt-posix-tests (Depends-on): Add setenv.
9624         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9625
9626         getopt: fix compilation on darwin
9627         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9628         include.
9629         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9630         Reported by Ludovic Courtès.
9631
9632 2009-10-06  Bruno Haible  <bruno@clisp.org>
9633
9634         * modules/size_max (Description): Discourage its use.
9635         Reported by Simon Josefsson.
9636
9637 2009-10-06  Jim Meyering  <meyering@redhat.com>
9638
9639         linkat: avoid compilation failure
9640         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9641
9642 2009-10-05  Eric Blake  <ebb9@byu.net>
9643
9644         linkat: support Linux 2.6.17
9645         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9646         linkat on Linux, but allow cache variable override.
9647         * lib/linkat.c (rpl_linkat): Define override.
9648         * modules/linkat (Depends-on): Add symlinkat.
9649         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9650         * modules/unistd (Makefile.am): Substitute it.
9651         * lib/unistd.in.h (linkat): Declare replacement.
9652         Reported by Pádraig Brady.
9653
9654         quotearg: port test to systems with C.UTF-8 locale
9655         * tests/test-quotearg.c (struct result_strings): Add another
9656         member, differentiating between C.ASCII and C.UTF-8 handling.
9657         (compare_strings): Add parameter.
9658         (main): Adjust all callers.
9659
9660         getopt: avoid clash with FreeBSD _getopt_internal
9661         * lib/getopt.in.h (_getopt_internal): Override the name.
9662         * lib/getopt_int.h (includes): Pick up any overrides.
9663         Reported by Reuben Thomas.
9664
9665         hash: allow C89 compilation
9666         * lib/hash.c (check_tuning): Move declaration before statement.
9667         Reported by Reuben Thomas.
9668
9669 2009-10-05  Karl Berry  <karl@gnu.org>
9670
9671         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9672
9673 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9674             Bruno Haible  <bruno@clisp.org>
9675
9676         * lib/uname.c (uname): Use a table-driven algorithm to compute
9677         Windows NT versions.
9678
9679 2009-10-04  Bruno Haible  <bruno@clisp.org>
9680
9681         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9682         program_invocation_short_name.
9683         * modules/progname (configure.ac): Test for presence of
9684         program_invocation_short_name.
9685         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9686
9687 2009-10-04  Bruno Haible  <bruno@clisp.org>
9688
9689         * lib/progname.c (set_program_name): Fix comment.
9690         Reported by Jim Meyering.
9691
9692 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9693             Bruno Haible  <bruno@clisp.org>
9694
9695         * lib/uname.c: Include <string.h>.
9696         (uname): Do only one call to GetVersionEx in the common case.
9697
9698 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9699             Bruno Haible  <bruno@clisp.org>
9700
9701         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9702         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9703         (uname): Add support for Windows CE and various non-x86 CPU types.
9704
9705 2009-10-03  Bruno Haible  <bruno@clisp.org>
9706
9707         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9708         invocation to tests/configure.ac.
9709         Reported by Ian Beckwith <ianb@erislabs.net>.
9710
9711 2009-10-02  Eric Blake  <ebb9@byu.net>
9712
9713         fchdir: avoid compiler warning
9714         * lib/fchdir.c (canonicalize_file_name)
9715         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9716
9717         test-open: support mingw errno values
9718         * tests/test-open.h (test_open): Relax test.
9719         * tests/test-fopen.h (test_fopen): Likewise.
9720         * tests/test-openat-safer.c (main): Likewise.
9721
9722         open: fix opening directory on mingw
9723         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9724
9725         test-open: on GNU/Hurd, /dev/null is a directory
9726         * tests/test-fopen.h (main): Rename...
9727         (test_fopen): ...to this.  Use a guaranteed non-directory when
9728         confirming open behavior on trailing slash.
9729         * tests/test-openat-safer.c (main): Likewise.
9730         * tests/test-open.h (main): Likewise....
9731         (test_open): ...to this.
9732         * tests/test-fopen.c (main): Adjust caller.
9733         * tests/test-fopen-safer.c (main): Likewise.
9734         * tests/test-open.c (main): Likewise.
9735         * tests/test-fcntl-safer.c (main): Likewise.
9736         Reported by Samuel Thibault.
9737
9738         rename, fchdir: don't ignore chdir failure
9739         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9740         * lib/rename.c (rpl_rename) [W32]: Likewise.
9741         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9742         an empty destination directory if source cannot be renamed,
9743         although there is still possibility for failure.
9744         * doc/posix-functions/rename.texi (rename): Document the race.
9745         Reported by Jim Meyering.
9746
9747         maint: cleanup whitespace in recent commits
9748         * lib/rename.c (rpl_rename): Remove tabs.
9749         * tests/test-link.h (test_link): Likewise.
9750         * lib/fchdir.c (get_name): Likewise.
9751         Reported by Jim Meyering.
9752
9753 2009-10-02  Ben Pfaff  <blp@gnu.org>
9754
9755         relocatable-prog-wrapper: Add missing dependency on
9756         double-slash-root.
9757         * modules/relocatable-prog-wrapper: Add dependency.
9758         Reported by Ian Beckwith <ianb@erislabs.net>.
9759
9760 2009-10-02  Eric Blake  <ebb9@byu.net>
9761
9762         renameat: fix Solaris bugs
9763         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9764         needed fixing.
9765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9766         * modules/stdio (Makefile.am): Substitute it.
9767         * lib/stdio.in.h (renameat): Declare replacement.
9768         * lib/renameat.c (rpl_renameat): Implement fix.
9769
9770         renameat: new module
9771         * modules/renameat: New file.
9772         * lib/renameat.c (renameat): Likewise.
9773         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9774         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9775         * modules/stdio (Makefile.am): Substitute them.
9776         * lib/stdio.in.h (renameat): Declare it.
9777         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9778         * doc/posix-functions/renameat.texi (renameat): Likewise.
9779         * modules/renameat-tests: New test.
9780         * tests/test-renameat.c: Likewise.
9781
9782         rename: fix mingw bugs
9783         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9784         directory overwrite bugs.
9785
9786         rename: fix another cygwin 1.5 bug
9787         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9788         checks.
9789         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9790         unnecessary cygwin workarounds.  Also work around bug with moving
9791         full directory onto an empty one.
9792         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9793
9794         rename-dest-slash: merge into rename module
9795         * modules/rename-dest-slash (Status): Mark obsolete.
9796         (Depends-on): Add rename.
9797         (Files): Let rename do it all.
9798         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9799         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9800         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9801         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9802         * lib/rename.c (rpl_rename): Update comments.
9803
9804         rename: fix cygwin 1.5.x bugs
9805         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9806         * lib/rename.c (rpl_rename): Work around them.
9807         * modules/rename (Depends-on): Add same-inode.
9808
9809         rename: fix Solaris 10 bug
9810         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9811         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9812         was the only bug.
9813
9814         rename: fix Solaris 9 bug
9815         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9816         on non-directory.  Avoid calling exit.
9817         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9818         strdup.
9819         * modules/rename-tests (Depends-on): Drop lstat.
9820         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9821         (gl_PREREQ_RENAME): Delete unused macro.
9822
9823         rename-dest-slash: fix NetBSD bug
9824         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9825         links.
9826         * modules/rename-dest-slash (Depends-on): Add same-inode.
9827
9828         rename-tests: new test, exposes several platform bugs
9829         * modules/rename-tests: New file.
9830         * tests/test-rename.h: Likewise.
9831         * tests/test-rename.c: Likewise.
9832         * doc/posix-functions/rename.texi (rename): Improve documentation,
9833         including bugs that will eventually be fixed in gnulib.
9834
9835 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9836
9837         * lib/uname.c: Include <stdlib.h>
9838         (uname): Assume version info is available.
9839
9840 2009-10-02  Jim Meyering  <meyering@redhat.com>
9841
9842         gnu-web-doc-update: correct --help output
9843         * build-aux/gnu-web-doc-update: Make --help output relevant.
9844
9845         gnu-web-doc-update: add standard options
9846         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9847
9848         gnu-web-doc-update: New module.
9849         Use this script to automatically update the on-line web documentation
9850         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9851         * modules/gnu-web-doc-update: New file, from coreutils.
9852         * build-aux/gnu-web-doc-update: New script.
9853
9854 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9855
9856         link: LoadLibrary is not needed.
9857         * lib/link.c: Use GetModuleHandle.
9858
9859 2009-10-01  Eric Blake  <ebb9@byu.net>
9860
9861         getopt: bump serial number
9862         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9863         change.
9864
9865         tests: tighten link, rmdir, and remove tests
9866         * tests/test-link.h (includes): No need to use <config.h> here.
9867         Clean up if directory hard link was created, otherwise test for
9868         trailing '.'.
9869         * tests/test-linkat.c (main): Simplify.
9870         * tests/test-remove.c (main): Enhance test for trailing '.'.
9871         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9872
9873 2009-10-01  Jim Meyering  <meyering@redhat.com>
9874
9875         maint.mk: requiring "make major" was annoying, for a "minor" release.
9876         What is intended is "stable", to contrast with alpha and beta,
9877         so require "make stable", not "make major".
9878         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9879         (get_tool_versions): Likewise.
9880         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9881
9882 2009-09-30  Ben Pfaff  <blp@gnu.org>
9883
9884         Fix broken build of replacement for Windows tmpfile().
9885         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9886         flags argument added along with the 'mkostemp' module.
9887
9888 2009-09-28  Bruno Haible  <bruno@clisp.org>
9889
9890         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9891         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9892         to 'remove_elt'.
9893         (gl_list_remove): Update.
9894         * lib/gl_list.c (gl_list_remove): Update.
9895         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9896         to 'remove_elt'.
9897         (gl_oset_remove): Update.
9898         * lib/gl_list.c (gl_oset_remove): Update.
9899         Reported by Eric Blake.
9900
9901 2009-09-28  Eric Blake  <ebb9@byu.net>
9902
9903         doc: mention yet more cygwin 1.7 status
9904         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9905         cygwin.
9906         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9907         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9908
9909         argp: fix test failure
9910         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9911         that are not upper-case.  Pass correct range to tolower.
9912
9913 2009-09-27  Jim Meyering  <meyering@redhat.com>
9914
9915         test-yesno: work around sparc-dash here-document infelicity
9916         Without this change, the literal \177 byte in a here document
9917         would make dash 0.5.5.1-3 access uninitialized memory.
9918         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9919         Instead, use a marker, "@", and filter through tr to create the desired
9920         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9921
9922 2009-09-27  Bruno Haible  <bruno@clisp.org>
9923
9924         Disable untested support for new flavours of ACLs on AIX.
9925         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9926         progress.
9927         * lib/set-mode-acl.c (qset_acl): Likewise.
9928
9929 2008-12-07  Bruno Haible  <bruno@clisp.org>
9930
9931         Add support for new flavours of ACLs on AIX. (Untested.)
9932         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9933         (file_has_acl): Add support for newer AIX.
9934         * lib/set-mode-acl.c (qset_acl): Likewise.
9935         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9936         Rainer Tammer <tammer@tammer.net>.
9937
9938 2009-09-26  Eric Blake  <ebb9@byu.net>
9939
9940         argp: fix compilation of getopt
9941         * lib/getopt.in.h (includes): Use different guard than glibc.
9942         Reported by Sergey Poznyakoff.
9943
9944         doc: mention more cygwin 1.7 status
9945         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9946         bug.
9947         * doc/posix-functions/execl.texi (execl): Likewise.
9948         * doc/posix-functions/execle.texi (execle): Likewise.
9949         * doc/posix-functions/execlp.texi (execlp): Likewise.
9950         * doc/posix-functions/execv.texi (execv): Likewise.
9951         * doc/posix-functions/execve.texi (execve): Likewise.
9952         * doc/posix-functions/execvp.texi (execvp): Likewise.
9953         * doc/glibc-functions/canonicalize_file_name.texi
9954         (canonicalize_file_name): Cygwin 1.7 now provides this.
9955         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9956         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9957         on AT_SYMLINK_NOFOLLOW.
9958
9959 2009-09-24  Eric Blake  <ebb9@byu.net>
9960
9961         test-linkat: make test more robust
9962         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9963
9964         getopt: fix inclusion guards for cygwin
9965         * modules/getopt-posix (Depends-on): Add include-next.
9966         (Makefile.am): Substitute more items in replacement header.
9967         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9968         <getopt.h>.
9969         * lib/getopt.in.h (includes): Use split inclusion guard, and
9970         prefer <getopt.h> over include <unistd.h> when one is present.
9971         (option): Also override name of 'struct option'.
9972
9973         same-inode: revert prior change; it is not yet ready
9974         * NEWS: Undo mention of this change.
9975         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9976         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9977         * lib/cycle-check.c (cycle_check): Likewise.
9978         * lib/same.c (same_name): Likewise.
9979         * lib/at-func2.c (at_func2): Likewise.
9980
9981 2009-09-23  Eric Blake  <ebb9@byu.net>
9982
9983         linkat: new module
9984         * modules/linkat: New file.
9985         * lib/at-func2.c (at_func2): Likewise.
9986         * lib/linkat.c (linkat): Likewise.
9987         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9988         * lib/openat-priv.h (at_func2): Add declaration.
9989         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9990         * modules/unistd (Makefile.am): Substitute them.
9991         * lib/unistd.in.h (linkat): Declare it.
9992         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9993         * doc/posix-functions/linkat.texi (linkat): Likewise.
9994         * doc/posix-functions/link.texi (link): Tweak wording.
9995         * tests/test-link.c (main): Move guts...
9996         * tests/test-link.h (test_link): ...into new file.
9997         * modules/linkat-tests: New test.
9998         * tests/test-linkat.c: Likewise.
9999         * modules/link-tests (Files): Ship new file.
10000         (Depends-on): Add stdbool.
10001
10002         dirname: add library-safe mdir_name
10003         * lib/dirname.h (mdir_name): New prototype.
10004         * lib/dirname.c (dir_name): Move guts...
10005         (mdir_name): ...to new function that avoids xalloc_die.
10006
10007         fchdir: another mingw fix
10008         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10009         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10010         on mingw (where it has not yet been ported), and make it optional
10011         elsewhere.
10012         (_gl_register_fd): Use it.
10013
10014         same-inode: make SAME_INODE tri-state, to port to mingw
10015         * NEWS: Mention this change.
10016         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10017         st_ino always being 0.
10018         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10019         * lib/cycle-check.c (cycle_check): Likewise.
10020         * lib/same.c (same_name): Likewise.
10021
10022         lstat: avoid mingw compilation error
10023         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10024         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10025         lstat ourselves.
10026         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10027         was adequate.
10028         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10029         the checks for lstat.
10030         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10031
10032         link: fix test failure on Solaris 9
10033         * lib/link.c (rpl_link): Don't assume link will catch bogus
10034         trailing slash on source.
10035
10036         test-symlinkat: enhance test
10037         * tests/test-readlink.c (main): Move guts...
10038         * tests/test-readlink.h (test_readlink): ...into new file.
10039         * tests/test-symlink.c (main): Move guts...
10040         * tests/test-symlink.h (test_symlink): ...into new file.
10041         * tests/test-symlinkat.c (main): Use new files for further
10042         coverage.
10043         (do_symlink, do_readlink): New helper functions.
10044         * modules/symlink-tests (Files): Ship new file.
10045         (Depends-on): Add stdbool.
10046         * modules/readlink-tests (Files): Ship new file.
10047         (Depends-on): Add stdbool.
10048         * modules/symlinkat-tests (Files): Use new files.
10049
10050 2009-09-23  Eric Blake  <ebb9@byu.net>
10051
10052         readlink: document portability issue with symlink length
10053         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10054         systems have bogus st_size on symlinks, and mention the
10055         areadlink-with-size module.
10056         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10057         * doc/posix-functions/readlink.texi (readlink): Mention the
10058         areadlink module, and ERANGE failure.
10059         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10060         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10061
10062         readlink: fix Solaris 9 bug with trailing slash
10063         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10064         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10065         * doc/posix-functions/readlink.texi (readlink): Document this.
10066         * modules/readlink-tests: New test.
10067         * tests/test-readlink.c: Likewise.
10068
10069         readlink: fix cygwin 1.5.x bug with return type
10070         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10071         * lib/unistd.in.h (readlink): Use ssize_t.
10072         * lib/readlink.c (readlink): Likewise.
10073         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10074         * modules/unistd (Makefile.am): Substitute it.
10075         * lib/unistd.in.h (readlink): Declare replacement.
10076         * doc/posix-functions/readlink.texi (readlink): Document this.
10077
10078         symlink: use throughout gnulib
10079         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10080         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10081         symlink is not used.
10082         * modules/symlinkat (Depends-on): Add symlink.
10083         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10084         * modules/canonicalize-tests (Depends-on): Likewise.
10085         * modules/lstat-tests (Depends-on): Likewise.
10086         * modules/openat-tests (Depends-on): Likewise.
10087         * modules/remove-tests (Depends-on): Likewise.
10088         * modules/rmdir-tests (Depends-on): Likewise.
10089         * modules/unlink-tests (Depends-on): Likewise.
10090         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10091         * tests/test-canonicalize.c (symlink): Likewise.
10092         * tests/test-fstatat.c (symlink): Likewise.
10093         * tests/test-lstat.c (symlink): Likewise.
10094         * tests/test-remove.c (symlink): Likewise.
10095         * tests/test-rmdir.c (symlink): Likewise.
10096         * tests/test-unlink.c (symlink): Likewise.
10097         * tests/test-unlinkat.c (symlink): Likewise.
10098
10099         symlink: new module, for Solaris 9 bug
10100         * modules/symlink: New file.
10101         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10102         * lib/symlink.c: Likewise.
10103         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10104         * modules/unistd (Makefile.am): Substitute them.
10105         * lib/unistd.in.h (symlink): Declare replacement.
10106         * MODULES.html.sh (File system functions): Mention it.
10107         * doc/posix-functions/symlink.texi (symlink): Likewise.
10108         * modules/symlink-tests: New test.
10109         * tests/test-symlink.c: Likewise.
10110
10111 2009-09-23  Bruno Haible  <bruno@clisp.org>
10112
10113         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10114         when needed.
10115         Test case: gnulib-tool --import --with-tests atexit inttypes.
10116         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10117
10118 2009-09-23  Bruno Haible  <bruno@clisp.org>
10119
10120         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10121         subcommand, not in a subshell.
10122
10123 2009-09-22  Eric Blake  <ebb9@byu.net>
10124
10125         unistd: sort replacement declarations
10126         * lib/unistd.in.h: Sort declarations.
10127
10128         open, openat: minor optimization
10129         * lib/open.c (open): If open succeeded, len is non-zero.
10130         * lib/openat.c (rpl_openat): Likewise.
10131
10132         link-follow: ensure correct result
10133         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10134         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10135         distinguish between possible failures.
10136
10137 2009-09-21  Eric Blake  <ebb9@byu.net>
10138
10139         fts: avoid compiler warning
10140         * lib/fts.c (dirent_inode_sort_may_be_useful)
10141         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10142
10143 2009-09-19  Bruno Haible  <bruno@clisp.org>
10144
10145         * lib/progreloc.c (canonicalize_file_name): New declaration.
10146
10147 2009-09-19  Eric Blake  <ebb9@byu.net>
10148
10149         link: fix quoting
10150         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10151
10152         openat: fix openat bugs on Solaris 9
10153         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10154         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10155         * modules/openat (Depends-on): Add open.
10156         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10157         * modules/fcntl-h (Makefile.am): Substitute it.
10158         * lib/fcntl.in.h (openat): Declare replacement.
10159         * doc/posix-functions/openat.texi (openat): Document this.
10160
10161         openat: move fstatat and unlinkat into correct files
10162         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10163         compiled.
10164         * lib/openat.c (fstatat, unlinkat): Move...
10165         * lib/fstatat.c (fstatat): ...into correct files.
10166         * lib/unlinkat.c (unlinkat): Likewise.
10167
10168         openat: fix unlinkat bugs on Solaris 9
10169         * lib/unlinkat.c (unlinkat): New file.
10170         * modules/openat (Depends-on): Add unlink.
10171         (Files): Distribute it.
10172         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10173         trailing slash behavior is broken.
10174         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10175         * modules/unistd (Makefile.am): Substitute it.
10176         * lib/unistd.in.h (unlinkat): Declare replacement.
10177         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10178
10179         openat: fix fstatat bugs on Solaris 9
10180         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10181         stat.
10182         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10183
10184         test-unlinkat: enhance test, to expose Solaris 9 bug
10185         * tests/test-unlink.c (main): Factor guts...
10186         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10187         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10188         * tests/test-rmdir.c (main): Adjust caller.
10189         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10190         (unlinker): New helper function.
10191         (rmdirat): Enhance check.
10192         * modules/rmdir-tests (Depends-on): Add stdbool.
10193         * modules/unlink-tests (Depends-on): Likewise.
10194         (Files): Add test-unlink.h.
10195         * modules/openat-tests (Files): Likewise.
10196         (Depends-on): Add unlinkdir.
10197
10198         test-fstatat: new test, to expose Solaris 9 bugs
10199         * tests/test-stat.c (main): Factor guts...
10200         * tests/test-stat.h (test_stat_func): ...into new file.
10201         * tests/test-lstat.c (main): Factor guts...
10202         * tests/test-lstat.h (test_lstat_func): ...into new file.
10203         * tests/test-fstatat.c: New file.
10204         * modules/stat-tests (Files): Add test-stat.h.
10205         * modules/lstat-tests (Files): Add test-lstat.h.
10206         (Depends-on): Add stdbool.
10207         * modules/openat-tests (Depends-on): Add pathmax.
10208         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10209         (Makefile.am): Run new test.
10210
10211         remove: new module, for mingw and Solaris 9 bugs
10212         * modules/remove: New file.
10213         * lib/remove.c: Likewise.
10214         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10215         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10216         * modules/stdio (Makefile.am): Use them.
10217         * lib/stdio.in.h (remove): Declare replacement.
10218         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10219         * doc/posix-functions/remove.texi (remove): Likewise.
10220         * modules/remove-tests: New test.
10221         * tests/test-remove.c: Likewise.
10222
10223         unlink: new module, for Solaris 9 bug
10224         * modules/unlink: New file.
10225         * lib/unlink.c: Likewise.
10226         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10227         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10228         * modules/unistd (Makefile.am): Use them.
10229         * lib/unistd.in.h (stat): Declare replacement.
10230         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10231         * doc/posix-functions/unlink.texi (unlink): Likewise.
10232         * modules/unlink-tests: New test.
10233         * tests/test-unlink.c: Likewise.
10234
10235         lstat: fix Solaris 9 bug
10236         * lib/lstat.c (lstat): Also check for trailing slash on
10237         non-symlink, non-directories.  Use stat module to simplify logic.
10238         * doc/posix-functions/lstat.texi (lstat): Document it.
10239         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10240         (configure.ac): Check for symlink.
10241         * tests/test-lstat.c (main): Add more tests.
10242
10243         stat: add as dependency to other modules
10244         * modules/chown (Depends-on): Add stat.
10245         * modules/euidaccess (Depends-on): Likewise.
10246         * modules/fchdir (Depends-on): Likewise.
10247         * modules/isdir (Depends-on): Likewise.
10248         * modules/link (Depends-on): Likewise.
10249         * modules/lstat (Depends-on): Likewise.
10250         * modules/mkdir-p (Depends-on): Likewise.
10251         * modules/modechange (Depends-on): Likewise.
10252         * modules/open (Depends-on): Likewise.
10253         * modules/readlink (Depends-on): Likewise.
10254         * modules/same (Depends-on): Likewise.
10255
10256         stat: fix Solaris 9 bug
10257         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10258         slash.
10259         * lib/stat.c (rpl_stat): Work around it.
10260         * doc/posix-functions/stat.texi (stat): Update documentation.
10261
10262         stat: new module, for mingw bug
10263         * modules/stat: New file.
10264         * lib/stat.c: Likewise.
10265         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10266         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10267         * modules/sys_stat (Makefile.am): Use them.
10268         * lib/sys_stat.in.h (stat): Declare replacement.
10269         * lib/openat.c (fstatat): Deal with lstat and stat being function
10270         macros.
10271         * modules/openat (Depends-on): Add inline.
10272         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10273         * doc/posix-functions/stat.texi (stat): Likewise.
10274         * modules/stat-tests: New test.
10275         * tests/test-stat.c: Likewise.
10276
10277 2009-09-19  Jim Meyering  <meyering@redhat.com>
10278
10279         syntax-check: detect unnecessary inclusion of canonicalize.h
10280         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10281
10282 2009-09-19  Eric Blake  <ebb9@byu.net>
10283
10284         canonicalize-lgpl: adjust clients to use correct header
10285         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10286         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10287         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10288         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10289         * lib/progreloc.c (includes): Likewise.
10290
10291 2009-09-19  Jim Meyering  <meyering@redhat.com>
10292
10293         test-posixtm.c: correct a comment
10294         * tests/test-posixtm.c: Correct first-line comment.
10295         Spotted by Eric Blake.
10296
10297 2009-09-16  Jim Meyering  <meyering@redhat.com>
10298
10299         posixtm-tests: make T const-correct; add a test case
10300         * tests/test-posixtm.c (T): Declare const.
10301         Add a test for -(2^31+1).
10302         Remove useless can-succeed-only-in-2002 test.
10303
10304         posixtm-tests: adjust the sole failing test
10305         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10306         expected output matches what mktime now produces.  Cross-checked via
10307         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10308
10309         posixtm: move #ifdef'd tests into a new module
10310         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10311         * tests/test-posixtm.c: ... this new file.
10312         * modules/posixtm-tests: New module.
10313
10314 2009-09-19  Eric Blake  <ebb9@byu.net>
10315
10316         openat: simplify use of at-func.c
10317         * lib/at-func.c (includes): Include prerequisites here, to
10318         simplify requirements on client files.
10319         * lib/openat-priv.h: Add double-inclusion guard.
10320         * lib/faccessat.c (includes): Simplify.
10321         * lib/fchmodat.c (includes): Likewise.
10322         * lib/fchownat.c (includes): Likewise.
10323         * lib/mkdirat.c (includes): Likewise.
10324         * lib/mkfifoat.c (includes): Likewise.
10325         * lib/symlinkat.c (includes): Likewise.
10326
10327         openat: allow return of fd 0
10328         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10329         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10330         unistd-safer.
10331         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10332         <fcntl.h>; this module does not leak fds.
10333         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10334         must be allowed to return 0, leaving openat_safer to add the
10335         safety.
10336         (openat_permissive): Avoid writing to just-opened fd 2 if
10337         restoring the current directory fails.
10338         * lib/openat-die.c (openat_restore_fail): Add comment.
10339         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10340         (save_cwd): Guarantee safe fd, but without use of open_safer.
10341         * tests/test-openat.c: New test.
10342         * modules/openat-tests (Files, Makefile.am): Distribute and build
10343         new file.
10344
10345         relocatable-prog-wrapper: fix build
10346         * modules/relocatable-prog-wrapper (Files): Update name of
10347         canonicalize m4 file, broken on 2009-09-17.
10348         Reported by emad hajjar <aleppos@hotmail.com>.
10349
10350 2009-09-19  Bruno Haible  <bruno@clisp.org>
10351
10352         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10353         * lib/safe-alloc.c: Likewise.
10354         Reported by Ian Beckwith <ianb@erislabs.net>.
10355
10356 2009-09-18  Bruno Haible  <bruno@clisp.org>
10357
10358         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10359         Reported by <erobles@sensacd.com.mx>.
10360
10361 2009-09-17  Eric Blake  <ebb9@byu.net>
10362
10363         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10364         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10365         slashes when checking if last component is missing.
10366         * tests/test-canonicalize.c (main): Test this.
10367
10368         canonicalize, canonicalize-lgpl: honor // if distinct from /
10369         * modules/canonicalize (Files): Add double-slash-root.m4.
10370         * modules/canonicalize-lgpl (Files): Likewise.
10371         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10372         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10373         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10374         fallback definition.
10375         (canonicalize_filename_mode): Use it to protect //.
10376         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10377         (__realpath): Likewise.
10378         * tests/test-canonicalize.c (main): Test this.
10379         * tests/test-canonicalize-lgpl.c (main): Likewise.
10380         * modules/canonicalize-tests (Depends-on): Add same-inode.
10381         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10382
10383         canonicalize-lgpl: fix glibc bug with trailing slash
10384         * m4/canonicalize-lgpl.m4: Move contents...
10385         * m4/canonicalize.m4: ...here.
10386         (gl_CANONICALIZE_LGPL): Factor realpath check...
10387         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10388         glibc 2.3.5 bug, fixed 2005-04-27.
10389         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10390         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10391         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10392         * modules/canonicalize-lgpl (Files): Manage file rename.
10393         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10394         * modules/stdlib (Makefile.am): Substitute witness.
10395         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10396         is needed.
10397         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10398         replacement is required.
10399         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10400         * doc/glibc-functions/canonicalize_file_name.texi
10401         (canonicalize_file_name): Document this.
10402         * doc/posix-functions/realpath.texi (realpath): Likewise.
10403
10404         canonicalize-lgpl: reject non-directory with trailing slash
10405         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10406         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10407         catches failures in glibc 2.3.5.
10408         * tests/test-canonicalize.c (main): Likewise.
10409
10410         canonicalize-lgpl: use native realpath if it works
10411         * lib/canonicalize-lgpl.c (realpath): Guard with
10412         FUNC_REALPATH_WORKS.
10413         * lib/stdlib.in.h (realpath): Make declaration optional based on
10414         HAVE_REALPATH.
10415         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10416         native realpath works.
10417         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10418         * modules/stdlib (Makefile.am): Substitute witness.
10419
10420         canonicalize, canonicalize-lgpl: use <stdlib.h>
10421         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10422         (Include): Mention <stdlib.h>.
10423         (configure.ac): Mention functions we provide.
10424         * modules/canonicalize (configure.ac): Likewise.
10425         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10426         realpath if canonicalize_file_name is missing.
10427         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10428         * modules/stdlib (Makefile.am): Substitute witnesses.
10429         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10430         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10431         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10432         * NEWS: Document this.
10433         * doc/glibc-functions/canonicalize_file_name.texi
10434         (canonicalize_file_name): Likewise.
10435         * doc/posix-functions/realpath.texi (realpath): Likewise.
10436         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10437
10438         test-canonicalize: consolidate into single C program
10439         * tests/test-canonicalize.sh: Delete; move setup into...
10440         * tests/test-canonicalize.c (main): ...the program, making it
10441         easier to run in debugger.  Add some tests.
10442         * modules/canonicalize-tests (Files): Remove unused file.
10443         (Depends-on): Add progname.
10444         (configure.ac, Makefile.am): Simplify.
10445
10446         test-canonicalize-lgpl: consolidate into single C program
10447         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10448         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10449         easier to run in debugger.  Add some tests.
10450         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10451         (configure.ac, Makefile.am): Simplify.
10452
10453         canonicalize: avoid resolvepath
10454         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10455         unnecessary checks.
10456         * lib/canonicalize.c (includes): Simplify.
10457         (canonicalize_file_name): Drop resolvepath implementation.
10458         * modules/canonicalize (Depends-on): Drop filenamecat.
10459
10460         canonicalize: don't lose errno
10461         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10462         over calls to free.
10463
10464         canonicalize: simplify errno handling
10465         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10466         assignment.
10467
10468         canonicalize, canonicalize-lgpl: update module dependencies
10469         * modules/canonicalize (Depends-on): Add extensions, lstat,
10470         pathmax, stdlib.
10471         (Files): Drop pathmax.h.
10472         (configure.ac): Adjust macro name.
10473         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10474         lstat, stdlib, sys_stat.
10475         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10476         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10477         extensions.
10478         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10479         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10480         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10481         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10482         declaration, if available.
10483         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10484         we can rely on the readlink module.
10485         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10486         (includes): Use <unistd.h> unconditionally.
10487
10488 2009-09-17  Eric Blake  <ebb9@byu.net>
10489
10490         maint: make Include sections of modules consistent
10491         * modules/alloca: Use only header name; no need to list #include.
10492         * modules/alloca-opt: Likewise.
10493         * modules/arpa_inet: Likewise.
10494         * modules/canon-host: Likewise.
10495         * modules/configmake: Likewise.
10496         * modules/dirent: Likewise.
10497         * modules/eealloc: Likewise.
10498         * modules/environ: Likewise.
10499         * modules/fchdir: Likewise.
10500         * modules/fcntl: Likewise.
10501         * modules/fcntl-h: Likewise.
10502         * modules/gethrxtime: Likewise.
10503         * modules/gettime: Likewise.
10504         * modules/ignore-value: Likewise.
10505         * modules/inet_ntop: Likewise.
10506         * modules/inet_pton: Likewise.
10507         * modules/inttypes: Likewise.
10508         * modules/isnand-nolibm: Likewise.
10509         * modules/isnanf-nolibm: Likewise.
10510         * modules/mbchar: Likewise.
10511         * modules/mbfile: Likewise.
10512         * modules/mbiter: Likewise.
10513         * modules/mbuiter: Likewise.
10514         * modules/netdb: Likewise.
10515         * modules/netinet_in: Likewise.
10516         * modules/nproc: Likewise.
10517         * modules/pagealign_alloc: Likewise.
10518         * modules/poll: Likewise.
10519         * modules/printf-frexp: Likewise.
10520         * modules/pthread: Likewise.
10521         * modules/putenv: Likewise.
10522         * modules/random_r: Likewise.
10523         * modules/relocatable-prog: Likewise.
10524         * modules/search: Likewise.
10525         * modules/select: Likewise.
10526         * modules/selinux-h: Likewise.
10527         * modules/settime: Likewise.
10528         * modules/signal: Likewise.
10529         * modules/size_max: Likewise.
10530         * modules/socklen: Likewise.
10531         * modules/ssize_t: Likewise.
10532         * modules/stdarg: Likewise.
10533         * modules/stdbool: Likewise.
10534         * modules/stddef: Likewise.
10535         * modules/stdint: Likewise.
10536         * modules/stdio: Likewise.
10537         * modules/stdlib: Likewise.
10538         * modules/string: Likewise.
10539         * modules/strings: Likewise.
10540         * modules/sys_file: Likewise.
10541         * modules/sys_ioctl: Likewise.
10542         * modules/sys_select: Likewise.
10543         * modules/sys_socket: Likewise.
10544         * modules/sys_stat: Likewise.
10545         * modules/sys_time: Likewise.
10546         * modules/sys_times: Likewise.
10547         * modules/sys_utsname: Likewise.
10548         * modules/sys_wait: Likewise.
10549         * modules/sysexits: Likewise.
10550         * modules/time: Likewise.
10551         * modules/times: Likewise.
10552         * modules/tmpfile: Likewise.
10553         * modules/trim: Likewise.
10554         * modules/unistd: Likewise.
10555         * modules/wchar: Likewise.
10556         * modules/wctype: Likewise.
10557
10558 2009-09-17  Bruno Haible  <bruno@clisp.org>
10559
10560         Make getdate.y compile on QNX and NetBSD 5 / i386.
10561         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10562         TIME_T_FITS_IN_LONG_INT.
10563         * lib/getdate.y (long_time_t): New type.
10564         (relative_time): Change type of 'seconds' field to long_time_t.
10565         (get_date): Update types of local variables. Check against overflow
10566         during conversion from long_time_t to time_t.
10567         Reported by Matt Kraai <kraai@ftbfs.org>
10568         and Hasso Tepper <hasso@netbsd.org>.
10569
10570 2009-09-17  Bruno Haible  <bruno@clisp.org>
10571
10572         * modules/COPYING: Update copyright years.
10573         * modules/README: Likeiwse.
10574         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10575         Reported by Ian Beckwith <ianb@erislabs.net>.
10576
10577 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10578
10579         * users.txt: Update references for gnuit package.
10580
10581 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10582
10583         * m4/getdelim.m4: Fix typo in copyright line.
10584
10585 2009-09-17  Bruno Haible  <bruno@clisp.org>
10586
10587         * lib/atoll.c: Use the standard header with GPL copyright.
10588         * lib/argz.in.h: Likewise.
10589         * lib/glob.c: Likewise.
10590         * lib/glob-libc.h: Likewise.
10591         * lib/random_r.c: Likewise.
10592         * lib/siglist.h: Likewise.
10593         * lib/strsignal.c: Likewise.
10594         Reported by Ian Beckwith <ianb@erislabs.net>.
10595
10596 2009-09-17  Eric Blake  <ebb9@byu.net>
10597
10598         rmdir: ensure correct dependency order
10599         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10600
10601 2009-09-17  Bruno Haible  <bruno@clisp.org>
10602
10603         Disable assertion that fails on NetBSD 5 / i386.
10604         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10605         Reported by Sam Steingold <sds@gnu.org>
10606         and Hasso Tepper <hasso@netbsd.org>.
10607
10608 2009-09-16  Eric Blake  <ebb9@byu.net>
10609
10610         unlinkdir: port to mingw
10611         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10612         on which no one can unlink a directory.
10613
10614         stdlib: sort witness names
10615         * modules/stdlib (Makefile.am): Sort replacements.
10616         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10617         * lib/stdlib.in.h: Likewise.
10618
10619         parse-duration-tests: avoid link failure
10620         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10621         LIBINTL.
10622         Reported by Tom G. Christensen.
10623
10624         openat-tests: ensure unlinkat behaves like rmdir
10625         * tests/test-rmdir.c (main): Factor guts...
10626         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10627         * modules/rmdir-tests (Files): Ship new file.
10628         * modules/openat-tests: New test.
10629         * tests/test-unlinkat.c: Likewise.
10630
10631         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10632         * modules/rmdir-errno (Status, Notice): Now obsolete.
10633
10634         rmdir: work around cygwin 1.5.x and mingw bugs
10635         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10636         * lib/rmdir.c (rmdir): Work around it.
10637         * modules/rmdir (Status, Notice): No longer obsolete.
10638         (Files): Add dos.m4.
10639         (Depends-on): Add unistd.
10640         (configure.ac): Set witnesses.
10641         (License): Relax to LGPLv2+.
10642         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10643         * modules/unistd (Makefile.am): Substitute witnesses.
10644         * lib/unistd.in.h (rmdir): Declare replacement.
10645         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10646         * modules/rmdir-tests: New tests.
10647         * tests/test-rmdir.c: Likewise.
10648
10649 2009-09-15  Eric Blake  <ebb9@byu.net>
10650
10651         fchdir: improve use of replacement functions
10652         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10653         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10654         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10655         REPLACE_CLOSEDIR.
10656         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10657         * modules/sys_stat (Makefile.am): Substitute correct witness.
10658         * modules/dirent (Makefile.am): Likewise.
10659         * modules/unistd (Makefile.am): Likewise.
10660         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10661         * lib/unistd.in.h (dup): Likewise.
10662         * lib/sys_stat.in.h (fstat): Likewise.
10663
10664         maint: ignore gnulib-tool temp files
10665         * .gitignore: Ignore files created during gnulib-tool --test.
10666
10667 2009-09-13  Jim Meyering  <meyering@redhat.com>
10668
10669         posixtm: don't reject a time that specify "60" as the number of seconds
10670         * lib/posixtm.c (posixtime): The code to reject invalid dates
10671         would also reject a time specified with the .60 suffix.
10672         But POSIX allows that, in order to accommodate leap seconds.
10673         So don't reject it.
10674         (main): Adjust tests accordingly.
10675         * modules/posixtm (Depends-on): Add stpcpy.
10676
10677 2009-09-11  Jim Meyering  <meyering@redhat.com>
10678
10679         announce-gen: include [$release_type] in emitted Subject:
10680         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10681         e.g., [stable] in the emitted Subject: line.
10682
10683 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10684
10685         Remove obsolete macros from several modules.
10686         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10687         obsolete Autoconf macros with their modern counterparts.
10688         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10689         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10690         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10691         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10692         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10693         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10694         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10695         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10696         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10697         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10698         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10699         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10700         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10701         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10702         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10703         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10704         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10705         * m4/time_r.m4 (gl_TIME_R): Likewise.
10706         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10707         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10708         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10709
10710         Fix copyright header in build-aux scripts.
10711         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10712         recommendation.
10713         * build-aux/ncftpput-ftp: Likewise.
10714         * build-aux/update-copyright: Likewise.
10715
10716 2009-09-09  Eric Blake  <ebb9@byu.net>
10717
10718         test-link: allow Linux choice of errno
10719         * tests/test-link.c (main): Relax test for alternate error.
10720
10721         strndup: fix improper m4 caching
10722         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10723         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10724         (gl_PREREQ_STRNDUP): Delete.
10725         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10726         * modules/string (Makefile.am): Substitute it.
10727         * lib/string.in.h (strndup): Modernize prototype.
10728
10729         getcwd: port to mingw
10730         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10731         different from the POSIX assumptions made throughout the getcwd
10732         module; fortunately, the mingw getcwd does not need replacement.
10733         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10734         * modules/getcwd-tests: New test.
10735         * tests/test-getcwd.c: Likewise.
10736
10737         link: fix platform bugs
10738         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10739         * lib/link.c (link): Work around them.  Fix related mingw bug.
10740         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10741         * modules/unistd (Makefile.am): Substitute it.
10742         * lib/unistd.in.h (link): Declare replacement.
10743         * doc/posix-functions/link.texi (link): Document this.
10744         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10745
10746         test-link: consolidate into single C program, test more cases
10747         * tests/test-link.sh: Delete.
10748         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10749         at least Cygwin and Solaris.
10750         * modules/link-tests (Files): Remove unused file.
10751         (Depends-on): Add errno, sys_stat.
10752         (Makefile.am): Simplify.
10753
10754 2009-09-08  Bruno Haible  <bruno@clisp.org>
10755
10756         Work around towlower, towupper bug on mingw.
10757         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10758         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10759         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10760         * doc/posix-functions/towupper.texi: Likewise.
10761         Reported by Eric Blake.
10762
10763 2009-09-08  Jim Meyering  <meyering@redhat.com>
10764
10765         build: don't try to run autoheader if we don't use it
10766         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10767         is not used in configure.ac.
10768
10769 2009-09-08  Eric Blake  <ebb9@byu.net>
10770
10771         euidaccess: fix compilation error
10772         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10773
10774         rawmemchr: relax license
10775         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10776         okay.
10777         Reported by Jim Meyering.
10778
10779         mkfifoat: new module
10780         * modules/mkfifoat: New file.
10781         * lib/mkfifoat.c: Likewise.
10782         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10783         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10784         * modules/sys_stat (Makefile.am): Use them.
10785         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10786         * MODULES.html.sh (File system functions): Mention module.
10787         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10788         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10789         * modules/mkfifoat-tests: New test.
10790         * tests/test-mkfifoat.c: Likewise.
10791
10792         strchrnul: relax license
10793         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10794         okay.
10795         Reported by Jim Meyering.
10796
10797 2009-09-08  Eric Blake  <ebb9@byu.net>
10798
10799         fstatat: fix compilation on Solaris
10800         * lib/fstatat.c (includes): Add fcntl.h.
10801         Reported by Pádraig Brady.
10802
10803 2009-09-07  Eric Blake  <ebb9@byu.net>
10804
10805         rename: modernize replacement
10806         * modules/rename (Depends-on): Add stdio.
10807         (configure.ac): Declare witness.
10808         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10809         stdio take care of replacement.
10810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10811         * modules/stdio (Makefile.am): Substitute them.
10812         * lib/stdio.in.h (rename): Declare replacement.
10813         * lib/rename.c (includes): Allow cross-compilation to non-windows
10814         machines.
10815         * doc/posix-functions/rename.texi (rename): Improve
10816         documentation.
10817
10818         stdio: sort witness names
10819         * modules/stdio (Makefile.am): Sort replacements.
10820         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10821         * lib/stdio.in.h: Likewise.
10822
10823         getcwd: minor cleanups
10824         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10825         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10826
10827         openat: provide more convenience names
10828         * modules/faccessat (configure.ac): Add C witness.
10829         * lib/unistd.in.h (readlinkat): Fix typo.
10830         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10831         convenience wrappers.
10832         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10833         wrappers in syntax checks.
10834
10835 2009-09-06  Eric Blake  <ebb9@byu.net>
10836
10837         doc: fix comments in recent patches
10838         * lib/faccessat.c: Mention correct function.
10839         * lib/fchmodat.c: Likewise.
10840         * lib/fchownat.c: Likewise.
10841         * lib/symlinkat.c: Likewise.
10842         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10843         constants.
10844
10845         faccessat, symlinkat: continue cleanup of previous patch
10846         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10847         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10848         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10849         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10850         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10851         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10852         set.
10853
10854 2009-09-06  Bruno Haible  <bruno@clisp.org>
10855
10856         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10857         (fstatat): Declare if GNULIB_FSTATAT is set.
10858         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10859         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10860         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10861         * modules/fcntl-h (Files): Remove m4/openat.m4.
10862         * modules/sys_stat (Files): Remove m4/openat.m4.
10863         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10864         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10865         * modules/unistd (Files): Remove m4/openat.m4.
10866         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10867         GNULIB_OPENAT.
10868         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10869         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10870         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10871         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10872         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10873         gl_OPENAT_DEFAULTS.
10874         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10875         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10876         Don't require gl_OPENAT_DEFAULTS.
10877         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10878         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10879         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10880         (gl_OPENAT_DEFAULTS): Remove macro.
10881
10882 2009-09-06  Bruno Haible  <bruno@clisp.org>
10883
10884         * modules/openat (configure.ac): Remove unneeded witness.
10885
10886 2009-09-06  Bruno Haible  <bruno@clisp.org>
10887
10888         Set errno to ENOSYS when a function is entirely unsupported.
10889         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10890         EOPNOTSUPP.
10891         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10892         * modules/chown (Depends-on): Remove errno.
10893
10894 2009-09-06  Bruno Haible  <bruno@clisp.org>
10895
10896         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10897
10898 2009-09-06  Bruno Haible  <bruno@clisp.org>
10899
10900         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10901
10902 2009-09-06  Ben Pfaff  <blp@gnu.org>
10903             Bruno Haible  <bruno@clisp.org>
10904
10905         Work around a glibc bug in strtok_r.
10906         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10907         Undefine if UNDEFINE_STRTOK_R is set.
10908         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10910         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10911         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10912         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10913         UNDEFINE_STRTOK_R.
10914         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10915
10916 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10917
10918         exclude: minor fix
10919         * lib/exclude.c: Include wctype.h
10920
10921 2009-09-06  Akim Demaille  <demaille@gostai.com>
10922
10923         bootstrap: improve error message
10924         * build-aux/bootstrap (find_tool): Upon failure, report the list
10925         of candidates.
10926         Honor the initial value of the envvar.
10927
10928 2009-09-05  Eric Blake  <ebb9@byu.net>
10929
10930         symlinkat: new module
10931         * modules/symlinkat: New file.
10932         * lib/symlinkat.c: Likewise.
10933         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10935         * modules/unistd (Makefile.am): Use them.
10936         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10937         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10938         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10939         * MODULES.html.sh (File system functions): Mention module.
10940         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10941         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10942         * modules/symlinkat-tests: New test.
10943         * tests/test-symlinkat.c: Likewise.
10944
10945         test-openat-safer: add more checks
10946         * tests/test-openat-safer.c (main): Check more code paths.
10947
10948 2009-09-05  Jim Meyering  <meyering@redhat.com>
10949
10950         syntax-check: detect unnecessary inclusion of openat.h
10951         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10952
10953 2009-09-05  Bruno Haible  <bruno@clisp.org>
10954
10955         Support towlower, towupper.
10956         * doc/posix-functions/towlower.texi: Mention module wctype.
10957         * doc/posix-functions/towupper.texi: Likewise.
10958         * lib/wctype.in.h (towlower, towupper): New functions.
10959         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10960         (ASSERT): New macro.
10961         (e): New variable.
10962         (main): Test also towlower, towupper. Test WEOF argument.
10963         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10964
10965 2009-09-05  Bruno Haible  <bruno@clisp.org>
10966
10967         Fix conversion behaviour when the input is invalid.
10968         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10969         mark occurring in first pass of indirect conversion.
10970         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10971         input.
10972         Found by clang's static analyzer.
10973
10974 2009-09-05  Bruno Haible  <bruno@clisp.org>
10975
10976         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10977         where direct conversion is possible.
10978
10979 2009-09-04  Eric Blake  <ebb9@byu.net>
10980
10981         openat: fail with ENOENT on empty name
10982         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10983         buffer.
10984
10985         link-follow: fix logic bug in prior patch
10986         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10987         reversed sense of yes and no in prior patch.  Avoid confusing
10988         compilation failure with desired semantics.
10989
10990         link-follow: accomodate mingw and cross-compilation
10991         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10992         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10993         cross-compilation results to -1, to make linkat easier to
10994         implement when cross-compiling.  Trivially support mingw.
10995         * modules/link-follow (configure.ac): Call new name.
10996         * NEWS: Mention this.
10997
10998 2009-09-03  Eric Blake  <ebb9@byu.net>
10999
11000         faccessat: compile replacement
11001         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11002         needed.
11003
11004         fts: fix compilation error
11005         * lib/fts.c (includes): Re-add "openat.h", for
11006         openat_needs_fchdir.
11007
11008         faccessat: new module
11009         * modules/faccessat: New file.
11010         * lib/faccessat.c: Likewise.
11011         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11012         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11013         * modules/unistd (Makefile.am): Use it.
11014         * lib/unistd.in.h (faccessat): Declare it.
11015         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11016         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11017         * MODULES.html.sh (File system functions): Mention it.
11018         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11019         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11020
11021         euidaccess: prefer POSIX over non-standard implementation
11022         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11023         * lib/euidaccess.c (euidaccess): Use it if available.
11024
11025         openat: make template easier to use
11026         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11027         AT_FUNC_F2 to be undefined.
11028         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11029         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11030         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11031         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11032         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11033         Likewise.
11034         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11035         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11036         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11037         Likewise.
11038
11039         openat: declare in POSIX headers
11040         * NEWS: Mention this.
11041         * modules/openat (configure.ac): Declare witnesses.
11042         (Depends-on): Add fcntl-h, sys_stat, unistd.
11043         (Include): Mention correct headers.
11044         * modules/fcntl-h (Depends-on): Add link-warning.
11045         (Files): Add openat.m4.
11046         (Makefile.am): Substitute witnesses.
11047         * modules/sys_stat (Files, Makefile.am): Likewise.
11048         * modules/unistd (Files, Makefile.am): Likewise.
11049         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11050         (gl_OPENAT_DEFAULTS): New macro.
11051         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11052         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11053         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11054         (SYS_STAT_H): Remove unused variable.
11055         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11056         * lib/fcntl--.h (includes): Remove unneeded header.
11057         * lib/openat-safer.c (includes): Likewise.
11058         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11059         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11060         appropriate headers.
11061         (__OPENAT_PREFIX): Delete.
11062         * lib/fcntl.in.h (openat): Provide declaration.
11063         (AT_FDCWD): Fix Solaris bug.
11064         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11065         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11066         * lib/fchmodat.c (includes):  Adjust to find declaration.
11067         * lib/fchownat.c (includes): Likewise.
11068         * lib/mkdirat.c (includes): Likewise.
11069         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11070         still visible.
11071
11072 2009-09-02  Eric Blake  <ebb9@byu.net>
11073
11074         errno: use consistently
11075         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11076         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11077         * lib/canonicalize.c (ELOOP): Likewise.
11078         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11079         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11080         * lib/lchown.c (EOPNOTSUPP): Likewise.
11081         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11082         * lib/savewd.c (ESTALE): Likewise.
11083         * lib/settime.c (ENOSYS): Likewise.
11084         * lib/utimens.c (ENOSYS): Likewise.
11085         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11086         * lib/chdir-safer.c (ELOOP): Likewise.
11087         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11088         * modules/c-stack (Depends-on): Add errno.
11089         * modules/canonicalize (Depends-on): Likewise.
11090         * modules/chdir-safer (Depends-on): Likewise.
11091         * modules/fdopendir (Depends-on): Likewise.
11092         * modules/inet_ntop (Depends-on): Likewise.
11093         * modules/inet_pton (Depends-on): Likewise.
11094         * modules/lchown (Depends-on): Likewise.
11095         * modules/openat (Depends-on): Likewise.
11096         * modules/savewd (Depends-on): Likewise.
11097         * modules/settime (Depends-on): Likewise.
11098         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11099
11100         fts: avoid leaking fds
11101         * modules/fts (Depends-on): Add cloexec.
11102         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11103         flag.
11104
11105         fts: make directory fds more robust
11106         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11107         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11108
11109         backupfile, chdir-long, fts, savedir: make safer
11110         * lib/backupfile.c (includes): Use "dirent--.h", since
11111         numbered_backup can write to stderr during readdir.
11112         * lib/savedir.c (includes): Likewise.
11113         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11114         emulation can write to stderr on failure.
11115         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11116         * lib/getcwd.c: Document why opendir_safer is unused.
11117         * lib/glob.c: Likewise.
11118         * lib/scandir.c: Likewise.
11119         * lib/openat-proc.c: Likewise, for open_safer.
11120         * modules/backupfile (Depends-on): Add dirent-safer.
11121         * modules/savedir (Depends-on): Likewise.
11122         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11123         * modules/chdir-long (Depends-on): Add openat-safer.
11124
11125         openat-safer: new module
11126         * modules/openat-safer: New file.
11127         * lib/openat-safer.c: Likewise.
11128         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11129         * lib/fcntl-safer.h (openat_safer): Declare.
11130         * lib/fcntl--.h (openat): Override.
11131         * MODULES.html.sh (File descriptor based I/O): Mention it.
11132         * lib/openat.h: Add double-inclusion guards.
11133         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11134         "fcntl--.h", so we can implement openat.
11135         * modules/openat-safer-tests: New test.
11136         * tests/test-openat-safer.c: New file.
11137
11138         dirent-safer: new module
11139         * modules/dirent-safer: New file.
11140         * lib/dirent--.h: Likewise.
11141         * lib/dirent-safer.h: Likewise.
11142         * lib/opendir-safer.c: Likewise.
11143         * m4/dirent-safer.m4: Likewise.
11144         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11145         * modules/dirent-safer-tests: New test.
11146         * tests/test-dirent-safer.c: New file.
11147         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11148
11149         fdopendir: optimize on mingw
11150         * lib/unistd.in.h (_gl_directory_name): New prototype.
11151         * lib/fchdir.c (_gl_directory_name): Implement it.
11152         (fchdir): Use it to simplify implementation.
11153         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11154         fchdir, when available, to avoid calling [f]chdir().
11155
11156         fdopendir: split into its own module
11157         * lib/openat.c (fdopendir): Move...
11158         * lib/fdopendir.c: ...into new file.
11159         * modules/fdopendir: New module.
11160         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11161         * modules/openat (Depends-on): Add fdopendir.
11162         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11163         fdopendir here.
11164         * modules/savedir (Depends-on): Only need fdopendir, not full
11165         openat.
11166         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11167         * lib/openat.h (fdopendir): Drop prototype.
11168         * lib/dirent.in.h (fdopendir): Provide prototype.
11169         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11170         * modules/dirent (Makefile.am): Substitute them.
11171         * MODULES.html.sh (File system functions): Mention it.
11172         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11173         * modules/fdopendir-tests: New file.
11174         * tests/test-fdopendir.c: Likewise.
11175
11176         fchdir: use more consistent macro convention
11177         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11178         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11179         REPLACE_FCHDIR, rather than relying on config.h macros.
11180         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11181         inside a single make-time REPLACE_FCHDIR block, rather than using
11182         the config.h FCHDIR_REPLACEMENT.
11183         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11184         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11185         Manage fstat replacement.
11186         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11187         REPLACE_FCHDIR.
11188         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11189         (Makefile.am): Substitute REPLACE_FCHDIR.
11190         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11191         FCHDIR_REPLACEMENT.
11192         * lib/dup-safer.c (dup_safer): Likewise.
11193         * lib/dup2.c (rpl_dup2): Likewise.
11194         * lib/dup3.c (rpl_dup3): Likewise.
11195         * lib/open.c (rpl_open): Likewise.
11196
11197         fchdir: simplify error handling, and support dup3
11198         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11199         stdbool, malloc-posix, realloc-posix.
11200         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11201         (ensure_dirs_slot): Return false on allocation failure.
11202         (rpl_dup2): Delete.
11203         (_gl_register_dup): New function.
11204         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11205         (_gl_register_fd): Close fd on allocation failure.
11206         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11207         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11208         prototype.
11209         (rpl_dup2_fchdir): Delete prototype.
11210         * lib/open.c (open): Update caller.
11211         * lib/dup2.c (dup2): Track fchdir metadata.
11212         * lib/dup3.c (dup3): Likewise.
11213         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11214         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11215
11216 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11217
11218         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11219         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11220         don't pass arguments to AC_OUTPUT.
11221
11222 2009-09-02  Bruno Haible  <bruno@clisp.org>
11223
11224         * modules/mkdtemp (License): Relicense under LGPLv2+.
11225         Reported by Paolo Bonzini.
11226
11227 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11228
11229         Replace uses of obsolete autoconf macros in Jim's modules.
11230         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11231         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11232         can evoke a warning from autoconf when run with -Wobsolete
11233         enabled.  They were declared obsolete for good reasons (see
11234         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11235         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11236         should not continue using the deprecated macros.
11237         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11238         obsolete Autoconf macros with modern counterparts.
11239         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11240         * m4/dos.m4 (gl_AC_DOS): Likewise.
11241         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11242         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11243         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11244         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11245         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11246         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11247         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11248         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11249         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11250         Likewise.
11251         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11252         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11253         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11254         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11255         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11256         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11257
11258 2009-09-01  Eric Blake  <ebb9@byu.net>
11259
11260         fchdir: fix off-by-one bug in previous patch
11261         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11262         (_gl_unregister_fd): Delete useless if.
11263
11264 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11265
11266         maint.mk: sort the list of syntax-check rules
11267         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11268         easier to get a sense of progress when the rules are run sequentially
11269         and take a long time.
11270
11271 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11272
11273         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11274         * modules/netinet_in: Likewise.
11275         * modules/sys_file: Likewise.
11276         * modules/sys_ioctl: Likewise.
11277         * modules/sys_select: Likewise.
11278         * modules/sys_socket: Likewise.
11279         * modules/sys_stat: Likewise.
11280         * modules/sys_time: Likewise.
11281         * modules/sys_times: Likewise.
11282         * modules/sys_utsname: Likewise.
11283         * modules/sys_wait: Likewise.
11284
11285 2009-09-01  Jim Meyering  <meyering@redhat.com>
11286
11287         fts: help ensure that return values are not ignored
11288         * lib/fts_.h (__GNUC_PREREQ): Define.
11289         (__attribute_warn_unused_result__): Define.
11290         (fts_children, fts_close, fts_open, fts_read): Declare with
11291         __attribute_warn_unused_result__.
11292
11293         fts: fts_close now fails also when closing a dir file descriptor fails
11294         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11295         and propagate to caller, along with errno.
11296
11297         announce-gen: correct formatting in --help output
11298         * build-aux/announce-gen (usage): Move the one-line description in
11299         --help output "up", to where it belongs, just after Usage:.
11300
11301 2009-08-31  Eric Blake  <ebb9@byu.net>
11302
11303         fchdir: port to mingw
11304         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11305         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11306         opened, then use a substitute.
11307         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11308         replacement.
11309         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11310         (_gl_register_fd): No need to check stat if open already filters
11311         all directories.
11312         (fchdir): Fix error condition to match POSIX.
11313         * modules/fchdir (Depends-on): Add sys_stat.
11314         * doc/posix-functions/open.texi (open): Document the limitation.
11315         * modules/fchdir-tests: New file.
11316         * tests/test-fchdir.c: Likewise.
11317
11318         canonicalize: allow cross-testing from cygwin to mingw
11319         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11320         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11321         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11322         Likewise.
11323         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11324         target does not support symlinks.
11325         * tests/test-canonicalize-lgpl.sh: Likewise.
11326
11327         chown: avoid compilation warning on mingw
11328         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11329         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11330         mingw.
11331         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11332         * modules/chown (Depends-on): Add errno.
11333
11334 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11335
11336         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11337         command.
11338
11339 2009-08-31  Jim Meyering  <meyering@redhat.com>
11340
11341         canonicalize: remove useless initialization
11342         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11343         initialization of local, "end".
11344
11345 2009-08-30  Bruno Haible  <bruno@clisp.org>
11346
11347         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11348         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11349         ENOSYS.
11350
11351 2009-08-30  Bruno Haible  <bruno@clisp.org>
11352
11353         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11354         /usr/xpg4/bin/tr when it exists.
11355         * tests/test-pipe-filter-gi1.sh: Likewise.
11356
11357 2009-08-30  Bruno Haible  <bruno@clisp.org>
11358
11359         Work around deficient /usr/bin/id program on Solaris.
11360         * tests/test-file-has-acl.sh (ID): New variable.
11361         * tests/test-set-mode-acl.sh (ID): Likewise.
11362         * tests/test-copy-acl.sh (ID): Likewise.
11363         * tests/test-copy-file.sh (ID): Likewise.
11364
11365 2009-08-30  Bruno Haible  <bruno@clisp.org>
11366
11367         New module 'xstriconveh'.
11368         * lib/xstriconveh.h: New file.
11369         * lib/xstriconveh.c: New file.
11370         * modules/xstriconveh: New file.
11371
11372 2009-08-30  Bruno Haible  <bruno@clisp.org>
11373
11374         Make it easier to use mem_cd_iconveh.
11375         * lib/striconveh.h (iconveh_t): New type.
11376         (iconveh_open, iconveh_close): New declarations.
11377         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11378         with a single 'const iconveh_t *' argument.
11379         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11380         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11381         with a single 'const iconveh_t *' argument.
11382         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11383         * tests/test-striconveh.c (main): Update.
11384         * NEWS: Mention the change.
11385
11386 2009-08-30  Bruno Haible  <bruno@clisp.org>
11387
11388         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11389         problem.
11390
11391 2009-08-30  Bruno Haible  <bruno@clisp.org>
11392
11393         Work around iconv_open problem on Solaris.
11394         * lib/iconv_open-solaris.gperf: New file.
11395         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11396         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11397         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11398         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11399         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11400         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11401
11402 2009-08-29  Jim Meyering  <meyering@redhat.com>
11403
11404         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11405         * top/maint.mk (cvs-check): Remove target; it was just an alias
11406         to the better-named vc-diff-check.
11407         (maintainer-distcheck): Remove rule.  It was used only from
11408         the (alpha/beta/major) target, and all of its commands but one
11409         were coreutils-specific.
11410         (vc-dist): Remove rule.
11411         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11412         Run vc-diff-check, not vc-dist.
11413         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11414
11415 2009-08-27  Bruno Haible  <bruno@clisp.org>
11416
11417         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11418         of 0.
11419
11420 2009-08-27  Bruno Haible  <bruno@clisp.org>
11421
11422         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11423         compilers.
11424         * doc/func.texi: Document the SunPRO C bug.
11425
11426 2009-08-27  Bruno Haible  <bruno@clisp.org>
11427
11428         Fix link error on Solaris.
11429         * tests/test-parse-duration.c (xstrdup): Remove function.
11430
11431 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11432
11433         ignore-value: handle pointer types, too
11434         * lib/ignore-value.h (__attribute__): Remove definition.
11435         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11436         of a more concise and more-often effective "(void) i" statement.
11437         (ignore_ptr): New function to suppress warnings from functions that
11438         return pointers, and to make it explicit that one function doesn't
11439         handle all cases.
11440
11441 2009-08-25  Bruno Haible  <bruno@clisp.org>
11442
11443         dup2: work around a Linux bug.
11444         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11445         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11446         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11447         Reported by Simon Josefsson.
11448
11449 2009-08-25  Jim Meyering  <meyering@redhat.com>
11450
11451         libguestfs uses gnulib
11452         * users.txt: Add libguestfs.
11453
11454 2009-08-24  Eric Blake  <ebb9@byu.net>
11455
11456         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11457         * lib/pipe2.c (includes): Add binary-io.h.
11458         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11459
11460 2009-08-24  Bruno Haible  <bruno@clisp.org>
11461
11462         Tolerate declared but missing accept4 syscall.
11463         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11464         available.
11465         * lib/sys_socket.in.h (accept4): If the function is already present,
11466         override it.
11467         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11468         * modules/accept4 (Makefile.am): Compile accept4.c always.
11469         Reported by Paolo Bonzini and Eric Blake.
11470
11471 2009-08-23  Bruno Haible  <bruno@clisp.org>
11472
11473         New module 'accept4'.
11474         * lib/sys_socket.in.h (accept4): New declaration.
11475         * lib/accept4.c: New file.
11476         * m4/accept4.m4: New file.
11477         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11478         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11479         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11480         HAVE_ACCEPT4.
11481         * modules/accept4: New file.
11482         * doc/glibc-functions/accept4.texi: Mention the new module.
11483
11484 2009-08-24  Jim Meyering  <meyering@redhat.com>
11485
11486         progname: also set global program_invocation_name, when possible
11487         Before this change, a libtool-enabled program that calls glibc's
11488         error function would report the program name as
11489         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11490         * modules/progname (configure.ac): Check for a declaration of
11491         program_invocation_name.
11492         * lib/progname.c:  Include <errno.h>.
11493         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11494         Set program_invocation_name.
11495
11496 2009-08-23  Bruno Haible  <bruno@clisp.org>
11497
11498         * lib/dup3.c: Include <string.h>.
11499
11500 2009-08-23  Bruno Haible  <bruno@clisp.org>
11501
11502         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11503         * lib/pipe2.c (pipe2): Likewise.
11504         Suggested by Eric Blake.
11505
11506 2009-08-23  Bruno Haible  <bruno@clisp.org>
11507
11508         Tolerate declared but missing dup3 syscall.
11509         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11510         * lib/unistd.in.h (dup3): If the function is already present,
11511         override it.
11512         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11513         * modules/dup3 (Makefile.am): Compile dup3.c always.
11514         Reported by Paolo Bonzini.
11515
11516 2009-08-23  Bruno Haible  <bruno@clisp.org>
11517
11518         Tolerate declared but missing pipe2 syscall.
11519         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11520         available.
11521         * lib/unistd.in.h (pipe2): If the function is already present,
11522         override it.
11523         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11524         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11525         Reported by Paolo Bonzini.
11526
11527 2009-08-23  Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/pipe2.c (pipe2): Move #ifs inside function.
11530
11531 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11532
11533         quotearg: document limitations of quote_these_too
11534         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11535         those limitations are created.
11536         * lib/quotearg.h (set_char_quoting): Document that digits and
11537         letters that are special after backslash are not permitted.
11538         (quotearg_char): Cross-reference set_char_quoting documentation.
11539
11540 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11541
11542         quotearg: implement custom_quoting_style
11543         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11544         right_quote fields.
11545         (set_custom_quoting): New public function.
11546         (quotearg_buffer_restyled): Add left_quote and right_quote
11547         arguments, handle them very much like locale quoting, and update
11548         all uses.
11549         (quotearg_n_custom): New public function.
11550         (quotearg_n_custom_mem): New public function.
11551         (quotearg_custom): New public function.
11552         (quotearg_custom_mem): New public function.
11553         * lib/quotearg.h: Prototype and document new public functions.
11554         (enum quoting_style): For escape_quoting_style and
11555         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11556         ignored even though they're otherwise like c_quoting_style.
11557         Add custom_quoting_style member and document with comparison to
11558         clocale_quoting_style.
11559         * tests/test-quotearg.c (custom_quotes): New array.
11560         (custom_results): New array.
11561         (main): Extend to test custom quoting.
11562
11563 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11564
11565         quotearg: fix right quote escaping when it's in quote_these_too
11566         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11567         quote, be sure to prepend only one backslash.
11568         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11569         (main): Test it.
11570
11571 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11572
11573         quotearg-tests: test escaping of embedded locale quotes
11574         * tests/test-quotearg.c (struct result_strings): Add member for
11575         new input.
11576         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11577         (inputs): Add new input.
11578         (results_g): Add expected results.
11579         (flag_results): Likewise.
11580         (locale_results): Likewise.
11581         (compare_strings): Check those.
11582
11583 2009-08-23  Bruno Haible  <bruno@clisp.org>
11584
11585         Tests for module 'dup3'.
11586         * modules/dup3-tests: New file.
11587         * tests/test-dup3.c: New file.
11588
11589         New module 'dup3'.
11590         * lib/unistd.in.h (dup3): New declaration.
11591         * lib/dup3.c: New file.
11592         * m4/dup3.m4: New file.
11593         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11594         HAVE_DUP3.
11595         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11596         * modules/dup3: New file.
11597         * doc/glibc-functions/dup3.texi: Mention the new module.
11598
11599 2009-08-23  Bruno Haible  <bruno@clisp.org>
11600
11601         Tweak the dup2 test.
11602         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11603         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11604         the test file is still empty. Fix argument order of lseek.
11605
11606 2009-08-23  Bruno Haible  <bruno@clisp.org>
11607
11608         Avoid test link errors when the modules getopt-gnu, gettext are used.
11609         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11610         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11611
11612 2009-08-23  Bruno Haible  <bruno@clisp.org>
11613
11614         Fix getdtablesize() on mingw.
11615         * lib/getdtablesize.c (getdtablesize): Implement differently.
11616         * lib/unistd.in.h (getdtablesize): Improve comment.
11617
11618 2009-08-23  Bruno Haible  <bruno@clisp.org>
11619
11620         New module 'mkostemp'.
11621         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11622         * lib/stdlib.in.h (mksotemp): New declaration.
11623         * lib/mkostemp.c: New file, from glibc with modifications.
11624         * lib/tempname.h (GT_FILE): Remove outdated comment.
11625         (gen_tempname): Add flags argument.
11626         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11627         (__GT_FILE): Map to 1.
11628         (small_open, large_open): Remove macros.
11629         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11630         * lib/mkstemp.c (mkstemp): Update.
11631         * lib/mkdtemp.c (mkdtemp): Likewise.
11632         * m4/mkostemp.m4: New file.
11633         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11634         HAVE_MKOSTEMP.
11635         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11636         HAVE_MKOSTEMP.
11637         * modules/mkostemp: New file, based on modules/mkstemp.
11638         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11639         * NEWS: Mention the change.
11640
11641 2009-08-23  Bruno Haible  <bruno@clisp.org>
11642
11643         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11644         Reported by Eric Blake.
11645
11646 2009-08-23  Bruno Haible  <bruno@clisp.org>
11647
11648         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11649         Reported by Eric Blake.
11650
11651 2009-08-23  Bruno Haible  <bruno@clisp.org>
11652
11653         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11654         * modules/pipe2 (Depends-on): Likewise.
11655
11656 2009-08-23  Eric Blake  <ebb9@byu.net>
11657
11658         fcntl-h: add O_TTY_INIT support
11659         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11660         * tests/test-fcntl-h.c (o): Test it.
11661         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11662
11663         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11664         * modules/fcntl: Move <fcntl.h> header replacement...
11665         * modules/fcntl-h: ...to new name, so as not to collide with
11666         like-named function.
11667         * tests/test-fcntl.c: Rename...
11668         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11669         * modules/fcntl-tests: Rename...
11670         * modules/fcntl-h-tests: ...to this.  Update test file name.
11671         * modules/chdir-long (Depends-on): Update clients.
11672         * modules/chdir-safer (Depends-on): Likewise.
11673         * modules/fcntl-safer (Depends-on): Likewise.
11674         * modules/fts (Depends-on): Likewise.
11675         * modules/mkancesdirs (Depends-on): Likewise.
11676         * modules/mkdir-p (Depends-on): Likewise.
11677         * modules/open (Depends-on): Likewise.
11678         * modules/savewd (Depends-on): Likewise.
11679         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11680         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11681
11682 2009-08-22  Bruno Haible  <bruno@clisp.org>
11683
11684         * modules/binary-io (License): Relicense under LGPL.
11685         * modules/pipe2 (License): Likewise.
11686
11687 2009-08-22  Bruno Haible  <bruno@clisp.org>
11688
11689         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11690         return value.
11691         * lib/pipe-filter-gi.c (filter_init): Likewise.
11692         Reported by Eric Blake.
11693
11694 2009-08-22  Bruno Haible  <bruno@clisp.org>
11695
11696         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11697         * modules/pipe (Depends-on): Add pipe2.
11698
11699 2009-08-22  Bruno Haible  <bruno@clisp.org>
11700
11701         Tests for module 'pipe2'.
11702         * modules/pipe2-tests: New file.
11703         * tests/test-pipe2.c: New file.
11704
11705         New module 'pipe2'.
11706         * lib/unistd.in.h (pipe2): New declaration.
11707         * lib/pipe2.c: New file.
11708         * m4/pipe2.m4: New file.
11709         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11710         HAVE_PIPE2.
11711         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11712         * modules/pipe2: New file.
11713         * doc/glibc-functions/pipe2.texi: Mention the new module.
11714
11715 2009-08-22  Bruno Haible  <bruno@clisp.org>
11716
11717         Reference some new glibc functions.
11718         * doc/glibc-functions/accept4.texi: New file.
11719         * doc/glibc-functions/dup3.texi: New file.
11720         * doc/glibc-functions/mkostemp.texi: New file.
11721         * doc/glibc-functions/pipe2.texi: New file.
11722         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11723         (Glibc sys/socket.h): Refer to accept4.
11724         (Glibc unistd.h): Refer to dup3, pipe2.
11725         Reported by Eric Blake.
11726
11727 2009-08-22  Jim Meyering  <meyering@redhat.com>
11728             Bruno Haible  <bruno@clisp.org>
11729
11730         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11731         This makes it so packages using automake-1.11's silent-rules option
11732         can print e.g., a single "GEN    configmake.h" line, rather than
11733         the 30+ statements that perform the job.  If you want to see the
11734         actual commands, you can still run "make V=1".
11735         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11736         so that make output is abbreviated when those variables are defined
11737         appropriately.
11738         * modules/argz: Likewise.
11739         * modules/arpa_inet: Likewise.
11740         * modules/byteswap: Likewise.
11741         * modules/configmake: Likewise.
11742         * modules/dirent: Likewise.
11743         * modules/errno: Likewise.
11744         * modules/fcntl: Likewise.
11745         * modules/float: Likewise.
11746         * modules/fnmatch: Likewise.
11747         * modules/getopt-posix: Likewise.
11748         * modules/glob: Likewise.
11749         * modules/iconv_open: Likewise.
11750         * modules/inttypes: Likewise.
11751         * modules/localcharset: Likewise.
11752         * modules/locale: Likewise.
11753         * modules/math: Likewise.
11754         * modules/netdb: Likewise.
11755         * modules/netinet_in: Likewise.
11756         * modules/poll: Likewise.
11757         * modules/posix_spawnp-tests: Likewise.
11758         * modules/sched: Likewise.
11759         * modules/search: Likewise.
11760         * modules/selinux-h: Likewise.
11761         * modules/signal: Likewise.
11762         * modules/spawn: Likewise.
11763         * modules/stdarg: Likewise.
11764         * modules/stdbool: Likewise.
11765         * modules/stddef: Likewise.
11766         * modules/stdint: Likewise.
11767         * modules/stdio: Likewise.
11768         * modules/stdlib: Likewise.
11769         * modules/string: Likewise.
11770         * modules/strings: Likewise.
11771         * modules/sys_file: Likewise.
11772         * modules/sys_ioctl: Likewise.
11773         * modules/sys_select: Likewise.
11774         * modules/sys_socket: Likewise.
11775         * modules/sys_stat: Likewise.
11776         * modules/sys_time: Likewise.
11777         * modules/sys_times: Likewise.
11778         * modules/sys_utsname: Likewise.
11779         * modules/sys_wait: Likewise.
11780         * modules/sysexits: Likewise.
11781         * modules/time: Likewise.
11782         * modules/unistd: Likewise.
11783         * modules/wchar: Likewise.
11784         * modules/wctype: Likewise.
11785
11786 2009-08-22  Jim Meyering  <meyering@redhat.com>
11787
11788         announce-gen: detect write failure
11789         * build-aux/announce-gen: Add Coda at end.
11790         Remove equivalent-but-more-verbose block at top.
11791
11792 2009-08-19  Akim Demaille  <demaille@gostai.com>
11793
11794         bootstrap: --help to stdout.
11795         * bootstrap (usage): Don't send --help to stderr.
11796         Use a here doc instead of a long string.
11797
11798 2009-08-21  Eric Blake  <ebb9@byu.net>
11799
11800         test-popen-safer: split from test-popen
11801         * tests/test-popen.c (main): Move...
11802         * tests/test-popen.h: ...into new file.
11803         * tests/test-popen-safer2.c: New file.
11804         * modules/popen-tests (Files): Add test-popen.h.
11805         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11806         Suggested by Bruno Haible.
11807
11808         test-fcntl-safer: split from test-open
11809         * tests/test-open.c (main): Move...
11810         * tests/test-open.h: ...into new file.
11811         * tests/test-fcntl-safer.c: New file.
11812         * modules/open-tests (Files): Add test-open.h.
11813         * modules/fcntl-safer-tests: New file.
11814         Suggested by Bruno Haible.
11815
11816         test-fopen-safer: split from test-fopen
11817         * tests/test-fopen.c (main): Move...
11818         * tests/test-fopen.h: ...into new file.
11819         * tests/test-fopen-safer.c: New file.
11820         * modules/fopen-tests (Files): Add test-fopen.h.
11821         * modules/fopen-safer-tests: New file.
11822         Suggested by Bruno Haible.
11823
11824 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11825
11826         popen-safer: test O_CLOEXEC at run-time.
11827         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11828
11829 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11830
11831         fcntl: move more flags to the header
11832         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11833         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11834         * lib/fcntl.in.h: Do both things here.
11835
11836 2009-08-21  Jim Meyering  <meyering@redhat.com>
11837
11838         consistently remove $@-t before redirecting to it
11839         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11840         * modules/alloca-opt: Likewise.
11841         * modules/byteswap: Likewise.
11842         * modules/fnmatch: Likewise.
11843         * modules/getopt-posix: Likewise.
11844         * modules/glob: Likewise.
11845         * modules/poll: Likewise.
11846         * modules/posix_spawnp-tests: Likewise.
11847         * modules/sys_socket: Likewise.
11848         * modules/sysexits: Likewise.
11849
11850 2009-08-21  Eric Blake  <ebb9@byu.net>
11851
11852         popen: simplify access to original popen
11853         * lib/popen.c (rpl_popen): No need to worry about popen being a
11854         macro.
11855         Reported by Bruno Haible.
11856
11857 2009-08-20  Eric Blake  <ebb9@byu.net>
11858
11859         build: avoid some compiler warnings
11860         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11861         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11862         type.
11863         (new_exclude_segment, excluded_file_pattern_p)
11864         (excluded_file_name_p): Reduce scope.
11865         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11866         old-style declaration.
11867
11868 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11869
11870         * tests/test-exclude1.sh: Handle Windows EOL.
11871         * tests/test-exclude2.sh: Likewise.
11872         * tests/test-exclude3.sh: Likewise.
11873         * tests/test-exclude4.sh: Likewise.
11874         * tests/test-exclude5.sh: Likewise.
11875         * tests/test-exclude6.sh: Likewise.
11876         * tests/test-exclude7.sh: Likewise.
11877
11878 2009-08-19  Akim Demaille  <demaille@gostai.com>
11879
11880         bootstrap: find sha1sum when named gsha1sum.
11881         * bootstrap (find_tool): New.
11882         ($SHA1SUM): New.
11883         Use it.
11884
11885 2009-08-20  Jim Meyering  <meyering@redhat.com>
11886
11887         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11888         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11889         expression that converts "." in a file name to "\." in the resulting
11890         regexp.  Start with a dummy statement, so that prior shell variable
11891         definitions are expanded portably.  Reported by Simon Josefsson.
11892
11893 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11894
11895         Fix polling for writeability of a screen buffer.
11896         * lib/poll.c: Distinguish input and screen buffers for the
11897         Win32 implementation.
11898         * lib/select.c: Likewise.
11899
11900 2009-08-19  Eric Blake  <ebb9@byu.net>
11901
11902         popen-safer: prevent popen from clobbering std descriptors
11903         * modules/popen-safer: New file.
11904         * lib/popen-safer.c: Likewise.
11905         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11906         * lib/stdio--.h (popen): Provide override.
11907         * lib/stdio-safer.h (popen_safer): Provide declaration.
11908         * tests/test-popen.c (includes): Partially test this.
11909         * modules/popen-safer-tests: New file, for more tests.
11910         * tests/test-popen-safer.c: Likewise.
11911         * MODULES.html.sh (file stream based Input/Output): Mention it.
11912
11913         tests: test some of the *-safer modules
11914         * modules/fopen-safer (Depends-on): Add fopen.
11915         * modules/fcntl-safer (Depends-on): Add fcntl.
11916         * modules/stdlib-safer (Depends-on): Add stdlib.
11917         (configure.ac): Set indicator.
11918         * modules/unistd-safer (configure.ac): Likewise.
11919         * modules/tmpfile-safer (configure.ac): Likewise.
11920         (Depends-on): Add tmpfile.
11921         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11922         active.
11923         * tests/test-fopen.c (includes): Test safer versions when they are
11924         in use.
11925         * tests/test-open.c (includes): Likewise.
11926
11927         popen: fix cygwin 1.5 bug when stdin closed
11928         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11929         * modules/popen: New file.
11930         * modules/popen-tests: Likewise.
11931         * tests/test-popen.c: Likewise.
11932         * m4/popen.m4: Likewise.
11933         * lib/popen.c: Likewise.
11934         * lib/stdio.in.h (popen): New declaration.
11935         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11936         * modules/stdio (Makefile.am): Likewise.
11937         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11938
11939 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11940
11941         maint.mk: give full control over update-copyright exclusions
11942         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11943         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11944         (update-copyright): Don't force inclusion of top-level
11945         ChangeLog.  Don't force exclusion of all COPYING files, but make
11946         them the default exclusion instead.
11947
11948 2009-08-16  Bruno Haible  <bruno@clisp.org>
11949
11950         Fix test failures on Solaris 10.
11951         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11952         tests when Solaris iconv() is used.
11953         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11954         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11955         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11956         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11957         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11958
11959 2009-08-16  Bruno Haible  <bruno@clisp.org>
11960
11961         Fix test failures on Solaris 10.
11962         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11963         'tr' program and pass it as first argument.
11964         * tests/test-pipe-filter-gi1.sh: Likewise.
11965         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11966         program as first argument.
11967         * tests/test-pipe-filter-gi1.c (main): Likewise.
11968
11969 2009-08-16  Eric Blake  <ebb9@byu.net>
11970
11971         fpurge: fix previous commits
11972         * modules/fpurge (Makefile.am): Make replacement conditional,
11973         partially reverting 2007-04-29 change; missed in previous
11974         attempt.
11975         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11976         is missing.
11977
11978 2009-08-16  Bruno Haible  <bruno@clisp.org>
11979
11980         Clarify fpurge's effect on the file position.
11981         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11982         * tests/test-fpurge.c (main): Make a second pass for checking the file
11983         position.
11984
11985 2009-08-16  Bruno Haible  <bruno@clisp.org>
11986
11987         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11988         declaration of fpurge is missing.
11989         * tests/test-fpurge.c (main): Check that the file has not more contents
11990         than expected. Close the file before removing it.
11991
11992 2009-08-15  Eric Blake  <ebb9@byu.net>
11993
11994         fpurge: don't wrap working cygwin implementation
11995         * lib/fpurge.c (fpurge): Fix comment typo.
11996         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11997         1.7 to avoid replacement.
11998         * tests/test-fpurge.c (main): Enhance test.
11999
12000 2009-08-15  Eric Blake  <ebb9@byu.net>
12001         and Jim Meyering  <meyering@redhat.com>
12002
12003         test-update-copyright: skip if perl is insufficient
12004         * tests/test-update-copyright.sh: Failure to run maintainer tool
12005         should not cause testsuite failure on cygwin 1.5.
12006
12007 2009-08-14  Eric Blake  <ebb9@byu.net>
12008
12009         doc: mention more functions added in cygwin 1.7.0
12010         * doc/posix-headers/limits.texi (limits.h): Update for recent
12011         cygwin additions.
12012         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12013         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12014         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12015         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12016         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12017
12018 2009-08-14  Eric Blake  <ebb9@byu.net>
12019
12020         maint.mk: simplify update-copyright rule
12021         * top/maint.mk (update-copyright-local): Delete, and document how
12022         to do it in cfg.mk instead.
12023         (update-copyright-exclude-regexp): Delete, and document how to do
12024         it in .x-update-copyright instead.
12025         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12026         exclude ChangeLog.
12027
12028 2009-08-14  Bruno Haible  <bruno@clisp.org>
12029
12030         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12031
12032 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12033
12034         maint.mk: support update-copyright-env
12035         * top/maint.mk (update-copyright-env): Define place-holder.
12036         (update-copyright): Expand $(update-copyright-env) before
12037         invoking update-copyright.
12038
12039 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12040
12041         update-copyright: implement forced reformatting
12042         * build-aux/update-copyright: Implement and document
12043         UPDATE_COPYRIGHT_FORCE.
12044         * tests/test-update-copyright.sh: Test it.
12045
12046 2009-08-14  Eric Blake  <ebb9@byu.net>
12047         and Bruno Haible  <bruno@clisp.org>
12048
12049         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12050         * tests/test-locale.c: Revert previous patch related to NULL.
12051         * tests/test-stdio.c: Likewise.
12052         * tests/test-stdlib.c: Likewise.
12053         * tests/test-string.c: Likewise.
12054         * tests/test-unistd.c: Likewise.
12055         * modules/time-tests (Depends-on): Add verify.
12056         * modules/wchar-tests (Depends-on): Likewise.
12057         * tests/test-time.c: Test for NULL compliance.
12058         * tests/test-wchar.c: Likewise.
12059         * modules/locale (Depends-on): Add stddef.
12060         * modules/stdio (Depends-on): Likewise.
12061         * modules/stdlib (Depends-on): Likewise.
12062         * modules/string (Depends-on): Likewise.
12063         * modules/time (Depends-on): Likewise.
12064         * modules/unistd (Depends-on): Likewise.
12065         * modules/wchar (Depends-on): Likewise.
12066         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12067         * lib/stdlib.in.h (includes): Likewise.
12068         * lib/string.in.h (includes): Likewise.
12069         * lib/time.in.h (includes): Likewise.
12070         * lib/unistd.in.h (includes): Likewise.
12071         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12072         replaced.
12073         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12074         * m4/stddef_h.m4: New file.
12075         * modules/stddef: Likewise.
12076         * lib/stddef.in.h: Likewise.
12077         * modules/stddef-tests: Likewise.
12078         * tests/test-stddef.c: Likewise.
12079         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12080         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12081         * doc/posix-headers/locale.texi (locale.h): Likewise.
12082         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12083         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12084         * doc/posix-headers/string.texi (string.h): Likewise.
12085         * doc/posix-headers/time.texi (time.h): Likewise.
12086         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12087         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12088
12089 2009-08-14  Eric Blake  <ebb9@byu.net>
12090
12091         doc: improve git diff of texinfo files
12092         * .gitattributes: Add rule for *.texi files, with hint on how to
12093         use it.
12094         Copied from m4, and based on a report by Bruno Haible.
12095
12096 2009-08-14  Bruno Haible  <bruno@clisp.org>
12097
12098         Disable multithread support by default on Cygwin 1.5.x for real.
12099         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12100
12101 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12102
12103         update-copyright: much ado about intervals
12104         * build-aux/update-copyright: Implement and document
12105         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12106         of copyright year intervals.
12107         Also, document UPDATE_COPYRIGHT_YEAR.
12108         * tests/test-update-copyright.sh: Test it.
12109
12110         update-copyright: convert 2-digit to 4-digit years
12111         * build-aux/update-copyright: Implement and document.
12112         * tests/test-update-copyright.sh: Update.
12113
12114 2009-08-14  Jim Meyering  <meyering@redhat.com>
12115
12116         test-exclude: avoid coreutils "make check" failure
12117         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12118         just as in test-argmatch.c.
12119
12120 2009-08-13  Eric Blake  <ebb9@byu.net>
12121
12122         test-dup2: fix bad assumption
12123         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12124         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12125
12126         test-version-etc: fix CRLF portability issue
12127         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12128         recognize \r.
12129         * tests/test-argp-version-etc-1.sh: Likewise.
12130
12131         getopt: update client modules
12132         * modules/argp (Depends-on): Use getopt-gnu.
12133         * modules/git-merge-changelog (Depends-on): Likewise.
12134         * modules/long-options (Depends-on): Likewise.
12135         * modules/xstrtol (Depends-on): Likewise.
12136
12137 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12138
12139         * tests/test-version-etc.sh: Don't fail on different
12140         project/version.  Don't fail on CRLF differences.  Rewrite to use
12141         multiple -e instead of multiple sed forks, suggested by Eric Blake
12142         <ebb9@byu.net>.
12143         * tests/test-argp-version-etc-1.sh: Likewise.
12144
12145 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12146
12147         * tests/test-version-etc.sh: Don't fail on different
12148         project/version.
12149
12150 2009-08-12  Bruno Haible  <bruno@clisp.org>
12151
12152         Tests for modules 'getopt-posix', 'getopt-gnu'.
12153         * modules/getopt-posix-tests: New file.
12154         * tests/test-getopt.c: New file.
12155         * tests/test-getopt.h: New file.
12156         * tests/test-getopt_long.h: New file.
12157
12158         New modules 'getopt-posix', 'getopt-gnu'.
12159         * modules/getopt-gnu: New file, renamed from modules/getopt.
12160         * modules/getopt-posix: New file.
12161         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12162         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12163         (gl_GETOPT): Remove macro.
12164         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12165         Disable the test against BSD systems that declare optreset. Test
12166         against mingw bug. Test against lack of support of optional arguments
12167         on many platforms.
12168         * doc/glibc-headers/getopt.texi: Update module name and list of
12169         relevant platforms.
12170         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12171         'getopt-gnu' and more portability problems.
12172         * NEWS: Mention the changes.
12173
12174 2009-08-12  Bruno Haible  <bruno@clisp.org>
12175
12176         Ensure that optarg etc. get declared by <unistd.h>.
12177         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12178         AC_USE_SYSTEM_EXTENSIONS.
12179         * modules/getopt (Depends-on): Add 'extensions'.
12180
12181 2009-08-12  Bruno Haible  <bruno@clisp.org>
12182
12183         Avoid test link errors.
12184         * modules/pipe-filter-ii-tests (Makefile.am): Define
12185         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12186         * modules/pipe-filter-gi-tests (Makefile.am): Define
12187         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12188         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12189
12190 2009-08-12  Bruno Haible  <bruno@clisp.org>
12191
12192         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12193         gl_GETOPT_SUBSTITUTE before.
12194         (gl_GETOPT): Use it.
12195         * m4/argp.m4 (gl_ARGP): Update.
12196         Reported by Sergey Poznyakoff.
12197
12198         * m4/getopt.m4: Reorder macros.
12199         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12200         (gl_GETOPT_SUBSTITUTE): Remove macro.
12201
12202 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12203
12204         Minor improvement in gitlog-to-changelog
12205
12206         * build-aux/gitlog-to-changelog: New option `--format' makes
12207         output format string configurable.
12208
12209 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12210
12211         Optimize exclude: use hash tables for non-wildcard patterns.
12212
12213         * lib/exclude.c: Include hash.h and mbuiter.h
12214         (struct exclude_pattern, exclude_segment): New data types.
12215         (struct exclude): Rewrite.
12216         (fnmatch_pattern_has_wildcards): New function.
12217         (new_exclude_segment, free_exclude_segment): New functions.
12218         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12219         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12220         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12221         * modules/exclude: Depend on hash and mbuiter.
12222
12223         * modules/exclude-tests: New file.
12224         * tests/test-exclude.c: New file.
12225         * tests/test-exclude1.sh: New file.
12226         * tests/test-exclude2.sh: New file.
12227         * tests/test-exclude3.sh: New file.
12228         * tests/test-exclude4.sh: New file.
12229         * tests/test-exclude5.sh: New file.
12230         * tests/test-exclude6.sh: New file.
12231         * tests/test-exclude7.sh: New file.
12232
12233 2009-08-12  Bruno Haible  <bruno@clisp.org>
12234
12235         Ensure that getopt() gets declared by <unistd.h>.
12236         * lib/unistd.in.h: Conditionally include getopt.h.
12237         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12238         Set GNULIB_UNISTD_H_GETOPT.
12239         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12240         GNULIB_UNISTD_H_GETOPT.
12241         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12242
12243 2009-08-12  Bruno Haible  <bruno@clisp.org>
12244
12245         Clarify logic.
12246         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12247         gl_replace_getopt instead of GETOPT_H.
12248
12249 2009-08-12  Bruno Haible  <bruno@clisp.org>
12250
12251         * m4/getopt.m4: Add comments.
12252
12253 2009-08-12  Bruno Haible  <bruno@clisp.org>
12254
12255         Disable multithread support by default on Cygwin 1.5.x.
12256         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12257         set gl_use_threads=no if not specified otherwise.
12258
12259 2009-08-11  Bruno Haible  <bruno@clisp.org>
12260
12261         Avoid compilation error on NetBSD 5.0.
12262         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12263         * tests/test-stdio.c: Likewise.
12264         * tests/test-stdlib.c: Likewise.
12265         * tests/test-string.c: Likewise.
12266         * tests/test-unistd.c: Likewise.
12267         Reported by Greg Troxel <gdt@ir.bbn.com>
12268         at <https://savannah.gnu.org/support/?106973>.
12269
12270 2009-08-11  Bruno Haible  <bruno@clisp.org>
12271
12272         * modules/dup2-tests (Depends-on): Remove close.
12273
12274         Undo 2009-07-19 commit.
12275         * modules/acl-tests (Depends-on): Remove close.
12276         * modules/binary-io-tests (Depends-on): Likewise.
12277         * modules/closein-tests (Depends-on): Likewise.
12278         * modules/flock-tests (Depends-on): Likewise.
12279         * modules/fsync-tests (Depends-on): Likewise.
12280         * modules/lseek-tests (Depends-on): Likewise.
12281         * modules/pipe-tests (Depends-on): Likewise.
12282         * modules/posix_spawn-tests (Depends-on): Likewise.
12283         * modules/posix_spawnp-tests (Depends-on): Likewise.
12284         * modules/stat-time-tests (Depends-on): Likewise.
12285         * modules/yesno-tests (Depends-on): Likewise.
12286
12287 2009-08-10  Bruno Haible  <bruno@clisp.org>
12288
12289         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12290
12291 2009-08-10  Bruno Haible  <bruno@clisp.org>
12292
12293         Fix a gcc warning.
12294         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12295
12296 2009-08-10  Bruno Haible  <bruno@clisp.org>
12297
12298         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12299         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12300         not only the first time.
12301         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12302         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12303         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12304         is 1, not only the the first time.
12305
12306 2009-08-10  Bruno Haible  <bruno@clisp.org>
12307
12308         Make it possible to use module 'gethostname' without module 'close'.
12309         * lib/unistd.in.h (close): Evoke a link error only if
12310         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12311         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12312         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12313         * modules/unistd (Makefile.am): Substitute
12314         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12315         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12316         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12317         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12318         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12319         * modules/sys_ioctl (Makefile.am): Substitute
12320         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12321         * modules/socket (configure.ac): On native Windows, set
12322         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12323         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12324         Reported by Sam Steingold <sds@gnu.org>.
12325
12326 2009-08-10  Bruno Haible  <bruno@clisp.org>
12327
12328         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12329         * modules/ioctl (configure.ac): Likewise.
12330
12331 2009-08-10  Bruno Haible  <bruno@clisp.org>
12332
12333         Avoid collision between gnulib wrapper and libintl wrapper.
12334         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12335         already defined in intl/printf.c.
12336         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12337         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12338
12339 2009-08-09  Bruno Haible  <bruno@clisp.org>
12340
12341         Make <sys/select.h> really self-contained, also on Solaris 10.
12342         * lib/sys_select.in.h: Include <string.h>.
12343         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12344         Solaris 10 problem.
12345         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12346         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12347         Reported by Jim Meyering.
12348
12349 2009-08-09  Bruno Haible  <bruno@clisp.org>
12350
12351         Avoid warnings from 'aclocal' that are due to a use of macro name
12352         AM_XGETTEXT_OPTION that is not defined in automake.
12353         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12354         automake.
12355         * modules/error (configure.ac): Likewise.
12356         * modules/propername (configure.ac): Likewise.
12357         * modules/vasprintf (configure.ac): Likewise.
12358         * modules/verror (configure.ac): Likewise.
12359         * modules/xprintf (configure.ac): Likewise.
12360         * modules/xvasprintf (configure.ac): Likewise.
12361
12362 2009-08-08  Bruno Haible  <bruno@clisp.org>
12363
12364         Avoid compilation error in C++ mode.
12365         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12366         Reported by Sam Steingold <sds@gnu.org>.
12367
12368 2009-08-08  Bruno Haible  <bruno@clisp.org>
12369
12370         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12371         for the various Unix platforms.
12372         * doc/posix-headers/limits.texi: Update platforms list regarding
12373         HOST_NAME_MAX.
12374         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12375
12376 2009-08-07  Jim Meyering  <meyering@redhat.com>
12377
12378         selinux-at: fix typo in a comment
12379         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12380         Spotted by Paolo Bonzini.
12381
12382         selinux-at: remove redundant m4 code, add documentation
12383         * modules/selinux-at (configure.ac): Remove redundant code.
12384         LIB_SELINUX is already set via the dependent module, selinux-h.
12385         (Include): Add quotes around selinux-at.h.
12386         * lib/selinux-at.h: Add documentation.
12387         Reported by Bruno Haible in
12388         http://marc.info/?l=gnulib-bug&m=124958988300749
12389
12390 2009-08-07  Bruno Haible  <bruno@clisp.org>
12391
12392         Avoid link error on MacOS X 10.3 and 10.4.
12393         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12394         on non-ELF systems.
12395         * lib/argp-pv.c (argp_program_version): Likewise.
12396         Reported by Simon Josefsson.
12397
12398 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12399
12400         * tests/test-version-etc.sh: Use $EXEEXT.
12401
12402 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12403
12404         update-copyright: update documentation to point to maint.mk
12405         * build-aux/update-copyright: Here.
12406
12407 2009-08-06  Jim Meyering  <meyering@redhat.com>
12408
12409         maint.mk: support update-copyright-local
12410         * top/maint.mk (update-copyright-local): Define place-holder.
12411         (update-copyright): Depend on $(update-copyright-local).
12412
12413 2009-08-06  Jim Meyering  <meyering@redhat.com>
12414
12415         selinux-at: new module
12416         Initially written for coreutils, this module will soon be
12417         used by findutils, too.
12418         * MODULES.html.sh [Misc]: Add selinux-at.
12419         * lib/selinux-at.h: New file, from coreutils.
12420         * lib/selinux-at.c: Likewise.
12421         * modules/selinux-at: Likewise.
12422         (License): Change from LGPL to GPL, since it depends
12423         on the GPL'd openat module.
12424
12425         doc: update README
12426         * README: Remove references to cogito.
12427         Remove cvs-repo-updating instructions from 2007.
12428         Don't imply that CVS is better if you have limited disk space.
12429
12430 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12431
12432         update-copyright: support C-style comments
12433         * build-aux/update-copyright: Implement and document.
12434         * tests/test-update-copyright.sh: Test.
12435
12436 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12437
12438         update-copyright: support omitted "(C)"
12439         * build-aux/update-copyright: Implement and document.  Also,
12440         allow variable whitespace before "(C)".
12441         * tests/test-update-copyright.sh: Test.
12442
12443 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12444
12445         update-copyright: don't trip on non-FSF copyright statements
12446         * build-aux/update-copyright: Fix so that the first correctly
12447         formatted FSF copyright statement is recognized no matter what
12448         appears before it.  Update documentation.
12449         * tests/test-update-copyright.sh: Test that.
12450
12451 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12452
12453         update-copyright: clean up code a little
12454         * build-aux/update-copyright: Append "_re" to the name of any
12455         variable holding a regular expression.
12456         Replace "old" and "new" with "stmt" in variable names.
12457         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12458         handled correctly.
12459         Format code more consistently.
12460
12461 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12462
12463         update-copyright-tests: improve portability
12464         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12465         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12466
12467 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12468
12469         update-copyright: support @copyright{} and &copy;
12470         * build-aux/update-copyright: Implement and document.
12471         * tests/test-update-copyright.sh: Test.
12472
12473 2009-08-04  Jim Meyering  <meyering@redhat.com>
12474
12475         update-copyright-tests: correctly test EOL=\r\n handling
12476         * tests/test-update-copyright.sh: Put \r at the end of some lines
12477         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12478
12479         maint.mk: make update-copyright exclusion list more configurable
12480         * top/maint.mk (update-copyright): Default to excluding COPYING,
12481         but allow an override, in case someone does want to update that file.
12482
12483         maint.mk: don't update copyright date in COPYING
12484         * top/maint.mk (update-copyright): Exclude COPYING.
12485
12486         maint.mk: add a copyright-updating rule
12487         * top/maint.mk (update-copyright): New rule.
12488         Derived from coreutils/Makefile.am.
12489
12490         update-copyright: rename some variables
12491         * build-aux/update-copyright: Rename a few variables for clarity.
12492         Tweak syntax.  List Joel E. Denny as coauthor.
12493
12494 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12495
12496         update-copyright: fix bug for 2-digit last year and add tests
12497         * build-aux/update-copyright: Fix bug.
12498         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12499         specified.
12500         * modules/update-copyright-tests: New
12501         * tests/test-update-copyright.sh: New.
12502
12503 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12504
12505         update-copyright: handle leading tabs in line prefix
12506         * build-aux/update-copyright: Count leading tabs as 8 spaces
12507         when computing margin.  This helps with the formatting of
12508         ChangeLogs, for example.
12509         Fix documentation a little.
12510
12511 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12512
12513         update-copyright: support EOL=\r\n
12514         * build-aux/update-copyright: Implement that.
12515
12516 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12517
12518         update-copyright: automatically format copyright statements
12519         * build-aux/update-copyright: Implement that.
12520         Also, be a little more predictable and safer by always failing
12521         when the full copyright format is not perfectly recognized as an
12522         unbroken whole.  Discussed at
12523         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12524         Rewrite documentation.
12525
12526 2009-08-03  Bruno Haible  <bruno@clisp.org>
12527
12528         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12529
12530 2009-08-02  Bruno Haible  <bruno@clisp.org>
12531
12532         Tests for module 'uname'.
12533         * modules/uname-tests: New file.
12534         * tests/test-uname.c: New file.
12535
12536         New module 'uname'.
12537         * lib/uname.c: New file.
12538         * m4/uname.m4: New file.
12539         * modules/uname: New file.
12540         * doc/posix-functions/uname.texi: Mention the new module.
12541
12542 2009-08-02  Bruno Haible  <bruno@clisp.org>
12543
12544         Tests for module 'sys_utsname'.
12545         * modules/sys_utsname-tests: New file.
12546         * tests/test-sys_utsname.c: New file.
12547
12548         New module 'sys_utsname'.
12549         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12550         * m4/sys_utsname_h.m4: New file.
12551         * modules/sys_utsname: New file.
12552         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12553
12554 2009-08-02  Bruno Haible  <bruno@clisp.org>
12555
12556         Implicitly initialize the sockets library.
12557         * lib/gethostname.c: Include sockets.h.
12558         (rpl_gethostname): Invoke gl_sockets_startup.
12559         * lib/socket.c: Include sockets.h.
12560         (rpl_socket): Invoke gl_sockets_startup.
12561         * modules/gethostname (Depends-on): Add sockets.
12562         * modules/socket (Depends-on): Likewise.
12563         * tests/test-poll.c: Don't include sockets.h.
12564         (main): Don't invoke gl_sockets_startup.
12565         * tests/test-select.c: Don't include sockets.h.
12566         (main): Don't invoke gl_sockets_startup.
12567
12568 2009-08-02  Bruno Haible  <bruno@clisp.org>
12569
12570         Allow multiple calls to gl_sockets_startup.
12571         * lib/sockets.c (initialized_sockets_version): New variable.
12572         (gl_sockets_startup): Do nothing if already called for this or a higher
12573         version.
12574         (gl_sockets_cleanup): Reset initialized_sockets_version.
12575
12576 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12577
12578         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12579         different project/version.
12580
12581 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12582             Bruno Haible  <bruno@clisp.org>
12583
12584         Tests for module 'pipe-filter-gi'.
12585         * modules/pipe-filter-gi-tests: New file.
12586         * tests/test-pipe-filter-gi1.sh: New file.
12587         * tests/test-pipe-filter-gi1.c: New file.
12588         * tests/test-pipe-filter-gi2.sh: New file.
12589         * tests/test-pipe-filter-gi2-main.c: New file.
12590         * tests/test-pipe-filter-gi2-child.c: New file.
12591
12592         New module 'pipe-filter-gi'.
12593         * lib/pipe-filter-gi.c: New file.
12594         * modules/pipe-filter-gi: New file.
12595
12596 2009-08-02  Bruno Haible  <bruno@clisp.org>
12597             Paolo Bonzini  <bonzini@gnu.org>
12598
12599         Tests for module 'pipe-filter-ii'.
12600         * modules/pipe-filter-ii-tests: New file.
12601         * tests/test-pipe-filter-ii1.sh: New file.
12602         * tests/test-pipe-filter-ii1.c: New file.
12603         * tests/test-pipe-filter-ii2.sh: New file.
12604         * tests/test-pipe-filter-ii2-main.c: New file.
12605         * tests/test-pipe-filter-ii2-child.c: New file.
12606
12607         New module 'pipe-filter-ii'.
12608         * lib/pipe-filter.h: New file.
12609         * lib/pipe-filter-ii.c: New file.
12610         * lib/pipe-filter-aux.h: New file.
12611         * modules/pipe-filter-ii: New file.
12612
12613 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12614
12615         * lib/gc-libgcrypt.c: Change copyright to FSF.
12616         * lib/gc-gnulib.c: Likewise.
12617
12618 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12619
12620         * lib/gethostname.c: Include limits.h.
12621
12622 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12623             Bruno Haible  <bruno@clisp.org>
12624
12625         Ensure HOST_NAME_MAX as part of the gethostname module.
12626         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12627         define also HOST_NAME_MAX.
12628         * tests/test-gethostname.c: Include <limits.h>.
12629         (main): Check also HOST_NAME_MAX.
12630         * doc/posix-headers/limits.texi: Document the mingw problem.
12631
12632 2009-08-02  Bruno Haible  <bruno@clisp.org>
12633
12634         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12635         Add comments.
12636
12637 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12638
12639         * lib/gethostname.c: Add Windows wrapper.
12640         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12641         * modules/gethostname: Depend on sys_socket & errno, for also
12642         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12643         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12644
12645 2009-07-31  Jim Meyering  <meyering@redhat.com>
12646
12647         getloadavg: fix symbol name in comment
12648         * lib/getloadavg.c: Correct a typo I introduced when adding
12649         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12650         Matt Kraai spotted the problem.
12651
12652 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12653
12654         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12655         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12656         code also if ! defined N_NAME_POINTER.
12657         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12658         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12659         but the n_name member is a 12-byte array.
12660
12661 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12662
12663         update-copyright: generalize comment handling
12664         * build-aux/update-copyright: Handle copyright statements
12665         within more comment styles.
12666         Document usage.
12667         Report any file with an external copyright holder or parse failure.
12668
12669 2009-07-29  Jim Meyering  <meyering@redhat.com>
12670
12671         mktime: correct setting of REPLACE_MKTIME
12672         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12673
12674         update-copyright: new module
12675         * modules/update-copyright: New file.
12676         * build-aux/update-copyright: New file.
12677         * MODULES.html.sh (maint+release support): Add update-copyright.
12678
12679 2009-07-27  Bruno Haible  <bruno@clisp.org>
12680
12681         Fix compilation error when <ctime> is used and mktime is replaced.
12682         * lib/time.in.h (mktime): New declaration.
12683         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12684         REPLACE_MKTIME instead of defining mktime in config.h.
12685         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12686         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12687         Reported by Ross McFarland <rwmcfa1@neces.com>.
12688
12689 2009-07-27  Bruno Haible  <bruno@clisp.org>
12690
12691         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12692         Reported by Matt Kraai <mkraai@beckman.com>.
12693
12694 2009-07-25  Jim Meyering  <meyering@redhat.com>
12695
12696         maint.mk: avoid warnings about missing files
12697         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12698         diagnostic when .prev-version does not exist.
12699         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12700         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12701         nonexistent cfg.mk.
12702         Suggestions from Simon Josefsson.
12703
12704 2009-07-25  Bruno Haible  <bruno@clisp.org>
12705
12706         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12707         defined as macros. Needed on QNX 6.4.1.
12708         Reported by Matt Kraai <mkraai@beckman.com>.
12709
12710 2009-07-23  Jim Meyering  <meyering@redhat.com>
12711
12712         maint.mk: invoke "make dist" with a working value of XZ_OPT
12713         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12714
12715 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12716
12717         Make fseeko.c compile on QNX.
12718         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12719
12720 2009-07-22  Peter Simons  <simons@cryp.to>
12721
12722         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12723         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12724         * lib/md4.h: Likewise.
12725         * lib/md5.h: Likewise.
12726         * lib/sha1.h: Likewise.
12727         * lib/sha256.h: Likewise.
12728         * lib/sha512.h: Likewise.
12729
12730         tests-sha1: don't assign literal string to 'char *' variable
12731         * tests/test-sha1.c (main): Declare locals with "const" to match
12732         attributes of the right hand side.
12733
12734 2009-07-21  Eric Blake  <ebb9@byu.net>
12735
12736         dup2: fix more mingw problems
12737         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12738         fd to itself.
12739         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12740         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12741         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12742         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12743         care of mingw bugs.
12744
12745 2009-07-21  Jim Meyering  <meyering@redhat.com>
12746
12747         vc-list-files: avoid failure when /bin/sh is dash
12748         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12749         On some Debian based systems, /bin/sh is a symlink to dash, and running
12750         this command would omit the "/" following each 'tests' prefix:
12751           dash -x build-aux/vc-list-files -C . tests
12752         That is because bash and dash work differently:
12753           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12754           bash ok
12755           dash odd
12756
12757 2009-07-21  Eric Blake  <ebb9@byu.net>
12758
12759         dup2-tests: test previous patch
12760         * modules/dup2-tests: New file.
12761         * tests/test-dup2.c: Likewise.
12762         * tests/test-open.c (main): Avoid unspecified behavior.
12763         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12764         test.
12765
12766         dup2: work around mingw and cygwin 1.5 bug
12767         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12768         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12769         * modules/unistd (Makefile.am): Substitute it.
12770         * lib/unistd.in.h (dup2): Declare the replacement.
12771         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12772         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12773         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12774         * modules/execute (Depends-on): Add dup2.
12775         * modules/fseterr (Depends-on): Likewise.
12776         * modules/pipe (Depends-on): Likewise.
12777         * modules/posix_spawn-internal (Depends-on): Likewise.
12778
12779 2009-07-21  Bruno Haible  <bruno@clisp.org>
12780
12781         * modules/.gitattributes: New file.
12782
12783 2009-07-20  Bruno Haible  <bruno@clisp.org>
12784
12785         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12786         (main): Use it.
12787
12788 2009-07-20  Eric Blake  <ebb9@byu.net>
12789
12790         test-pipe: make a bit more robust.
12791         * tests/test-pipe.c (myerr): Allow error messages regardless of
12792         what we do to stderr.
12793         (test_pipe): Rearrange to avoid deadlock.
12794         (child_main): Try a larger read, to ensure we avoided deadlock.
12795         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12796         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12797         if misused.
12798
12799 2009-07-19  Jim Meyering  <meyering@redhat.com>
12800
12801         fts: avoid false-positive cycle-detection
12802         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12803         for each new command line argument.
12804
12805 2009-07-19  Bruno Haible  <bruno@clisp.org>
12806
12807         Fix build error on mingw with the modules sys_select and unistd.
12808         * modules/acl-tests (Depends-on): Add close.
12809         * modules/binary-io-tests (Depends-on): Likewise.
12810         * modules/closein-tests (Depends-on): Likewise.
12811         * modules/flock-tests (Depends-on): Likewise.
12812         * modules/fsync-tests (Depends-on): Likewise.
12813         * modules/lseek-tests (Depends-on): Likewise.
12814         * modules/pipe-tests (Depends-on): Likewise.
12815         * modules/posix_spawn-tests (Depends-on): Likewise.
12816         * modules/posix_spawnp-tests (Depends-on): Likewise.
12817         * modules/stat-time-tests (Depends-on): Likewise.
12818         * modules/yesno-tests (Depends-on): Likewise.
12819
12820 2009-07-19  Bruno Haible  <bruno@clisp.org>
12821
12822         Unify conditionals.
12823         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12824         macros, not at the compiler macros.
12825         * lib/pipe.c: Likewise.
12826         * lib/execute.c: Likewise.
12827         * lib/spawni.c: Likewise.
12828
12829 2009-07-19  Bruno Haible  <bruno@clisp.org>
12830
12831         Fix handling of closed stdin/stdout/stderr on mingw.
12832         * lib/w32spawn.h: Include unistd.h.
12833         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12834         file descriptor with O_NOINHERIT flag.
12835         (fd_safer_noinherit): New function, based on fd-safer.c.
12836         (dup_safer_noinherit): New function, based on dup-safer.c.
12837         (undup_safer_noinherit): New function.
12838         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12839         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12840         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12841         instead of fd_safer.
12842         * tests/test-pipe.c: Include <windows.h>.
12843         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12844
12845         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12846         from main.
12847         (test_pipe): Pass an extra argument for disambiguation.
12848         (main): Invoke parent_main or child_main.
12849
12850         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12851         consistently.
12852
12853 2009-07-18  Eric Blake  <ebb9@byu.net>
12854
12855         test-pipe: fix mingw build
12856         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12857
12858 2009-07-18  Bruno Haible  <bruno@clisp.org>
12859
12860         * modules/pipe-tests (Makefile.am): Fix typo.
12861
12862 2009-07-18  Eric Blake  <ebb9@byu.net>
12863
12864         error: fix mingw build
12865         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12866         Reported by Bruno Haible.
12867
12868         error: avoid undefined use of stdout
12869         * lib/error.c (error, error_at_line): Check that fd 1 is open
12870         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12871         is handling faults and the close_stdout module wants to report the
12872         detection of closed stdout as an error.
12873
12874 2009-07-17  Eric Blake  <ebb9@byu.net>
12875
12876         pipe: be robust in face of closed fds
12877         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12878         should cause child to misbehave.
12879         * modules/pipe-tests: New module.
12880         * tests/test-pipe.c: New file.
12881         * tests/test-pipe.sh: New file.
12882         Reported by Akim Demaille.
12883
12884 2009-07-14  Bruno Haible  <bruno@clisp.org>
12885
12886         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12887         Reported by anonymous kc.
12888
12889 2009-07-07  Jim Meyering  <meyering@redhat.com>
12890
12891         maint.mk: don't look for translatable strings in *.m4 or *.mk
12892         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12893         when searching for translatable strings.
12894
12895 2009-07-05  Jim Meyering  <meyering@redhat.com>
12896
12897         remove superfluous parentheses in STREQ definition
12898         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12899         * lib/getugroups.c (STREQ): Likewise.
12900         * lib/fnmatch.c (STREQ): Likewise.
12901         Spotted by Bruno Haible.
12902
12903 2009-07-04  Jim Meyering  <meyering@redhat.com>
12904
12905         argv-iter: new module
12906         * MODULES.html.sh: Add argv-iter.
12907         * lib/argv-iter.c, lib/argv-iter.h: New files.
12908         * modules/argv-iter: New file.
12909         * modules/argv-iter-tests: New file.
12910         * tests/test-argv-iter.c: Test it.
12911
12912 2009-07-04  Bruno Haible  <bruno@clisp.org>
12913
12914         Fix assertion.
12915         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12916         contains more exact copies of a given entry than file2, leave the extra
12917         copies unpaired rather than aborting.
12918         Reported by Eric Blake.
12919
12920 2009-07-02  Bruno Haible  <bruno@clisp.org>
12921
12922         Speedup git-merge-changelog for git cherry-pick.
12923         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12924         (entries_mapping_get): New function, extracted from compute_mapping.
12925         (entries_mapping_reverse_get): New function.
12926         (compute_mapping): Add a 'full' argument. Return the result in a
12927         'struct entries_mapping'.
12928         (main): Update. Access the mappings through entries_mapping_get.
12929         Reported by Eric Blake.
12930
12931 2009-07-02  Bruno Haible  <bruno@clisp.org>
12932
12933         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12934         best_i.
12935
12936 2009-07-02  Bruno Haible  <bruno@clisp.org>
12937
12938         Speed up approximate search for matching ChangeLog entries.
12939         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12940         argument. Call fstrcmp_bounded instead of fstrcmp.
12941         (compute_mapping, try_split_merged_entry, main): Update callers.
12942
12943 2009-07-02  Bruno Haible  <bruno@clisp.org>
12944
12945         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12946
12947 2009-06-30  Bruno Haible  <bruno@clisp.org>
12948
12949         Reduce the number of uc_is_cased calls.
12950         * lib/unicase.h (casing_suffix_context_t): Add
12951         'first_char_except_ignorable' field.
12952         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12953         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12954         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12955         Update initializer.
12956         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12957         case-ignorable characters.
12958         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12959         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12960         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12961         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12962         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12963
12964 2009-06-30  Bruno Haible  <bruno@clisp.org>
12965
12966         Tests for module 'unicase/ignorable'.
12967         * modules/unicase/ignorable-tests: New file.
12968         * tests/unicase/test-ignorable.c: New file, generated by
12969         gen-uni-tables.
12970
12971         Tests for module 'unicase/cased'.
12972         * modules/unicase/cased-tests: New file.
12973         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12974         * tests/unicase/test-predicate-part1.h: New file, derived from
12975         tests/unictype/test-predicate-part1.h.
12976         * tests/unicase/test-predicate-part2.h: New file, same as
12977         tests/unictype/test-predicate-part2.h.
12978
12979         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12980         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12981         (output_casing_properties): New function.
12982         (main): Call it.
12983         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12984         * lib/unicase/cased.c: Include unictype/bitmap.h.
12985         (uc_is_cased): Define through a bitmap lookup.
12986         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12987         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12988         (uc_is_case_ignorable): Define through a bitmap lookup.
12989         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12990         lib/unictype/bitmap.h.
12991         (Depends-on): Add inline. Clean up.
12992         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12993         lib/unictype/bitmap.h.
12994         (Depends-on): Add inline. Clean up.
12995         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12996         recognition.
12997         * tests/unicase/test-u16-tolower.c (main): Likewise.
12998         * tests/unicase/test-u32-tolower.c (main): Likewise.
12999
13000 2009-06-30  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13003         * lib/unicase/u16-casemap.c: Likewise.
13004         * lib/unicase/u32-casemap.c: Likewise.
13005
13006 2009-06-29  Bruno Haible  <bruno@clisp.org>
13007
13008         Define u32_casefold as a wrapper around u32_ct_casefold.
13009         * lib/unicase/u32-casefold.c: Update.
13010         * modules/unicase/u32-casefold (Depends-on): Add
13011         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13012         unicase/empty-suffix-context. Clean up.
13013
13014         Define u16_casefold as a wrapper around u16_ct_casefold.
13015         * lib/unicase/u16-casefold.c: Update.
13016         * modules/unicase/u16-casefold (Depends-on): Add
13017         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13018         unicase/empty-suffix-context. Clean up.
13019
13020         Define u8_casefold as a wrapper around u8_ct_casefold.
13021         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13022         * lib/unicase/u8-casefold.c: Update.
13023         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13024         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13025
13026         Define u32_totitle as a wrapper around u32_ct_totitle.
13027         * lib/unicase/u32-totitle.c: Update.
13028         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13029         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13030
13031         Define u16_totitle as a wrapper around u16_ct_totitle.
13032         * lib/unicase/u16-totitle.c: Update.
13033         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13034         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13035
13036         Define u8_totitle as a wrapper around u8_ct_totitle.
13037         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13038         functions.
13039         (FUNC): Delegate to U_CT_TOTITLE.
13040         * lib/unicase/u8-totitle.c: Update.
13041         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13042         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13043
13044         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13045         invocation.
13046         * modules/unicase/u32-tolower (Depends-on): Add
13047         unicase/empty-prefix-context, unicase/empty-suffix-context.
13048
13049         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13050         invocation.
13051         * modules/unicase/u16-tolower (Depends-on): Add
13052         unicase/empty-prefix-context, unicase/empty-suffix-context.
13053
13054         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13055         * modules/unicase/u8-tolower (Depends-on): Add
13056         unicase/empty-prefix-context, unicase/empty-suffix-context.
13057
13058         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13059         invocation.
13060         * modules/unicase/u32-toupper (Depends-on): Add
13061         unicase/empty-prefix-context, unicase/empty-suffix-context.
13062
13063         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13064         invocation.
13065         * modules/unicase/u16-toupper (Depends-on): Add
13066         unicase/empty-prefix-context, unicase/empty-suffix-context.
13067
13068         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13069         * modules/unicase/u8-toupper (Depends-on): Add
13070         unicase/empty-prefix-context, unicase/empty-suffix-context.
13071
13072         New module 'unicase/u32-ct-casefold'.
13073         * lib/unicase/u32-ct-casefold.c: New file.
13074         * modules/unicase/u32-ct-casefold: New file.
13075
13076         New module 'unicase/u16-ct-casefold'.
13077         * lib/unicase/u16-ct-casefold.c: New file.
13078         * modules/unicase/u16-ct-casefold: New file.
13079
13080         New module 'unicase/u8-ct-casefold'.
13081         * lib/unicase/u8-ct-casefold.c: New file.
13082         * lib/unicase/u-ct-casefold.h: New file, derived from
13083         lib/unicase/u-casefold.h.
13084         * modules/unicase/u8-ct-casefold: New file.
13085
13086         New module 'unicase/u32-ct-totitle'.
13087         * lib/unicase/u32-ct-totitle.c: New file.
13088         * modules/unicase/u32-ct-totitle: New file.
13089
13090         New module 'unicase/u16-ct-totitle'.
13091         * lib/unicase/u16-ct-totitle.c: New file.
13092         * modules/unicase/u16-ct-totitle: New file.
13093
13094         New module 'unicase/u8-ct-totitle'.
13095         * lib/unicase/u8-ct-totitle.c: New file.
13096         * lib/unicase/u-ct-totitle.h: New file, derived from
13097         lib/unicase/u-totitle.h.
13098         * modules/unicase/u8-ct-totitle: New file.
13099
13100         New module 'unicase/u32-ct-tolower'.
13101         * lib/unicase/u32-ct-tolower.c: New file.
13102         * modules/unicase/u32-ct-tolower: New file.
13103
13104         New module 'unicase/u16-ct-tolower'.
13105         * lib/unicase/u16-ct-tolower.c: New file.
13106         * modules/unicase/u16-ct-tolower: New file.
13107
13108         New module 'unicase/u8-ct-tolower'.
13109         * lib/unicase/u8-ct-tolower.c: New file.
13110         * modules/unicase/u8-ct-tolower: New file.
13111
13112         New module 'unicase/u32-ct-toupper'.
13113         * lib/unicase/u32-ct-toupper.c: New file.
13114         * modules/unicase/u32-ct-toupper: New file.
13115
13116         New module 'unicase/u16-ct-toupper'.
13117         * lib/unicase/u16-ct-toupper.c: New file.
13118         * modules/unicase/u16-ct-toupper: New file.
13119
13120         New module 'unicase/u8-ct-toupper'.
13121         * lib/unicase/u8-ct-toupper.c: New file.
13122         * modules/unicase/u8-ct-toupper: New file.
13123
13124         Add context arguments to u*_casemap functions.
13125         * lib/unicase/unicasemap.h: Include unicase.h.
13126         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13127         suffix_context arguments.
13128         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13129         functions.
13130         (FUNC): Add prefix_context and suffix_context arguments. Use
13131         uc_is_cased and uc_is_case_ignorable.
13132         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13133         * lib/unicase/u16-casemap.c: Likewise.
13134         * lib/unicase/u32-casemap.c: Likewise.
13135         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13136         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13137         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13138         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13139         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13140         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13141
13142         New module 'unicase/u32-suffix-context'.
13143         * lib/unicase/u32-suffix-context.c: New file.
13144         * modules/unicase/u32-suffix-context: New file.
13145
13146         New module 'unicase/u16-suffix-context'.
13147         * lib/unicase/u16-suffix-context.c: New file.
13148         * modules/unicase/u16-suffix-context: New file.
13149
13150         New module 'unicase/u8-suffix-context'.
13151         * lib/unicase/u8-suffix-context.c: New file.
13152         * lib/unicase/u-suffix-context.h: New file.
13153         * modules/unicase/u8-suffix-context: New file.
13154
13155         New module 'unicase/empty-suffix-context'.
13156         * lib/unicase/empty-suffix-context.c: New file.
13157         * modules/unicase/empty-suffix-context: New file.
13158
13159         New module 'unicase/u32-prefix-context'.
13160         * lib/unicase/u32-prefix-context.c: New file.
13161         * modules/unicase/u32-prefix-context: New file.
13162
13163         New module 'unicase/u16-prefix-context'.
13164         * lib/unicase/u16-prefix-context.c: New file.
13165         * modules/unicase/u16-prefix-context: New file.
13166
13167         New module 'unicase/u8-prefix-context'.
13168         * lib/unicase/u8-prefix-context.c: New file.
13169         * lib/unicase/u-prefix-context.h: New file.
13170         * lib/unicase/context.h: New file.
13171         * modules/unicase/u8-prefix-context: New file.
13172
13173         New module 'unicase/empty-prefix-context'.
13174         * lib/unicase/empty-prefix-context.c: New file.
13175         * modules/unicase/empty-prefix-context: New file.
13176
13177         New module 'unicase/ignorable'.
13178         * lib/unicase/ignorable.c: New file.
13179         * modules/unicase/ignorable: New file.
13180
13181         New module 'unicase/cased'.
13182         * lib/unicase/caseprop.h: New file.
13183         * lib/unicase/cased.c: New file.
13184         * modules/unicase/cased: New file.
13185
13186         New functions for case mapping of substrings.
13187         * lib/unicase.h (casing_prefix_context_t): New type.
13188         (unicase_empty_prefix_context): New variable.
13189         (u8_casing_prefix_context, u16_casing_prefix_context,
13190         u32_casing_prefix_context, u8_casing_prefixes_context,
13191         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13192         declarations.
13193         (casing_suffix_context_t): New type.
13194         (unicase_empty_suffix_context): New variable.
13195         (u8_casing_suffix_context, u16_casing_suffix_context,
13196         u32_casing_suffix_context, u8_casing_suffixes_context,
13197         u16_casing_suffixes_context, u32_casing_suffixes_context,
13198         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13199         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13200         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13201         declarations.
13202
13203 2009-06-28  Jim Meyering  <meyering@redhat.com>
13204
13205         boostrap: indent only with spaces
13206         * build-aux/bootstrap: Indent only with spaces, never TABs.
13207
13208         bootstrap: split long lines
13209         * build-aux/bootstrap: Keep line length < 80.
13210
13211         bootstrap: sync from coreutils
13212         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13213         just as autoreconf does.  Verify a list of prerequisite
13214         package-name,version-number pairs if defined in bootstrap.conf.
13215         Refer to README-prereq, if prerequisites are not satisfied.
13216
13217 2009-06-27  Eric Blake  <ebb9@byu.net>
13218
13219         tests: add test for bogus NULL definition
13220         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13221         * tests/test-stdlib.c: Likewise.
13222         * tests/test-string.c: Likewise.
13223         * tests/test-locale.c: Likewise.
13224         * tests/test-unistd.c: Likewise.
13225         * modules/stdio-tests (Depends-on): Add verify.
13226         * modules/stdlib-tests (Depends-on): Likewise.
13227         * modules/string-tests (Depends-on): Likewise.
13228         * modules/locale-tests (Depends-on): Likewise.
13229         * modules/unistd-tests (Depends-on): Likewise.
13230
13231 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13232
13233         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13234         self-explaining comment.
13235         * m4/selinux-selinux-h: Update serial.
13236         (gl_LIBSELINUX): New macro, adding a warning for missing development
13237         packages to code extracted from...
13238         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13239         Add warning for missing development packages here, too.
13240
13241 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13242
13243         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13244
13245 2009-06-25  Eric Blake  <ebb9@byu.net>
13246
13247         version-etc: fix regression
13248         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13249         gcc.
13250         (version_etc): Use it, to catch bugs with trailing NULL.
13251         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13252         (version_etc_va): Fix logic bug.
13253         * modules/version-etc-tests: Add test.
13254         * tests/test-version-etc.c: New file.
13255         * tests/test-version-etc.sh: Likewise.
13256
13257 2009-06-25  Sam Steingold  <sds@gnu.org>
13258
13259         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13260         mbtowc declaration.
13261
13262 2009-06-25  Eric Blake  <ebb9@byu.net>
13263
13264         fpurge: migrate into <stdio.h>
13265         * lib/fpurge.h: Delete...
13266         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13267         * lib/fpurge.c (fpurge): Change declaring header.
13268         * modules/fpurge (Files): Drop deleted file.
13269         (Depends-on): Add stdio.
13270         (configure.ac): Set witness.
13271         * modules/stdio (Makefile.am): Support fpurge macros.
13272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13273         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13274         * lib/fflush.c: Update client.
13275         * tests/test-fpurge.c: Likewise.
13276         * NEWS: Mention the change.
13277
13278 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13279
13280         * lib/argp-version-etc.c (program_authors): Add const
13281         qualifier.
13282         * lib/version-etc.c: Fix typos in the comments.
13283         * modules/argp-version-etc: Depends on version-etc.
13284
13285 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13286
13287         argp-version-etc: new module.
13288
13289         * lib/argp-version-etc.c: New file.
13290         * lib/argp-version-etc.h: New file.
13291         * modules/argp-version-etc: New file.
13292         * modules/argp-version-etc-tests: New file.
13293         * tests/test-argp-version-etc.c: New test.
13294         * tests/test-argp-version-etc-1.sh: New test.
13295
13296 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13297
13298         Provide additional interfaces and documentation for version-etc
13299         module.
13300
13301         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13302         interfaces.
13303         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13304         prototypes.
13305
13306 2009-06-24  Bruno Haible  <bruno@clisp.org>
13307
13308         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13309         HAVE_LIB${NAME} macro.
13310         Reported by Sam Steingold <sds@gnu.org>.
13311
13312 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13313
13314         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13315         needed.
13316
13317 2009-06-21  Bruno Haible  <bruno@clisp.org>
13318
13319         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13320         work.
13321         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13322         together with LIB${NAME}, LTLIB${NAME}.
13323         Reported by Sam Steingold <sds@gnu.org>.
13324
13325 2009-06-20  Jim Meyering  <meyering@redhat.com>
13326
13327         tests: make sc_require_test_exit_idiom more generic
13328         * top/maint.mk (Exit_witness_file): New overridable variable.
13329         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13330         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13331
13332 2009-06-19  Jim Meyering  <meyering@redhat.com>
13333
13334         hash: reverse order of src/dst parameters in an internal interface
13335         * lib/hash.c (transfer_entries): Reverse order of parameters to
13336         put DST before SRC.  Adjust callers.
13337
13338         tests: test-hash: avoid wholesale duplication
13339         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13340         Instead, use a loop and add a single conditional.
13341
13342         tests: test-hash: allow seed selection via a command line argument
13343         * tests/test-hash.c (get_seed): New function.
13344         (main): Use it.
13345
13346 2009-06-19  Eric Blake  <ebb9@byu.net>
13347
13348         hash: avoid memory leak on allocation failure
13349         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13350         failure.  Factor repeated algorithm...
13351         (transfer_entries): ...into new helper routine.
13352         (hash_delete): React to hash_rehash return value.
13353
13354         hash: reduce memory pressure in hash_rehash no-op case
13355         * lib/hash.c (next_prime): Avoid overflow.
13356         (hash_initialize): Factor bucket size computation...
13357         (compute_bucket_size): ...into new helper function.
13358         (hash_rehash): Use new function and open coding to reduce memory
13359         pressure, and avoid a memory leak in USE_OBSTACK code.
13360         Reported by Jim Meyering.
13361
13362 2009-06-18  Eric Blake  <ebb9@byu.net>
13363
13364         hash: make rotation more obvious
13365         * modules/hash (Depends-on): Add bitrotate and stdint.
13366         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13367         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13368         (SIZE_MAX): Rely on headers for definition.
13369         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13370         (raw_hasher): Use rotr_sz.
13371         Suggested by Jim Meyering.
13372
13373         hash: fix memory leak in last patch
13374         * lib/hash.c (hash_rehash): Avoid memory leak.
13375
13376         hash: avoid no-op rehashing
13377         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13378
13379         hash: provide default callback functions
13380         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13381         (hash_initialize): Use them as defaults.
13382         * tests/test-hash.c (main): Test this.
13383
13384         hash: minor optimization
13385         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13386         when possible.
13387         (hash_initialize): Document this promise.
13388         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13389         * tests/test-hash.c (hash_compare_strings): Test this.
13390
13391 2009-06-18  Bruno Haible  <bruno@clisp.org>
13392
13393         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13394         going to be replaced anyway.
13395
13396 2009-06-18  Bruno Haible  <bruno@clisp.org>
13397
13398         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13399         in one place.
13400         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13401         be replaced anyway.
13402
13403 2009-06-18  Eric Blake  <ebb9@byu.net>
13404
13405         hash: check for resize before insertion
13406         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13407         threshold before insertion, so that a pathological hash_rehash
13408         that fills every bucket can still trigger another rehash.
13409
13410 2009-06-18  Jim Meyering  <meyering@redhat.com>
13411
13412         hash-tests: add a loop around the small tests
13413         * tests/test-hash.c (main): Repeat small tests with selected
13414         small initial table sizes.
13415
13416 2009-06-17  Eric Blake  <ebb9@byu.net>
13417
13418         hash: minor cleanups
13419         * lib/hash.h (hash_entry): Make opaque, by moving...
13420         * lib/hash.c (hash_entry): ...here.
13421         (hash_insert): Clarify restrictions on what can be inserted.
13422         (hash_get_next): Clarify when it is safe to remove an element
13423         during traversal.
13424         (check_tuning): Skip verification when tuning is known safe.
13425         (hash_initialize): Clarify restrictions on tuning.
13426
13427 2009-06-17  Jim Meyering  <jim@meyering.net>
13428         and Eric Blake  <ebb9@byu.net>
13429
13430         hash-tests: new module
13431         * modules/hash-tests: New file.
13432         * tests/test-hash.c: New file.
13433
13434 2009-06-17  Eric Blake  <ebb9@byu.net>
13435
13436         strstr-simple: document new module
13437         * MODULES.html.sh: Document new module.
13438
13439         strstr, strcasestr: replace on platforms with broken memchr
13440         * modules/strstr: Split into...
13441         * modules/strstr-simple: ...new module that does not care about
13442         performance, but does care about glibc bug.
13443         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13444         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13445         if platform memchr is broken, per Debian bug 521737.
13446         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13447         memchr.
13448         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13449         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13450         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13451         * modules/mountlist (Depends-on): Add strstr-simple.
13452         * modules/gen-uni-tables (Depends-on): Likewise.
13453         * modules/argz (Depends-on): Add strstr.
13454
13455 2009-06-17  Bruno Haible  <bruno@clisp.org>
13456
13457         * modules/posix_spawn-internal (Depends-on): Add errno.
13458
13459 2009-06-17  Bruno Haible  <bruno@clisp.org>
13460
13461         Define missing ESTALE on Interix 3.5.
13462         * lib/errno.in.h (ESTALE): Assign a value if missing.
13463         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13464         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13465         missing.
13466         * doc/posix-headers/errno.texi: Mention the Interix bug.
13467         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13468
13469 2009-06-15  Eric Blake  <ebb9@byu.net>
13470
13471         memchr, memchr2: add valgrind exception
13472         * lib/memchr.valgrind: New file.
13473         * lib/memchr2.valgrind: New file.
13474         * modules/memchr (Files): Distribute valgrind file.
13475         * modules/memchr2 (Files): Likewise.
13476
13477         docs: memchr is no longer obsolete
13478         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13479         * lib/string.in.h (memchr): Simplify logic.
13480
13481 2009-06-14  Jim Meyering  <meyering@redhat.com>
13482
13483         link-follow: fix the "checking..." message to not mention trailing slash
13484         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13485         never considered trailing slashes.
13486
13487 2009-06-14  Bruno Haible  <bruno@clisp.org>
13488
13489         * m4/memchr.m4: Mention also the bug on IA-64.
13490         * doc/posix-functions/memchr.texi: Likewise.
13491
13492 2009-06-12  Eric Blake  <ebb9@byu.net>
13493
13494         memchr: detect broken x86_64 and alpha implementations
13495         * modules/memchr-tests (Depends-on): Move mmap detection...
13496         * modules/memchr (Depends-on): ...here.
13497         (configure.ac): Set indicator.
13498         * lib/string.in.h (memchr): Declare replacement.
13499         * modules/string (Makefile.am): Trigger replacement.
13500         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13501         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13502         bugs.
13503         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13504         * modules/getpagesize (License): Relax license.
13505
13506 2009-06-11  Bruno Haible  <bruno@clisp.org>
13507
13508         * lib/idpriv.h: Add more references.
13509
13510 2009-06-08  Bruno Haible  <bruno@clisp.org>
13511
13512         Tests for module 'idpriv-droptemp'.
13513         * modules/idpriv-droptemp-tests: New file.
13514         * tests/test-idpriv-droptemp.sh: New file.
13515         * tests/test-idpriv-droptemp.su.sh: New file.
13516         * tests/test-idpriv-droptemp.c: New file.
13517
13518         New module 'idpriv-droptemp'.
13519         * lib/idpriv-droptemp.c: New file.
13520         * modules/idpriv-droptemp: New file.
13521
13522 2009-06-08  Bruno Haible  <bruno@clisp.org>
13523
13524         Tests for module 'idpriv-drop'.
13525         * modules/idpriv-drop-tests: New file.
13526         * tests/test-idpriv-drop.sh: New file.
13527         * tests/test-idpriv-drop.su.sh: New file.
13528         * tests/test-idpriv-drop.c: New file.
13529
13530         New module 'idpriv-drop'.
13531         * lib/idpriv.h: New file.
13532         * lib-idpriv-drop.c: New file.
13533         * m4/idpriv.m4: New file.
13534         * modules/idpriv-drop: New file.
13535
13536 2009-06-08  Bruno Haible  <bruno@clisp.org>
13537
13538         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13539         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13540         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13541         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13542         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13543         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13544         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13545
13546 2009-06-08  Eric Blake  <ebb9@byu.net>
13547
13548         test-strstr: use memory fence, when possible
13549         * tests/test-strstr.c (main): Use memory fence, in order to be
13550         more likely to trigger Debian bug 521737.
13551         * modules/strstr-tests (Files): Pull in additional files.
13552
13553         memchr: no longer obsolete, for wider field testing
13554         * modules/memchr (Status, Notice): Delete, this module is no
13555         longer obsolete.
13556         * modules/vasnprintf (Depends-on): Add memchr.
13557
13558 2009-06-07  Jim Meyering  <meyering@redhat.com>
13559
13560         hash: declare some functions with the warn_unused_result attribute
13561         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13562
13563 2009-06-07  Bruno Haible  <bruno@clisp.org>
13564
13565         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13566         Reported by Eric Blake.
13567
13568 2009-06-06  Eric Blake  <ebb9@byu.net>
13569
13570         test-alignof: fix typo with long double
13571         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13572         compiler error.
13573
13574 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13575
13576         Escape non-texinfo { and }s.
13577         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13578         markup error.
13579
13580 2009-06-04  Jim Meyering  <meyering@redhat.com>
13581
13582         gitlog-to-changelog: don't infloop on an empty commit log
13583         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13584         Reported by Boris Petersen <transacid@centerim.org>.
13585
13586 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13587
13588         version-etc: extend for packagers
13589         Add three new configure options, intended for packagers:
13590           --with-packager="packager name"
13591           --with-packager-version="packager-specific version"
13592           --with-packager-bug-reports="packager bug reporting"
13593         An example with coreutils:
13594           $ ./configure \
13595             --with-packager=Gentoo \
13596             --with-packager-bug-report=http://bugs.gentoo.org/ \
13597             --with-packager-version="patchset 1.6"
13598           $ ./src/ls --version | head -n2
13599           ls (GNU coreutils) 7.1-dirty
13600           Packaged by Gentoo (patchset 1.6)
13601         Note that the bug reporting info via --help doesn't show up because
13602         coreutils uses its own custom emit_bug_reporting_address() implementation
13603         in src/system.h.  If it didn't, it'd look like:
13604           $ ./src/ls --help | tail -n4
13605           Report bugs to <bug-coreutils@gnu.org>.
13606           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13607           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13608           General help using GNU software: <http://www.gnu.org/gethelp/>.
13609         * lib/version-etc.c: Print new information, if provided.
13610         * m4/version-etc.m4: New file.
13611         * modules/version-etc (Files): Add m4/version-etc.m4.
13612         (configure.ac): Add gl_VERSION_ETC.
13613
13614 2009-05-31  Bruno Haible  <bruno@clisp.org>
13615
13616         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13617         and 'int64_t'.
13618         * modules/alignof-tests (Dependencies): Add stdint.
13619         Reported by Eric Blake.
13620
13621 2009-05-31  Bruno Haible  <bruno@clisp.org>
13622
13623         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13624         restriction due to compiler bugs.
13625         Reported by Eric Blake.
13626
13627 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13628             Bruno Haible  <bruno@clisp.org>
13629
13630         Fix test-alignof failure.
13631         * lib/alignof.h (alignof_slot): New macro.
13632         (alignof_type): New macro, with the same semantics as the previous
13633         'alignof'.
13634         (alignof): Alias to alignof_slot.
13635         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13636         check that the results are usable as constant expressions.
13637
13638 2009-05-31  Bruno Haible  <bruno@clisp.org>
13639
13640         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13641         * tests/test-memchr.c (main): Check that memchr does not read past the
13642         first occurrence of the byte.
13643         * tests/test-strstr.c (main): Update comment.
13644         Suggested by Eric Blake.
13645
13646 2009-05-30  Bruno Haible  <bruno@clisp.org>
13647
13648         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13649         detail how to use dumpbin.
13650         Reported by David Byron <dbyron@dbyron.com>.
13651
13652 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13653
13654         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13655
13656 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13657
13658         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13659
13660 2009-05-28  Bruno Haible  <bruno@clisp.org>
13661
13662         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13663         build-aux/ files.
13664
13665 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13666
13667         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13668
13669 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13670
13671         * gnulib-tool (sed_transform_main_lib_file)
13672         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13673         regexps.
13674
13675 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13676
13677         * tests/test-strstr.c: Add another self-test.
13678         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13679         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13680
13681 2009-05-23  Bruno Haible  <bruno@clisp.org>
13682
13683         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13684         change.
13685
13686 2009-05-21  Bruno Haible  <bruno@clisp.org>
13687
13688         Simplify use of mode_t varargs.
13689         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13690         uses 'mode_t' or 'int'.
13691         * lib/openat.c (openat): Likewise.
13692         * lib/open-safer.c (open_safer): Likewise.
13693         * m4/mode_t.m4: New file.
13694         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13695         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13696         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13697         * modules/open (Files): Add m4/mode_t.m4.
13698         * modules/openat (Files): Likewise.
13699         * modules/fcntl-safer (Files): Likewise.
13700         Suggested by Eric Blake.
13701
13702 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13703
13704         * doc/glibc-functions/fallocate.texi: New file.
13705         * doc/gnulib.texi: Include it.
13706
13707 2009-05-21  Eric Blake  <ebb9@byu.net>
13708             Bruno Haible  <bruno@clisp.org>
13709
13710         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13711         invocations.
13712         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13713
13714 2009-05-21  Eric Blake  <ebb9@byu.net>
13715             Bruno Haible  <bruno@clisp.org>
13716
13717         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13718         include_next. Fix of 2008-11-20 commit.
13719         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13720         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13721         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13722         NEXT_MATH_H.
13723         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13724         instead of NEXT_MATH_H.
13725
13726 2009-05-21  Bruno Haible  <bruno@clisp.org>
13727
13728         Avoid redefinition warnings for SIZE_MAX.
13729         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13730         Reported by Simon Josefsson.
13731
13732 2009-05-21  Bruno Haible  <bruno@clisp.org>
13733
13734         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13735         AC_CACHE_VAL.
13736
13737 2009-05-20  Bruno Haible  <bruno@clisp.org>
13738
13739         Make zeroptr.h work on mingw.
13740         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13741         mprotect.
13742         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13743         * modules/memchr2-tests (configure.ac): Likewise.
13744         * modules/memcmp-tests (configure.ac): Likewise.
13745         * modules/memmem-tests (configure.ac): Likewise.
13746         * modules/memrchr-tests (configure.ac): Likewise.
13747         Reported by Simon Josefsson.
13748
13749 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13750
13751         * tests/test-glob.c: Include string.h for strcmp prototype.
13752
13753 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13754
13755         * modules/getdelim (Depends-on): Add explicit stdint, although it
13756         was implicitly already pulled in via realloc-posix.
13757         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13758
13759 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13760
13761         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13762         G. Christensen" <tgc@jupiterrise.com>.
13763         * m4/sys_socket_h.m4: Check for sa_family_t.
13764         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13765         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13766         * tests/test-sys_socket.c: Check that sa_family_t works.
13767
13768 2009-05-18  Eric Blake  <ebb9@byu.net>
13769
13770         maint.mk: allow gnulib_dir in VPATH build
13771         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13772
13773 2009-05-15  Jim Meyering  <meyering@redhat.com>
13774
13775         maint.mk: Give gnulib_dir a default definition.
13776         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13777         Thus, most packages no longer need to specify this variable in cfg.mk
13778
13779 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13780
13781         rename.m4: fix typos that would make non-mingw cross-configure fail
13782         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13783
13784 2009-05-13  Eric Blake  <ebb9@byu.net>
13785
13786         mmap-anon: avoid out-of-order autoconf expansion
13787         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13788         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13789         * modules/memchr-tests (Depends-on): Add extensions.
13790         * modules/memchr2-tests (Depends-on): Add extensions.
13791         * modules/memcmp-tests (Depends-on): Add extensions.
13792         * modules/memmem-tests (Depends-on): Add extensions.
13793         * modules/memrchr-tests (Depends-on): Add extensions.
13794
13795 2009-05-13  Bruno Haible  <bruno@clisp.org>
13796
13797         Make some tests ISO C 99 compliant.
13798         * tests/zerosize-ptr.h: New file.
13799         * tests/test-memchr.c: Include zerosize-ptr.h.
13800         (main): Use a zero-size object pointer instead of NULL.
13801         * tests/test-memchr2.c: Include zerosize-ptr.h.
13802         (main): Use a zero-size object pointer instead of NULL.
13803         * tests/test-memcmp.c: Include zerosize-ptr.h.
13804         (main): Use a zero-size object pointer instead of NULL.
13805         * tests/test-memmem.c: Include zerosize-ptr.h.
13806         (main): Use a zero-size object pointer instead of NULL.
13807         * tests/test-memrchr.c: Include zerosize-ptr.h.
13808         (main): Use a zero-size object pointer instead of NULL.
13809         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13810         m4/mmap-anon.m4.
13811         (Depends-on): Add getpagesize.
13812         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13813         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13814         m4/mmap-anon.m4.
13815         (Depends-on): Add getpagesize.
13816         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13817         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13818         m4/mmap-anon.m4.
13819         (Depends-on): Add getpagesize.
13820         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13821         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13822         m4/mmap-anon.m4.
13823         (Depends-on): Add getpagesize.
13824         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13825         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13826         m4/mmap-anon.m4.
13827         (Depends-on): Add getpagesize.
13828         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13829
13830 2009-05-12  Bruno Haible  <bruno@clisp.org>
13831
13832         Tests for module 'alignof'.
13833         * modules/alignof-tests: New file.
13834         * tests/test-alignof.c: New file.
13835
13836 2009-05-12  Bruno Haible  <bruno@clisp.org>
13837
13838         Fix alignof macro.
13839         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13840         vendor compilers that are always correct.
13841
13842 2009-05-12  Bruno Haible  <bruno@clisp.org>
13843
13844         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13845         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13846         not whether its fully works.
13847
13848 2009-05-12  Bruno Haible  <bruno@clisp.org>
13849
13850         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13851
13852 2009-05-12  Jim Meyering  <meyering@redhat.com>
13853
13854         * top/maint.mk: Adjust backslash alignment.
13855
13856 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13857
13858         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13859
13860 2009-05-11  Eric Blake  <ebb9@byu.net>
13861
13862         argp: avoid undefined behavior
13863         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13864         macros.
13865
13866 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13867
13868         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13869         user.name to prevent git commit from complaining.
13870
13871 2009-05-10  Bruno Haible  <bruno@clisp.org>
13872
13873         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13874         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13875         it rewrites every file name only once.
13876         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13877
13878 2009-05-08  Bruno Haible  <bruno@clisp.org>
13879
13880         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13881         instead of 'max'.
13882
13883 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13884
13885         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13886         sockaddr_storage test.
13887
13888 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13889
13890         * modules/sys_socket (Makefile.am): Substitute
13891         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13892         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13893         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13894         * tests/test-sys_socket.c: Check sockaddr_storage.
13895
13896 2009-05-08  Bruno Haible  <bruno@clisp.org>
13897
13898         New module 'alignof'.
13899         * lib/alignof.h: New file.
13900         * modules/alignof: New file.
13901
13902 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13903             Bruno Haible  <bruno@clisp.org>
13904
13905         Fix test-file-has-acl on FreeBSD.
13906         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13907         mask is implicitly added.
13908         * tests/test-file-has-acl.c: Include <signal.h>.
13909         (main): Terminate the test after 5 seconds.
13910         * modules/acl-tests (configure.ac): Check for alarm function.
13911
13912 2009-05-04  Bruno Haible  <bruno@clisp.org>
13913
13914         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13915         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13916         * modules/errno (configure.ac): Drop AC_REQUIRE.
13917         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13918         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13919
13920 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13921
13922         * modules/glob-tests: New module.
13923         * tests/test-glob.c: Add.
13924
13925 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13926
13927         * modules/fnmatch-tests: New module.
13928         * tests/test-fnmatch.c: Add.
13929
13930 2009-05-04  Eric Blake  <ebb9@byu.net>
13931
13932         maint: make the new no-submodule-changes rule VPATH-safe
13933         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13934
13935 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13936             Bruno Haible  <bruno@clisp.org>
13937
13938         acl: Fix infinite loop on FreeBSD.
13939         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13940         of return value from acl_get_entry.
13941         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13942         Likewise.
13943
13944 2009-05-03  Bruno Haible  <bruno@clisp.org>
13945
13946         * lib/acl-internal.h (acl_entries): Clarify return value.
13947         * lib/acl_entries.c (acl_entries): Likewise.
13948
13949 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13950
13951         Bug fix in acl module.
13952         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13953
13954 2009-05-03  Bruno Haible  <bruno@clisp.org>
13955
13956         Create gperf-generated file in the source dir, not in the build dir.
13957         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13958         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13959         * modules/unicase/locale-language (unicase/locale-languages.h):
13960         Likewise.
13961         * modules/unicase/special-casing (unicase/special-casing-table.h):
13962         Likewise.
13963         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13964         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13965         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13966         Reported by Ralf Wildenhues.
13967
13968 2009-05-03  Bruno Haible  <bruno@clisp.org>
13969
13970         * modules/fnmatch (Description, configure.ac): Taken from
13971         fnmatch-posix.
13972         * modules/fnmatch-posix: Turn into a symbolic reference to the
13973         'fnmatch' module, and deprecate.
13974         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13975
13976 2009-05-03  Bruno Haible  <bruno@clisp.org>
13977
13978         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13979         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13980         Reported by Ralf Wildenhues.
13981
13982 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13983
13984         * m4/fnmatch.m4: Fix fnmatch re-define.
13985
13986 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13987
13988         priv-set: new module and tests; adapt write-any-file
13989         * lib/priv-set.c: New file.
13990         * lib/priv-set.h: New file.
13991         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13992         * lib/write-any-file.c: Simplify by using priv-set module.
13993         * m4/priv-set.m4: New file.
13994         * modules/priv-set: New file.
13995         * modules/unlinkdir: Add dependency on priv-set module.
13996         * modules/write-any-file: Likewise.
13997
13998         Tests for module 'priv-set'.
13999         * modules/priv-set-tests: New file.
14000         * tests/test-priv-set.c: New file.
14001
14002 2009-05-03  Jim Meyering  <meyering@redhat.com>
14003             Bruno Haible  <bruno@clisp.org>
14004
14005         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14006         use the converted UTF-8 variant of the name instead.
14007
14008 2009-05-03  Jim Meyering  <meyering@redhat.com>
14009
14010         tests: tighten some getdate tests
14011         * tests/test-getdate.c (main): Tighten tests: require equality,
14012         not just greater than.  Set TZ envvar to UTC0.
14013
14014 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14015
14016         getdate: correctly interpret "next monday" when run on a Monday
14017         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14018         that e.g., "next tues" (when run on a tuesday) results in a date
14019         that is one week in the future, and not today's date.
14020         I.e., add a week when the wday is the same as the current one.
14021         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14022         and earlier by Martin Bernreuther and Jan Minář.
14023         * tests/test-getdate.c (main): Check that "next DAY" is always in
14024         the future and that "last DAY" is always in the past.
14025
14026 2009-05-02  Jim Meyering  <meyering@redhat.com>
14027
14028         build: ensure that a release build fails when a submodule is unclean
14029         * top/maint.mk (no-submodule-changes): New rule.
14030         (alpha beta major): Depend on it.
14031
14032 2009-05-02  Bruno Haible  <bruno@clisp.org>
14033
14034         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14035         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14036         shell variable gl_fnmatch_required to detect which variant is
14037         requested.
14038         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14039         gl_FUNC_FNMATCH_POSIX.
14040         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14041         exclude fnmatch-posix.
14042
14043 2009-05-02  Bruno Haible  <bruno@clisp.org>
14044
14045         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14046         * modules/mbsrtowcs (License): Change to LGPLv2+.
14047         * modules/strnlen1 (License): Likewise.
14048         Reported by Simon Josefsson.
14049
14050 2009-05-02  Bruno Haible  <bruno@clisp.org>
14051
14052         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14053         "cross".
14054         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14055         gnulib-tool was called with option --source-base=lib.
14056
14057 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14058
14059         Use automake *-local hooks without commands, for extensibility.
14060         * modules/localcharset (Makefile.am): Rename install-exec-local
14061         rule to install-exec-localcharset, and make it a prerequisite of
14062         install-exec-local.  Likewise, rename the uninstall-local rule to
14063         uninstall-localcharset, and make it a prerequisite of the former.
14064
14065 2009-05-01  Bruno Haible  <bruno@clisp.org>
14066
14067         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14068         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14069         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14070         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14071         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14072         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14073         m4/locale-zh.m4, m4/codeset.m4.
14074
14075         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14076         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14077         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14078         m4/locale-zh.m4.
14079
14080         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14081         REPLACE_WCRTOMB if mbstate_t must be replaced.
14082         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14083         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14084
14085 2009-05-01  Bruno Haible  <bruno@clisp.org>
14086
14087         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14088         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14089         dngettext, dcngettext, textdomain, bindtextdomain,
14090         bind_textdomain_codeset): Undefine before redefining.
14091
14092 2009-04-30  Bruno Haible  <bruno@clisp.org>
14093
14094         Fix bug introduced on 2009-04-25.
14095         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14096         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14097         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14098         is defined.
14099         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14100         is defined.
14101         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14102         is defined.
14103         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14104
14105 2009-04-28  Bruno Haible  <bruno@clisp.org>
14106
14107         Comment tweaks.
14108         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14109         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14110         * lib/unicase.h (u*_casexfrm): Likewise.
14111         Reported by Paolo Bonzini.
14112
14113 2009-04-28  Bruno Haible  <bruno@clisp.org>
14114
14115         Fix a compilation error.
14116         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14117         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14118         Reported by Jim Meyering.
14119
14120 2009-04-27  Bruno Haible  <bruno@clisp.org>
14121
14122         New module 'libunistring'.
14123         * modules/libunistring: New file.
14124         * m4/libunistring.m4: New file.
14125         * MODULES.html.sh (Unicode string functions): Add it.
14126
14127 2009-04-27  Eric Blake  <ebb9@byu.net>
14128
14129         maint.mk: allow package-specific header to provide <config.h>
14130         * top/maint.mk (sc_require_config_h): New variable.
14131         (sc_require_config_h, sc_require_config_h_first): Use it.
14132
14133 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14134
14135         * top/maint.mk (sc_avoid_if_before_free): Except
14136         useless-if-before-free script.
14137
14138 2009-04-27  Eric Blake  <ebb9@byu.net>
14139
14140         maintainer-makefile: depend on all required helper scripts
14141         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14142         useless-if-before-free.
14143         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14144         version, rather than assuming gnulib checkout is available.
14145         Reported by Simen Josefsson.
14146
14147 2009-04-26  Bruno Haible  <bruno@clisp.org>
14148
14149         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14150         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14151         "../" or "..".
14152
14153 2009-04-26  Bruno Haible  <bruno@clisp.org>
14154
14155         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14156         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14157         AC_LIB_HAVE_LINKFLAGS.
14158
14159 2009-04-26  Bruno Haible  <bruno@clisp.org>
14160
14161         Simplify calling convention of u*_conv_from_encoding.
14162         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14163         u32_conv_from_encoding): Expect a resultbuf argument and return the
14164         result directly as a pointer.
14165         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14166         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14167         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14168         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14169         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14170         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14171         Update.
14172         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14173         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14174         * lib/vasnprintf.c (VASNPRINTF): Update.
14175         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14176         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14177         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14178         * NEWS: Mention the change.
14179
14180 2009-04-26  Bruno Haible  <bruno@clisp.org>
14181
14182         Simplify calling convention of u*_conv_to_encoding.
14183         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14184         u32_conv_to_encoding): Expect a resultbuf argument and return the
14185         result directly as a pointer.
14186         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14187         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14188         freeing scaled_offsets if mem_iconveha failed.
14189         * lib/unicase/u-casexfrm.h (FUNC): Update.
14190         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14191         * lib/vasnprintf.c (VASNPRINTF): Update.
14192         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14193         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14194         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14195         * NEWS: Mention the change.
14196
14197 2009-04-26  Bruno Haible  <bruno@clisp.org>
14198
14199         Avoid test failures on AIX and OSF/1.
14200         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14201         malloc(0).
14202         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14203         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14204         Likewise.
14205         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14206         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14207         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14208         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14209         * doc/posix-functions/malloc.texi: Document the portability problem
14210         related to malloc(0).
14211
14212 2009-04-26  Bruno Haible  <bruno@clisp.org>
14213
14214         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14215         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14216         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14217
14218 2009-04-25  Bruno Haible  <bruno@clisp.org>
14219
14220         Avoid link error when creating a namespace clean library.
14221         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14222         as macro with arguments if already defined as an alias.
14223         * lib/signbitf.c (gl_signbitf): Don't undefine.
14224         * lib/signbitd.c (gl_signbitd): Don't undefine.
14225         * lib/signbitl.c (gl_signbitl): Don't undefine.
14226
14227 2009-04-25  Jim Meyering  <meyering@redhat.com>
14228
14229         vc-list-files: fix another quoting bug
14230         * build-aux/vc-list-files: Avoid sed backslash expansion
14231         of pathological directory names.
14232
14233 2009-04-25  Eric Blake  <ebb9@byu.net>
14234
14235         vc-list-files: fix shell quoting error
14236         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14237         timestamp.
14238
14239 2009-04-25  Jim Meyering  <meyering@redhat.com>
14240
14241         vc-list-files: restore lost functionality with subdir argument
14242         * build-aux/vc-list-files: When given a non-"." sub-directory
14243         argument, substitute the $dir/ prefix back onto each resulting name.
14244         Otherwise, coreutils' root_tests check would fail.
14245
14246 2009-04-24  Eric Blake  <ebb9@byu.net>
14247
14248         vc-list-files: ignore git symlinks
14249         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14250         than ls-files, to ignore git symlinks.
14251
14252         maint.mk: import improvements from m4
14253         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14254         (move_if_change): Delete unused macro.
14255         (news-date-check, vc-diff-check): Support VPATH builds.
14256         (announcement): Likewise.  Split --bootstrap-tools list...
14257         (boostrap-tools): ...into separate list, which can be overridden
14258         in cfg.mk.
14259         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14260         requiring dependency on useless-if-before-free module.
14261         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14262         Support VPATH builds.
14263
14264 2009-04-24  Jim Meyering  <meyering@redhat.com>
14265
14266         maint.mk: remove coreutils-specific rules and variables
14267         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14268         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14269         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14270
14271         maint.mk: remove obsolete rule
14272         * top/maint.mk (rel-check): Remove rule.
14273         (WGET, WGETFLAGS): Remove now-unused variables.
14274
14275 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14276
14277         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14278         consistency.
14279
14280         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14281         '$(PATH_SEPARATOR)' instead of ':'.
14282
14283 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14284
14285         * lib/getopt1.c (main): Use 'const' for static array.
14286
14287 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14288
14289         * top/maint.mk: Sync with coreutils.
14290         * NEWS: Explain incompatibilities.
14291
14292 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14293             Bruno Haible  <bruno@clisp.org>
14294
14295         Fix cross-compilation results.
14296         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14297         statement, as third argument of AC_TRY_RUN.
14298         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14299         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14300         Likewise.
14301         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14302         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14303         Likewise.
14304         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14305         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14306         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14307
14308 2009-04-20  Bruno Haible  <bruno@clisp.org>
14309
14310         Avoid test failure on mingw.
14311         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14312
14313 2009-04-20  Bruno Haible  <bruno@clisp.org>
14314
14315         Avoid compilation error on mingw.
14316         * modules/localename-tests (Depends-on): Add locale.
14317
14318 2009-04-19  Bruno Haible  <bruno@clisp.org>
14319
14320         Support for building a shared library on Windows platforms.
14321         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14322         (main): Test the presence of UNINORM_NFC here.
14323         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14324         (main): Test the presence of UNINORM_NFD here.
14325         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14326         (main): Test the presence of UNINORM_NFKC here.
14327         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14328         (main): Test the presence of UNINORM_NFKD here.
14329
14330 2009-04-19  Bruno Haible  <bruno@clisp.org>
14331
14332         Avoid a compiler warning.
14333         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14334         Change type of variable 'sequence'.
14335
14336 2009-04-19  Bruno Haible  <bruno@clisp.org>
14337
14338         * modules/configmake (Makefile.am): When the contents of configmake.h
14339         does not change, arrange to preserve its modification time.
14340
14341 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14342
14343         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14344         gettext domain.
14345
14346 2009-04-16  Jim Meyering  <meyering@redhat.com>
14347
14348         useless-if-before-free: improve conversion code
14349         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14350         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14351
14352 2009-04-14  Bruno Haible  <bruno@clisp.org>
14353
14354         * modules/fcntl (Depends-on): Add extensions.
14355         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14356
14357 2009-04-12  Ben Pfaff  <blp@gnu.org>
14358
14359         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14360         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14361
14362 2009-03-20  Ben Pfaff  <blp@gnu.org>
14363
14364         Make rename replace existing destinations on Windows.
14365         * m4/rename.m4: Add test for Mingw.
14366         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14367         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14368         * doc/posix-functions/rename.texi: Document.
14369
14370 2009-04-10  Bruno Haible  <bruno@clisp.org>
14371
14372         New include file "iconveh.h".
14373         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14374         * lib/striconveh.h: Include it.
14375         (enum iconv_ilseq_handler): Remove definition.
14376         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14377         striconveh.h.
14378         * lib/striconveha.c: Include striconveh.h.
14379         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14380         * modules/striconveh (Files): Add lib/iconveh.h.
14381         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14382         lib/striconveh.h.
14383
14384 2009-04-10  Bruno Haible  <bruno@clisp.org>
14385
14386         * lib/uniconv.h: Update comment.
14387
14388 2009-04-10  Bruno Haible  <bruno@clisp.org>
14389
14390         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14391         always.
14392         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14393         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14394         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14395         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14396         "unistring-notinline.h", so that the function gets defined always.
14397         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14398         * lib/unistr/u8-uctomb.c: Likewise.
14399         * lib/unistr/u16-mbtouc.c: Likewise.
14400         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14401         * lib/unistr/u16-uctomb.c: Likewise.
14402         * lib/unistr/u32-mbtouc.c: Likewise.
14403         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14404         * lib/unistr/u32-uctomb.c: Likewise.
14405
14406 2009-04-10  Bruno Haible  <bruno@clisp.org>
14407
14408         Mark 'utime' obsolete.
14409         * modules/utime (Status, Notice): New sections.
14410         Suggested by Jim Meyering.
14411
14412         Fix cross-compile guess for utime test.
14413         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14414         autoconf.
14415         * doc/posix-functions/utime.texi: Give more precisions.
14416         Reported by Jan <ipif@ymail.com>.
14417
14418 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14419
14420         filevercmp: correct today's change
14421         * lib/filevercmp.c: Also handle coreutils' test inputs.
14422         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14423
14424         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14425         for reporting it.
14426         * lib/filevercmp.c: Special handle for "", "." and "..".
14427         * tests/test-filevercmp.c: Enlarge the set suite.
14428
14429 2009-04-07  Jim Meyering  <meyering@redhat.com>
14430
14431         useless-if-before-free: show how to remove braced useless free, too
14432         * build-aux/useless-if-before-free: still only in a comment, though.
14433
14434 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14435
14436         maint.mk: import changes to syntax-check macros from coreutils
14437         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14438         Use them in the relevant macros.
14439
14440 2009-04-06  Bruno Haible  <bruno@clisp.org>
14441
14442         Fix unportable use of bit-fields.
14443         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14444         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14445         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14446
14447 2009-04-06  Bruno Haible  <bruno@clisp.org>
14448
14449         Avoid test failures on AIX and OSF/1.
14450         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14451         that malloc(0) = NULL.
14452         * tests/unicase/test-u8-tolower.c (check): Likewise.
14453         * tests/unicase/test-u8-totitle.c (check): Likewise.
14454         * tests/unicase/test-u8-toupper.c (check): Likewise.
14455         * tests/unicase/test-u16-casefold.c (check): Likewise.
14456         * tests/unicase/test-u16-tolower.c (check): Likewise.
14457         * tests/unicase/test-u16-totitle.c (check): Likewise.
14458         * tests/unicase/test-u16-toupper.c (check): Likewise.
14459         * tests/unicase/test-u32-casefold.c (check): Likewise.
14460         * tests/unicase/test-u32-tolower.c (check): Likewise.
14461         * tests/unicase/test-u32-totitle.c (check): Likewise.
14462         * tests/unicase/test-u32-toupper.c (check): Likewise.
14463         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14464         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14465         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14466         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14467         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14468         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14469         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14470         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14471         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14472         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14473         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14474         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14475
14476 2009-04-05  Bruno Haible  <bruno@clisp.org>
14477
14478         Work around an autoconf limitation.
14479         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14480         comment line if it would be longer than 3 KB.
14481
14482 2009-04-05  Bruno Haible  <bruno@clisp.org>
14483
14484         Avoid test failure with libiconv-1.13.
14485         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14486         of the expected test results.
14487
14488 2009-04-05  Bruno Haible  <bruno@clisp.org>
14489
14490         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14491         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14492         that it should be installed.
14493
14494 2009-04-05  Bruno Haible  <bruno@clisp.org>
14495
14496         * gnulib-tool: New option --copy-file.
14497         (func_usage): Document it.
14498         (func_dest_tmpfilename): Moved out of func_import.
14499         (func_add_file, func_update_file): New functions, extracted from
14500         func_import.
14501         (func_import): Update.
14502
14503 2009-04-05  Karl Berry  <karl@gnu.org>
14504
14505         * README: prominently mention gnulib-tool.
14506         Rearrange sections so getting the code is near the top.
14507
14508 2009-04-05  Bruno Haible  <bruno@clisp.org>
14509
14510         * lib/unicase.h: Mention u*_cmp2.
14511         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14512         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14513         * lib/unicase/ulc-casecmp.c: Likewise.
14514         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14515         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14516         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14517         unistr/u8-cmp.
14518         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14519         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14520         unistr/u16-cmp.
14521         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14522         unistr/u32-cmp.
14523
14524         * lib/uninorm.h: Mention u*_cmp2.
14525         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14526         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14527         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14528         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14529         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14530         unistr/u8-cmp.
14531         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14532         unistr/u16-cmp.
14533         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14534         unistr/u32-cmp.
14535
14536         New module 'unistr/u32-cmp2'.
14537         * lib/unistr/u32-cmp2.c: New file.
14538         * modules/unistr/u32-cmp2: New file.
14539
14540         New module 'unistr/u16-cmp2'.
14541         * lib/unistr/u16-cmp2.c: New file.
14542         * modules/unistr/u16-cmp2: New file.
14543
14544         New module 'unistr/u8-cmp2'.
14545         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14546         * lib/unistr/u8-cmp2.c: New file.
14547         * lib/unistr/u-cmp2.h: New file.
14548         * modules/unistr/u8-cmp2: New file.
14549
14550 2009-04-05  Bruno Haible  <bruno@clisp.org>
14551
14552         * lib/unictype.h (uc_property_is_valid): New macro.
14553         * tests/unictype/test-pr_byname.c (main): Use it.
14554
14555         * lib/unistr.h: Doc fixes.
14556         * lib/uniconv.h: Doc fixes.
14557         * lib/unictype.h: Doc fixes.
14558
14559 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         Port coreutils 7.2 to Solaris 8.
14562
14563         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14564         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14565         for Solaris 8.  This is a bit of a hack, as it means it's the
14566         caller's responsibility to add -lnsl if needed, but most likely it
14567         won't be needed since only getaddrinfo uses this and getaddrinfo
14568         isn't needed on Solaris 8.
14569
14570         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14571         problem to Solaris 8 encountered with coreutils 7.2, which
14572         resulted in a message "fnmatch.c:292: warning: passing argument 4
14573         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14574         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14575
14576 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14577
14578         * m4/ld-version-script.m4: Add FIXME comment.
14579
14580 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14581
14582         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14583         SOVERSION variable.
14584
14585 2009-04-02  Bruno Haible  <bruno@clisp.org>
14586
14587         * Makefile (info, html, dvi, pdf): Combine the rules.
14588         Suggested by Jim Meyering.
14589
14590 2009-04-01  Bruno Haible  <bruno@clisp.org>
14591
14592         * Makefile (info, html, dvi, pdf): New targets.
14593         Reported by Reuben Thomas <rrt@sc3d.org>.
14594
14595 2009-04-01  Bruno Haible  <bruno@clisp.org>
14596
14597         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14598         can be put into PATH.
14599         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14600
14601 2009-04-01  Bruno Haible  <bruno@clisp.org>
14602
14603         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14604
14605 2009-04-01  Bruno Haible  <bruno@clisp.org>
14606
14607         Rename module 'visibility'.
14608         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14609         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14610         * doc/gnulib.texi: Update.
14611         * MODULES.html.sh (Misc): Update.
14612         * NEWS: Mention the change.
14613
14614 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14615
14616         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14617         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14618         Eric Blake <ebb9@byu.net> for review.
14619         * MODULES.html.sh: Add lib-msvc-compat.
14620         * doc/gnulib.texi: Link to new section.
14621         * m4/ld-output-def.m4: New file.
14622         * doc/ld-output-def.texi: New file.
14623
14624 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14625
14626         Rename ld-version-script to lib-symbol-versions.  Suggested by
14627         Bruno Haible <bruno@clisp.org>.
14628         * modules/ld-version-script: Renamed to lib-symbol-versions.
14629         * doc/ld-version-script.texi: Fix module name.
14630         * MODULES.html.sh: Add lib-symbol-versions.
14631
14632 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14633
14634         * modules/u64-tests: New file.
14635         * tests/test-u64.c: New file.
14636
14637 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14638
14639         * MODULES.html.sh: Mention u64.
14640         * modules/u64: New module.
14641         * modules/crypto/sha512: Depend on u64 module instead of providing
14642         u64.h.
14643
14644 2009-03-27  Eric Blake  <ebb9@byu.net>
14645
14646         test-strerror: make debugging EAI_SYSTEM easier
14647         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14648         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14649         failure was EAI_SYSTEM.
14650
14651 2009-03-25  Bruno Haible  <bruno@clisp.org>
14652
14653         Fix a problem with --enable-relocatable on Solaris 7.
14654         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14655         since 2008-02-24.
14656
14657 2009-03-25  Eric Blake  <ebb9@byu.net>
14658
14659         test-sockets: avoid gcc warning
14660         * tests/test-sockets.c (main): Silence compiler warning.
14661
14662 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         New modules nproc, pthread, contributed by Glen Lenker.
14665
14666         * MODULES.html.sh: Add pthread, nproc.
14667         * lib/nproc.c: New file.
14668         * lib/nproc.h: New file.
14669         * lib/pthread.in.h: New file.
14670         * m4/pthread.m4: New file.
14671         * modules/nproc: New file.
14672         * modules/pthread: New file.
14673
14674 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14675
14676         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14677         New variable.
14678
14679 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14680
14681         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14682         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14683         * tests/test-filevercmp.c: Add tests for backup suffixes.
14684
14685 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14686
14687         * modules/stdlib (Depends-on): Add stdint, needed when defining
14688         struct random_data on, for example, HP-UX 10.20.  Reported by
14689         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14690
14691 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14692
14693         * lib/readline.c (readline): Call fflush on stdout after printing
14694         prompt.
14695
14696 2009-03-20  Bruno Haible  <bruno@clisp.org>
14697
14698         Remove dependency from 'close' module to -lws2_32 on native Windows.
14699         * lib/close-hook.h: New file.
14700         * lib/close-hook.c: New file.
14701         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14702         w32sock.h.
14703         (_gl_close_fd_maybe_socket): Remove function.
14704         (rpl_close): Invoke execute_all_close_hooks instead of
14705         _gl_close_fd_maybe_socket.
14706         * lib/sockets.c: Include close-hook.h, w32sock.h.
14707         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14708         (close_sockets_hook): New variable.
14709         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14710         (gl_sockets_cleanup): Unregister it.
14711         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14712         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14713         * modules/close-hook: New file.
14714         * modules/close (Files): Remove lib/w32sock.h.
14715         (Depends-on): Add close-hook.
14716         (Link): Remove section.
14717         * modules/sockets (Files): Add lib/w32sock.h.
14718         (Depends-on): Add close-hook.
14719         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14720         invocation.
14721         * NEWS: Mention that LIB_CLOSE is gone.
14722
14723 2009-03-23  Eric Blake  <ebb9@byu.net>
14724
14725         signal-tests: test previous patch
14726         * tests/test-signal.c: New file.
14727         * modules/signal-tests: Likewise.
14728
14729         signal.h: always support 'volatile sig_atomic_t'
14730         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14731         (gl_SIGNAL_H_DEFAULTS): Add a default.
14732         * modules/signal (Makefile.am): Substitute if needed.
14733         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14734         users can blindly add volatile.
14735         * doc/posix-headers/signal.texi (signal.h): Document it.
14736         Reported by Matthew Woehlke.
14737
14738 2009-03-23  Jim Meyering  <meyering@redhat.com>
14739
14740         pathmax: PATH_MAX: use pathconf only when available
14741         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14742         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14743         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14744         This avoids a link failure in a PSP cross-compilation environment
14745         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14746
14747         * lib/vasnprintf.c (divide): Fix typo in comment.
14748
14749 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14750
14751         * gnulib-tool (func_filter_filelist): Fix comment.
14752
14753 2009-03-20  Bruno Haible  <bruno@clisp.org>
14754
14755         Make sockets.h self-contained.
14756         * lib/sockets.c: Include sockets.h first.
14757         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14758
14759 2009-03-19  Eric Blake  <ebb9@byu.net>
14760
14761         doc: mention more functions added in cygwin 1.7.0
14762         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14763         addition.
14764         * doc/posix-functions/log2f.texi: Likewise.
14765
14766 2009-03-19  Jim Meyering  <meyering@redhat.com>
14767
14768         fsusage: avoid syntax error due to statement-before-declaration
14769         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14770         after all declarations.  Reported by Matthew Woehlke in
14771         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14772
14773 2009-03-18  Eric Blake  <ebb9@byu.net>
14774
14775         build-aux/compile: sync from automake
14776         * build-aux/compile: New file, from automake.
14777         * config/srclist.txt: Mention build-aux/compile.
14778
14779 2009-03-17  Bruno Haible  <bruno@clisp.org>
14780
14781         * lib/git-merge-changelog.c: Fix typo in comment.
14782         Reported by Reuben Thomas <rrt@sc3d.org>.
14783
14784 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14785
14786         * m4/regex.m4: update and improve help for
14787         --without-included-regex.
14788
14789 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14790
14791         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14792         failure on missing include files.
14793
14794 2009-03-17  Eric Blake  <ebb9@byu.net>
14795
14796         doc: mention more functions added in cygwin 1.7.0
14797         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14798         addition.
14799         * doc/posix-functions/fwscanf.texi: Likewise.
14800         * doc/posix-functions/swprintf.texi: Likewise.
14801         * doc/posix-functions/swscanf.texi: Likewise.
14802         * doc/posix-functions/vfwprintf.texi: Likewise.
14803         * doc/posix-functions/vfwscanf.texi: Likewise.
14804         * doc/posix-functions/vswprintf.texi: Likewise.
14805         * doc/posix-functions/vswscanf.texi: Likewise.
14806         * doc/posix-functions/vwprintf.texi: Likewise.
14807         * doc/posix-functions/vwscanf.texi: Likewise.
14808         * doc/posix-functions/wcscasecmp.texi: Likewise.
14809         * doc/posix-functions/wcsdup.texi: Likewise.
14810         * doc/posix-functions/wcsftime.texi: Likewise.
14811         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14812         * doc/posix-functions/wprintf.texi: Likewise.
14813         * doc/posix-functions/wscanf.texi: Likewise.
14814         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14815
14816 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14817
14818         maint.mk: really add $(AM_MAKEFLAGS)
14819         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14820         was inadvertently omitted in the last commit.
14821         Spotted by Bruno Haible.
14822
14823         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14824         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14825         $(AM_MAKEFLAGS)' rather than plain `make'.
14826
14827         gnulib-tool: execute $MAKE not make
14828         * gnulib-tool: Default $MAKE to 'make'.
14829         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14830         than make.  Initialize $MAKE in the do-autobuild script.
14831
14832         gnulib-tool: use $MAKE not make in generated files
14833         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14834         make, in generated files.  Initialize $MAKE in the do-autobuild
14835         script.
14836
14837         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14838
14839         GNUmakefile: disable parallelism only for multiple, recursive targets
14840         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14841         additions in the Makefile.
14842         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14843         by Automake.
14844         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14845         are listed on the command line and at least one of them is
14846         listed in $(ALL_RECURSIVE_TARGETS).
14847
14848 2009-03-14  Bruno Haible  <bruno@clisp.org>
14849
14850         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14851         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14852         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14853         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14854         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14855         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14856         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14857         unistr/u8-uctomb.
14858         * modules/unistr/u8-strchr (Depends-on): Likewise.
14859         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14860         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14861         unistr/u16-uctomb.
14862         * modules/unistr/u16-strchr (Depends-on): Likewise.
14863         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14864
14865 2009-03-12  Bruno Haible  <bruno@clisp.org>
14866
14867         Work around select() bug on Interix 3.5.
14868         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14869         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14870         * m4/select.m4: New file.
14871         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14872         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14873         * modules/select (Files): Add m4/select.m4.
14874         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14875         * modules/nanosleep (Depends-on): Add select.
14876         * modules/poll (Depends-on): Likewise.
14877         * doc/posix-functions/select.texi: Mention the Interix bug.
14878         Reported by Markus Duft <mduft@gentoo.org>.
14879
14880         * lib/select.c: Renamed from lib/winsock-select.c.
14881         * modules/select (Files): Add lib/select.c, remove
14882         lib/winsock-select.c.
14883         (configure.ac): Update.
14884
14885 2009-03-12  Jim Meyering  <meyering@redhat.com>
14886
14887         avoid gcc warnings about unused macro definitions
14888         * lib/readtokens.c (STREQ): Remove unused definition.
14889         * lib/xmalloc.c (SIZE_MAX): Likewise.
14890         * lib/openat-die.c (N_): Likewise.
14891         * lib/mountlist.c (SIZE_MAX): Remove definition.
14892         Instead, include <stdint.h>.
14893         * lib/readutmp.c: Likewise.
14894         * modules/readutmp (Depends-on): Add stdint.
14895         * modules/mountlist (Depends-on): Add stdint.
14896         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14897
14898 2009-03-10  Bruno Haible  <bruno@clisp.org>
14899
14900         Tests for module 'mbmemcasecoll'.
14901         * modules/mbmemcasecoll-tests: New file.
14902         * tests/test-mbmemcasecoll1.sh: New file.
14903         * tests/test-mbmemcasecoll2.sh: New file.
14904         * tests/test-mbmemcasecoll3.sh: New file.
14905         * tests/test-mbmemcasecoll.c: New file.
14906
14907         New module 'mbmemcasecoll'.
14908         * lib/mbmemcasecoll.h: New file.
14909         * lib/mbmemcasecoll.c: New file.
14910         * modules/mbmemcasecoll: New file.
14911
14912         * tests/test-mbmemcasecmp.h: New file, extracted from
14913         tests/test-mbmemcasecmp.c.
14914         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14915         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14916         (main): Update.
14917         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14918
14919 2009-03-09  Bruno Haible  <bruno@clisp.org>
14920
14921         Tests for module 'mbmemcasecmp'.
14922         * modules/mbmemcasecmp-tests: New file.
14923         * tests/test-mbmemcasecmp1.sh: New file.
14924         * tests/test-mbmemcasecmp2.sh: New file.
14925         * tests/test-mbmemcasecmp3.sh: New file.
14926         * tests/test-mbmemcasecmp.c: New file.
14927
14928         New module 'mbmemcasecmp'.
14929         * lib/mbmemcasecmp.h: New file.
14930         * lib/mbmemcasecmp.c: New file.
14931         * modules/mbmemcasecmp: New file.
14932
14933 2009-03-09  Bruno Haible  <bruno@clisp.org>
14934
14935         Tests for module 'unicase/ulc-casecoll'.
14936         * modules/unicase/ulc-casecoll-tests: New file.
14937         * tests/unicase/test-ulc-casecoll1.sh: New file.
14938         * tests/unicase/test-ulc-casecoll2.sh: New file.
14939         * tests/unicase/test-ulc-casecoll.c: New file.
14940
14941         New module 'unicase/ulc-casecoll'.
14942         * lib/unicase.h (ulc_casecoll): New declaration.
14943         * lib/unicase/ulc-casecoll.c: New file.
14944         * modules/unicase/ulc-casecoll: New file.
14945
14946         New module 'unicase/ulc-casexfrm'.
14947         * lib/unicase.h (ulc_casexfrm): New declaration.
14948         * lib/unicase/ulc-casexfrm.c: New file.
14949         * modules/unicase/ulc-casexfrm: New file.
14950
14951 2009-03-09  Bruno Haible  <bruno@clisp.org>
14952
14953         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14954         invocations.
14955
14956         * m4/mbscasecmp.m4: Remove file.
14957         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14958         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14959
14960         * m4/mbscasestr.m4: Remove file.
14961         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14962         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14963
14964         * m4/mbschr.m4: Remove file.
14965         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14966         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14967
14968         * m4/mbscspn.m4: Remove file.
14969         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14970         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14971
14972         * m4/mbslen.m4: Remove file.
14973         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14974         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14975
14976         * m4/mbsncasecmp.m4: Remove file.
14977         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14978         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14979
14980         * m4/mbsnlen.m4: Remove file.
14981         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14982         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14983
14984         * m4/mbspbrk.m4: Remove file.
14985         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14986         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14987
14988         * m4/mbspcasecmp.m4: Remove file.
14989         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14990         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14991
14992         * m4/mbsrchr.m4: Remove file.
14993         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14994         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14995
14996         * m4/mbssep.m4: Remove file.
14997         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14998         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14999
15000         * m4/mbsspn.m4: Remove file.
15001         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15002         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15003
15004         * m4/mbsstr.m4: Remove file.
15005         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15006         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15007
15008         * m4/mbstok_r.m4: Remove file.
15009         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15010         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15011
15012         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15013
15014         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15015         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15016
15017         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15018
15019 2009-03-08  Bruno Haible  <bruno@clisp.org>
15020
15021         Tests for module 'unicase/ulc-casecmp'.
15022         * modules/unicase/ulc-casecmp-tests: New file.
15023         * tests/unicase/test-ulc-casecmp1.sh: New file.
15024         * tests/unicase/test-ulc-casecmp2.sh: New file.
15025         * tests/unicase/test-ulc-casecmp.c: New file.
15026
15027         New module 'unicase/ulc-casecmp'.
15028         * lib/unicase.h (ulc_casecmp): New declaration.
15029         * lib/unicase/ulc-casecmp.c: New file.
15030         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15031         'const SRC_UNIT *'.
15032         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15033         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15034         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15035         * modules/unicase/ulc-casecmp: New file.
15036
15037         Tests for module 'unicase/u32-is-cased'.
15038         * modules/unicase/u32-is-cased-tests: New file.
15039         * tests/unicase/test-u32-is-cased.c: New file.
15040
15041         Tests for module 'unicase/u16-is-cased'.
15042         * modules/unicase/u16-is-cased-tests: New file.
15043         * tests/unicase/test-u16-is-cased.c: New file.
15044
15045         Tests for module 'unicase/u8-is-cased'.
15046         * modules/unicase/u8-is-cased-tests: New file.
15047         * tests/unicase/test-u8-is-cased.c: New file.
15048         * tests/unicase/test-is-cased.h: New file.
15049
15050         New module 'unicase/u32-is-cased'.
15051         * lib/unicase/u32-is-cased.c: New file.
15052         * modules/unicase/u32-is-cased: New file.
15053
15054         New module 'unicase/u16-is-cased'.
15055         * lib/unicase/u16-is-cased.c: New file.
15056         * modules/unicase/u16-is-cased: New file.
15057
15058         New module 'unicase/u8-is-cased'.
15059         * lib/unicase/u8-is-cased.c: New file.
15060         * lib/unicase/u-is-cased.h: New file.
15061         * modules/unicase/u8-is-cased: New file.
15062
15063         Tests for module 'unicase/u32-is-casefolded'.
15064         * modules/unicase/u32-is-casefolded-tests: New file.
15065         * tests/unicase/test-u32-is-casefolded.c: New file.
15066
15067         Tests for module 'unicase/u16-is-casefolded'.
15068         * modules/unicase/u16-is-casefolded-tests: New file.
15069         * tests/unicase/test-u16-is-casefolded.c: New file.
15070
15071         Tests for module 'unicase/u8-is-casefolded'.
15072         * modules/unicase/u8-is-casefolded-tests: New file.
15073         * tests/unicase/test-u8-is-casefolded.c: New file.
15074         * tests/unicase/test-is-casefolded.h: New file.
15075
15076         New module 'unicase/u32-is-casefolded'.
15077         * lib/unicase/u32-is-casefolded.c: New file.
15078         * modules/unicase/u32-is-casefolded: New file.
15079
15080         New module 'unicase/u16-is-casefolded'.
15081         * lib/unicase/u16-is-casefolded.c: New file.
15082         * modules/unicase/u16-is-casefolded: New file.
15083
15084         New module 'unicase/u8-is-casefolded'.
15085         * lib/unicase/u8-is-casefolded.c: New file.
15086         * modules/unicase/u8-is-casefolded: New file.
15087
15088         Tests for module 'unicase/u32-is-titlecase'.
15089         * modules/unicase/u32-is-titlecase-tests: New file.
15090         * tests/unicase/test-u32-is-titlecase.c: New file.
15091
15092         Tests for module 'unicase/u16-is-titlecase'.
15093         * modules/unicase/u16-is-titlecase-tests: New file.
15094         * tests/unicase/test-u16-is-titlecase.c: New file.
15095
15096         Tests for module 'unicase/u8-is-titlecase'.
15097         * modules/unicase/u8-is-titlecase-tests: New file.
15098         * tests/unicase/test-u8-is-titlecase.c: New file.
15099         * tests/unicase/test-is-titlecase.h: New file.
15100
15101         New module 'unicase/u32-is-titlecase'.
15102         * lib/unicase/u32-is-titlecase.c: New file.
15103         * modules/unicase/u32-is-titlecase: New file.
15104
15105         New module 'unicase/u16-is-titlecase'.
15106         * lib/unicase/u16-is-titlecase.c: New file.
15107         * modules/unicase/u16-is-titlecase: New file.
15108
15109         New module 'unicase/u8-is-titlecase'.
15110         * lib/unicase/u8-is-titlecase.c: New file.
15111         * modules/unicase/u8-is-titlecase: New file.
15112
15113         Tests for module 'unicase/u32-is-lowercase'.
15114         * modules/unicase/u32-is-lowercase-tests: New file.
15115         * tests/unicase/test-u32-is-lowercase.c: New file.
15116
15117         Tests for module 'unicase/u16-is-lowercase'.
15118         * modules/unicase/u16-is-lowercase-tests: New file.
15119         * tests/unicase/test-u16-is-lowercase.c: New file.
15120
15121         Tests for module 'unicase/u8-is-lowercase'.
15122         * modules/unicase/u8-is-lowercase-tests: New file.
15123         * tests/unicase/test-u8-is-lowercase.c: New file.
15124         * tests/unicase/test-is-lowercase.h: New file.
15125
15126         New module 'unicase/u32-is-lowercase'.
15127         * lib/unicase/u32-is-lowercase.c: New file.
15128         * modules/unicase/u32-is-lowercase: New file.
15129
15130         New module 'unicase/u16-is-lowercase'.
15131         * lib/unicase/u16-is-lowercase.c: New file.
15132         * modules/unicase/u16-is-lowercase: New file.
15133
15134         New module 'unicase/u8-is-lowercase'.
15135         * lib/unicase/u8-is-lowercase.c: New file.
15136         * modules/unicase/u8-is-lowercase: New file.
15137
15138         Tests for module 'unicase/u32-is-uppercase'.
15139         * modules/unicase/u32-is-uppercase-tests: New file.
15140         * tests/unicase/test-u32-is-uppercase.c: New file.
15141
15142         Tests for module 'unicase/u16-is-uppercase'.
15143         * modules/unicase/u16-is-uppercase-tests: New file.
15144         * tests/unicase/test-u16-is-uppercase.c: New file.
15145
15146         Tests for module 'unicase/u8-is-uppercase'.
15147         * modules/unicase/u8-is-uppercase-tests: New file.
15148         * tests/unicase/test-u8-is-uppercase.c: New file.
15149         * tests/unicase/test-is-uppercase.h: New file.
15150
15151         New module 'unicase/u32-is-uppercase'.
15152         * lib/unicase/u32-is-uppercase.c: New file.
15153         * modules/unicase/u32-is-uppercase: New file.
15154
15155         New module 'unicase/u16-is-uppercase'.
15156         * lib/unicase/u16-is-uppercase.c: New file.
15157         * modules/unicase/u16-is-uppercase: New file.
15158
15159         New module 'unicase/u8-is-uppercase'.
15160         * lib/unicase/u8-is-uppercase.c: New file.
15161         * modules/unicase/u8-is-uppercase: New file.
15162
15163         New module 'unicase/u32-is-invariant'.
15164         * lib/unicase/u32-is-invariant.c: New file.
15165         * modules/unicase/u32-is-invariant: New file.
15166
15167         New module 'unicase/u16-is-invariant'.
15168         * lib/unicase/u16-is-invariant.c: New file.
15169         * modules/unicase/u16-is-invariant: New file.
15170
15171         New module 'unicase/u8-is-invariant'.
15172         * lib/unicase/u8-is-invariant.c: New file.
15173         * lib/unicase/invariant.h: New file.
15174         * lib/unicase/u-is-invariant.h: New file.
15175         * modules/unicase/u8-is-invariant: New file.
15176
15177         Tests for module 'unicase/u32-casecoll'.
15178         * modules/unicase/u32-casecoll-tests: New file.
15179         * tests/unicase/test-u32-casecoll.c: New file.
15180
15181         Tests for module 'unicase/u16-casecoll'.
15182         * modules/unicase/u16-casecoll-tests: New file.
15183         * tests/unicase/test-u16-casecoll.c: New file.
15184
15185         Tests for module 'unicase/u8-casecoll'.
15186         * modules/unicase/u8-casecoll-tests: New file.
15187         * tests/unicase/test-u8-casecoll.c: New file.
15188
15189         New module 'unicase/u32-casecoll'.
15190         * lib/unicase/u32-casecoll.c: New file.
15191         * modules/unicase/u32-casecoll: New file.
15192
15193         New module 'unicase/u16-casecoll'.
15194         * lib/unicase/u16-casecoll.c: New file.
15195         * modules/unicase/u16-casecoll: New file.
15196
15197         New module 'unicase/u8-casecoll'.
15198         * lib/unicase/u8-casecoll.c: New file.
15199         * lib/unicase/u-casecoll.h: New file.
15200         * modules/unicase/u8-casecoll: New file.
15201
15202         New module 'unicase/u32-casexfrm'.
15203         * lib/unicase/u32-casexfrm.c: New file.
15204         * modules/unicase/u32-casexfrm: New file.
15205
15206         New module 'unicase/u16-casexfrm'.
15207         * lib/unicase/u16-casexfrm.c: New file.
15208         * modules/unicase/u16-casexfrm: New file.
15209
15210         New module 'unicase/u8-casexfrm'.
15211         * lib/unicase/u8-casexfrm.c: New file.
15212         * lib/unicase/u-casexfrm.h: New file.
15213         * modules/unicase/u8-casexfrm: New file.
15214
15215         Tests for module 'unicase/u32-casecmp'.
15216         * modules/unicase/u32-casecmp-tests: New file.
15217         * tests/unicase/test-u32-casecmp.c: New file.
15218
15219         Tests for module 'unicase/u16-casecmp'.
15220         * modules/unicase/u16-casecmp-tests: New file.
15221         * tests/unicase/test-u16-casecmp.c: New file.
15222
15223         Tests for module 'unicase/u8-casecmp'.
15224         * modules/unicase/u8-casecmp-tests: New file.
15225         * tests/unicase/test-u8-casecmp.c: New file.
15226         * tests/unicase/test-casecmp.h: New file.
15227
15228         New module 'unicase/u32-casecmp'.
15229         * lib/unicase/u32-casecmp.c: New file.
15230         * modules/unicase/u32-casecmp: New file.
15231
15232         New module 'unicase/u16-casecmp'.
15233         * lib/unicase/u16-casecmp.c: New file.
15234         * modules/unicase/u16-casecmp: New file.
15235
15236         New module 'unicase/u8-casecmp'.
15237         * lib/unicase/u8-casecmp.c: New file.
15238         * lib/unicase/u-casecmp.h: New file.
15239         * modules/unicase/u8-casecmp: New file.
15240
15241         Tests for module 'unicase/u32-casefold'.
15242         * modules/unicase/u32-casefold-tests: New file.
15243         * tests/unicase/test-u32-casefold.c: New file.
15244
15245         Tests for module 'unicase/u16-casefold'.
15246         * modules/unicase/u16-casefold-tests: New file.
15247         * tests/unicase/test-u16-casefold.c: New file.
15248
15249         Tests for module 'unicase/u8-casefold'.
15250         * modules/unicase/u8-casefold-tests: New file.
15251         * tests/unicase/test-u8-casefold.c: New file.
15252
15253         New module 'unicase/u32-casefold'.
15254         * lib/unicase/u32-casefold.c: New file.
15255         * modules/unicase/u32-casefold: New file.
15256
15257         New module 'unicase/u16-casefold'.
15258         * lib/unicase/u16-casefold.c: New file.
15259         * modules/unicase/u16-casefold: New file.
15260
15261         New module 'unicase/u8-casefold'.
15262         * lib/unicase/u8-casefold.c: New file.
15263         * lib/unicase/u-casefold.h: New file.
15264         * modules/unicase/u8-casefold: New file.
15265
15266         New module 'unicase/tocasefold'.
15267         * lib/unicase/casefold.h: New file.
15268         * lib/unicase/tocasefold.c: New file.
15269         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15270         * modules/unicase/tocasefold: New file.
15271
15272         Tests for module 'unicase/u32-totitle'.
15273         * modules/unicase/u32-totitle-tests: New file.
15274         * tests/unicase/test-u32-totitle.c: New file.
15275
15276         Tests for module 'unicase/u16-totitle'.
15277         * modules/unicase/u16-totitle-tests: New file.
15278         * tests/unicase/test-u16-totitle.c: New file.
15279
15280         Tests for module 'unicase/u8-totitle'.
15281         * modules/unicase/u8-totitle-tests: New file.
15282         * tests/unicase/test-u8-totitle.c: New file.
15283
15284         New module 'unicase/u32-totitle'.
15285         * lib/unicase/u32-totitle.c: New file.
15286         * modules/unicase/u32-totitle: New file.
15287
15288         New module 'unicase/u16-totitle'.
15289         * lib/unicase/u16-totitle.c: New file.
15290         * modules/unicase/u16-totitle: New file.
15291
15292         New module 'unicase/u8-totitle'.
15293         * lib/unicase/u8-totitle.c: New file.
15294         * lib/unicase/u-totitle.h: New file.
15295         * modules/unicase/u8-totitle: New file.
15296
15297         Tests for module 'unicase/u32-tolower'.
15298         * modules/unicase/u32-tolower-tests: New file.
15299         * tests/unicase/test-u32-tolower.c: New file.
15300
15301         Tests for module 'unicase/u16-tolower'.
15302         * modules/unicase/u16-tolower-tests: New file.
15303         * tests/unicase/test-u16-tolower.c: New file.
15304
15305         Tests for module 'unicase/u8-tolower'.
15306         * modules/unicase/u8-tolower-tests: New file.
15307         * tests/unicase/test-u8-tolower.c: New file.
15308
15309         New module 'unicase/u32-tolower'.
15310         * lib/unicase/u32-tolower.c: New file.
15311         * modules/unicase/u32-tolower: New file.
15312
15313         New module 'unicase/u16-tolower'.
15314         * lib/unicase/u16-tolower.c: New file.
15315         * modules/unicase/u16-tolower: New file.
15316
15317         New module 'unicase/u8-tolower'.
15318         * lib/unicase/u8-tolower.c: New file.
15319         * modules/unicase/u8-tolower: New file.
15320
15321         Tests for module 'unicase/u32-toupper'.
15322         * modules/unicase/u32-toupper-tests: New file.
15323         * tests/unicase/test-u32-toupper.c: New file.
15324
15325         Tests for module 'unicase/u16-toupper'.
15326         * modules/unicase/u16-toupper-tests: New file.
15327         * tests/unicase/test-u16-toupper.c: New file.
15328
15329         Tests for module 'unicase/u8-toupper'.
15330         * modules/unicase/u8-toupper-tests: New file.
15331         * tests/unicase/test-u8-toupper.c: New file.
15332
15333         New module 'unicase/u32-toupper'.
15334         * lib/unicase/u32-toupper.c: New file.
15335         * modules/unicase/u32-toupper: New file.
15336
15337         New module 'unicase/u16-toupper'.
15338         * lib/unicase/u16-toupper.c: New file.
15339         * modules/unicase/u16-toupper: New file.
15340
15341         New module 'unicase/u8-toupper'.
15342         * lib/unicase/u8-toupper.c: New file.
15343         * modules/unicase/u8-toupper: New file.
15344
15345         New module 'unicase/u32-casemap'.
15346         * lib/unicase/u32-casemap.c: New file.
15347         * modules/unicase/u32-casemap: New file.
15348
15349         New module 'unicase/u16-casemap'.
15350         * lib/unicase/u16-casemap.c: New file.
15351         * modules/unicase/u16-casemap: New file.
15352
15353         New module 'unicase/u8-casemap'.
15354         * lib/unicase/unicasemap.h: New file.
15355         * lib/unicase/u8-casemap.c: New file.
15356         * lib/unicase/u-casemap.h: New file.
15357         * modules/unicase/u8-casemap: New file.
15358
15359         New module 'unicase/special-casing'.
15360         * lib/unicase/special-casing.h: New file.
15361         * lib/unicase/special-casing.c: New file.
15362         * lib/unicase/special-casing-table.gperf: New file, generated by
15363         gen-uni-tables.c.
15364         * modules/unicase/special-casing: New file.
15365
15366         Tests for module 'unicase/locale-language'.
15367         * modules/unicase/locale-language-tests: New file.
15368         * tests/unicase/test-locale-language.sh: New file.
15369         * tests/unicase/test-locale-language.c: New file.
15370
15371         New module 'unicase/locale-language'.
15372         * lib/unicase/locale-language.c: New file.
15373         * lib/unicase/locale-languages.gperf: New file.
15374         * modules/unicase/locale-language: New file.
15375
15376         Generate more tables for case conversion and case folding.
15377         * lib/gen-uni-tables.c (SCC_*): New enum items.
15378         (struct special_casing_rule): New type.
15379         (casing_rules, num_casing_rules, allocated_casing_rules): New
15380         variables.
15381         (add_casing_rule, fill_casing_rules): New functions.
15382         (struct casefold_rule): New type.
15383         (casefolding_rules, num_casefolding_rules,
15384         allocated_casefolding_rules): New variables.
15385         (fill_casefolding_rules): New function.
15386         (unicode_casefold): New variable.
15387         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15388         sort_casing_rules, output_casing_rules): New functions.
15389         (main): Accept to more arguments: SpecialCasing.txt and
15390         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15391         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15392         Output mapping for casefolding.
15393
15394         * lib/unicase.h: Include stdbool.h, uninorm.h.
15395         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15396         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15397         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15398         arguments.
15399         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15400         resultp arguments.
15401         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15402         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15403         resultp arguments.
15404         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15405         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15406         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15407         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15408         declarations.
15409         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15410
15411 2009-03-08  Bruno Haible  <bruno@clisp.org>
15412
15413         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15414         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15415         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15416         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15417
15418 2009-03-07  Bruno Haible  <bruno@clisp.org>
15419
15420         Adjust u*_normcmp, u*_normcoll API.
15421         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15422         u16_normcoll, u32_normcoll): Change failure conventions.
15423         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15424         errno and return -1.
15425         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15426
15427 2009-03-07  Bruno Haible  <bruno@clisp.org>
15428
15429         Tests for module 'uninorm/u32-normcoll'.
15430         * modules/uninorm/u32-normcoll-tests: New file.
15431         * tests/uninorm/test-u32-normcoll.c: New file.
15432
15433         Tests for module 'uninorm/u16-normcoll'.
15434         * modules/uninorm/u16-normcoll-tests: New file.
15435         * tests/uninorm/test-u16-normcoll.c: New file.
15436
15437         Tests for module 'uninorm/u8-normcoll'.
15438         * modules/uninorm/u8-normcoll-tests: New file.
15439         * tests/uninorm/test-u8-normcoll.c: New file.
15440
15441 2009-03-07  Bruno Haible  <bruno@clisp.org>
15442
15443         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15444         tests/uninorm/test-u32-normcmp.c.
15445         * tests/uninorm/test-u32-normcmp.c: Include it.
15446         (test_nonascii): New function, extracted from main. Add some more
15447         tests.
15448         (main): Invoke test_ascii and test_nonascii.
15449         * modules/uninorm/u32-normcmp-tests (Files): Add
15450         tests/uninorm/test-u32-normcmp.h.
15451         (Depends-on): Remove uninorm/u32-normcmp.
15452
15453         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15454         tests/uninorm/test-u16-normcmp.c.
15455         * tests/uninorm/test-u16-normcmp.c: Include it.
15456         (test_nonascii): New function, extracted from main. Add some more
15457         tests.
15458         (main): Invoke test_ascii and test_nonascii.
15459         * modules/uninorm/u16-normcmp-tests (Files): Add
15460         tests/uninorm/test-u16-normcmp.h.
15461         (Depends-on): Remove uninorm/u16-normcmp.
15462
15463         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15464         tests/uninorm/test-u8-normcmp.c.
15465         * tests/uninorm/test-u8-normcmp.c: Include it.
15466         (test_nonascii): New function, extracted from main. Add some more
15467         tests.
15468         (main): Invoke test_ascii and test_nonascii.
15469         * modules/uninorm/u8-normcmp-tests (Files): Add
15470         tests/uninorm/test-u8-normcmp.h.
15471         (Depends-on): Remove uninorm/u8-normcmp.
15472
15473 2009-03-07  Bruno Haible  <bruno@clisp.org>
15474
15475         New module 'uninorm/u32-normcoll'.
15476         * lib/uninorm/u32-normcoll.c: New file.
15477         * modules/uninorm/u32-normcoll: New file.
15478
15479         New module 'uninorm/u16-normcoll'.
15480         * lib/uninorm/u16-normcoll.c: New file.
15481         * modules/uninorm/u16-normcoll: New file.
15482
15483         New module 'uninorm/u8-normcoll'.
15484         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15485         declarations.
15486         * lib/uninorm/u8-normcoll.c: New file.
15487         * lib/uninorm/u-normcoll.h: New file.
15488         * modules/uninorm/u8-normcoll: New file.
15489
15490         New module 'uninorm/u32-normxfrm'.
15491         * lib/uninorm/u32-normxfrm.c: New file.
15492         * modules/uninorm/u32-normxfrm: New file.
15493
15494         New module 'uninorm/u16-normxfrm'.
15495         * lib/uninorm/u16-normxfrm.c: New file.
15496         * modules/uninorm/u16-normxfrm: New file.
15497
15498         New module 'uninorm/u8-normxfrm'.
15499         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15500         declarations.
15501         * lib/uninorm/u8-normxfrm.c: New file.
15502         * lib/uninorm/u-normxfrm.h: New file.
15503         * modules/uninorm/u8-normxfrm: New file.
15504
15505 2009-03-07  Bruno Haible  <bruno@clisp.org>
15506
15507         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15508         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15509         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15510
15511 2009-03-07  Bruno Haible  <bruno@clisp.org>
15512
15513         New module 'memxfrm'.
15514         * lib/memxfrm.h: New file.
15515         * lib/memxfrm.c: New file.
15516         * modules/memxfrm: New file.
15517
15518 2009-03-07  Bruno Haible  <bruno@clisp.org>
15519
15520         New module 'memcmp2'.
15521         * lib/memcmp2.h: New file.
15522         * lib/memcmp2.c: New file.
15523         * modules/memcmp2: New file.
15524
15525 2009-03-07  Bruno Haible  <bruno@clisp.org>
15526
15527         Tests for module 'uninorm/decomposing-form'.
15528         * modules/uninorm/decomposing-form-tests: New file.
15529         * tests/uninorm/test-decomposing-form.c: New file.
15530
15531         New module 'uninorm/decomposing-form'.
15532         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15533         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15534         Add 'decomposing_variant' field.
15535         * lib/uninorm/decomposing-form.c: New file.
15536         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15537         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15538         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15539         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15540         * modules/uninorm/decomposing-form: New file.
15541         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15542         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15543
15544 2009-03-07  Bruno Haible  <bruno@clisp.org>
15545
15546         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15547         strings.
15548
15549 2009-03-06  Bruno Haible  <bruno@clisp.org>
15550
15551         Tests for module 'uninorm/u32-normcmp'.
15552         * tests/uninorm/test-u32-normcmp.c: New file.
15553         * modules/uninorm/u32-normcmp-tests: New file.
15554
15555         Tests for module 'uninorm/u16-normcmp'.
15556         * tests/uninorm/test-u16-normcmp.c: New file.
15557         * modules/uninorm/u16-normcmp-tests: New file.
15558
15559         Tests for module 'uninorm/u8-normcmp'.
15560         * tests/uninorm/test-u8-normcmp.c: New file.
15561         * modules/uninorm/u8-normcmp-tests: New file.
15562
15563         New module 'uninorm/u32-normcmp'.
15564         * lib/uninorm/u32-normcmp.c: New file.
15565         * modules/uninorm/u32-normcmp: New file.
15566
15567         New module 'uninorm/u16-normcmp'.
15568         * lib/uninorm/u16-normcmp.c: New file.
15569         * modules/uninorm/u16-normcmp: New file.
15570
15571         New module 'uninorm/u8-normcmp'.
15572         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15573         declarations.
15574         * lib/uninorm/u8-normcmp.c: New file.
15575         * lib/uninorm/u-normcmp.h: New file.
15576         * modules/uninorm/u8-normcmp: New file.
15577
15578 2009-03-06  Bruno Haible  <bruno@clisp.org>
15579
15580         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15581         Reported by Eric Blake.
15582
15583 2009-03-06  Eric Blake  <ebb9@byu.net>
15584             Bruno Haible  <bruno@clisp.org>
15585
15586         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15587         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15588         condition.
15589         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15590         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15591         condition.
15592         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15593
15594 2009-03-06  Eric Blake  <ebb9@byu.net>
15595
15596         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15597         to avoid compiler warnings.
15598         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15599
15600 2009-03-05  Bruno Haible  <bruno@clisp.org>
15601
15602         * tests/test-ftell.c (main): Disable test beyond end of file on
15603         FreeMiNT.
15604         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15605
15606 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15607
15608         * lib/filevercmp.c: Move hidden files up in ordering.
15609         * tests/test-filevercmp.c: Add tests for hidden files.
15610
15611 2009-03-04  Bruno Haible  <bruno@clisp.org>
15612
15613         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15614         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15615         AM_CFLAGS.
15616         Reported by Simon Josefsson.
15617
15618 2009-03-03  Bruno Haible  <bruno@clisp.org>
15619
15620         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15621         Reported by Simon Josefsson.
15622
15623         * doc/ld-version-script.texi: Update node reference.
15624
15625 2009-03-03  Bruno Haible  <bruno@clisp.org>
15626
15627         * modules/visibility (License): Change to 'unlimited'.
15628         Suggested by Simon Josefsson.
15629
15630 2009-03-03  Jim Meyering  <meyering@redhat.com>
15631
15632         unlinkdir: cannot_unlink_dir may modify process state
15633         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15634         it's neither thread-safe nor appropriate for use in a library.
15635
15636 2009-03-03  Eric Blake  <ebb9@byu.net>
15637
15638         test-closein: silence test under Darwin
15639         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15640         care if it dies from EPIPE or EBADF.
15641
15642 2009-03-03  Bruno Haible  <bruno@clisp.org>
15643
15644         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15645         earlier.
15646         * doc/visibility.texi: Fix @node and @section.
15647
15648 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15649
15650         * doc/gnulib.texi: Link to sections for ld version script and
15651         visibility.
15652         * doc/visibility.texi: Add @node and @section.
15653         * modules/ld-version-script: New module.
15654         * m4/ld-version-script.m4: New file.
15655         * doc/ld-version-script.texi: New file.
15656
15657 2009-03-02  David Lutterkort  <lutter@redhat.com>
15658
15659         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15660         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15661
15662 2009-03-02  Bruno Haible  <bruno@clisp.org>
15663
15664         * doc/visibility.texi: Mention libtool's -export-symbols option.
15665
15666 2009-03-02  Jim Meyering  <meyering@redhat.com>
15667
15668         announce-gen: new option: --no-print-checksums
15669         * build-aux/announce-gen (usage): Describe it.
15670         (print_checksums): Print a newline here, not in the [*] footnote.
15671         (main): Honor it.
15672
15673 2009-03-01  Bruno Haible  <bruno@clisp.org>
15674
15675         Use socklen_t in the native Windows replacements prototypes.
15676         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15677         instead of 'int'.
15678         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15679         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15680         * modules/getsockopt (Depends-on): Add socklen.
15681         * modules/setsockopt (Depends-on): Add socklen.
15682
15683 2009-03-01  Bruno Haible  <bruno@clisp.org>
15684
15685         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15686         least 4.2.
15687
15688 2009-03-01  Eric Blake  <ebb9@byu.net>
15689             Bruno Haible  <bruno@clisp.org>
15690
15691         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15692         error messages.
15693         * lib/wait-process.c (wait_subprocess): Omit error message about
15694         deadly signal sent to the child of termsigp != NULL.
15695
15696 2009-03-01  Eric Blake  <ebb9@byu.net>
15697
15698         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15699
15700 2009-03-01  Bruno Haible  <bruno@clisp.org>
15701
15702         Avoid a gcc warning.
15703         * tests/test-sched.c (b): Make global.
15704         Reported by Eric Blake.
15705
15706 2009-01-19  Martin Lambers  <marlam@marlam.de>
15707
15708         Provide POSIX semantics for socket timeout options on W32.
15709         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15710         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15711         * modules/setsockopt: Depend on sys_time module for struct timeval.
15712         * modules/getsockopt: Depend on sys_time module for struct timeval.
15713
15714 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15715
15716         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15717         __USE_GNU, for consistency with netdb.in.h.
15718         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15719
15720 2009-03-01  Bruno Haible  <bruno@clisp.org>
15721
15722         More support for FreeMiNT.
15723         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15724         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15725
15726 2009-03-01  Bruno Haible  <bruno@clisp.org>
15727
15728         More support for FreeMiNT.
15729         * lib/fpurge.c (fpurge): Correct last commit.
15730         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15731
15732 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15733
15734         Fix unportable awk script in vc-list-files.
15735         * build-aux/vc-list-files: In the replacement awk script, use
15736         substr with a second argument of 1, not zero.
15737         Report by Simon Josefsson.
15738
15739 2009-02-28  Bruno Haible  <bruno@clisp.org>
15740
15741         More support for FreeMiNT.
15742         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15743         to FreeMiNT today.
15744         * lib/fwriting.c (fwriting): Likewise.
15745         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15746
15747 2009-02-28  Bruno Haible  <bruno@clisp.org>
15748
15749         * tests/test-freadseek.c (main): Disable test beyond end of file on
15750         FreeMiNT.
15751         * tests/test-ftello.c (main): Likewise.
15752         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15753
15754 2009-02-28  Bruno Haible  <bruno@clisp.org>
15755
15756         Add tentative support for FreeMiNT.
15757         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15758         * lib/fpurge.c (fpurge): Likewise.
15759         * lib/freadable.c (freadable): Likewise.
15760         * lib/freading.c (freading): Likewise.
15761         * lib/freadptr.c (freadptr): Likewise.
15762         * lib/freadseek.c (freadptrinc): Likewise.
15763         * lib/fseeko.c (rpl_fseeko): Likewise.
15764         * lib/fseterr.c (fseterr): Likewise.
15765         * lib/fwritable.c (fwritable): Likewise.
15766         * lib/fwriting.c (fwriting): Likewise.
15767         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15768         Hourihane.
15769         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15770
15771 2009-02-28  Bruno Haible  <bruno@clisp.org>
15772
15773         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15774         SIGCHLD.
15775         Reported by Jim Meyering.
15776
15777 2009-02-28  Bruno Haible  <bruno@clisp.org>
15778
15779         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15780         Mention the results of these tests on various platforms.
15781         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15782         order.
15783         * doc/posix-functions/printf.texi: Likewise.
15784         * doc/posix-functions/snprintf.texi: Likewise.
15785         * doc/posix-functions/sprintf.texi: Likewise.
15786         * doc/posix-functions/vfprintf.texi: Likewise.
15787         * doc/posix-functions/vprintf.texi: Likewise.
15788         * doc/posix-functions/vsnprintf.texi: Likewise.
15789         * doc/posix-functions/vsprintf.texi: Likewise.
15790         * doc/glibc-functions/obstack_printf.texi: Likewise.
15791         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15792
15793 2009-02-28  Bruno Haible  <bruno@clisp.org>
15794
15795         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15796         Reported by Loïc Minier <lool@dooz.org>.
15797
15798 2009-02-27  Bruno Haible  <bruno@clisp.org>
15799
15800         * gnulib-tool (func_import): Make the sed expression used to create the
15801         sed script for updating the .gitignore file POSIX compliant.
15802         Reported by Eric Blake.
15803
15804 2009-02-27  Bruno Haible  <bruno@clisp.org>
15805
15806         * gnulib-tool (sed): Don't alias as "sed --posix".
15807         Reported by Eric Blake.
15808
15809 2009-02-27  Bruno Haible  <bruno@clisp.org>
15810
15811         Avoid test link errors.
15812         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15813         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15814         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15815         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15816         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15817
15818 2009-02-27  Bruno Haible  <bruno@clisp.org>
15819
15820         Avoid spurious "(cached)" in configure output.
15821         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15822         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15823         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15824         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15825         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15826         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15827         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15828         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15829         Reported by Eric Blake.
15830
15831 2009-02-27  Eric Blake  <ebb9@byu.net>
15832
15833         printf: fix regression in previous patch
15834         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15835
15836 2009-02-27  Bruno Haible  <bruno@clisp.org>
15837
15838         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15839         value.
15840         * lib/stdint.in.h: Likewise.
15841         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15842
15843 2009-02-27  Eric Blake  <ebb9@byu.net>
15844
15845         doc: mention more functions added in cygwin 1.7.0
15846         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15847         addition.
15848         * doc/posix-functions/open_wmemstream.texi: Likewise.
15849         * doc/posix-functions/wcsnlen.texi: Likewise.
15850         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15851         * doc/posix-functions/wcstod.texi: Likewise.
15852         * doc/posix-functions/wcstof.texi: Likewise.
15853         * doc/posix-functions/wcstoimax.texi: Likewise.
15854         * doc/posix-functions/wcstok.texi: Likewise.
15855         * doc/posix-functions/wcstoumax.texi: Likewise.
15856
15857         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15858         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15859         * doc/posix-functions/fprintf.texi: Update.
15860         * doc/posix-functions/printf.texi: Update.
15861         * doc/posix-functions/snprintf.texi: Update.
15862         * doc/posix-functions/sprintf.texi: Update.
15863         * doc/posix-functions/vfprintf.texi: Update.
15864         * doc/posix-functions/vprintf.texi: Update.
15865         * doc/posix-functions/vsnprintf.texi: Update.
15866         * doc/posix-functions/vsprintf.texi: Update.
15867         * doc/glibc-functions/obstack_printf.texi: Update.
15868         * doc/glibc-functions/obstack_vprintf.texi: Update.
15869
15870 2009-02-26  Eric Blake  <ebb9@byu.net>
15871
15872         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15873         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15874         compilation bug by using runtime conversion.
15875         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15876         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15877         * modules/ceill-tests (Files): Use nan.h.
15878         * modules/floorl-tests (Files): Likewise.
15879         * modules/frexpl-tests (Files): Likewise.
15880         * modules/isnanl-tests (Files): Likewise.
15881         * modules/ldexpl-tests (Files): Likewise.
15882         * modules/roundl-tests (Files): Likewise.
15883         * modules/truncl-tests (Files): Likewise.
15884         * tests/test-ceill.c (main): Use a working NaN.
15885         * tests/test-floorl.c (main): Likewise.
15886         * tests/test-frexpl.c (main): Likewise.
15887         * tests/test-isnan.c (test_long_double): Likewise.
15888         * tests/test-isnanl.h (main): Likewise.
15889         * tests/test-ldexpl.h (main): Likewise.
15890         * tests/test-roundl.h (main): Likewise.
15891         * tests/test-truncl.h (main): Likewise.
15892         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15893
15894 2009-02-26  Eric Blake  <ebb9@byu.net>
15895             Bruno Haible  <bruno@clisp.org>
15896
15897         Work around a *printf bug with %ls on Solaris.
15898         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15899         precision is specified, sprintf stops converting the wide string
15900         argument when the number of bytes that have been produced by this
15901         conversion equals or exceeds the precision.
15902         * doc/posix-functions/fprintf.texi: Update.
15903         * doc/posix-functions/printf.texi: Update.
15904         * doc/posix-functions/snprintf.texi: Update.
15905         * doc/posix-functions/sprintf.texi: Update.
15906         * doc/posix-functions/vfprintf.texi: Update.
15907         * doc/posix-functions/vprintf.texi: Update.
15908         * doc/posix-functions/vsnprintf.texi: Update.
15909         * doc/posix-functions/vsprintf.texi: Update.
15910         * doc/glibc-functions/obstack_printf.texi: Update.
15911         * doc/glibc-functions/obstack_vprintf.texi: Update.
15912
15913 2009-02-26  Eric Blake  <ebb9@byu.net>
15914
15915         stdlib: favor compiler check of random.h
15916         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15917         to avoid an ObjC random.h installed by Swarm.
15918
15919 2009-02-26  Bruno Haible  <bruno@clisp.org>
15920
15921         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15922         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15923         Reported by Gary V. Vaughan <gary@gnu.org>.
15924
15925 2009-02-26  Bruno Haible  <bruno@clisp.org>
15926
15927         Fix *printf behaviour regarding the %ls directive.
15928         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15929         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15930         NEED_PRINTF_DIRECTIVE_LS.
15931         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15932         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15933         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15934         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15935         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15936         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15937         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15938         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15939         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15940         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15941         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15942         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15943         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15944         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15945         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15946         * doc/posix-functions/fprintf.texi: Update.
15947         * doc/posix-functions/printf.texi: Update.
15948         * doc/posix-functions/snprintf.texi: Update.
15949         * doc/posix-functions/sprintf.texi: Update.
15950         * doc/posix-functions/vfprintf.texi: Update.
15951         * doc/posix-functions/vprintf.texi: Update.
15952         * doc/posix-functions/vsnprintf.texi: Update.
15953         * doc/posix-functions/vsprintf.texi: Update.
15954         * doc/glibc-functions/obstack_printf.texi: Update.
15955         * doc/glibc-functions/obstack_vprintf.texi: Update.
15956         Reported by Eric Blake.
15957
15958 2009-02-25  Bruno Haible  <bruno@clisp.org>
15959
15960         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15961         with known value.
15962         Reported by Gary V. Vaughan <gary@gnu.org>.
15963
15964 2009-02-25  Bruno Haible  <bruno@clisp.org>
15965
15966         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15967         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15968         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15969         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15970         Reported by Gary V. Vaughan <gary@gnu.org>.
15971
15972 2009-02-25  Bruno Haible  <bruno@clisp.org>
15973
15974         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15975         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15976         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15977         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15978         Reported by Gary V. Vaughan <gary@gnu.org>.
15979
15980 2009-02-25  Eric Blake  <ebb9@byu.net>
15981
15982         tests: skip fseek/ftell tests if ungetc is broken
15983         * m4/ungetc.m4: New file.
15984         * modules/fseek-tests: Split test, so ungetc dependency is
15985         separate from rest of test.
15986         * modules/fseeko-tests: Likewise.
15987         * modules/ftell-tests: Likewise.
15988         * modules/ftello-tests: Likewise.
15989         * tests/test-fseek.c (main): Isolate ungetc dependency.
15990         * tests/test-fseeko.c (main): Likewise.
15991         * tests/test-ftell.c (main): Likewise.
15992         * tests/test-ftello.c (main): Likewise.
15993         * tests/test-fseek2.sh: New file.
15994         * tests/test-fseeko2.sh: Likewise.
15995         * tests/test-ftell2.sh: Likewise.
15996         * tests/test-ftello2.sh: Likewise.
15997
15998 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15999
16000         test-getaddrinfo: fix usage of skip return code 77
16001         * tests/test-gettaddrinfo.c: Return skip code 77 only
16002         for first occurance of skip (4x77 is not 77)
16003
16004 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16005
16006         strtod: avoid C99 decl-after-statement
16007         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16008
16009 2009-02-24  Eric Blake  <ebb9@byu.net>
16010
16011         strtod: detect HP-UX 11.31 bug
16012         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16013         Reported by Gary V. Vaughan.
16014
16015 2009-02-23  Bruno Haible  <bruno@clisp.org>
16016
16017         Fix invalid read past end of memory block.
16018         * lib/vasnprintf.c (DCHAR_SET): Define.
16019         (local_wcslen): Define only when needed.
16020         (local_strnlen, local_wcsnlen): New functions.
16021         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16022         directives that involve a conversion ourselves.
16023         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16024         wcsnlen, mbrtowc, wcrtomb.
16025         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16026         * tests/test-vasprintf-posix.c (test_function): Likewise.
16027         * tests/test-snprintf-posix.h (test_function): Likewise.
16028         * tests/test-sprintf-posix.h (test_function): Likewise.
16029         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16030
16031 2009-02-22  Bruno Haible  <bruno@clisp.org>
16032
16033         Implement new clarified decomposition of Hangul syllables.
16034         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16035         of type LTV, return only a pairwise decomposition.
16036         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16037         Likewise.
16038         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16039         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16040         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16041
16042 2009-02-22  Bruno Haible  <bruno@clisp.org>
16043
16044         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16045         zero-length results and shrink excess allocated memory.
16046         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16047         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16048         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16049         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16050         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16051         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16052         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16053         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16054         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16055         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16056         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16057         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16058
16059 2009-02-21  Bruno Haible  <bruno@clisp.org>
16060
16061         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16062         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16063         spaces after a period. Put a space between a macro name and its
16064         argument list. Trivial rewordings.
16065         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16066         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16067         (main): Return 0 explicitly.
16068
16069 2009-02-21  Bruno Haible  <bruno@clisp.org>
16070
16071         Tests for module 'uninorm/filter'.
16072         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16073         * modules/uninorm/filter-tests: New file.
16074
16075         New module 'uninorm/filter'.
16076         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16077         uninorm_filter_flush, uninorm_filter_free): New declarations.
16078         * lib/uninorm/uninorm-filter.c: New file.
16079         * modules/uninorm/filter: New file.
16080
16081 2009-02-21  Bruno Haible  <bruno@clisp.org>
16082
16083         Tests for module 'uninorm/nfkc'.
16084         * tests/uninorm/test-nfkc.c: New file.
16085         * tests/uninorm/test-u8-nfkc.c: New file.
16086         * tests/uninorm/test-u16-nfkc.c: New file.
16087         * tests/uninorm/test-u32-nfkc.c: New file.
16088         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16089         * tests/uninorm/test-u32-nfkc-big.c: New file.
16090         * modules/uninorm/nfkc-tests: New file.
16091
16092         New module 'uninorm/nfkc'.
16093         * lib/uninorm/nfkc.c: New file.
16094         * modules/uninorm/nfkc: New file.
16095
16096         Tests for module 'uninorm/nfkd'.
16097         * tests/uninorm/test-nfkd.c: New file.
16098         * tests/uninorm/test-u8-nfkd.c: New file.
16099         * tests/uninorm/test-u16-nfkd.c: New file.
16100         * tests/uninorm/test-u32-nfkd.c: New file.
16101         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16102         * tests/uninorm/test-u32-nfkd-big.c: New file.
16103         * modules/uninorm/nfkd-tests: New file.
16104
16105         New module 'uninorm/nfkd'.
16106         * lib/uninorm/nfkd.c: New file.
16107         * modules/uninorm/nfkd: New file.
16108
16109         Tests for module 'uninorm/nfc'.
16110         * tests/uninorm/test-nfc.c: New file.
16111         * tests/uninorm/test-u8-nfc.c: New file.
16112         * tests/uninorm/test-u16-nfc.c: New file.
16113         * tests/uninorm/test-u32-nfc.c: New file.
16114         * tests/uninorm/test-u32-nfc-big.sh: New file.
16115         * tests/uninorm/test-u32-nfc-big.c: New file.
16116         * modules/uninorm/nfc-tests: New file.
16117
16118         New module 'uninorm/nfc'.
16119         * lib/uninorm/nfc.c: New file.
16120         * modules/uninorm/nfc: New file.
16121
16122         Tests for module 'uninorm/nfd'.
16123         * tests/uninorm/test-nfd.c: New file.
16124         * tests/uninorm/test-u8-nfd.c: New file.
16125         * tests/uninorm/test-u16-nfd.c: New file.
16126         * tests/uninorm/test-u32-nfd.c: New file.
16127         * tests/uninorm/test-u32-nfd-big.sh: New file.
16128         * tests/uninorm/test-u32-nfd-big.c: New file.
16129         * tests/uninorm/test-u32-normalize-big.h: New file.
16130         * tests/uninorm/test-u32-normalize-big.c: New file.
16131         * tests/uninorm/NormalizationTest.txt: New file, created from
16132         Unicode 5.1.0 NormalizationTest.txt.
16133         * modules/uninorm/nfd-tests: New file.
16134
16135         New module 'uninorm/nfd'.
16136         * lib/uninorm/nfd.c: New file.
16137         * modules/uninorm/nfd: New file.
16138
16139         New module 'uninorm/u32-normalize'.
16140         * lib/uninorm/u32-normalize.c: New file.
16141         * modules/uninorm/u32-normalize: New file.
16142
16143         New module 'uninorm/u16-normalize'.
16144         * lib/uninorm/u16-normalize.c: New file.
16145         * modules/uninorm/u16-normalize: New file.
16146
16147         New module 'uninorm/u8-normalize'.
16148         * lib/uninorm/u8-normalize.c: New file.
16149         * lib/uninorm/normalize-internal.h: New file.
16150         * lib/uninorm/u-normalize-internal.h: New file.
16151         * modules/uninorm/u8-normalize: New file.
16152
16153         New module 'uninorm/decompose-internal'.
16154         * lib/uninorm/decompose-internal.c: New file.
16155         * modules/uninorm/decompose-internal: New file.
16156
16157         Tests for module 'uninorm/composition'.
16158         * tests/uninorm/test-composition.c: New file.
16159         * modules/uninorm/composition-tests: New file.
16160
16161         New module 'uninorm/composition'.
16162         * lib/uninorm/composition.c: New file.
16163         * lib/uninorm/composition-table.gperf: New file, generated by
16164         gen-uni-tables.
16165         * modules/uninorm/composition: New file.
16166
16167         Tests for module 'uninorm/compat-decomposition'.
16168         * tests/uninorm/test-compat-decomposition.c: New file.
16169         * modules/uninorm/compat-decomposition-tests: New file.
16170
16171         New module 'uninorm/compat-decomposition'.
16172         * lib/uninorm/decompose-internal.h: New file.
16173         * lib/uninorm/compat-decomposition.c: New file.
16174         * modules/uninorm/compat-decomposition: New file.
16175
16176         Tests for module 'uninorm/canonical-decomposition'.
16177         * tests/uninorm/test-canonical-decomposition.c: New file.
16178         * modules/uninorm/canonical-decomposition-tests: New file.
16179
16180         New module 'uninorm/canonical-decomposition'.
16181         * lib/uninorm/canonical-decomposition.c: New file.
16182         * modules/uninorm/canonical-decomposition: New file.
16183
16184         Tests for module 'uninorm/decomposition'.
16185         * tests/uninorm/test-decomposition.c: New file.
16186         * modules/uninorm/decomposition-tests: New file.
16187
16188         New module 'uninorm/decomposition'.
16189         * lib/uninorm/decomposition.c: New file.
16190         * modules/uninorm/decomposition: New file.
16191
16192         New module 'uninorm/decomposition-table'.
16193         * lib/uninorm/decomposition-table.h: New file.
16194         * lib/uninorm/decomposition-table.c: New file.
16195         * lib/uninorm/decomposition-table1.h: New file, generated by
16196         gen-uni-tables.
16197         * lib/uninorm/decomposition-table2.h: New file, generated by
16198         gen-uni-tables.
16199         * modules/uninorm/decomposition-table: New file.
16200
16201         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16202         (UC_DECOMP_*): New enumeration items.
16203         (get_decomposition): New function.
16204         (struct decomp_table): New type.
16205         (output_decomposition, output_decomposition_tables): New functions.
16206         (unicode_composition_exclusions): New variable.
16207         (fill_composition_exclusions, debug_output_composition_tables): New
16208         functions.
16209         (main): Accept one more argument. Invoke fill_composition_exclusions.
16210         Output decomposition and composition tables.
16211
16212         New module 'uninorm/base'.
16213         * lib/uninorm.h: New file.
16214         * lib/unictype.h: Update comment.
16215         * modules/uninorm/base: New file.
16216
16217 2009-02-21  David Lutterkort  <lutter@redhat.com>
16218
16219         Tests for module 'safe-alloc'.
16220         * tests/test-safe-alloc.c: New file.
16221         * modules/safe-alloc-tests: New file.
16222
16223         New module 'safe-alloc'.
16224         * lib/safe-alloc.h: New file.
16225         * lib/safe-alloc.c: New file.
16226         * m4/safe-alloc.m4: New file.
16227         * modules/safe-alloc: New file.
16228         * doc/safe-alloc.texi: New file.
16229         * doc/gnulib.texi: Include it.
16230         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16231         safe-alloc.
16232
16233 2009-02-18  Bruno Haible  <bruno@clisp.org>
16234
16235         Fix link error on non-glibc systems.
16236         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16237         variable.
16238         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16239
16240 2009-02-18  Jim Meyering  <meyering@redhat.com>
16241
16242         fts: avoid used-uninitialized error due to recent change
16243         * lib/fts.c (fts_read): Guard uses of the new member,
16244         parent->fts_n_dirs_remaining, since it's not relevant for
16245         the parent of a directory specified on the command-line.
16246
16247 2009-02-17  James Youngman  <jay@gnu.org>
16248             Bruno Haible  <bruno@clisp.org>
16249
16250         * m4/include_next.m4: Reformulate comment.
16251
16252 2009-02-16  Jim Meyering  <meyering@redhat.com>
16253
16254         fts: add #if guards so that the fts_lgpl module still builds
16255         * lib/fts.c: Guard just-added hash-table-using parts with
16256         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16257         Reported by Simon Josefsson.
16258
16259 2009-02-15  Bruno Haible  <bruno@clisp.org>
16260
16261         * modules/array-mergesort-tests: New file.
16262         * tests/test-array-mergesort.c: New file.
16263
16264         New module 'array-mergesort'.
16265         * modules/array-mergesort: New file.
16266         * lib/array-mergesort.h: New file.
16267
16268 2009-02-15  Bruno Haible  <bruno@clisp.org>
16269
16270         Fix 2009-02-07 commit.
16271         * lib/gen-uni-tables.c (output_predicate, output_category,
16272         output_combclass, output_bidi_category, output_decimal_digit,
16273         output_digit, output_numeric, output_mirror, output_scripts,
16274         output_ident_category, output_simple_mapping): Fix format directives.
16275         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16276
16277 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16278
16279         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16280         fixes are available from IBM.
16281
16282 2009-02-13  Jim Meyering  <meyering@redhat.com>
16283
16284         fts: arrange not to stat non-directories in more cases
16285         This makes GNU find (when it doesn't need to stat each file)
16286         *much* more efficient at traversing reiserfs file systems.
16287         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16288         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16289         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16290         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16291         (leaf_optimization_applies): New function.
16292         (LCO_hash, LCO_compare): New helper functions.
16293         (link_count_optimize_ok): New function.
16294         (fts_stat): Initialize new member (if dir).
16295         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16296         we've just stat'ed a directory.  Skip the stat call when possible.
16297         ---
16298         Note this AFS-related exchange:
16299         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16300         and note find's pioctl call in find/fstype.c.
16301         But that is necessary only if you want to enable the
16302         optimization for AFS, and for now, I don't.
16303
16304         fts: move a function definition "up" (no semantic change)
16305         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16306         "up" to precede upcoming use of a related function.
16307
16308 2009-02-11  Jim Meyering  <meyering@redhat.com>
16309
16310         fts: correct internal computation of nlinks (optimization-related)
16311         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16312         whether the current entry is a directory, so don't test it.
16313
16314 2009-02-10  Bruno Haible  <bruno@clisp.org>
16315
16316         Tests for module 'uniwbrk/ulc-wordbreaks'.
16317         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16318         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16319         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16320
16321         Tests for module 'uniwbrk/u32-wordbreaks'.
16322         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16323         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16324
16325         Tests for module 'uniwbrk/u16-wordbreaks'.
16326         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16327         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16328
16329         Tests for module 'uniwbrk/u8-wordbreaks'.
16330         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16331         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16332
16333 2009-02-10  Bruno Haible  <bruno@clisp.org>
16334
16335         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16336         property.
16337         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16338         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16339         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16340
16341 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16342
16343         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16344         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16345
16346 2009-02-10  Bruno Haible  <bruno@clisp.org>
16347
16348         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16349         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16350         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16351         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16352         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16353         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16354
16355 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16356
16357         * lib/sockets.h (gl_fd_to_handle): New function.
16358
16359         * tests/test-sockets.c: Call gl_fd_to_handle.
16360
16361 2009-02-09  Bruno Haible  <bruno@clisp.org>
16362
16363         * doc/havelib.texi: Document the conventions on bi-arch systems.
16364
16365 2009-02-08  Bruno Haible  <bruno@clisp.org>
16366
16367         Document the AC_LIB_LINKFLAGS macro.
16368         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16369         * doc/gnulib.texi: Include it.
16370
16371 2009-02-08  Bruno Haible  <bruno@clisp.org>
16372
16373         Fix wrong order of sections, compared to TOC.
16374         * doc/gnulib.texi: Include relocatable-maint.texi after the
16375         "Regular expressions" node, not before.
16376
16377 2009-02-08  Bruno Haible  <bruno@clisp.org>
16378
16379         Tests for module 'unicase/totitle'.
16380         * modules/unicase/totitle-tests: New file.
16381
16382         Tests for module 'unicase/tolower'.
16383         * modules/unicase/tolower-tests: New file.
16384
16385         Tests for module 'unicase/toupper'.
16386         * modules/unicase/toupper-tests: New file.
16387         * tests/unicase/test-mapping-part1.h: New file.
16388         * tests/unicase/test-mapping-part2.h: New file.
16389
16390         New module 'unicase/totitle'.
16391         * modules/unicase/totitle: New file.
16392         * lib/unicase/totitle.c: New file.
16393
16394         New module 'unicase/tolower'.
16395         * modules/unicase/tolower: New file.
16396         * lib/unicase/tolower.c: New file.
16397
16398         New module 'unicase/toupper'.
16399         * modules/unicase/toupper: New file.
16400         * lib/unicase/toupper.c: New file.
16401         * lib/unicase/simple-mapping.h: New file.
16402
16403         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16404         (mapping_table): New structure.
16405         (output_simple_mapping): New function.
16406         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16407         * modules/gen-uni-tables (Description): Update.
16408         * lib/unicase/toupper.h: New file, automatically generated by
16409         gen-uni-tables.
16410         * lib/unicase/tolower.h: New file, automatically generated by
16411         gen-uni-tables.
16412         * lib/unicase/totitle.h: New file, automatically generated by
16413         gen-uni-tables.
16414         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16415         gen-uni-tables.
16416         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16417         gen-uni-tables.
16418         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16419         gen-uni-tables.
16420
16421         New module 'unicase/base'.
16422         * modules/unicase/base: New file.
16423         * lib/unicase.h: New file.
16424
16425 2009-02-08  Bruno Haible  <bruno@clisp.org>
16426
16427         New module 'uniwbrk/ulc-wordbreaks'.
16428         * modules/uniwbrk/ulc-wordbreaks: New file.
16429         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16430
16431         New module 'uniwbrk/u32-wordbreaks'.
16432         * modules/uniwbrk/u32-wordbreaks: New file.
16433         * lib/uniwbrk/u32-wordbreaks.c: New file.
16434
16435         New module 'uniwbrk/u16-wordbreaks'.
16436         * modules/uniwbrk/u16-wordbreaks: New file.
16437         * lib/uniwbrk/u16-wordbreaks.c: New file.
16438
16439         New module 'uniwbrk/u8-wordbreaks'.
16440         * modules/uniwbrk/u8-wordbreaks: New file.
16441         * lib/uniwbrk/u8-wordbreaks.c: New file.
16442         * lib/uniwbrk/u-wordbreaks.h: New file.
16443
16444         New module 'uniwbrk/table'.
16445         * modules/uniwbrk/table: New file.
16446         * lib/uniwbrk/wbrktable.h: New file.
16447         * lib/uniwbrk/wbrktable.c: New file.
16448
16449         New module 'uniwbrk/wordbreak-property'.
16450         * modules/uniwbrk/wordbreak-property: New file.
16451         * lib/uniwbrk/wordbreak-property.c: New file.
16452
16453         * lib/gen-uni-tables.c (WBP_*): New enum items.
16454         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16455         (unicode_org_wbp): New variable.
16456         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16457         New functions.
16458         (wbp_table): New structure.
16459         (output_wbp, output_wbrk_tables): New functions.
16460         (main): Accept additional argument. Invoke fill_org_wbp,
16461         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16462         output_wbrk_tables.
16463         * modules/gen-uni-tables (Description): Update.
16464         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16465         gen-uni-tables.
16466
16467         New module 'uniwbrk/base'.
16468         * modules/uniwbrk/base: New file.
16469         * lib/uniwbrk.h: New file.
16470
16471 2009-02-08  Bruno Haible  <bruno@clisp.org>
16472
16473         Update to Unicode 5.1.0.
16474         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16475         U+2185..U+2188.
16476         (is_property_default_ignorable_code_point): Don't include characters
16477         of category Cc or Cs and not-a-characters.
16478         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16479         U+0D79, U+109E, U+109F, U+A60C.
16480         * lib/unictype/bidi_of.h: Regenerated.
16481         * lib/unictype/blocks.h: Regenerated.
16482         * lib/unictype/categ_C.h: Regenerated.
16483         * lib/unictype/categ_Cf.h: Regenerated.
16484         * lib/unictype/categ_Cn.h: Regenerated.
16485         * lib/unictype/categ_L.h: Regenerated.
16486         * lib/unictype/categ_Ll.h: Regenerated.
16487         * lib/unictype/categ_Lm.h: Regenerated.
16488         * lib/unictype/categ_Lo.h: Regenerated.
16489         * lib/unictype/categ_Lu.h: Regenerated.
16490         * lib/unictype/categ_M.h: Regenerated.
16491         * lib/unictype/categ_Mc.h: Regenerated.
16492         * lib/unictype/categ_Me.h: Regenerated.
16493         * lib/unictype/categ_Mn.h: Regenerated.
16494         * lib/unictype/categ_N.h: Regenerated.
16495         * lib/unictype/categ_Nd.h: Regenerated.
16496         * lib/unictype/categ_Nl.h: Regenerated.
16497         * lib/unictype/categ_No.h: Regenerated.
16498         * lib/unictype/categ_P.h: Regenerated.
16499         * lib/unictype/categ_Pd.h: Regenerated.
16500         * lib/unictype/categ_Pe.h: Regenerated.
16501         * lib/unictype/categ_Pf.h: Regenerated.
16502         * lib/unictype/categ_Pi.h: Regenerated.
16503         * lib/unictype/categ_Po.h: Regenerated.
16504         * lib/unictype/categ_Ps.h: Regenerated.
16505         * lib/unictype/categ_S.h: Regenerated.
16506         * lib/unictype/categ_Sk.h: Regenerated.
16507         * lib/unictype/categ_Sm.h: Regenerated.
16508         * lib/unictype/categ_So.h: Regenerated.
16509         * lib/unictype/categ_of.h: Regenerated.
16510         * lib/unictype/combining.h: Regenerated.
16511         * lib/unictype/ctype_alnum.h: Regenerated.
16512         * lib/unictype/ctype_alpha.h: Regenerated.
16513         * lib/unictype/ctype_graph.h: Regenerated.
16514         * lib/unictype/ctype_lower.h: Regenerated.
16515         * lib/unictype/ctype_print.h: Regenerated.
16516         * lib/unictype/ctype_punct.h: Regenerated.
16517         * lib/unictype/ctype_upper.h: Regenerated.
16518         * lib/unictype/decdigit.h: Regenerated.
16519         * lib/unictype/digit.h: Regenerated.
16520         * lib/unictype/mirror.h: Regenerated.
16521         * lib/unictype/numeric.h: Regenerated.
16522         * lib/unictype/pr_alphabetic.h: Regenerated.
16523         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16524         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16525         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16526         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16527         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16528         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16529         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16530         * lib/unictype/pr_combining.h: Regenerated.
16531         * lib/unictype/pr_dash.h: Regenerated.
16532         * lib/unictype/pr_decimal_digit.h: Regenerated.
16533         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16534         * lib/unictype/pr_deprecated.h: Regenerated.
16535         * lib/unictype/pr_diacritic.h: Regenerated.
16536         * lib/unictype/pr_extender.h: Regenerated.
16537         * lib/unictype/pr_format_control.h: Regenerated.
16538         * lib/unictype/pr_grapheme_base.h: Regenerated.
16539         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16540         * lib/unictype/pr_grapheme_link.h: Regenerated.
16541         * lib/unictype/pr_id_continue.h: Regenerated.
16542         * lib/unictype/pr_id_start.h: Regenerated.
16543         * lib/unictype/pr_ideographic.h: Regenerated.
16544         * lib/unictype/pr_ignorable_control.h: Regenerated.
16545         * lib/unictype/pr_lowercase.h: Regenerated.
16546         * lib/unictype/pr_math.h: Regenerated.
16547         * lib/unictype/pr_numeric.h: Regenerated.
16548         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16549         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16550         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16551         * lib/unictype/pr_other_id_continue.h: Regenerated.
16552         * lib/unictype/pr_other_lowercase.h: Regenerated.
16553         * lib/unictype/pr_other_math.h: Regenerated.
16554         * lib/unictype/pr_punctuation.h: Regenerated.
16555         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16556         * lib/unictype/pr_soft_dotted.h: Regenerated.
16557         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16558         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16559         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16560         * lib/unictype/pr_uppercase.h: Regenerated.
16561         * lib/unictype/pr_xid_continue.h: Regenerated.
16562         * lib/unictype/pr_xid_start.h: Regenerated.
16563         * lib/unictype/pr_zero_width.h: Regenerated.
16564         * lib/unictype/scripts.h: Regenerated.
16565         * lib/unictype/scripts_byname.gperf: Regenerated.
16566         * lib/unictype/sy_java_ident.h: Regenerated.
16567         * lib/unilbrk/lbrkprop1.h: Regenerated.
16568         * lib/unilbrk/lbrkprop2.h: Regenerated.
16569         * tests/unictype/test-categ_C.c: Regenerated.
16570         * tests/unictype/test-categ_Cf.c: Regenerated.
16571         * tests/unictype/test-categ_Cn.c: Regenerated.
16572         * tests/unictype/test-categ_L.c: Regenerated.
16573         * tests/unictype/test-categ_Ll.c: Regenerated.
16574         * tests/unictype/test-categ_Lm.c: Regenerated.
16575         * tests/unictype/test-categ_Lo.c: Regenerated.
16576         * tests/unictype/test-categ_Lu.c: Regenerated.
16577         * tests/unictype/test-categ_M.c: Regenerated.
16578         * tests/unictype/test-categ_Mc.c: Regenerated.
16579         * tests/unictype/test-categ_Me.c: Regenerated.
16580         * tests/unictype/test-categ_Mn.c: Regenerated.
16581         * tests/unictype/test-categ_N.c: Regenerated.
16582         * tests/unictype/test-categ_Nd.c: Regenerated.
16583         * tests/unictype/test-categ_Nl.c: Regenerated.
16584         * tests/unictype/test-categ_No.c: Regenerated.
16585         * tests/unictype/test-categ_P.c: Regenerated.
16586         * tests/unictype/test-categ_Pd.c: Regenerated.
16587         * tests/unictype/test-categ_Pe.c: Regenerated.
16588         * tests/unictype/test-categ_Pf.c: Regenerated.
16589         * tests/unictype/test-categ_Pi.c: Regenerated.
16590         * tests/unictype/test-categ_Po.c: Regenerated.
16591         * tests/unictype/test-categ_Ps.c: Regenerated.
16592         * tests/unictype/test-categ_S.c: Regenerated.
16593         * tests/unictype/test-categ_Sk.c: Regenerated.
16594         * tests/unictype/test-categ_Sm.c: Regenerated.
16595         * tests/unictype/test-categ_So.c: Regenerated.
16596         * tests/unictype/test-ctype_alnum.c: Regenerated.
16597         * tests/unictype/test-ctype_alpha.c: Regenerated.
16598         * tests/unictype/test-ctype_graph.c: Regenerated.
16599         * tests/unictype/test-ctype_lower.c: Regenerated.
16600         * tests/unictype/test-ctype_print.c: Regenerated.
16601         * tests/unictype/test-ctype_punct.c: Regenerated.
16602         * tests/unictype/test-ctype_upper.c: Regenerated.
16603         * tests/unictype/test-decdigit.h: Regenerated.
16604         * tests/unictype/test-digit.h: Regenerated.
16605         * tests/unictype/test-numeric.h: Regenerated.
16606         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16607         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16608         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16609         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16610         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16611         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16612         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16613         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16614         * tests/unictype/test-pr_combining.c: Regenerated.
16615         * tests/unictype/test-pr_dash.c: Regenerated.
16616         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16617         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16618         * tests/unictype/test-pr_deprecated.c: Regenerated.
16619         * tests/unictype/test-pr_diacritic.c: Regenerated.
16620         * tests/unictype/test-pr_extender.c: Regenerated.
16621         * tests/unictype/test-pr_format_control.c: Regenerated.
16622         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16623         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16624         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16625         * tests/unictype/test-pr_id_continue.c: Regenerated.
16626         * tests/unictype/test-pr_id_start.c: Regenerated.
16627         * tests/unictype/test-pr_ideographic.c: Regenerated.
16628         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16629         * tests/unictype/test-pr_lowercase.c: Regenerated.
16630         * tests/unictype/test-pr_math.c: Regenerated.
16631         * tests/unictype/test-pr_numeric.c: Regenerated.
16632         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16633         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16634         Regenerated.
16635         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16636         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16637         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16638         * tests/unictype/test-pr_other_math.c: Regenerated.
16639         * tests/unictype/test-pr_punctuation.c: Regenerated.
16640         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16641         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16642         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16643         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16644         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16645         * tests/unictype/test-pr_uppercase.c: Regenerated.
16646         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16647         * tests/unictype/test-pr_xid_start.c: Regenerated.
16648         * tests/unictype/test-pr_zero_width.c: Regenerated.
16649
16650         Update to Unicode 5.1.0.
16651         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16652         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16653         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16654         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16655         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16656         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16657         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16658         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16659         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16660         (nonspacing_table_ind): Update.
16661         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16662
16663         Update to Unicode 5.1.0.
16664         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16665         code transform.
16666         * lib/uniname/uniname.c (unicode_character_name,
16667         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16668         * lib/uniname/uninames.h: Regenerated.
16669         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16670
16671 2009-02-07  Bruno Haible  <bruno@clisp.org>
16672
16673         Merge gen-ctype and gen-lbrk into a single program.
16674         * lib/gen-uni-tables.c: New file, incorporating
16675         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16676         Add directory prefixes to the names of the generated files.
16677         * lib/unictype/gen-ctype.c: Remove file.
16678         * lib/unilbrk/gen-lbrk.c: Remove file.
16679         * modules/gen-uni-tables: New file.
16680         * modules/unictype/gen-ctype: Remove file.
16681         * modules/unilbrk/gen-lbrk: Remove file.
16682
16683 2009-02-07  Bruno Haible  <bruno@clisp.org>
16684
16685         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16686
16687         New module 'unistr/u32-strcoll'.
16688         * modules/unistr/u32-strcoll: New file.
16689         * lib/unistr/u32-strcoll.c: New file.
16690
16691         New module 'unistr/u16-strcoll'.
16692         * modules/unistr/u16-strcoll: New file.
16693         * lib/unistr/u16-strcoll.c: New file.
16694
16695         New module 'unistr/u8-strcoll'.
16696         * modules/unistr/u8-strcoll: New file.
16697         * lib/unistr/u8-strcoll.c: New file.
16698         * lib/unistr/u-strcoll.h: New file.
16699
16700 2009-02-07  Bruno Haible  <bruno@clisp.org>
16701
16702         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16703         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16704         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16705         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16706         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16707         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16708
16709 2009-02-07  Bruno Haible  <bruno@clisp.org>
16710
16711         Make 64-bit clean.
16712         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16713         output_combclass, output_bidi_category, output_decimal_digit,
16714         output_digit, output_numeric, output_mirror, output_scripts,
16715         output_ident_category): Use proper width specifier in format strings.
16716
16717 2009-02-07  Bruno Haible  <bruno@clisp.org>
16718
16719         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16720         failure behaviour.
16721
16722 2009-02-07  Jim Meyering  <meyering@redhat.com>
16723
16724         regex: avoid compilation failure with upcoming gcc-4.4
16725         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16726         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16727         "... error: integer overflow in preprocessor expression".
16728
16729 2009-02-05  Ben Pfaff  <blp@gnu.org>
16730
16731         Fix link errors on Windows when close module is used.
16732         * modules/close: Add $(LIB_CLOSE) to Link section.
16733         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16734         $(LIB_CLOSE) on Windows.
16735
16736 2009-02-05  Jim Meyering  <meyering@redhat.com>
16737
16738         still avoid unused-parameter warnings, but do it cleanly
16739         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16740         (get_fs_usage): Cast to void instead.
16741         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16742         (dev_from_mount_options, read_file_system_list): Cast to void.
16743         Prompted by Bruno Haible.
16744
16745 2009-02-04  Jim Meyering  <meyering@redhat.com>
16746
16747         fsusage.c: correct copyright year
16748         * lib/fsusage.c: Reflect year in which the change is pushed into
16749
16750         avoid misc. warnings
16751         * lib/fsusage.c (UNUSED_PARAM): Define.
16752         (get_fs_usage): Mark parameter "disk" as unused.
16753         * lib/getugroups.c (getgrent): Use "void" in prototype.
16754         * lib/mountlist.c: Mark unused parameters.
16755         (read_file_system_list): Declare a local with "const".
16756         * lib/nanosleep.c (getnow): Declare static.
16757         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16758
16759         dirfd: set errno upon failure
16760         * lib/dirfd.c: Include <errno.h>.
16761         Set errno to ENOTSUP when returning -1.
16762         * modules/dirfd (Depends-on): Add errno.
16763         Suggested by John Kodis <kodis@comcast.net>.
16764
16765 2009-02-01  Bruno Haible  <bruno@clisp.org>
16766
16767         Don't assume sizeof (long) >= sizeof (void *).
16768         * lib/memcmp.c: Include stdint.h.
16769         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16770         srcp2 to 'const byte *'.
16771         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16772         types to uintptr_t.
16773         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16774         * modules/memcmp (Depends-on): Add stdint.
16775         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16776
16777 2009-01-30  Eric Blake  <ebb9@byu.net>
16778
16779         fix more require-before-expand issues
16780         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16781         expand, AC_PROG_AWK.
16782         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16783
16784 2009-01-28  Eric Blake  <ebb9@byu.net>
16785
16786         version-etc: use consistent URL formatting
16787         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16788         Improve formatting.  Use fputs for string without %.
16789
16790 2009-01-28  Jim Meyering  <meyering@redhat.com>
16791
16792         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16793         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16794         "underquoted definition of NAME" from autoconf-2.59.
16795
16796 2009-01-28  Bruno Haible  <bruno@clisp.org>
16797
16798         * doc/gnulib.texi: Add "Obsolete modules" to index.
16799
16800 2009-01-28  Jim Meyering  <meyering@redhat.com>
16801
16802         useless-if-before-free: recognize more variants
16803         * build-aux/useless-if-before-free: Also recognize e.g.,
16804         if (NULL != p) free (p);
16805
16806 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16807
16808         test-getaddrinfo: skip (don't fail) this test when there's no network
16809         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16810         on the presumption that it means you lack network access.
16811
16812 2009-01-26  Jim Meyering  <meyering@redhat.com>
16813
16814         fflush: avoid warnings on modern systems
16815         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16816         pos and result, into scopes where they're used.
16817
16818 2009-01-26  Eric Blake  <ebb9@byu.net>
16819
16820         Silence warning reintroduced by recent extensions patch.
16821         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16822         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16823         autoconf.
16824
16825         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16826         * m4/00gnulib.m4: New file.
16827         * gnulib-tool (func_get_filelist): Always use it.
16828         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16829         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16830
16831 2009-01-25  Bruno Haible  <bruno@clisp.org>
16832
16833         Make test-quotearg work on MacOS X and AIX.
16834         * tests/test-quotearg.sh: New file.
16835         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16836         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16837         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16838         include <libintl.h>.
16839         (fake_locale): Remove variable.
16840         (gettext, dgettext, dcgettext): Remove functions.
16841         (main): Instead of setting a fake locale, set a real locale. Call
16842         textdomain and bindtextdomain.
16843         * modules/quotearg-tests (Files): Add the new files.
16844         (Depends-on): Add gettext, setenv, unsetenv.
16845         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16846         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16847         Augment TESTS_ENVIRONMENT.
16848
16849 2009-01-25  Bruno Haible  <bruno@clisp.org>
16850
16851         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16852         fr_FR.ISO8859-1 locale on MacOS X.
16853         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16854         ja_JP.eucJP locale on MacOS X.
16855         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16856         zh_CN.GB18030 locale on MacOS X.
16857
16858 2009-01-25  Bruno Haible  <bruno@clisp.org>
16859
16860         Avoid link errors on MacOS X 10.3.
16861         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16862         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16863
16864 2009-01-25  Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16867         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16868         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16869         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16870         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16871         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16872         posix_spawnattr_init, posix_spawnattr_setsigmask,
16873         posix_spawnattr_setflags, posix_spawnattr_destroy.
16874
16875         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16876         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16877         * modules/execute (Files): Remove m4/posix_spawn.m4.
16878         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16879         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16880         posix_spawnattr_init, posix_spawnattr_setsigmask,
16881         posix_spawnattr_setflags, posix_spawnattr_destroy.
16882
16883 2009-01-25  Bruno Haible  <bruno@clisp.org>
16884
16885         * lib/glthread/threadlib.c: Include <stdlib.h>.
16886
16887 2009-01-25  Bruno Haible  <bruno@clisp.org>
16888
16889         * lib/glthread/threadlib.c (dummy): New declaration.
16890
16891 2009-01-25  Bruno Haible  <bruno@clisp.org>
16892
16893         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16894         multibyte characters also for the GB18030 encoding. Don't crash when
16895         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16896
16897 2009-01-25  Bruno Haible  <bruno@clisp.org>
16898
16899         Avoid redefining 'struct random_data' on OSF/1 5.1.
16900         * lib/stdlib.in.h: Include <random.h> if it exists.
16901         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16902         HAVE_RANDOM_H. Include <random.h> when testing whether
16903         'struct random_data' exists.
16904         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16905
16906 2009-01-25  Bruno Haible  <bruno@clisp.org>
16907
16908         Don't install charset.alias on MacOS X >= 10.3.
16909         * lib/localcharset.c (DARWIN7): New macro.
16910         (get_charset_aliases): Hardcode the result for Darwin7.
16911         * modules/localcharset (install-exec-local): Don't install
16912         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16913
16914 2009-01-25  Bruno Haible  <bruno@clisp.org>
16915
16916         Don't install charset.alias on mingw and Cygwin.
16917         * modules/localcharset (install-exec-local): Don't install
16918         charset.alias on mingw and Cygwin, if the file does not yet exist.
16919         The result for these platforms is hardcoded in localcharset.c.
16920
16921 2009-01-25  Bruno Haible  <bruno@clisp.org>
16922
16923         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16924         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16925         before requiring AC_USE_SYSTEM_EXTENSIONS.
16926
16927 2009-01-25  Jim Meyering  <meyering@redhat.com>
16928
16929         c-strtod: avoid warnings
16930         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16931         "assignment discards qualifiers from pointer target type" warnings.
16932
16933 2009-01-24  Bruno Haible  <bruno@clisp.org>
16934
16935         Add support for non-UTF-8 locales on MacOS X.
16936         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16937         canonical encodings. For Darwin 7 and newer, don't map traditional
16938         encodings to UTF-8.
16939         Reported by Vincent Lefevre <vincent@vinc17.org>
16940         at <http://savannah.gnu.org/bugs/?25235>.
16941
16942 2009-01-24  Bruno Haible  <bruno@clisp.org>
16943
16944         * doc/gnulib.texi (Obsolete modules): New section.
16945         Reported by Mike Frysinger <vapier@gentoo.org>.
16946
16947 2009-01-24  Bruno Haible  <bruno@clisp.org>
16948
16949         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16950         (%.dvi): New rule.
16951
16952 2009-01-24  Bruno Haible  <bruno@clisp.org>
16953
16954         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16955         Reported by Eric Blake.
16956
16957 2009-01-24  Bruno Haible  <bruno@clisp.org>
16958
16959         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16960         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16961         Reported by Gary V. Vaughan <gary@gnu.org>.
16962
16963 2009-01-24  Bruno Haible  <bruno@clisp.org>
16964
16965         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16966
16967 2009-01-23  Bruno Haible  <bruno@clisp.org>
16968
16969         Make c-strtod, c-strtold usable in libraries.
16970         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16971         (C_STRTOD): Call strdup instead of xstrdup.
16972         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16973         * modules/c-strtold (Depends-on): Likewise.
16974         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16975         * NEWS: Mention the change.
16976         Reported by Michael Gold <mgold@ncf.ca>.
16977
16978 2009-01-23  Jim Meyering  <meyering@redhat.com>
16979
16980         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16981         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16982         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16983
16984 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16985
16986         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16987         GNU CoreUtils.
16988         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16989         * modules/version-etc (Description): Update.
16990
16991 2009-01-22  Bruno Haible  <bruno@clisp.org>
16992
16993         Cache the C locale object.
16994         * lib/c-strtod.c (c_locale_cache): New variable.
16995         (c_locale): New function.
16996         (C_STRTOD): Use it, and don't call freelocale.
16997         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16998         Suggested by Paolo Bonzini.
16999
17000 2009-01-21  Bruno Haible  <bruno@clisp.org>
17001
17002         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17003         conditions other than overflow.
17004
17005 2009-01-21  Bruno Haible  <bruno@clisp.org>
17006
17007         * lib/c-strtod.c: Include errno.h.
17008         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17009         value from STRTOD_L and STRTOD.
17010
17011 2009-01-21  Bruno Haible  <bruno@clisp.org>
17012         and Jim Meyering  <meyering@redhat.com>
17013
17014         nanosleep: skip configure test (fail it) for apple universal builds
17015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17016         universal builds, assume that nanosleep does not work.
17017         * modules/nanosleep (Depends-on): Add multiarch.
17018
17019         mktime: skip configure test (fail it) for apple universal builds
17020         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17021         universal builds, assume that mktime does not work.
17022         * modules/mktime (Depends-on): Add multiarch.
17023
17024 2009-01-21  Eric Blake  <ebb9@byu.net>
17025
17026         multiarch: avoid expand-before-require warning
17027         * modules/multiarch (configure.ac): Require, rather than expand,
17028         gl_MULTIARCH.
17029         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17030         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17031         enforce that all clients require it.  Partial reversion of
17032         2008-12-29 patch.
17033
17034         error: avoid expand-before-require warning
17035         * modules/errno (configure.ac): Require, rather than expand,
17036         gl_HEADER_ERRNO_H.
17037         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17038         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17039         enforce that all clients require it.
17040
17041         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17042         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17043         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17044         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17045
17046 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17047
17048         Revert:
17049         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17050
17051         regex: do not depend on obsolete modules.
17052         * modules/regex: Remove memcmp and memmove.
17053
17054 2009-01-20  Bruno Haible  <bruno@clisp.org>
17055
17056         Make the 'link' module link on Windows NT 4.
17057         * lib/link.c (_WIN32_WINNT): Don't define.
17058         (CreateHardLinkFuncType): New type.
17059         (CreateHardLinkFunc, initialized): New variables.
17060         (initialize): New function.
17061         (link): Invoke CreateHardLink indirectly through the function pointer.
17062
17063 2009-01-20  Bruno Haible  <bruno@clisp.org>
17064
17065         Fix compilation failure on mingw.
17066         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17067
17068 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17069
17070         * doc/c-strtod.texi: Mention a couple of restrictions.
17071
17072 2009-01-20  Jim Meyering  <meyering@redhat.com>
17073
17074         gettimeofday: move more declarations out of functions
17075         * lib/gettimeofday.c: Move extern declarations of tzset and
17076         gmtime out of containing functions.  Prompted by Bruno Haible.
17077
17078 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17079
17080         regex: do not depend on obsolete modules.
17081         * modules/regex: Remove memcmp and memmove.
17082
17083 2009-01-19  Bruno Haible  <bruno@clisp.org>
17084
17085         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17086         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17087         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17088         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17089         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17090
17091 2009-01-19  Bruno Haible  <bruno@clisp.org>
17092
17093         * tests/test-link.c: Include <errno.h>.
17094         (main): Exit with code 77 when a hard link cannot be created due to
17095         the file system.
17096         * tests/test-link.sh: Skip test when a hard link cannot be created due
17097         to the file system.
17098         Suggested by Eric Blake.
17099
17100 2009-01-19  Martin Lambers  <marlam@marlam.de>
17101
17102         * modules/link-tests: New file.
17103         * tests/test-link.sh: New file.
17104         * tests/test-link.c: New file.
17105
17106 2009-01-19  Eric Blake  <ebb9@byu.net>
17107
17108         doc: mention another function added in cygwin 1.7.0
17109         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17110         Another new function in cygwin 1.7.
17111
17112 2009-01-19  Bruno Haible  <bruno@clisp.org>
17113
17114         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17115         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17116         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17117         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17118         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17119         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17120         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17121         * m4/md4.m4 (gl_MD4): Likewise.
17122         * m4/md5.m4 (gl_MD5): Likewise.
17123         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17124         * m4/sha1.m4 (gl_SHA1): Likewise.
17125         * m4/sha256.m4 (gl_SHA256): Likewise.
17126         * m4/sha512.m4 (gl_SHA512): Likewise.
17127
17128 2009-01-19  Bruno Haible  <bruno@clisp.org>
17129
17130         * modules/uniname/uniname-tests (Depends-on): Add progname.
17131         * tests/uniname/test-uninames.c: Include progname.h.
17132         (main): Call set_program_name.
17133
17134         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17135         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17136         (main): Call set_program_name.
17137
17138         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17139         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17140         (main): Call set_program_name.
17141
17142         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17143         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17144         (main): Call set_program_name.
17145
17146         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17147         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17148         (main): Call set_program_name.
17149
17150         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17151         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17152         (main): Call set_program_name.
17153
17154         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17155         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17156         (main): Call set_program_name.
17157
17158         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17159         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17160         (main): Call set_program_name.
17161
17162         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17163         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17164         (main): Call set_program_name.
17165
17166 2009-01-19  Eric Blake  <ebb9@byu.net>
17167
17168         test-unistd: test previous patch
17169         * tests/test-unistd.c: Test *_FILENO macros.
17170
17171         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17172         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17173         Guarantee a definition.
17174         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17175         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17176         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17177         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17178         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17179         Likewise.
17180         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17181         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17182         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17183         Likewise.
17184         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17185         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17186         (STDERR_FILENO): Likewise.
17187         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17188         (STDERR_FILENO): Likewise.
17189         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17190         (STDERR_FILENO): Likewise.
17191         Reported by Elbert Pol.
17192
17193 2009-01-19  Eric Blake  <ebb9@byu.net>
17194
17195         doc: mention more functions added in cygwin 1.7.0
17196         * doc/posix-functions/abort.texi (abort): Update wording related
17197         to cygwin.
17198         * doc/posix-functions/daylight.texi (daylight): Likewise.
17199         * doc/posix-functions/optarg.texi (optarg): Likewise.
17200         * doc/posix-functions/optarg.texi (opterr): Likewise.
17201         * doc/posix-functions/optarg.texi (optind): Likewise.
17202         * doc/posix-functions/optarg.texi (optopt): Likewise.
17203         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17204         worked in 1.5.x, and was withdrawn in 1.7.
17205         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17206         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17207         cygwin versions.
17208         * doc/posix-functions/perror.texi (perror): Likewise.
17209         * doc/posix-functions/printf.texi (printf): Likewise.
17210         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17211         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17212         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17213         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17214         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17215         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17216         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17217         Likewise.
17218         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17219         Likewise.
17220         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17221         this function.
17222         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17223         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17224         Likewise.
17225         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17226         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17227         * doc/posix-functions/confstr.texi (confstr): Likewise.
17228         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17229         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17230         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17231         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17232         * doc/posix-functions/fputws.texi (fputws): Likewise.
17233         * doc/posix-functions/fwide.texi (fwide): Likewise.
17234         * doc/posix-functions/getwc.texi (getwc): Likewise.
17235         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17236         * doc/posix-functions/putwc.texi (putwc): Likewise.
17237         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17238         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17239         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17240         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17241         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17242         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17243         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17244         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17245         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17246         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17247         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17248
17249 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17250
17251         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17252         * lib/ioctl.c: Include <sys/ioctl.h>.
17253
17254 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17255
17256         * modules/getdate-tests (Depends-on): Add progname.
17257         * tests/test-getdate.c: Use progname module, to avoid link errors
17258         on non-glibc systems.
17259
17260 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17261
17262         * modules/filenamecat-tests (Depends-on): Add progname.
17263         * modules/fstrcmp-tests (Depends-on): Likewise.
17264
17265         * tests/test-filenamecat.c: Use progname module, to avoid link
17266         errors on non-glibc systems.
17267         * tests/test-fstrcmp.c: Likewise.
17268
17269 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17270
17271         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17272         * lib/gettimeofday.c: Move extern declaration out of function.
17273
17274 2009-01-18  Bruno Haible  <bruno@clisp.org>
17275
17276         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17277         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17278         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17279
17280 2009-01-18  Bruno Haible  <bruno@clisp.org>
17281
17282         * lib/strftime.c (MEMPCPY): Remove unused macro.
17283         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17284
17285 2009-01-18  Martin Lambers  <marlam@marlam.de>
17286
17287         New module 'link'.
17288         * lib/unistd.in.h (link): New declaration.
17289         * lib/link.c: New file.
17290         * m4/link.m4: New file.
17291         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17292         HAVE_LINK.
17293         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17294         * modules/link: New file.
17295         * doc/posix-functions/link.texi: Mention the new module.
17296
17297 2009-01-18  Bruno Haible  <bruno@clisp.org>
17298
17299         * tests/test-avltree_list.c (main): Call set_program_name.
17300         * tests/test-avltree_oset.c (main): Likewise.
17301         * tests/test-obstack-printf.c: Include progname.h.
17302         (main): Call set_program_name.
17303         * tests/test-quotearg.c: Include progname.h.
17304         (main): Call set_program_name.
17305         * tests/test-xmemdup0.c: Include progname.h.
17306         (main): Call set_program_name.
17307
17308 2009-01-18  Bruno Haible  <bruno@clisp.org>
17309
17310         New module 'alphasort'.
17311         * lib/dirent.in.h (alphasort): New declaration.
17312         * lib/alphasort.c: New file, from glibc with modifications.
17313         * m4/alphasort.m4: New file.
17314         * modules/alphasort: New file.
17315         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17316         HAVE_ALPHASORT.
17317         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17318         HAVE_ALPHASORT.
17319         * doc/posix-functions/alphasort.texi: Mention the new module and the
17320         portability problems.
17321
17322 2009-01-18  Bruno Haible  <bruno@clisp.org>
17323
17324         New module 'scandir'.
17325         * lib/dirent.in.h (scandir): New declaration.
17326         * lib/scandir.c: New file, from glibc with modifications.
17327         * m4/scandir.m4: New file.
17328         * modules/scandir: New file.
17329         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17330         HAVE_SCANDIR.
17331         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17332         HAVE_SCANDIR.
17333         * doc/posix-functions/scandir.texi: Mention the new module and the
17334         portability problems.
17335
17336 2009-01-17  Bruno Haible  <bruno@clisp.org>
17337
17338         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17339         Update documentation.
17340         (func_remove_suffix): Escape all dots in the suffix. Update
17341         documentation.
17342         (func_filter_filelist): Update documentation.
17343         Reported by Ralf Wildenhues.
17344
17345 2009-01-17  Bruno Haible  <bruno@clisp.org>
17346
17347         * modules/dprintf-posix-tests: New file.
17348         * tests/test-dprintf-posix.sh: New file.
17349         * tests/test-dprintf-posix.c: New file.
17350
17351         New modules 'dprintf', 'dprintf-posix'.
17352         * lib/stdio.in.h (dprintf): New declaration.
17353         * lib/dprintf.c: New file.
17354         * m4/dprintf.m4: New file.
17355         * m4/dprintf-posix.m4: New file.
17356         * modules/dprintf: New file.
17357         * modules/dprintf-posix: New file.
17358         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17359         HAVE_DPRINTF, REPLACE_DPRINTF.
17360         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17361         HAVE_DPRINTF, REPLACE_DPRINTF.
17362         * doc/posix-functions/dprintf.texi: Mention the new modules.
17363
17364 2009-01-17  Bruno Haible  <bruno@clisp.org>
17365
17366         * modules/vdprintf-posix-tests: New file.
17367         * tests/test-vdprintf-posix.sh: New file.
17368         * tests/test-vdprintf-posix.c: New file.
17369
17370         New modules 'vdprintf', 'vdprintf-posix'.
17371         * lib/stdio.in.h (vdprintf): New declaration.
17372         * lib/vdprintf.c: New file.
17373         * m4/vdprintf.m4: New file.
17374         * m4/vdprintf-posix.m4: New file.
17375         * modules/vdprintf: New file.
17376         * modules/vdprintf-posix: New file.
17377         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17378         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17379         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17380         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17381         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17382
17383 2009-01-17  Bruno Haible  <bruno@clisp.org>
17384
17385         Fix replacement of fopen on mingw.
17386         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17387         mingw.
17388
17389 2009-01-17  Bruno Haible  <bruno@clisp.org>
17390
17391         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17392         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17393
17394 2009-01-17  Bruno Haible  <bruno@clisp.org>
17395
17396         Avoid test-fflush2.sh failure on mingw.
17397         * tests/test-fflush2.c: Include binary-io.h.
17398         (main): Put standard input into binary mode.
17399         * modules/fflush-tests (Depends-on): Add binary-io.
17400
17401 2009-01-17  Bruno Haible  <bruno@clisp.org>
17402
17403         * lib/wchar.in.h: In another particular situation, include only the
17404         system's <wchar.h> file.
17405         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17406         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17407         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17408
17409 2009-01-17  Bruno Haible  <bruno@clisp.org>
17410
17411         Support for stripping executables in --enable-relocatable.
17412         * build-aux/install-reloc: Expect one more argument, or an environment
17413         variable RELOC_STRIP_PROG. If set, strip the destination program and
17414         its wrapper.
17415         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17416         RELOC_STRIP_PROG.
17417         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17418         to set RELOCATABLE_STRIP.
17419         * NEWS: Mention the new Makefile requirement.
17420
17421 2009-01-17  Bruno Haible  <bruno@clisp.org>
17422
17423         * build-aux/install-reloc: Remove debugging information left over by
17424         C compiler on MacOS X.
17425
17426 2009-01-17  Bruno Haible  <bruno@clisp.org>
17427
17428         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17429         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17430         _NSGetExecutablePath.
17431
17432 2009-01-16  Jim Meyering  <meyering@redhat.com>
17433
17434         strerror: avoid warnings about discarding "const"
17435         * lib/strerror.c (rpl_strerror): Instead of returning a const
17436         string from each and every "case", use a variable, and add a single
17437         cast after the switch.
17438
17439 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17440
17441         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17442
17443 2009-01-16  Bruno Haible  <bruno@clisp.org>
17444
17445         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17446         array initializer syntax that also works in C++ mode.
17447         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17448
17449 2009-01-16  Jim Meyering  <meyering@redhat.com>
17450
17451         poll: suppress a warning
17452         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17453         to ignore "...unsigned expression < 0 is always false" warnings.
17454
17455 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17456
17457         poll: remove declarations of unused variables
17458         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17459         sockbuf and optlen.
17460
17461 2009-01-15  Bruno Haible  <bruno@clisp.org>
17462
17463         Make fflush-after-ungetc POSIX compliant on BSD systems.
17464         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17465         (clear_ungetc_buffer): Implement also for other systems.
17466         (rpl_fflush): On glibc systems, invoke
17467         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17468         clear_ungetc_buffer after fetching the stream's position, not before.
17469
17470 2009-01-15  Bruno Haible  <bruno@clisp.org>
17471
17472         Make fflush-after-ungetc POSIX compliant on glibc systems.
17473         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17474         after ungetc.
17475         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17476         (rpl_fflush): On glibc systems, simply call the system's fflush
17477         function after clearing the ungetc buffer.
17478         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17479         Instead, lseek only to the end of file, then use the system's fseeko
17480         for the rest. On glibc systems, reset the EOF indicator bit.
17481
17482 2009-01-15  Jim Meyering  <meyering@redhat.com>
17483
17484         openmp.m4: revert quote-adding change, for portability to older autoconf
17485         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17486         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17487         Simon Josefsson noticed the problem when using autoconf-2.61.
17488
17489 2009-01-15  Bruno Haible  <bruno@clisp.org>
17490
17491         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17492         * tests/test-fflush2.c (ASSERT): Always fail.
17493         (main): Add two tests for fflush() after ungetc(), taking into account
17494         the Austin Group's clarification.
17495         Suggested by Eric Blake.
17496
17497 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17498
17499         mktime.m4: remove K&R-style function prototypes
17500         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17501         for the Sun C++ compiler.
17502
17503 2009-01-14  Bruno Haible  <bruno@clisp.org>
17504
17505         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17506         while including <wchar.h>.
17507         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17508         the system's <wchar.h> file.
17509         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17510
17511 2009-01-14  Bruno Haible  <bruno@clisp.org>
17512
17513         * m4/csharp.m4: Don't mention gettext on the serial number line.
17514         * m4/csharpexec.m4: Likewise.
17515         * m4/eaccess.m4: Likewise.
17516         * m4/javaexec.m4: Likewise.
17517         * m4/sig_atomic_t.m4: Likewise.
17518         * m4/tmpdir.m4: Likewise.
17519         * m4/intldir.m4: Bump gettext version.
17520         * m4/lib-ld.m4: Likewise.
17521
17522 2009-01-14  Bruno Haible  <bruno@clisp.org>
17523
17524         * lib/progname.c (set_program_name): Add more comments.
17525         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17526
17527 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17528
17529         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17530         were sys/stat.h does not define it.
17531
17532 2009-01-14  Jim Meyering  <meyering@redhat.com>
17533
17534         many *.m4 files: improve m4 quoting
17535         99% of this change was performed by running the following commands:
17536         git ls-files | grep '\.m4$' | xargs perl -pi \
17537           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17538           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17539           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17540           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17541         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17542         The remainder were to add Copyright dates, increment serial numbers,
17543         undo some changes in comments, exclude m4/intl.m4, and add quotes
17544         around the "1" in ",1" where the unusual spacing prohibited the
17545         above regexps from doing the job.  For more details, see
17546         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17547         * m4/acl.m4: Modified.
17548         * m4/afs.m4: Likewise.
17549         * m4/alloca.m4: Likewise.
17550         * m4/argp.m4: Likewise.
17551         * m4/argz.m4: Likewise.
17552         * m4/atexit.m4: Likewise.
17553         * m4/bison-i18n.m4: Likewise.
17554         * m4/bison.m4: Likewise.
17555         * m4/byteswap.m4: Likewise.
17556         * m4/c-stack.m4: Likewise.
17557         * m4/c-strtod.m4: Likewise.
17558         * m4/calloc.m4: Likewise.
17559         * m4/canonicalize-lgpl.m4: Likewise.
17560         * m4/chown.m4: Likewise.
17561         * m4/clock_time.m4: Likewise.
17562         * m4/codeset.m4: Likewise.
17563         * m4/copy-file.m4: Likewise.
17564         * m4/csharp.m4: Likewise.
17565         * m4/csharpcomp.m4: Likewise.
17566         * m4/csharpexec.m4: Likewise.
17567         * m4/d-ino.m4: Likewise.
17568         * m4/d-type.m4: Likewise.
17569         * m4/dirfd.m4: Likewise.
17570         * m4/double-slash-root.m4: Likewise.
17571         * m4/eaccess.m4: Likewise.
17572         * m4/eealloc.m4: Likewise.
17573         * m4/environ.m4: Likewise.
17574         * m4/errno_h.m4: Likewise.
17575         * m4/euidaccess.m4: Likewise.
17576         * m4/execute.m4: Likewise.
17577         * m4/fatal-signal.m4: Likewise.
17578         * m4/fchdir.m4: Likewise.
17579         * m4/fcntl_h.m4: Likewise.
17580         * m4/fileblocks.m4: Likewise.
17581         * m4/filenamecat.m4: Likewise.
17582         * m4/findprog.m4: Likewise.
17583         * m4/flexmember.m4: Likewise.
17584         * m4/fnmatch.m4: Likewise.
17585         * m4/fopen.m4: Likewise.
17586         * m4/fpending.m4: Likewise.
17587         * m4/fprintf-posix.m4: Likewise.
17588         * m4/free.m4: Likewise.
17589         * m4/frexp.m4: Likewise.
17590         * m4/frexpl.m4: Likewise.
17591         * m4/fsusage.m4: Likewise.
17592         * m4/ftruncate.m4: Likewise.
17593         * m4/gc-camellia.m4: Likewise.
17594         * m4/gc-random.m4: Likewise.
17595         * m4/gc.m4: Likewise.
17596         * m4/getaddrinfo.m4: Likewise.
17597         * m4/getcwd-abort-bug.m4: Likewise.
17598         * m4/getcwd-path-max.m4: Likewise.
17599         * m4/getdate.m4: Likewise.
17600         * m4/getdomainname.m4: Likewise.
17601         * m4/getgroups.m4: Likewise.
17602         * m4/gethostname.m4: Likewise.
17603         * m4/gethrxtime.m4: Likewise.
17604         * m4/getline.m4: Likewise.
17605         * m4/getloadavg.m4: Likewise.
17606         * m4/getndelim2.m4: Likewise.
17607         * m4/getpass.m4: Likewise.
17608         * m4/gettext.m4: Likewise.
17609         * m4/gettime.m4: Likewise.
17610         * m4/gettimeofday.m4: Likewise.
17611         * m4/gnulib-common.m4: Likewise.
17612         * m4/group-member.m4: Likewise.
17613         * m4/host-os.m4: Likewise.
17614         * m4/iconv.m4: Likewise.
17615         * m4/iconv_open.m4: Likewise.
17616         * m4/inet_ntop.m4: Likewise.
17617         * m4/inet_pton.m4: Likewise.
17618         * m4/inline.m4: Likewise.
17619         * m4/intldir.m4: Likewise.
17620         * m4/intlmacosx.m4: Likewise.
17621         * m4/intmax.m4: Likewise.
17622         * m4/intmax_t.m4: Likewise.
17623         * m4/inttypes.m4: Likewise.
17624         * m4/inttypes_h.m4: Likewise.
17625         * m4/inttypes-pri.m4: Likewise.
17626         * m4/isapipe.m4: Likewise.
17627         * m4/isnand.m4: Likewise.
17628         * m4/isnanf.m4: Likewise.
17629         * m4/isnanl.m4: Likewise.
17630         * m4/javacomp.m4: Likewise.
17631         * m4/javaexec.m4: Likewise.
17632         * m4/jm-winsz1.m4: Likewise.
17633         * m4/jm-winsz2.m4: Likewise.
17634         * m4/lchown.m4: Likewise.
17635         * m4/lcmessage.m4: Likewise.
17636         * m4/ldexpl.m4: Likewise.
17637         * m4/lib-ld.m4: Likewise.
17638         * m4/lib-link.m4: Likewise.
17639         * m4/libsigsegv.m4: Likewise.
17640         * m4/link-follow.m4: Likewise.
17641         * m4/localcharset.m4: Likewise.
17642         * m4/locale-fr.m4: Likewise.
17643         * m4/locale-ja.m4: Likewise.
17644         * m4/locale-tr.m4: Likewise.
17645         * m4/locale-zh.m4: Likewise.
17646         * m4/lock.m4: Likewise.
17647         * m4/longlong.m4: Likewise.
17648         * m4/ls-mntd-fs.m4: Likewise.
17649         * m4/lstat.m4: Likewise.
17650         * m4/malloc.m4: Likewise.
17651         * m4/mathl.m4: Likewise.
17652         * m4/mbrtowc.m4: Likewise.
17653         * m4/mbstate_t.m4: Likewise.
17654         * m4/mbswidth.m4: Likewise.
17655         * m4/memchr.m4: Likewise.
17656         * m4/memcmp.m4: Likewise.
17657         * m4/memcpy.m4: Likewise.
17658         * m4/memmem.m4: Likewise.
17659         * m4/memmove.m4: Likewise.
17660         * m4/mempcpy.m4: Likewise.
17661         * m4/memrchr.m4: Likewise.
17662         * m4/memset.m4: Likewise.
17663         * m4/minmax.m4: Likewise.
17664         * m4/mkdir-slash.m4: Likewise.
17665         * m4/mkdtemp.m4: Likewise.
17666         * m4/mktime.m4: Likewise.
17667         * m4/mmap-anon.m4: Likewise.
17668         * m4/mountlist.m4: Likewise.
17669         * m4/nanosleep.m4: Likewise.
17670         * m4/nls.m4: Likewise.
17671         * m4/nocrash.m4: Likewise.
17672         * m4/open.m4: Likewise.
17673         * m4/openat.m4: Likewise.
17674         * m4/openmp.m4: Likewise.
17675         * m4/pathmax.m4: Likewise.
17676         * m4/perl.m4: Likewise.
17677         * m4/physmem.m4: Likewise.
17678         * m4/pipe.m4: Likewise.
17679         * m4/po.m4: Likewise.
17680         * m4/poll.m4: Likewise.
17681         * m4/posixtm.m4: Likewise.
17682         * m4/posixver.m4: Likewise.
17683         * m4/printf-frexp.m4: Likewise.
17684         * m4/printf-frexpl.m4: Likewise.
17685         * m4/printf-posix.m4: Likewise.
17686         * m4/printf-posix-rpl.m4: Likewise.
17687         * m4/printf.m4: Likewise.
17688         * m4/progtest.m4: Likewise.
17689         * m4/putenv.m4: Likewise.
17690         * m4/readline.m4: Likewise.
17691         * m4/readlink.m4: Likewise.
17692         * m4/readutmp.m4: Likewise.
17693         * m4/realloc.m4: Likewise.
17694         * m4/regex.m4: Likewise.
17695         * m4/relocatable.m4: Likewise.
17696         * m4/relocatable-lib.m4: Likewise.
17697         * m4/rename-dest-slash.m4: Likewise.
17698         * m4/rename.m4: Likewise.
17699         * m4/rmdir-errno.m4: Likewise.
17700         * m4/rmdir.m4: Likewise.
17701         * m4/roundf.m4: Likewise.
17702         * m4/roundl.m4: Likewise.
17703         * m4/rpmatch.m4: Likewise.
17704         * m4/save-cwd.m4: Likewise.
17705         * m4/selinux-selinux-h.m4: Likewise.
17706         * m4/setenv.m4: Likewise.
17707         * m4/settime.m4: Likewise.
17708         * m4/sig2str.m4: Likewise.
17709         * m4/sig_atomic_t.m4: Likewise.
17710         * m4/signalblocking.m4: Likewise.
17711         * m4/signbit.m4: Likewise.
17712         * m4/sigpipe.m4: Likewise.
17713         * m4/sockets.m4: Likewise.
17714         * m4/sockpfaf.m4: Likewise.
17715         * m4/st_dm_mode.m4: Likewise.
17716         * m4/stat-time.m4: Likewise.
17717         * m4/stdbool.m4: Likewise.
17718         * m4/stdint.m4: Likewise.
17719         * m4/stdint_h.m4: Likewise.
17720         * m4/stpcpy.m4: Likewise.
17721         * m4/stpncpy.m4: Likewise.
17722         * m4/strcase.m4: Likewise.
17723         * m4/strchrnul.m4: Likewise.
17724         * m4/strcspn.m4: Likewise.
17725         * m4/strdup.m4: Likewise.
17726         * m4/strftime.m4: Likewise.
17727         * m4/strndup.m4: Likewise.
17728         * m4/strnlen.m4: Likewise.
17729         * m4/strpbrk.m4: Likewise.
17730         * m4/strptime.m4: Likewise.
17731         * m4/strsep.m4: Likewise.
17732         * m4/strtod.m4: Likewise.
17733         * m4/strtoimax.m4: Likewise.
17734         * m4/strtok_r.m4: Likewise.
17735         * m4/strtol.m4: Likewise.
17736         * m4/strtoll.m4: Likewise.
17737         * m4/strtoul.m4: Likewise.
17738         * m4/strtoull.m4: Likewise.
17739         * m4/strtoumax.m4: Likewise.
17740         * m4/strverscmp.m4: Likewise.
17741         * m4/threadlib.m4: Likewise.
17742         * m4/timegm.m4: Likewise.
17743         * m4/tm_gmtoff.m4: Likewise.
17744         * m4/tmpdir.m4: Likewise.
17745         * m4/tmpfile.m4: Likewise.
17746         * m4/tzset.m4: Likewise.
17747         * m4/uintmax_t.m4: Likewise.
17748         * m4/unlinkdir.m4: Likewise.
17749         * m4/unlocked-io.m4: Likewise.
17750         * m4/uptime.m4: Likewise.
17751         * m4/userspec.m4: Likewise.
17752         * m4/utimbuf.m4: Likewise.
17753         * m4/utime.m4: Likewise.
17754         * m4/utimes-null.m4: Likewise.
17755         * m4/utimes.m4: Likewise.
17756         * m4/vararrays.m4: Likewise.
17757         * m4/vasnprintf.m4: Likewise.
17758         * m4/vfprintf-posix.m4: Likewise.
17759         * m4/vprintf-posix.m4: Likewise.
17760         * m4/wait-process.m4: Likewise.
17761         * m4/wchar_t.m4: Likewise.
17762         * m4/wint_t.m4: Likewise.
17763         * m4/write-any-file.m4: Likewise.
17764         * m4/yield.m4: Likewise.
17765
17766 2009-01-13  Bruno Haible  <bruno@clisp.org>
17767
17768         Avoid test-copy-file.sh failures when ACL support insufficient.
17769         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17770         TESTS_ENVIRONMENT.
17771         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17772         Reported by Jim Meyering.
17773
17774 2009-01-13  Bruno Haible  <bruno@clisp.org>
17775
17776         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17777         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17778         * modules/unistdio/u8-printf-parse (Files): Likewise.
17779         * modules/unistdio/u32-printf-parse (Files): Likewise.
17780         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17781
17782 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17783
17784         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17785         and m4/inttypes_h.m4 too.
17786
17787 2009-01-12  Eric Blake  <ebb9@byu.net>
17788
17789         tests: IRIX 6.2 cc can't compile -0.0 into .data
17790         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17791         rather than at compile-time.
17792         * tests/test-floorl.c (minus_zero): Likewise.
17793         * tests/test-frexpl.c (minus_zero): Likewise.
17794         * tests/test-isnan.c (minus_zerol): Likewise.
17795         * tests/test-isnanl.h (minus_zero): Likewise.
17796         * tests/test-ldexpl.c (minus_zero): Likewise.
17797         * tests/test-roundl.c (minus_zero): Likewise.
17798         * tests/test-signbit.c (minus_zerol): Likewise.
17799         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17800         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17801         * tests/test-truncl.c (minus_zero): Likewise.
17802         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17803         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17804         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17805
17806 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17807
17808         regex: fix glibc bug 9697
17809         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17810         handling.
17811
17812 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17813
17814         regex: fix glibc bug 697
17815         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17816         being NULL also if there are no backreferences.
17817
17818 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17819
17820         regex: merge glibc changes
17821         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17822         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17823         re_string_skip_chars, re_string_reconstruct): Likewise.
17824         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17825
17826 2009-01-07  Jim Meyering  <meyering@redhat.com>
17827
17828         poll: filter through cppi
17829         * lib/poll.c: Indent cpp directives to reflect nesting.
17830
17831 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17832
17833         poll: don't return uninitialized
17834         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17835
17836 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17837
17838         avoid compile failure on AIX 6.1
17839         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17840         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17841
17842 2009-01-04  Jim Meyering  <meyering@redhat.com>
17843
17844         remove duplicate inclusion of <stdio.h>
17845         * tests/test-fprintf-posix.c: Likewise.
17846         * tests/test-printf-posix.c: Likewise.
17847         * tests/test-snprintf-posix.c: Likewise.
17848         * tests/test-sprintf-posix.c: Likewise.
17849         * tests/test-vasprintf-posix.c: Likewise.
17850         * tests/test-vfprintf-posix.c: Likewise.
17851         * tests/test-vprintf-posix.c: Likewise.
17852         * tests/test-vsnprintf-posix.c: Likewise.
17853         * tests/test-vsprintf-posix.c: Likewise.
17854
17855 2009-01-03  Jim Meyering  <meyering@redhat.com>
17856
17857         gnulib-tool: fix sed-based filtering
17858         * gnulib-tool (func_filter_filelist): Remove extra backslash
17859         in sed_fff_filter definition.
17860
17861 2009-01-02  Jim Meyering  <meyering@redhat.com>
17862
17863         strftime: avoid compilation failure on Solaris 2.6
17864         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17865         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17866         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17867         be available.  Reported by Tom G. Christensen.  Details in
17868         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17869
17870 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17871             Bruno Haible  <bruno@clisp.org>
17872
17873         Speed up gnulib-tool by doing more string processing through shell
17874         built-ins.
17875         * gnulib-tool (fast_func_append): New variable.
17876         (func_remove_prefix, func_remove_suffix): New functions.
17877         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17878         (func_filter_filelist): New function.
17879         (func_get_dependencies): Use func_remove_suffix instead of sed.
17880         (func_get_automake_snippet): Use func_filter_filelist instead of a
17881         subshell and sed invocation.
17882
17883 2009-01-01  Bruno Haible  <bruno@clisp.org>
17884
17885         Fix a security bug.
17886         * gnulib-tool (func_import, import, update): Don't allow the characters
17887         '"', '$', '`', '\' in macro arguments that become part of commands that
17888         are evaluated.
17889
17890 2009-01-01  Bruno Haible  <bruno@clisp.org>
17891
17892         * gnulib-tool (func_reset_sigpipe): Add more comments.
17893
17894 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17895
17896         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17897         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17898         already know the answer.
17899
17900 2009-01-01  Jim Meyering  <meyering@redhat.com>
17901
17902         * lib/version-etc.c (version_etc_va): Update copyright year.
17903
17904 2008-12-30  Bruno Haible  <bruno@clisp.org>
17905
17906         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17907         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17908         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17909
17910 2008-12-29  Eric Blake  <ebb9@byu.net>
17911
17912         multiarch: avoid autoconf AC_REQUIRE bug
17913         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17914         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17915         2.63 and older.
17916         Reported by Bruno Haible, and analyzed in
17917         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17918
17919 2008-12-29  Bruno Haible  <bruno@clisp.org>
17920
17921         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17922         files in subdirectories correctly.
17923         Reported by Ralf Wildenhues.
17924
17925 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17926
17927         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17928         rather than 'join FILE -', for Solaris join.
17929
17930 2008-12-29  Bruno Haible  <bruno@clisp.org>
17931
17932         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17933         quoting.
17934         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17935         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17936         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17937         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17938         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17939         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17940         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17941         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17942         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17943         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17944         * m4/nls.m4 (AM_NLS): Likewise.
17945         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17946         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17947         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17948         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17949         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17950         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17951         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17952         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17953         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17954         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17955         * m4/xsize.m4 (gl_XSIZE): Likewise.
17956         Suggested by Jim Meyering.
17957
17958 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17959
17960         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17961         * lib/parse-duration.c: use a switch instead of cascading if's.
17962
17963 2008-12-29  Eric Blake  <ebb9@byu.net>
17964
17965         wchar.h: supply WEOF on Irix 5.3
17966         * lib/wchar.in.h (wint_t): Also supply WEOF.
17967         * lib/wctype.in.h (wint_t): Likewise.
17968         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17969         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17970         Reported by Tom G. Christensen.
17971
17972 2008-12-26  Bruno Haible  <bruno@clisp.org>
17973
17974         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17975         i486, i586, i686.
17976
17977 2008-12-26  Bruno Haible  <bruno@clisp.org>
17978
17979         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17980
17981 2008-12-26  Bruno Haible  <bruno@clisp.org>
17982
17983         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17984         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17985         not __STDC_CONSTANT_MACROS.
17986         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17987
17988 2008-12-25  Bruno Haible  <bruno@clisp.org>
17989
17990         Add support for universal builds to vasnprintf.
17991         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17992         universal builds, guess no.
17993         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17994         * modules/vasprintf-posix (Depends-on): Likewise.
17995         * modules/fprintf-posix (Depends-on): Likewise.
17996         * modules/vfprintf-posix (Depends-on): Likewise.
17997         * modules/snprintf-posix (Depends-on): Likewise.
17998         * modules/vsnprintf-posix (Depends-on): Likewise.
17999         * modules/sprintf-posix (Depends-on): Likewise.
18000         * modules/vsprintf-posix (Depends-on): Likewise.
18001         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18002         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18003         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18004         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18005         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18006         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18007         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18008
18009         Add support for universal builds to <inttypes.h>.
18010         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18011         _SCNu64_PREFIX): In Apple
18012         universal builds, define directly, using _LP64.
18013         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18014         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18015         * modules/inttypes (Depends-on): Add multiarch.
18016         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18017
18018         Add support for universal builds to <stdint.h>.
18019         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18020         universal builds, define directly, using _LP64.
18021         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18022         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18023         and size_t.
18024         * modules/stdint (Depends-on): Add multiarch.
18025         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18026
18027         New module 'multiarch'.
18028         * modules/multiarch: New file.
18029         * m4/multiarch.m4: New file.
18030
18031 2008-12-25  Bruno Haible  <bruno@clisp.org>
18032
18033         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18034
18035 2008-12-25  Bruno Haible  <bruno@clisp.org>
18036
18037         * modules/btowc (License): Relicense under LGPLv2+.
18038         * modules/mbsinit (License): Likewise.
18039         * modules/mbrtowc (License): Likewise.
18040         * modules/wcrtomb (License): Likewise.
18041         * modules/streq (License): Likewise.
18042         Reported by David Lutterkort <lutter@redhat.com>.
18043
18044 2008-12-23  Bruno Haible  <bruno@clisp.org>
18045
18046         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18047
18048 2008-12-23  Bruno Haible  <bruno@clisp.org>
18049
18050         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18051         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18052         GETADDRINFO_LIB, not in LIBS.
18053         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18054         * modules/canon-host (Link): Likewise.
18055         * NEWS: Mention the change.
18056         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18057         GETADDRINFO_LIB.
18058
18059 2008-12-22  Bruno Haible  <bruno@clisp.org>
18060
18061         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18062         * doc/posix-functions/iswalpha_l.texi: Likewise.
18063         * doc/posix-functions/iswblank_l.texi: Likewise.
18064         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18065         * doc/posix-functions/iswctype_l.texi: Likewise.
18066         * doc/posix-functions/iswdigit_l.texi: Likewise.
18067         * doc/posix-functions/iswgraph_l.texi: Likewise.
18068         * doc/posix-functions/iswlower_l.texi: Likewise.
18069         * doc/posix-functions/iswprint_l.texi: Likewise.
18070         * doc/posix-functions/iswpunct_l.texi: Likewise.
18071         * doc/posix-functions/iswspace_l.texi: Likewise.
18072         * doc/posix-functions/iswupper_l.texi: Likewise.
18073         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18074         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18075         * doc/posix-functions/open_wmemstream.texi: Likewise.
18076         * doc/posix-functions/swscanf.texi: Likewise.
18077         * doc/posix-functions/towctrans_l.texi: Likewise.
18078         * doc/posix-functions/towlower.texi: Likewise.
18079         * doc/posix-functions/towlower_l.texi: Likewise.
18080         * doc/posix-functions/towupper.texi: Likewise.
18081         * doc/posix-functions/towupper_l.texi: Likewise.
18082         * doc/posix-functions/vfwprintf.texi: Likewise.
18083         * doc/posix-functions/vfwscanf.texi: Likewise.
18084         * doc/posix-functions/vswscanf.texi: Likewise.
18085         * doc/posix-functions/vwprintf.texi: Likewise.
18086         * doc/posix-functions/vwscanf.texi: Likewise.
18087         * doc/posix-functions/wcpcpy.texi: Likewise.
18088         * doc/posix-functions/wcpncpy.texi: Likewise.
18089         * doc/posix-functions/wcscasecmp.texi: Likewise.
18090         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18091         * doc/posix-functions/wcscoll_l.texi: Likewise.
18092         * doc/posix-functions/wcsdup.texi: Likewise.
18093         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18094         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18095         * doc/posix-functions/wcsnlen.texi: Likewise.
18096         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18097         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18098         * doc/posix-functions/wctrans_l.texi: Likewise.
18099         * doc/posix-functions/wctype_l.texi: Likewise.
18100         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18101         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18102         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18103         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18104         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18105         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18106         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18107         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18108         * doc/glibc-functions/wcschrnul.texi: Likewise.
18109         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18110         * doc/glibc-functions/wcstod_l.texi: Likewise.
18111         * doc/glibc-functions/wcstof_l.texi: Likewise.
18112         * doc/glibc-functions/wcstol_l.texi: Likewise.
18113         * doc/glibc-functions/wcstold_l.texi: Likewise.
18114         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18115         * doc/glibc-functions/wcstoq.texi: Likewise.
18116         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18117         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18118         * doc/glibc-functions/wcstouq.texi: Likewise.
18119         * doc/glibc-functions/wmempcpy.texi: Likewise.
18120
18121 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18122             Eric Blake  <ebb9@byu.net>
18123             Paolo Bonzini  <bonzini@gnu.org>
18124             Bruno Haible  <bruno@clisp.org>
18125
18126         Make c-stack work on Haiku.
18127         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18128         (c_stack_action): Use SA_ONSTACK flag.
18129
18130 2008-12-22  Bruno Haible  <bruno@clisp.org>
18131
18132         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18133
18134 2008-12-22  Bruno Haible  <bruno@clisp.org>
18135
18136         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18137         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18138         being overridden.
18139         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18140         New macros.
18141         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18142         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18143         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18144         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18145
18146 2008-12-22  Bruno Haible  <bruno@clisp.org>
18147
18148         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18149         from test code.
18150
18151 2008-12-22  Eric Blake  <ebb9@byu.net>
18152
18153         Avoid gcc warnings on cygwin.
18154         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18155         Avoid unused variable.
18156         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18157         Likewise.
18158
18159 2008-12-22  Bruno Haible  <bruno@clisp.org>
18160
18161         Remove HAVE_MBRTOWC conditionals.
18162         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18163         (mbscasecmp): Assume mbrtowc function.
18164         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18165         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18166         * lib/mbschr.c: Include mbuiter.h unconditionally.
18167         (mbschr): Assume mbrtowc function.
18168         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18169         (mbscspn): Assume mbrtowc function.
18170         * lib/mbslen.c: Include mbuiter.h unconditionally.
18171         (mbslen): Assume mbrtowc function.
18172         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18173         (mbsncasecmp): Assume mbrtowc function.
18174         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18175         (mbsnlen): Assume mbrtowc function.
18176         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18177         (mbspbrk): Assume mbrtowc function.
18178         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18179         (mbspcasecmp): Assume mbrtowc function.
18180         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18181         (mbsrchr): Assume mbrtowc function.
18182         * lib/mbssep.c: Include mbuiter.h unconditionally.
18183         (mbssep): Assume mbrtowc function.
18184         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18185         (mbsspn): Assume mbrtowc function.
18186         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18187         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18188         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18189         (mbstok_r): Assume mbrtowc function.
18190         * lib/propername.c: Include mbuiter.h unconditionally.
18191         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18192         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18193         (trim2): Assume mbrtowc function.
18194         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18195         (mbsnwidth): Assume mbrtowc function.
18196         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18197         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18198         fallback definitions.
18199         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18200
18201 2008-12-22  Bruno Haible  <bruno@clisp.org>
18202
18203         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18204
18205 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18206
18207         * modules/regex: Request emulations for the mb*/wc* functions we need.
18208         * m4/regex.m4: Don't look for those functions here.
18209         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18210
18211 2008-12-22  Bruno Haible  <bruno@clisp.org>
18212
18213         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18214
18215 2008-12-21  Bruno Haible  <bruno@clisp.org>
18216
18217         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18218         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18219         (Include): Remove conditionalization.
18220         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18221         (Include): Remove conditionalization.
18222         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18223         (Include): Remove conditionalization.
18224         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18225         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18226         * NEWS: Mention the change.
18227         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18228         via Sergey Poznyakoff <gray@gnu.org.ua>.
18229
18230 2008-12-21  Bruno Haible  <bruno@clisp.org>
18231
18232         * MODULES.html.sh (Extended multibyte and wide character utilities
18233         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18234         wcrtomb, wcsrtombs.
18235         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18236         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18237         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18238         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18239
18240 2008-12-21  Bruno Haible  <bruno@clisp.org>
18241
18242         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18243
18244 2008-12-21  Bruno Haible  <bruno@clisp.org>
18245
18246         * modules/wcsnrtombs-tests: New file.
18247         * tests/test-wcsnrtombs1.sh: New file.
18248         * tests/test-wcsnrtombs2.sh: New file.
18249         * tests/test-wcsnrtombs3.sh: New file.
18250         * tests/test-wcsnrtombs4.sh: New file.
18251         * tests/test-wcsnrtombs.c: New file.
18252
18253         New module 'wcsnrtombs'.
18254         * lib/wchar.in.h (wcsnrtombs): New declaration.
18255         * lib/wcsnrtombs.c: New file.
18256         * lib/wcsrtombs-state.c: New file.
18257         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18258         (internal_state): Remove variable.
18259         * m4/wcsnrtombs.m4: New file.
18260         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18261         compilation units.
18262         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18263         HAVE_WCSNRTOMBS.
18264         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18265         HAVE_WCSNRTOMBS.
18266         * modules/wcsnrtombs: New file.
18267         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18268         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18269
18270 2008-12-21  Bruno Haible  <bruno@clisp.org>
18271
18272         * modules/wcsrtombs-tests: New file.
18273         * tests/test-wcsrtombs1.sh: New file.
18274         * tests/test-wcsrtombs2.sh: New file.
18275         * tests/test-wcsrtombs3.sh: New file.
18276         * tests/test-wcsrtombs4.sh: New file.
18277         * tests/test-wcsrtombs.c: New file.
18278
18279         New module 'wcsrtombs'.
18280         * lib/wchar.in.h (wcsrtombs): New declaration.
18281         * lib/wcsrtombs.c: New file.
18282         * m4/wcsrtombs.m4: New file.
18283         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18284         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18285         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18286         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18287         * modules/wcsrtombs: New file.
18288         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18289         bugs.
18290
18291 2008-12-21  Bruno Haible  <bruno@clisp.org>
18292
18293         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18294         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18295         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18296         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18297         if not correct.
18298         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18299         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18300         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18301         m4/locale-zh.m4, m4/codeset.m4.
18302         * doc/posix-functions/wcrtomb.texi: Document the bug.
18303
18304 2008-12-21  Bruno Haible  <bruno@clisp.org>
18305
18306         Work around a btowc() bug on IRIX 6.5.
18307         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18308         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18309         REPLACE_WTOBC if not.
18310         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18311         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18312         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18313
18314 2008-12-21  Bruno Haible  <bruno@clisp.org>
18315
18316         * modules/wcrtomb-tests: New file.
18317         * tests/test-wcrtomb.sh: New file.
18318         * tests/test-wcrtomb.c: New file.
18319
18320         New module 'wcrtomb'.
18321         * lib/wchar.in.h (wcrtomb): New declaration.
18322         * lib/wcrtomb.c: New file.
18323         * m4/wcrtomb.m4: New file.
18324         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18325         HAVE_WCRTOMB.
18326         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18327         HAVE_WCRTOMB.
18328         * modules/wcrtomb: New file.
18329         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18330
18331 2008-12-21  Bruno Haible  <bruno@clisp.org>
18332
18333         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18334         * modules/mbsrtowcs (Files): Likewise.
18335         * modules/wctob (Files): Likewise.
18336         * modules/c-strcase-tests (Files): Likewise.
18337         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18338         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18339         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18340         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18341         * modules/vasnprintf-posix-tests (Files): Likewise.
18342
18343 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18344
18345         gitlog-to-changelog: pass all command-line arguments to git-log
18346         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18347         it is sometimes convenient to filter the commits in various ways.
18348         gitlog-to-changelog only allows --since to specify a start date,
18349         but git-log itself supports many other filtering mechanisms.
18350         At the moment, I want to filter by branch name.  Rather than
18351         adding a --branch option to gitlog-to-changelog, it seems more
18352         flexible to simply pass all options directly to git-log and let
18353         git do the work.  Notice that this effectively makes --since a
18354         redundant option for gitlog-to-changelog, but removing it would
18355         require current usage to change since calls would then require
18356         an additional '--'.
18357
18358 2008-12-21  Bruno Haible  <bruno@clisp.org>
18359
18360         * modules/mbsnrtowcs-tests: New file.
18361         * tests/test-mbsnrtowcs1.sh: New file.
18362         * tests/test-mbsnrtowcs2.sh: New file.
18363         * tests/test-mbsnrtowcs3.sh: New file.
18364         * tests/test-mbsnrtowcs4.sh: New file.
18365         * tests/test-mbsnrtowcs.c: New file.
18366
18367         New module 'mbsnrtowcs'.
18368         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18369         * lib/mbsnrtowcs.c: New file.
18370         * lib/mbsrtowcs-state.c: New file.
18371         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18372         (internal_state): Remove variable.
18373         * m4/mbsnrtowcs.m4: New file.
18374         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18375         compilation units.
18376         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18377         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18378         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18379         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18380         * modules/mbsnrtowcs: New file.
18381         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18382         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18383         portability problem.
18384
18385 2008-12-21  Bruno Haible  <bruno@clisp.org>
18386
18387         Work around mbsrtowcs bug.
18388         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18389         (gl_FUNC_MBSRTOWCS): Invoke it.
18390         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18391         m4/locale-zh.m4.
18392         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18393
18394 2008-12-21  Bruno Haible  <bruno@clisp.org>
18395
18396         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18397
18398 2008-12-21  Bruno Haible  <bruno@clisp.org>
18399
18400         Update doc for AIX.
18401         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18402         16-bit wchar_t type.
18403         * doc/posix-functions/btowc.texi: Likewise.
18404         * doc/posix-functions/fgetwc.texi: Likewise.
18405         * doc/posix-functions/fgetws.texi: Likewise.
18406         * doc/posix-functions/fputwc.texi: Likewise.
18407         * doc/posix-functions/fputws.texi: Likewise.
18408         * doc/posix-functions/fwide.texi: Likewise.
18409         * doc/posix-functions/fwprintf.texi: Likewise.
18410         * doc/posix-functions/fwscanf.texi: Likewise.
18411         * doc/posix-functions/getwchar.texi: Likewise.
18412         * doc/posix-functions/getwc.texi: Likewise.
18413         * doc/posix-functions/iswalnum.texi: Likewise.
18414         * doc/posix-functions/iswalpha.texi: Likewise.
18415         * doc/posix-functions/iswblank.texi: Likewise.
18416         * doc/posix-functions/iswcntrl.texi: Likewise.
18417         * doc/posix-functions/iswctype.texi: Likewise.
18418         * doc/posix-functions/iswdigit.texi: Likewise.
18419         * doc/posix-functions/iswgraph.texi: Likewise.
18420         * doc/posix-functions/iswlower.texi: Likewise.
18421         * doc/posix-functions/iswprint.texi: Likewise.
18422         * doc/posix-functions/iswpunct.texi: Likewise.
18423         * doc/posix-functions/iswspace.texi: Likewise.
18424         * doc/posix-functions/iswupper.texi: Likewise.
18425         * doc/posix-functions/iswxdigit.texi: Likewise.
18426         * doc/posix-functions/mbrtowc.texi: Likewise.
18427         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18428         * doc/posix-functions/mbstowcs.texi: Likewise.
18429         * doc/posix-functions/mbtowc.texi: Likewise.
18430         * doc/posix-functions/putwchar.texi: Likewise.
18431         * doc/posix-functions/putwc.texi: Likewise.
18432         * doc/posix-functions/swprintf.texi: Likewise.
18433         * doc/posix-functions/tolower.texi: Likewise.
18434         * doc/posix-functions/toupper.texi: Likewise.
18435         * doc/posix-functions/towctrans.texi: Likewise.
18436         * doc/posix-functions/ungetwc.texi: Likewise.
18437         * doc/posix-functions/vswprintf.texi: Likewise.
18438         * doc/posix-functions/wcrtomb.texi: Likewise.
18439         * doc/posix-functions/wcscat.texi: Likewise.
18440         * doc/posix-functions/wcschr.texi: Likewise.
18441         * doc/posix-functions/wcscmp.texi: Likewise.
18442         * doc/posix-functions/wcscoll.texi: Likewise.
18443         * doc/posix-functions/wcscpy.texi: Likewise.
18444         * doc/posix-functions/wcscspn.texi: Likewise.
18445         * doc/posix-functions/wcsftime.texi: Likewise.
18446         * doc/posix-functions/wcslen.texi: Likewise.
18447         * doc/posix-functions/wcsncat.texi: Likewise.
18448         * doc/posix-functions/wcsncmp.texi: Likewise.
18449         * doc/posix-functions/wcsncpy.texi: Likewise.
18450         * doc/posix-functions/wcspbrk.texi: Likewise.
18451         * doc/posix-functions/wcsrchr.texi: Likewise.
18452         * doc/posix-functions/wcsrtombs.texi: Likewise.
18453         * doc/posix-functions/wcsspn.texi: Likewise.
18454         * doc/posix-functions/wcsstr.texi: Likewise.
18455         * doc/posix-functions/wcstod.texi: Likewise.
18456         * doc/posix-functions/wcstof.texi: Likewise.
18457         * doc/posix-functions/wcstoimax.texi: Likewise.
18458         * doc/posix-functions/wcstok.texi: Likewise.
18459         * doc/posix-functions/wcstold.texi: Likewise.
18460         * doc/posix-functions/wcstoll.texi: Likewise.
18461         * doc/posix-functions/wcstol.texi: Likewise.
18462         * doc/posix-functions/wcstombs.texi: Likewise.
18463         * doc/posix-functions/wcstoull.texi: Likewise.
18464         * doc/posix-functions/wcstoul.texi: Likewise.
18465         * doc/posix-functions/wcstoumax.texi: Likewise.
18466         * doc/posix-functions/wcswidth.texi: Likewise.
18467         * doc/posix-functions/wcsxfrm.texi: Likewise.
18468         * doc/posix-functions/wctob.texi: Likewise.
18469         * doc/posix-functions/wctomb.texi: Likewise.
18470         * doc/posix-functions/wctrans.texi: Likewise.
18471         * doc/posix-functions/wctype.texi: Likewise.
18472         * doc/posix-functions/wcwidth.texi: Likewise.
18473         * doc/posix-functions/wmemchr.texi: Likewise.
18474         * doc/posix-functions/wmemcmp.texi: Likewise.
18475         * doc/posix-functions/wmemcpy.texi: Likewise.
18476         * doc/posix-functions/wmemmove.texi: Likewise.
18477         * doc/posix-functions/wmemset.texi: Likewise.
18478         * doc/posix-functions/wprintf.texi: Likewise.
18479         * doc/posix-functions/wscanf.texi: Likewise.
18480
18481 2008-12-21  Bruno Haible  <bruno@clisp.org>
18482
18483         Update doc for HP-UX 11.11.
18484         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18485         in HP-UX version 11.00, not in all versions of HP-UX 11.
18486         * doc/posix-functions/fwide.texi: Likewise.
18487         * doc/posix-functions/fwprintf.texi: Likewise.
18488         * doc/posix-functions/fwscanf.texi: Likewise.
18489         * doc/posix-functions/inet_ntop.texi: Likewise.
18490         * doc/posix-functions/inet_pton.texi: Likewise.
18491         * doc/posix-functions/mbrlen.texi: Likewise.
18492         * doc/posix-functions/mbrtowc.texi: Likewise.
18493         * doc/posix-functions/mbsinit.texi: Likewise.
18494         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18495         * doc/posix-functions/swprintf.texi: Likewise.
18496         * doc/posix-functions/swscanf.texi: Likewise.
18497         * doc/posix-functions/towctrans.texi: Likewise.
18498         * doc/posix-functions/vfwprintf.texi: Likewise.
18499         * doc/posix-functions/vswprintf.texi: Likewise.
18500         * doc/posix-functions/vwprintf.texi: Likewise.
18501         * doc/posix-functions/wcrtomb.texi: Likewise.
18502         * doc/posix-functions/wcsrtombs.texi: Likewise.
18503         * doc/posix-functions/wcsstr.texi: Likewise.
18504         * doc/posix-functions/wctob.texi: Likewise.
18505         * doc/posix-functions/wctrans.texi: Likewise.
18506         * doc/posix-functions/wmemchr.texi: Likewise.
18507         * doc/posix-functions/wmemcmp.texi: Likewise.
18508         * doc/posix-functions/wmemcpy.texi: Likewise.
18509         * doc/posix-functions/wmemmove.texi: Likewise.
18510         * doc/posix-functions/wmemset.texi: Likewise.
18511         * doc/posix-functions/wprintf.texi: Likewise.
18512         * doc/posix-functions/wscanf.texi: Likewise.
18513
18514 2008-12-21  Bruno Haible  <bruno@clisp.org>
18515
18516         Work around a portability problem.
18517         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18518         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18519
18520 2008-12-20  Bruno Haible  <bruno@clisp.org>
18521
18522         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18523         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18524         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18525         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18526         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18527
18528         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18529         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18530         set.
18531         (GNULIB_defined_mbstate_t): New macro.
18532         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18533         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18534         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18535         reuses the system's mbrtowc function but works around the bugs.
18536         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18537         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18538         macros.
18539         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18540         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18541         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18542         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18543         REPLACE_MBSINIT if mbsinit needs to be overridden.
18544         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18545         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18546         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18547         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18548         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18549         m4/locale-zh.m4.
18550         (Depends): Add mbsinit.
18551         * modules/mbsinit (Depends): Add mbrtowc.
18552         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18553
18554 2008-12-20  Bruno Haible  <bruno@clisp.org>
18555
18556         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18557         so that there are no conversion errors on AIX.
18558         * tests/test-mbsrtowcs.c (main): LIkewise.
18559
18560 2008-12-20  Bruno Haible  <bruno@clisp.org>
18561
18562         Work around wctob bug on Solaris <= 9.
18563         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18564         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18565         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18566         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18567         * modules/wctob (Files): Add m4/locale-fr.m4.
18568         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18569
18570 2008-12-20  Bruno Haible  <bruno@clisp.org>
18571
18572         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18573         /dev/null.
18574         * tests/test-select-in.sh: Likewise.
18575         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18576
18577 2008-12-20  Bruno Haible  <bruno@clisp.org>
18578
18579         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18580         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18581         Cygwin 1.5.x.
18582
18583 2008-12-20  Bruno Haible  <bruno@clisp.org>
18584
18585         Ensure mbstate_t is defined on HP-UX 11.11.
18586         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18587         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18588         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18589         AC_USE_SYSTEM_EXTENSIONS.
18590         * modules/fnmatch (Depends-on): Add extensions.
18591         * modules/mbrlen (Depends-on): Likewise.
18592         * modules/mbrtowc (Depends-on): Likewise.
18593         * modules/mbsinit (Depends-on): Likewise.
18594         * modules/mbsrtowcs (Depends-on): Likewise.
18595         * modules/mbswidth (Depends-on): Likewise.
18596         * modules/quotearg (Depends-on): Likewise.
18597         * modules/strftime (Depends-on): Likewise.
18598
18599 2008-12-20  Bruno Haible  <bruno@clisp.org>
18600
18601         Ensure wctob is declared on IRIX 6.5.
18602         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18603         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18604         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18605         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18606         of HAVE_WCTOB.
18607         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18608         HAVE_WCTOB.
18609         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18610
18611 2008-12-19  Bruno Haible  <bruno@clisp.org>
18612
18613         * modules/mbsrtowcs-tests: New file.
18614         * tests/test-mbsrtowcs1.sh: New file.
18615         * tests/test-mbsrtowcs2.sh: New file.
18616         * tests/test-mbsrtowcs3.sh: New file.
18617         * tests/test-mbsrtowcs4.sh: New file.
18618         * tests/test-mbsrtowcs.c: New file.
18619
18620         New module 'mbsrtowcs'.
18621         * lib/wchar.in.h (mbsrtowcs): New declaration.
18622         * lib/mbsrtowcs.c: New file.
18623         * m4/mbsrtowcs.m4: New file.
18624         * modules/mbsrtowcs: New file.
18625         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18626         HAVE_MBSRTOWCS.
18627         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18628         HAVE_MBSRTOWCS.
18629         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18630
18631 2008-12-19  Bruno Haible  <bruno@clisp.org>
18632
18633         New module 'mbrlen'.
18634         * lib/wchar.in.h (mbrlen): New declaration.
18635         * lib/mbrlen.c: New file.
18636         * m4/mbrlen.m4: New file.
18637         * modules/mbrlen: New file.
18638         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18639         HAVE_MBRLEN.
18640         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18641         HAVE_MBRLEN.
18642         * doc/posix-functions/mbrlen.texi: Document the new module.
18643
18644 2008-12-19  Bruno Haible  <bruno@clisp.org>
18645
18646         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18647         * modules/mbrtowc (Depends-on): Add verify.
18648         Suggested by Paul Eggert.
18649
18650 2008-12-18  Bruno Haible  <bruno@clisp.org>
18651
18652         * modules/mbsinit-tests: New file.
18653         * tests/test-mbsinit.sh: New file.
18654         * tests/test-mbsinit.c: New file.
18655
18656 2008-12-18  Bruno Haible  <bruno@clisp.org>
18657
18658         * modules/mbrtowc-tests: New file.
18659         * tests/test-mbrtowc1.sh: New file.
18660         * tests/test-mbrtowc2.sh: New file.
18661         * tests/test-mbrtowc3.sh: New file.
18662         * tests/test-mbrtowc4.sh: New file.
18663         * tests/test-mbrtowc.c: New file.
18664
18665         New module 'mbrtowc'.
18666         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18667         mbsinit and mbrtowc.
18668         (mbrtowc): New declaration.
18669         * lib/mbrtowc.c: New file.
18670         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18671         * modules/mbrtowc: New file.
18672         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18673         HAVE_MBRTOWC.
18674         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18675         HAVE_MBRTOWC.
18676         * doc/posix-functions/mbrtowc.texi: Document the new module.
18677
18678 2008-12-18  Bruno Haible  <bruno@clisp.org>
18679
18680         New module 'wctob'.
18681         * lib/wchar.in.h (wctob): New declaration.
18682         * lib/wctob.c: New file.
18683         * m4/wctob.m4: New file.
18684         * modules/wctob: New file.
18685         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18686         HAVE_WCTOB.
18687         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18688         * doc/posix-functions/wctob.texi: Document the new module.
18689
18690 2008-12-18  Bruno Haible  <bruno@clisp.org>
18691
18692         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18693         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18694
18695 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18696
18697         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18698         G. Christensen" <tgc@jupiterrise.com>.
18699
18700         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18701         G. Christensen" <tgc@jupiterrise.com>.
18702
18703         * lib/flock.c: Need to include string.h.  Reported by "Tom
18704         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18705         <ebb9@byu.net>.
18706
18707 2008-12-18  Bruno Haible  <bruno@clisp.org>
18708
18709         * m4/locale-ja.m4: New file, from GNU gettext.
18710
18711 2008-12-17  Bruno Haible  <bruno@clisp.org>
18712
18713         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18714         Suggested by Eric Blake.
18715
18716 2008-12-17  Bruno Haible  <bruno@clisp.org>
18717
18718         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18719
18720 2008-12-17  Bruno Haible  <bruno@clisp.org>
18721
18722         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18723         * modules/mbsinit (Depends-on): Add verify.
18724         Suggested by Paul Eggert.
18725
18726 2008-12-17  Bruno Haible  <bruno@clisp.org>
18727
18728         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18729         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18730         gl_FUNC_MBRTOWC.
18731         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18732         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18733         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18734         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18735         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18736         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18737         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18738         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18739         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18740         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18741         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18742         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18743         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18744         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18745         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18746         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18747         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18748         * modules/trim (configure.ac): Likewise.
18749
18750 2008-12-17  Bruno Haible  <bruno@clisp.org>
18751
18752         * modules/btowc-tests: New file.
18753         * tests/test-btowc1.sh: New file.
18754         * tests/test-btowc2.sh: New file.
18755         * tests/test-btowc.c: New file.
18756
18757         New module 'btowc'.
18758         * lib/wchar.in.h (btowc): New declaration.
18759         * lib/btowc.c: New file.
18760         * m4/btowc.m4: New file.
18761         * modules/btowc: New file.
18762         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18763         HAVE_BTOWC.
18764         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18765         * doc/posix-functions/btowc.texi: Document the new module.
18766
18767 2008-12-17  Bruno Haible  <bruno@clisp.org>
18768
18769         New module 'mbsinit'.
18770         * lib/wchar.in.h (mbsinit): New declaration.
18771         * lib/mbsinit.c: New file.
18772         * m4/mbsinit.m4: New file.
18773         * modules/mbsinit: New file.
18774         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18775         HAVE_MBSINIT.
18776         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18777         HAVE_MBSINIT.
18778         * doc/posix-functions/mbsinit.texi: Document the new module.
18779
18780 2008-12-16  Bruno Haible  <bruno@clisp.org>
18781
18782         * lib/unistd.in.h: Add comment.
18783         * tests/test-environ.c: Don't include <stdlib.h>.
18784
18785 2008-12-16  Bruno Haible  <bruno@clisp.org>
18786
18787         * lib/parse-duration.h (parse_duration): Document return value
18788         convention.
18789         * lib/parse-duration.c: Include specification header first. Add
18790         comments.
18791         (_): Remove macro.
18792         (parse_year_month_day, parse_hour_minute_second): Move side effects
18793         outside of strchr call.
18794         (parse_non_iso8601): Move side effects outside of isspace call.
18795         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18796         call.
18797
18798 2008-12-16  Bruno Haible  <bruno@clisp.org>
18799
18800         * tests/test-parse-duration.sh: Produce no output when the test
18801         succeeds.
18802
18803 2008-12-16  Bruno Haible  <bruno@clisp.org>
18804
18805         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18806         expressions.
18807
18808 2008-12-15  Bruno Haible  <bruno@clisp.org>
18809
18810         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18811         * doc/glibc-functions/flistxattr.texi: Likewise.
18812         * doc/glibc-functions/fopencookie.texi: Likewise.
18813         * doc/glibc-functions/fremovexattr.texi: Likewise.
18814         * doc/glibc-functions/fsetxattr.texi: Likewise.
18815         * doc/glibc-functions/getxattr.texi: Likewise.
18816         * doc/glibc-functions/lgetxattr.texi: Likewise.
18817         * doc/glibc-functions/listxattr.texi: Likewise.
18818         * doc/glibc-functions/llistxattr.texi: Likewise.
18819         * doc/glibc-functions/lremovexattr.texi: Likewise.
18820         * doc/glibc-functions/lsetxattr.texi: Likewise.
18821         * doc/glibc-functions/removexattr.texi: Likewise.
18822         * doc/glibc-functions/setxattr.texi: Likewise.
18823         * doc/posix-functions/open_memstream.texi: Likewise.
18824
18825 2008-12-15  Eric Blake  <ebb9@byu.net>
18826
18827         Update doc for cygwin 1.7.
18828         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18829         functions.
18830         * doc/posix-functions/fchmodat.texi: Likewise.
18831         * doc/posix-functions/fchownat.texi: Likewise.
18832         * doc/posix-functions/fdopendir.texi: Likewise.
18833         * doc/posix-functions/fmemopen.texi: Likewise.
18834         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18835         * doc/posix-functions/fstatat.texi: Likewise.
18836         * doc/posix-functions/futimens.texi: Likewise.
18837         * doc/posix-functions/gai_strerror.texi: Likewise.
18838         * doc/posix-functions/getaddrinfo.texi: Likewise.
18839         * doc/posix-functions/getnameinfo.texi: Likewise.
18840         * doc/posix-functions/if_freenameindex.texi: Likewise.
18841         * doc/posix-functions/if_indextoname.texi: Likewise.
18842         * doc/posix-functions/if_nameindex.texi: Likewise.
18843         * doc/posix-functions/if_nametoindex.texi: Likewise.
18844         * doc/posix-functions/insque.texi: Likewise.
18845         * doc/posix-functions/linkat.texi: Likewise.
18846         * doc/posix-functions/llrint.texi: Likewise.
18847         * doc/posix-functions/llrintf.texi: Likewise.
18848         * doc/posix-functions/llrintl.texi: Likewise.
18849         * doc/posix-functions/lockf.texi: Likewise.
18850         * doc/posix-functions/lrintl.texi: Likewise.
18851         * doc/posix-functions/mkdirat.texi: Likewise.
18852         * doc/posix-functions/mkfifoat.texi: Likewise.
18853         * doc/posix-functions/mknodat.texi: Likewise.
18854         * doc/posix-functions/mq_close.texi: Likewise.
18855         * doc/posix-functions/mq_getattr.texi: Likewise.
18856         * doc/posix-functions/mq_notify.texi: Likewise.
18857         * doc/posix-functions/mq_open.texi: Likewise.
18858         * doc/posix-functions/mq_receive.texi: Likewise.
18859         * doc/posix-functions/mq_send.texi: Likewise.
18860         * doc/posix-functions/mq_setattr.texi: Likewise.
18861         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18862         * doc/posix-functions/mq_timedsend.texi: Likewise.
18863         * doc/posix-functions/mq_unlink.texi: Likewise.
18864         * doc/posix-functions/open_memstream.texi: Likewise.
18865         * doc/posix-functions/openat.texi: Likewise.
18866         * doc/posix-functions/posix_fadvise.texi: Likewise.
18867         * doc/posix-functions/posix_fallocate.texi: Likewise.
18868         * doc/posix-functions/posix_madvise.texi: Likewise.
18869         * doc/posix-functions/posix_memalign.texi: Likewise.
18870         * doc/posix-functions/posix_openpt.texi: Likewise.
18871         * doc/posix-functions/readlinkat.texi: Likewise.
18872         * doc/posix-functions/remque.texi: Likewise.
18873         * doc/posix-functions/renameat.texi: Likewise.
18874         * doc/posix-functions/rintl.texi: Likewise.
18875         * doc/posix-functions/sem_unlink.texi: Likewise.
18876         * doc/posix-functions/shm_open.texi: Likewise.
18877         * doc/posix-functions/shm_unlink.texi: Likewise.
18878         * doc/posix-functions/signgam.texi: Likewise.
18879         * doc/posix-functions/sigset.texi: Likewise.
18880         * doc/posix-functions/stpcpy.texi: Likewise.
18881         * doc/posix-functions/stpncpy.texi: Likewise.
18882         * doc/posix-functions/strerror.texi: Likewise.
18883         * doc/posix-functions/strtod.texi: Likewise.
18884         * doc/posix-functions/symlinkat.texi: Likewise.
18885         * doc/posix-functions/unlinkat.texi: Likewise.
18886         * doc/posix-functions/utimensat.texi: Likewise.
18887         * doc/glibc-functions/bindresvport.texi: Likewise.
18888         * doc/glibc-functions/dn_expand.texi: Likewise.
18889         * doc/glibc-functions/exp10.texi: Likewise.
18890         * doc/glibc-functions/exp10f.texi: Likewise.
18891         * doc/glibc-functions/fgetxattr.texi: Likewise.
18892         * doc/glibc-functions/flistxattr.texi: Likewise.
18893         * doc/glibc-functions/fopencookie.texi: Likewise.
18894         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18895         * doc/glibc-functions/fremovexattr.texi: Likewise.
18896         * doc/glibc-functions/fsetxattr.texi: Likewise.
18897         * doc/glibc-functions/getifaddrs.texi: Likewise.
18898         * doc/glibc-functions/getxattr.texi: Likewise.
18899         * doc/glibc-functions/lgetxattr.texi: Likewise.
18900         * doc/glibc-functions/listxattr.texi: Likewise.
18901         * doc/glibc-functions/llistxattr.texi: Likewise.
18902         * doc/glibc-functions/lremovexattr.texi: Likewise.
18903         * doc/glibc-functions/lsetxattr.texi: Likewise.
18904         * doc/glibc-functions/pow10.texi: Likewise.
18905         * doc/glibc-functions/pow10f.texi: Likewise.
18906         * doc/glibc-functions/rcmd_af.texi: Likewise.
18907         * doc/glibc-functions/removexattr.texi: Likewise.
18908         * doc/glibc-functions/res_init.texi: Likewise.
18909         * doc/glibc-functions/res_mkquery.texi: Likewise.
18910         * doc/glibc-functions/res_query.texi: Likewise.
18911         * doc/glibc-functions/res_querydomain.texi: Likewise.
18912         * doc/glibc-functions/res_send.texi: Likewise.
18913         * doc/glibc-functions/rresvport_af.texi: Likewise.
18914         * doc/glibc-functions/setxattr.texi: Likewise.
18915         * doc/glibc-functions/strcasestr.texi: Likewise.
18916
18917 2008-12-15  Bruno Haible  <bruno@clisp.org>
18918
18919         Fix compilation error on OSF/1 4.0.
18920         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18921         <sys/time.h>, simply delegate to the system header.
18922         Reported by Daniel Richard G. <oss@teragram.com>.
18923
18924 2008-12-15  Bruno Haible  <bruno@clisp.org>
18925
18926         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18927         * doc/posix-functions/fchmodat.texi: Likewise.
18928         * doc/posix-functions/fchownat.texi: Likewise.
18929         * doc/posix-functions/fdopendir.texi: Likewise.
18930         * doc/posix-functions/fstatat.texi: Likewise.
18931         * doc/posix-functions/mkdirat.texi: Likewise.
18932         * doc/posix-functions/unlinkat.texi: Likewise.
18933
18934 2008-12-14  Bruno Haible  <bruno@clisp.org>
18935
18936         Update doc for POSIX:2008.
18937         * doc/posix-functions/faccessat.texi: New file.
18938         * doc/posix-functions/fchmodat.texi: New file.
18939         * doc/posix-functions/fchownat.texi: New file.
18940         * doc/posix-functions/fdopendir.texi: New file.
18941         * doc/posix-functions/fstatat.texi: New file.
18942         * doc/posix-functions/futimens.texi: New file.
18943         * doc/posix-functions/linkat.texi: New file.
18944         * doc/posix-functions/mkdirat.texi: New file.
18945         * doc/posix-functions/mkfifoat.texi: New file.
18946         * doc/posix-functions/mknodat.texi: New file.
18947         * doc/posix-functions/open_wmemstream.texi: New file.
18948         * doc/posix-functions/openat.texi: New file.
18949         * doc/posix-functions/psiginfo.texi: New file.
18950         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18951         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18952         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18953         * doc/posix-functions/readlinkat.texi: New file.
18954         * doc/posix-functions/renameat.texi: New file.
18955         * doc/posix-functions/strerror_l.texi: New file.
18956         * doc/posix-functions/symlinkat.texi: New file.
18957         * doc/posix-functions/unlinkat.texi: New file.
18958         * doc/posix-functions/utimensat.texi: New file.
18959         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18960
18961 2008-12-14  Bruno Haible  <bruno@clisp.org>
18962
18963         Update doc for POSIX:2008.
18964         * doc/posix-functions/alphasort.texi: Renamed from
18965         doc/glibc-functions/alphasort.texi.
18966         * doc/posix-functions/dirfd.texi: Renamed from
18967         doc/glibc-functions/dirfd.texi.
18968         * doc/posix-functions/dprintf.texi: Renamed from
18969         doc/glibc-functions/dprintf.texi.
18970         * doc/posix-functions/duplocale.texi: Renamed from
18971         doc/glibc-functions/duplocale.texi.
18972         * doc/posix-functions/fexecve.texi: Renamed from
18973         doc/glibc-functions/fexecve.texi.
18974         * doc/posix-functions/fmemopen.texi: Renamed from
18975         doc/glibc-functions/fmemopen.texi.
18976         * doc/posix-functions/freelocale.texi: Renamed from
18977         doc/glibc-functions/freelocale.texi.
18978         * doc/posix-functions/getdate_err.texi: Renamed from
18979         doc/glibc-functions/getdate_err.texi.
18980         * doc/posix-functions/isalnum_l.texi: Renamed from
18981         doc/glibc-functions/isalnum_l.texi.
18982         * doc/posix-functions/isalpha_l.texi: Renamed from
18983         doc/glibc-functions/isalpha_l.texi.
18984         * doc/posix-functions/isblank_l.texi: Renamed from
18985         doc/glibc-functions/isblank_l.texi.
18986         * doc/posix-functions/iscntrl_l.texi: Renamed from
18987         doc/glibc-functions/iscntrl_l.texi.
18988         * doc/posix-functions/isdigit_l.texi: Renamed from
18989         doc/glibc-functions/isdigit_l.texi.
18990         * doc/posix-functions/isgraph_l.texi: Renamed from
18991         doc/glibc-functions/isgraph_l.texi.
18992         * doc/posix-functions/islower_l.texi: Renamed from
18993         doc/glibc-functions/islower_l.texi.
18994         * doc/posix-functions/isprint_l.texi: Renamed from
18995         doc/glibc-functions/isprint_l.texi.
18996         * doc/posix-functions/ispunct_l.texi: Renamed from
18997         doc/glibc-functions/ispunct_l.texi.
18998         * doc/posix-functions/isspace_l.texi: Renamed from
18999         doc/glibc-functions/isspace_l.texi.
19000         * doc/posix-functions/isupper_l.texi: Renamed from
19001         doc/glibc-functions/isupper_l.texi.
19002         * doc/posix-functions/iswalnum_l.texi: Renamed from
19003         doc/glibc-functions/iswalnum_l.texi.
19004         * doc/posix-functions/iswalpha_l.texi: Renamed from
19005         doc/glibc-functions/iswalpha_l.texi.
19006         * doc/posix-functions/iswblank_l.texi: Renamed from
19007         doc/glibc-functions/iswblank_l.texi.
19008         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19009         doc/glibc-functions/iswcntrl_l.texi.
19010         * doc/posix-functions/iswctype_l.texi: Renamed from
19011         doc/glibc-functions/iswctype_l.texi.
19012         * doc/posix-functions/iswdigit_l.texi: Renamed from
19013         doc/glibc-functions/iswdigit_l.texi.
19014         * doc/posix-functions/iswgraph_l.texi: Renamed from
19015         doc/glibc-functions/iswgraph_l.texi.
19016         * doc/posix-functions/iswlower_l.texi: Renamed from
19017         doc/glibc-functions/iswlower_l.texi.
19018         * doc/posix-functions/iswprint_l.texi: Renamed from
19019         doc/glibc-functions/iswprint_l.texi.
19020         * doc/posix-functions/iswpunct_l.texi: Renamed from
19021         doc/glibc-functions/iswpunct_l.texi.
19022         * doc/posix-functions/iswspace_l.texi: Renamed from
19023         doc/glibc-functions/iswspace_l.texi.
19024         * doc/posix-functions/iswupper_l.texi: Renamed from
19025         doc/glibc-functions/iswupper_l.texi.
19026         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19027         doc/glibc-functions/iswxdigit_l.texi.
19028         * doc/posix-functions/isxdigit_l.texi: Renamed from
19029         doc/glibc-functions/isxdigit_l.texi.
19030         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19031         doc/glibc-functions/mbsnrtowcs.texi.
19032         * doc/posix-functions/mkdtemp.texi: Renamed from
19033         doc/glibc-functions/mkdtemp.texi.
19034         * doc/posix-functions/newlocale.texi: Renamed from
19035         doc/glibc-functions/newlocale.texi.
19036         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19037         doc/glibc-functions/nl_langinfo_l.texi.
19038         * doc/posix-functions/open_memstream.texi: Renamed from
19039         doc/glibc-functions/open_memstream.texi.
19040         * doc/posix-functions/opterr.texi: Renamed from
19041         doc/glibc-functions/opterr.texi.
19042         * doc/posix-functions/optind.texi: Renamed from
19043         doc/glibc-functions/optind.texi.
19044         * doc/posix-functions/optopt.texi: Renamed from
19045         doc/glibc-functions/optopt.texi.
19046         * doc/posix-functions/psignal.texi: Renamed from
19047         doc/glibc-functions/psignal.texi.
19048         * doc/posix-functions/scandir.texi: Renamed from
19049         doc/glibc-functions/scandir.texi.
19050         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19051         doc/glibc-functions/sched_get_priority_min.texi.
19052         * doc/posix-functions/signgam.texi: Renamed from
19053         doc/glibc-functions/signgam.texi.
19054         * doc/posix-functions/stpcpy.texi: Renamed from
19055         doc/glibc-functions/stpcpy.texi.
19056         * doc/posix-functions/stpncpy.texi: Renamed from
19057         doc/glibc-functions/stpncpy.texi.
19058         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19059         doc/glibc-functions/strcasecmp_l.texi.
19060         * doc/posix-functions/strcoll_l.texi: Renamed from
19061         doc/glibc-functions/strcoll_l.texi.
19062         * doc/posix-functions/strfmon_l.texi: Renamed from
19063         doc/glibc-functions/strfmon_l.texi.
19064         * doc/posix-functions/strftime_l.texi: Renamed from
19065         doc/glibc-functions/strftime_l.texi.
19066         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19067         doc/glibc-functions/strncasecmp_l.texi.
19068         * doc/posix-functions/strndup.texi: Renamed from
19069         doc/glibc-functions/strndup.texi.
19070         * doc/posix-functions/strnlen.texi: Renamed from
19071         doc/glibc-functions/strnlen.texi.
19072         * doc/posix-functions/strsignal.texi: Renamed from
19073         doc/glibc-functions/strsignal.texi.
19074         * doc/posix-functions/strxfrm_l.texi: Renamed from
19075         doc/glibc-functions/strxfrm_l.texi.
19076         * doc/posix-functions/timer_gettime.texi: Renamed from
19077         doc/glibc-functions/timer_gettime.texi.
19078         * doc/posix-functions/tolower_l.texi: Renamed from
19079         doc/glibc-functions/tolower_l.texi.
19080         * doc/posix-functions/toupper_l.texi: Renamed from
19081         doc/glibc-functions/toupper_l.texi.
19082         * doc/posix-functions/towctrans_l.texi: Renamed from
19083         doc/glibc-functions/towctrans_l.texi.
19084         * doc/posix-functions/towlower_l.texi: Renamed from
19085         doc/glibc-functions/towlower_l.texi.
19086         * doc/posix-functions/towupper_l.texi: Renamed from
19087         doc/glibc-functions/towupper_l.texi.
19088         * doc/posix-functions/uselocale.texi: Renamed from
19089         doc/glibc-functions/uselocale.texi.
19090         * doc/posix-functions/vdprintf.texi: Renamed from
19091         doc/glibc-functions/vdprintf.texi.
19092         * doc/posix-functions/wcpcpy.texi:
19093         Renamed from doc/glibc-functions/wcpcpy.texi.
19094         * doc/posix-functions/wcpncpy.texi: Renamed from
19095         doc/glibc-functions/wcpncpy.texi.
19096         * doc/posix-functions/wcscasecmp.texi: Renamed from
19097         doc/glibc-functions/wcscasecmp.texi.
19098         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19099         doc/glibc-functions/wcscasecmp_l.texi.
19100         * doc/posix-functions/wcscoll_l.texi: Renamed from
19101         doc/glibc-functions/wcscoll_l.texi.
19102         * doc/posix-functions/wcsdup.texi: Renamed from
19103         doc/glibc-functions/wcsdup.texi.
19104         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19105         doc/glibc-functions/wcsncasecmp.texi.
19106         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19107         doc/glibc-functions/wcsncasecmp_l.texi.
19108         * doc/posix-functions/wcsnlen.texi: Renamed from
19109         doc/glibc-functions/wcsnlen.texi.
19110         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19111         doc/glibc-functions/wcsnrtombs.texi.
19112         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19113         doc/glibc-functions/wcsxfrm_l.texi.
19114         * doc/posix-functions/wctrans_l.texi: Renamed from
19115         doc/glibc-functions/wctrans_l.texi.
19116         * doc/posix-functions/wctype_l.texi: Renamed from
19117         doc/glibc-functions/wctype_l.texi.
19118         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19119         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19120         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19121         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19122         these subsections.
19123         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19124         Remove sections.
19125
19126 2008-12-14  Bruno Haible  <bruno@clisp.org>
19127
19128         Update doc for POSIX:2008.
19129         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19130
19131 2008-12-14  Bruno Haible  <bruno@clisp.org>
19132
19133         Update doc for POSIX:2008.
19134         * doc/pastposix-functions/bcmp.texi: Renamed from
19135         doc/posix-functions/bcmp.texi.
19136         * doc/pastposix-functions/bcopy.texi: Renamed from
19137         doc/posix-functions/bcopy.texi.
19138         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19139         doc/posix-functions/bsd_signal.texi.
19140         * doc/pastposix-functions/bzero.texi: Renamed from
19141         doc/posix-functions/bzero.texi.
19142         * doc/pastposix-functions/ecvt.texi: Renamed from
19143         doc/posix-functions/ecvt.texi.
19144         * doc/pastposix-functions/fcvt.texi: Renamed from
19145         doc/posix-functions/fcvt.texi.
19146         * doc/pastposix-functions/ftime.texi: Renamed from
19147         doc/posix-functions/ftime.texi.
19148         * doc/pastposix-functions/gcvt.texi: Renamed from
19149         doc/posix-functions/gcvt.texi.
19150         * doc/pastposix-functions/getcontext.texi: Renamed from
19151         doc/posix-functions/getcontext.texi.
19152         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19153         doc/posix-functions/gethostbyaddr.texi.
19154         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19155         doc/posix-functions/gethostbyname.texi.
19156         * doc/pastposix-functions/getwd.texi: Renamed from
19157         doc/posix-functions/getwd.texi.
19158         * doc/pastposix-functions/h_errno.texi: Renamed from
19159         doc/posix-functions/h_errno.texi.
19160         * doc/pastposix-functions/index.texi: Renamed from
19161         doc/posix-functions/index.texi.
19162         * doc/pastposix-functions/makecontext.texi: Renamed from
19163         doc/posix-functions/makecontext.texi.
19164         * doc/pastposix-functions/mktemp.texi: Renamed from
19165         doc/posix-functions/mktemp.texi.
19166         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19167         doc/posix-functions/pthread_attr_getstackaddr.texi.
19168         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19169         doc/posix-functions/pthread_attr_setstackaddr.texi.
19170         * doc/pastposix-functions/rindex.texi: Renamed from
19171         doc/posix-functions/rindex.texi.
19172         * doc/pastposix-functions/scalb.texi: Renamed from
19173         doc/posix-functions/scalb.texi.
19174         * doc/pastposix-functions/setcontext.texi: Renamed from
19175         doc/posix-functions/setcontext.texi.
19176         * doc/pastposix-functions/swapcontext.texi: Renamed from
19177         doc/posix-functions/swapcontext.texi.
19178         * doc/pastposix-functions/ualarm.texi: Renamed from
19179         doc/posix-functions/ualarm.texi.
19180         * doc/pastposix-functions/usleep.texi: Renamed from
19181         doc/posix-functions/usleep.texi.
19182         * doc/pastposix-functions/vfork.texi: Renamed from
19183         doc/posix-functions/vfork.texi.
19184         * doc/pastposix-functions/wcswcs.texi: Renamed from
19185         doc/posix-functions/wcswcs.texi.
19186         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19187         (Function Substitutes): Update.
19188
19189 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19190
19191         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19192         m4/strerror.m4.
19193
19194 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19195             Bruno Haible  <bruno@clisp.org>
19196
19197         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19198
19199 2008-12-13  Bruno Haible  <bruno@clisp.org>
19200
19201         * modules/strtoull (Depends-on): Remove unistd.
19202
19203 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19204
19205         * modules/strtoull (Depends-on): Add stdlib.
19206
19207 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19208
19209         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19210
19211 2008-12-10  Jim Meyering  <meyering@redhat.com>
19212
19213         gl_ASSERT: don't say assertions are disabled when they're not
19214         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19215         "checking whether to enable assertions... no", when they are in
19216         fact enabled.  This is solely a bug in the output of configure.
19217         In spite of saying "no", NDEBUG was not defined in that case.
19218         Also, as noted by Eric Blake, leave assertions enabled upon
19219         --enable-assert=INVALID.
19220
19221 2008-12-10  Bruno Haible  <bruno@clisp.org>
19222
19223         Change MODULES.html to refer to POSIX:2008 where possible.
19224         * MODULES.html.sh (POSIX2008_URL): New variable.
19225         (posix_headers): Remove sys/timeb, ucontext.
19226         (posix2001_headers): New variable.
19227         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19228         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19229         index, makecontext, mktemp, pthread_attr_getstackaddr,
19230         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19231         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19232         (posix2001_functions): New variable.
19233         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19234         otherwise.
19235
19236 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19237
19238         add missing include to parse-duration.c
19239         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19240         * modules/parse-duration (Depends-on): Add xalloc.
19241
19242         fix sed script reading maint.mk
19243         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19244         (syntax-check-rules): Use it.
19245
19246 2008-12-09  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19249         MacOS X 10.4/PowerPC.
19250         Reported by Simon Josefsson.
19251
19252 2008-12-08  Jim Meyering  <meyering@redhat.com>
19253
19254         work around mingw's lack of some S_IF definitions
19255         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19256         Reported by Simon Josefsson.
19257
19258 2008-12-08  Bruno Haible  <bruno@clisp.org>
19259
19260         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19261         applied to variables. Needed on MacOS X 10.4/PowerPC.
19262         Reported by Simon Josefsson.
19263
19264 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19265         and Eric Blake  <ebb9@byu.net>
19266
19267         assert: honor --enable-assert
19268         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19269         order to honor --enable-assert, rather than treating it as a
19270         synonym for --disable-assert.
19271
19272 2008-12-08  Jim Meyering  <meyering@redhat.com>
19273
19274         * lib/posixtm.c: Remove now-useless declaration of mktime.
19275
19276         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19277
19278 2008-12-07  Bruno Haible  <bruno@clisp.org>
19279
19280         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19281         test_once): Mark functions as static.
19282         * tests/test-tls.c (test_tls): Likewise.
19283
19284 2008-12-07  Bruno Haible  <bruno@clisp.org>
19285
19286         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19287         iconv_register_autodetect.
19288
19289 2008-12-07  Jim Meyering  <meyering@redhat.com>
19290
19291         posixtm.c: avoid a warning
19292         * lib/posixtm.c (posixtime): Don't initialize tm0.
19293         It's no longer needed to placate gcc4's -Wuninitialized,
19294         and the attempt to placate would elicit a new warning.
19295
19296         unicodeio.c: mark unused parameters
19297         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19298         (fallback_failure_callback): Likewise.
19299
19300 2008-12-07  Bruno Haible  <bruno@clisp.org>
19301
19302         * gnulib-tool (func_create_testdir): When building the tests
19303         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19304         Reported by Simon Josefsson.
19305
19306 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19307
19308         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19309
19310 2008-12-06  Bruno Haible  <bruno@clisp.org>
19311
19312         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19313         Suggested by Eric Blake.
19314
19315 2008-12-06  Bruno Haible  <bruno@clisp.org>
19316
19317         Fix a c-stack test failure on MacOS X.
19318         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19319         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19320         handler for SIGBUS as well.
19321         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19322         install a signal handler for SIGBUS as well.
19323         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19324
19325 2008-12-06  Bruno Haible  <bruno@clisp.org>
19326
19327         Advocacy documentation.
19328         * doc/gnulib-intro.texi (Benefits): New section.
19329         * doc/gnulib.texi: Update.
19330
19331 2008-12-06  Bruno Haible  <bruno@clisp.org>
19332
19333         Document the 'manywarnings' module.
19334         * doc/manywarnings.texi: New file.
19335         * doc/gnulib.texi: Include it.
19336
19337 2008-12-05  Eric Blake  <ebb9@byu.net>
19338
19339         tests: silence some gcc warnings
19340         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19341         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19342         type mismatches.
19343
19344 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19345             Bruno Haible  <bruno@clisp.org>
19346
19347         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19348
19349 2008-11-29  Jim Meyering  <meyering@redhat.com>
19350
19351         unicodeio.c: mark unused parameters
19352         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19353         (fallback_failure_callback): Likewise.
19354
19355         fts: fix a thinko
19356         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19357         (set_stat_type): Return S_IF*-valued "type" directly.
19358         Prompted by James Youngman's spotting a related bug.
19359         Confirmed by further testing through find.
19360
19361         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19362         * lib/fts.c (D_TYPE): Define.
19363         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19364         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19365         (s_ifmt_shift_bits): New function.
19366         (set_stat_type): New function.
19367         (fts_build): When not calling fts_stat, call set_stat_type
19368         to propagate dirent.d_type info to fts_read caller.
19369         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19370         fts_statp->st_mode type information may be valid.
19371
19372 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19373
19374         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19375         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19376         <sds@gnu.org>.
19377
19378 2008-11-20  Bruno Haible  <bruno@clisp.org>
19379
19380         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19381         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19382         INCLUDE_NEXT.
19383         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19384         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19385         * modules/math (Makefile.am): Substitute
19386         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19387         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19388
19389 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19390             Bruno Haible  <bruno@clisp.org>
19391
19392         * lib/stdint.in.h: Define all type macros so that their expansion is
19393         a single typedef'ed token. Fixes a compilation failure in Boost which
19394         does "using ::int8_t;".
19395
19396 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19397
19398         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19399         gl_MANYWARN_ALL_GCC.
19400         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19401         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19402         * modules/manywarnings: New file.
19403         * MODULES.html.sh: Mention manywarnings module.
19404
19405 2008-11-18  Bruno Haible  <bruno@clisp.org>
19406
19407         * doc/gnulib-tool.texi (Unit tests): New section.
19408
19409 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19410
19411         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19412         paths like 'lib/po/foo.po'.
19413
19414 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19415
19416         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19417         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19418
19419 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19420
19421         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19422         parameter works.
19423
19424 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19425
19426         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19427
19428 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19429
19430         * modules/parse-duration-tests: New file.
19431         * tests/test-parse-duration.sh: New file.
19432         * tests/test-parse-duration.c: New file.
19433
19434         New module 'parse-duration'.
19435         * lib/parse-duration.h: New file.
19436         * lib/parse-duration.c: New file.
19437         * modules/parse-duration: New file.
19438
19439 2008-11-17  Bruno Haible  <bruno@clisp.org>
19440
19441         * tests/test-select-out.sh: Comment out the first pipe test.
19442         Reported by Simon Josefsson.
19443
19444 2008-11-17  Bruno Haible  <bruno@clisp.org>
19445
19446         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19447         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19448         gl_HOSTENT.
19449
19450 2008-11-17  Bruno Haible  <bruno@clisp.org>
19451
19452         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19453         -lnetwork and -lnet. Needed for Haiku and BeOS.
19454
19455 2008-11-16  Bruno Haible  <bruno@clisp.org>
19456
19457         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19458
19459 2008-11-16  Bruno Haible  <bruno@clisp.org>
19460
19461         Avoid test failure on Haiku.
19462         * tests/test-fsync.c: Include <errno.h>.
19463         (main): Don't require that fsync (0) fails.
19464
19465 2008-11-15  Bruno Haible  <bruno@clisp.org>
19466
19467         New module 'hostent'.
19468         * modules/hostent: New file.
19469         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19470
19471 2008-11-15  Bruno Haible  <bruno@clisp.org>
19472
19473         New module 'servent'.
19474         * modules/servent: New file.
19475         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19476
19477 2008-11-15  Bruno Haible  <bruno@clisp.org>
19478
19479         Avoid generating same test program with two different rules.
19480         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19481         test-frexp to test-frexp-nolibm.
19482         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19483         test-frexpl to test-frexpl-nolibm.
19484
19485 2008-11-15  Bruno Haible  <bruno@clisp.org>
19486
19487         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19488         $(FREXPL_LIBM).
19489
19490 2008-11-15  Bruno Haible  <bruno@clisp.org>
19491
19492         * lib/netdb.in.h: Activate the definitions also when the system's
19493         <netdb.h> has 'struct addrinfo'.
19494         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19495         EAI_OVERFLOW or AI_NUMERICSERV.
19496         * doc/posix-headers/netdb.texi: Document the problem.
19497
19498 2008-11-15  Bruno Haible  <bruno@clisp.org>
19499
19500         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19501
19502         Make the 'sched' module work on platforms where <sched.h> exists but
19503         is incomplete (such as Haiku).
19504         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19505         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19506         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19507         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19508         HAVE_STRUCT_SCHED_PARAM.
19509         * modules/sched (Depends-on): Add include_next.
19510         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19511         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19512         * doc/posix-headers/sched.texi: Document the issue.
19513
19514 2008-11-13  Jim Meyering  <meyering@redhat.com>
19515
19516         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19517         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19518         test would fail due to the difference in the Report bugs to ...
19519         line.  The expected address is empty, "<>", while the actual
19520         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19521
19522 2008-11-12  Bruno Haible  <bruno@clisp.org>
19523
19524         lstat: don't compile lstat.c on systems lacking lstat
19525         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19526         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19527         Reported by Daniel P. Berrange via Jim Meyering.
19528
19529 2008-11-12  Jim Meyering  <meyering@redhat.com>
19530
19531         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19532
19533 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19534
19535         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19536         instead.
19537
19538 2008-11-12  Bruno Haible  <bruno@clisp.org>
19539
19540         * lib/unicodeio.c: Include unistr.h.
19541         (utf8_wctomb): Remove function.
19542         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19543
19544 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19545
19546         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19547         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19548         <bruno@clisp.org>.
19549         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19550
19551 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19552
19553         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19554         * doc/gnulib.texi: Add section for warnings.
19555
19556 2008-11-11  Bruno Haible  <bruno@clisp.org>
19557
19558         * lib/sockets.h: Add a comment.
19559
19560 2008-11-11  Karl Berry  <karl@gnu.org>
19561
19562         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19563
19564 2008-11-11  Eric Blake  <ebb9@byu.net>
19565
19566         fdl.texi: avoid git symlinks
19567         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19568
19569 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19570
19571         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19572
19573 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19574
19575         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19576         (gl_WARN_ADD): Substitute $2 if literal.
19577
19578 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19579
19580         * m4/warning.m4: Remove.
19581
19582 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19583
19584         * m4/warnings.m4: Almost complete rewrite. :-)
19585
19586 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19587
19588         * modules/warnings: New module.
19589         * m4/warnings.m4: New file.
19590         * MODULES.html.sh: Mention warnings module.
19591         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19592         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19593
19594 2008-11-10  Eric Blake  <ebb9@byu.net>
19595
19596         fdl.texi: make a symlink to the latest version
19597         * doc/standards.texi: Revert today's earlier change.
19598         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19599         * doc/fdl.texi: ...and replace this with a symlink to the newer
19600         fdl-1.3.texi.
19601
19602 2008-11-10  Bruno Haible  <bruno@clisp.org>
19603
19604         * tests/test-select-fd.c (main): Accept the result file name as fourth
19605         argument.
19606         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19607         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19608
19609 2008-11-10  Bruno Haible  <bruno@clisp.org>
19610
19611         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19612         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19613         as autoconf-substituted macros.
19614         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19615         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19616         gl_NETDB_H_DEFAULTS. Set these variables.
19617         * modules/netdb (Makefile.am): Substitute these variables.
19618
19619 2008-11-10  Eric Blake  <ebb9@byu.net>
19620
19621         standards.texi: include correct file for FDL 1.3
19622         * doc/standards.texi (GNU Free Documentation License): Change
19623         include file to pull in FDL 1.3, not 1.2.
19624
19625         fdl.texi: revert accidental change to license
19626         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19627
19628 2008-11-10  Bruno Haible  <bruno@clisp.org>
19629
19630         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19631         cross-compiling guesses also when the native compile gives no result.
19632
19633 2008-11-10  Bruno Haible  <bruno@clisp.org>
19634
19635         * lib/spawni.c (__spawni): Force variable into the stack.
19636
19637 2008-11-10  Bruno Haible  <bruno@clisp.org>
19638
19639         Add support for Haiku.
19640         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19641         glibc and BeOS, but also on Haiku.
19642         * lib/fpurge.c (fpurge): Likewise.
19643         * lib/freadable.c (freadable): Likewise.
19644         * lib/freadahead.c (freadahead): Likewise.
19645         * lib/freading.c (freading): Likewise.
19646         * lib/freadptr.c (freadptr): Likewise.
19647         * lib/freadseek.c (freadptrinc): Likewise.
19648         * lib/fseeko.c (rpl_fseeko): Likewise.
19649         * lib/fseterr.c (fseterr): Likewise.
19650         * lib/fwritable.c (fwritable): Likewise.
19651         * lib/fwriting.c (fwriting): Likewise.
19652         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19653
19654 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19655
19656         * lib/config.charset: Treat Haiku like BeOS.
19657
19658 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19659
19660         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19661         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19662
19663 2008-11-08  Bruno Haible  <bruno@clisp.org>
19664
19665         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19666         AC_CACHE_CHECK.
19667
19668 2008-11-08  Bruno Haible  <bruno@clisp.org>
19669
19670         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19671
19672 2008-11-08  Bruno Haible  <bruno@clisp.org>
19673
19674         * tests/test-select-fd.c: New file.
19675         * tests/test-select-in.sh: New file.
19676         * tests/test-select-out.sh: New file.
19677         * tests/test-select-stdin.c: New file.
19678         * modules/select-tests (Files): Add the new files.
19679         (Depends-on): Add gettimeofday.
19680         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19681         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19682         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19683
19684 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19685             Bruno Haible  <bruno@clisp.org>
19686
19687         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19688
19689 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19690
19691         * build-aux/pmccabe2html: Added support for C++ source files.
19692
19693 2008-11-05  Ben Pfaff  <blp@gnu.org>
19694
19695         Fix lib/close.c build on Windows.
19696         * modules/close (Files): Add lib/w32sock.h.
19697
19698 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19699
19700         Accept Bison's NEWS format.
19701         * build-aux/announce-gen (print_news_deltas): Tweak
19702         $re_prefix.
19703
19704 2008-11-04  Bruno Haible  <bruno@clisp.org>
19705
19706         * modules/random_r (Maintainer): Add glibc.
19707
19708 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19709
19710         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19711         by karl@freefriends.org (Karl Berry).
19712         * doc/alloca.texi: Likewise.
19713         * doc/c-ctype.texi: Likewise.
19714         * doc/c-strcase.texi: Likewise.
19715         * doc/c-strcaseeq.texi: Likewise.
19716         * doc/c-strcasestr.texi: Likewise.
19717         * doc/c-strstr.texi: Likewise.
19718         * doc/c-strtod.texi: Likewise.
19719         * doc/c-strtold.texi: Likewise.
19720         * doc/ctime.texi: Likewise.
19721         * doc/error.texi: Likewise.
19722         * doc/fdl.texi: Likewise.
19723         * doc/gcd.texi: Likewise.
19724         * doc/getdate.texi: Likewise.
19725         * doc/gnulib-intro.texi: Likewise.
19726         * doc/gnulib-tool.texi: Likewise.
19727         * doc/gnulib.texi: Likewise.
19728         * doc/inet_ntoa.texi: Likewise.
19729         * doc/maintain.texi: Likewise.
19730         * doc/make-stds.texi: Likewise.
19731         * doc/quote.texi: Likewise.
19732         * doc/regexprops-generic.texi: Likewise.
19733         * doc/standards.texi: Likewise.
19734         * doc/verify.texi: Likewise.
19735         * doc/visibility.texi: Likewise.
19736         * doc/gnulib.texi (GNU Free Documentation License): Include
19737         fdl-1.3.texi instead of fdl.texi.
19738
19739 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19740
19741         * doc/fdl-1.3.texi: New file, from
19742         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19743         * modules/fdl-1.3: Add.
19744         * MODULES.html.sh: Add fdl-1.3.
19745
19746 2008-11-03  Bruno Haible  <bruno@clisp.org>
19747
19748         Make determination of absolute name of header file work with AIX xlc.
19749         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19750         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19751         preprocessing.
19752         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19753         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19754
19755 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19756
19757         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19758         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19759         <ludo@gnu.org>.
19760
19761 2008-11-02  Bruno Haible  <bruno@clisp.org>
19762
19763         Mark 'strpbrk' obsolete.
19764         * modules/strpbrk (Status, Notice): New sections.
19765         * modules/strtok_r (Depends-on): Add strpbrk.
19766
19767 2008-11-02  Bruno Haible  <bruno@clisp.org>
19768
19769         Mark 'strdup' obsolete.
19770         * modules/strdup (Status, Notice): New sections.
19771         * modules/findprog (Depends-on): Add strdup.
19772         * modules/getaddrinfo (Depends-on): Likewise.
19773         * modules/localename (Depends-on): Likewise.
19774         * modules/relocatable-lib (Depends-on): Likewise.
19775         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19776         * modules/relocatable-prog (Depends-on): Likewise.
19777         * modules/trim (Depends-on): Likewise.
19778         * modules/unictype/gen-ctype (Depends-on): Likewise.
19779         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19780
19781 2008-11-02  Bruno Haible  <bruno@clisp.org>
19782
19783         Mark 'strcspn' obsolete.
19784         * modules/strcspn (Status, Notice): New sections.
19785
19786 2008-11-02  Bruno Haible  <bruno@clisp.org>
19787
19788         Mark 'rmdir' obsolete.
19789         * modules/rmdir (Status, Notice): New sections.
19790         * modules/clean-temp (Depends-on): Add rmdir.
19791         * modules/openat (Depends-on): Likewise.
19792
19793 2008-11-02  Bruno Haible  <bruno@clisp.org>
19794
19795         Mark 'raise' obsolete.
19796         * modules/raise (Status, Notice): New sections.
19797         (Include): Specify <signal.h>.
19798         * modules/stdio (Depends-on): Add raise.
19799         * modules/write (Depends-on): Likewise.
19800
19801 2008-11-02  Bruno Haible  <bruno@clisp.org>
19802
19803         Mark 'memset' obsolete.
19804         * modules/memset (Status, Notice): New sections.
19805
19806 2008-11-02  Bruno Haible  <bruno@clisp.org>
19807
19808         Mark 'memmove' obsolete.
19809         * modules/memmove (Status, Notice): New sections.
19810         * modules/argp (Depends-on): Add memmove.
19811         * modules/argz (Depends-on): Likewise.
19812         * modules/canonicalize (Depends-on): Likewise.
19813         * modules/canonicalize-lgpl (Depends-on): Likewise.
19814         * modules/fts (Depends-on): Likewise.
19815         * modules/getcwd (Depends-on): Likewise.
19816         * modules/human (Depends-on): Likewise.
19817         * modules/regex (Depends-on): Likewise.
19818         * modules/striconveh (Depends-on): Likewise.
19819         * modules/trim (Depends-on): Likewise.
19820         * modules/unistr/u8-move (Depends-on): Likewise.
19821         * modules/unistr/u16-move (Depends-on): Likewise.
19822         * modules/unistr/u32-move (Depends-on): Likewise.
19823
19824 2008-11-02  Bruno Haible  <bruno@clisp.org>
19825
19826         Mark 'memcpy' obsolete.
19827         * modules/memcpy (Status, Notice): New sections.
19828
19829 2008-11-02  Bruno Haible  <bruno@clisp.org>
19830
19831         Mark 'memcmp' obsolete.
19832         * modules/memcmp (Status, Notice): New sections.
19833         * modules/argmatch (Depends-on): Add memchr.
19834         * modules/backupfile (Depends-on): Likewise.
19835         * modules/c-strcasestr (Depends-on): Likewise.
19836         * modules/crypto/des (Depends-on): Likewise.
19837         * modules/csharpcomp (Depends-on): Likewise.
19838         * modules/fnmatch (Depends-on): Likewise.
19839         * modules/git-merge-changelog (Depends-on): Likewise.
19840         * modules/isnand (Depends-on): Likewise.
19841         * modules/isnand-nolibm (Depends-on): Likewise.
19842         * modules/isnanf (Depends-on): Likewise.
19843         * modules/isnanf-nolibm (Depends-on): Likewise.
19844         * modules/isnanl (Depends-on): Likewise.
19845         * modules/isnanl-nolibm (Depends-on): Likewise.
19846         * modules/mbchar (Depends-on): Likewise.
19847         * modules/memcoll (Depends-on): Likewise.
19848         * modules/quotearg (Depends-on): Likewise.
19849         * modules/regex (Depends-on): Likewise.
19850         * modules/relocatable-prog (Depends-on): Likewise.
19851         * modules/same (Depends-on): Likewise.
19852         * modules/signbit (Depends-on): Likewise.
19853         * modules/strcasestr-simple (Depends-on): Likewise.
19854         * modules/unictype/gen-ctype (Depends-on): Likewise.
19855         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19856         * modules/uniname/uniname (Depends-on): Likewise.
19857         * modules/unistr/u8-cmp (Depends-on): Likewise.
19858
19859 2008-11-02  Bruno Haible  <bruno@clisp.org>
19860
19861         Mark 'memchr' obsolete.
19862         * modules/memchr (Status, Notice): New sections.
19863         * modules/argp (Depends-on): Add memchr.
19864         * modules/base64 (Depends-on): Likewise.
19865         * modules/c-strcasestr (Depends-on): Likewise.
19866         * modules/chdir-long (Depends-on): Likewise.
19867         * modules/fnmatch (Depends-on): Likewise.
19868         * modules/getsubopt (Depends-on): Likewise.
19869         * modules/git-merge-changelog (Depends-on): Likewise.
19870         * modules/glob (Depends-on): Likewise.
19871         * modules/strcasestr-simple (Depends-on): Likewise.
19872         * modules/strnlen (Depends-on): Likewise.
19873
19874 2008-11-02  Bruno Haible  <bruno@clisp.org>
19875
19876         Mark 'atexit' obsolete.
19877         * modules/atexit (Status, Notice): New sections.
19878         * modules/chdir-long (Depends-on): Add atexit.
19879         * modules/wait-process (Depends-on): Likewise.
19880
19881 2008-11-02  Bruno Haible  <bruno@clisp.org>
19882
19883         * gnulib-tool: New option --with-obsolete.
19884         (func_usage): Document it.
19885         (func_modules_transitive_closure): Drop obsolete dependencies if
19886         incobsolete is not true.
19887         (func_import): Read and save the incobsolete variable to the cache.
19888
19889 2008-11-02  Bruno Haible  <bruno@clisp.org>
19890
19891         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19892         * gnulib-tool: New option --extract-status.
19893         (func_usage): Document it.
19894         (sed_extract_prog): Recognize it.
19895         (func_get_status): New function.
19896
19897 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19898
19899         * modules/sockets (License): Change from LGPL to LGPLv2+.
19900
19901 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19902
19903         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19904
19905 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19906
19907         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19908         Mention times and sys_times.
19909         * modules/sys_times, modules/sys_times-tests: New modules.
19910         * modules/times, modules/times-tests: Likewise
19911         * m4/sys_times_h.m4: New file.
19912         * lib/sys_times.in.h: Likewise
19913         * lib/times.c: Likewise.
19914         * tests/test-sys_times.c: Likewise.
19915         * tests/test-times.c: Likewise.
19916         * doc/posix-headers/sys_times.texi: Update.
19917         * doc/posix-functions/times.texi: Update.
19918
19919 2008-10-28  Jim Meyering  <meyering@redhat.com>
19920
19921         * modules/tempname (Depends-on): Add lstat.
19922
19923         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19924
19925 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19926
19927         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19928         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19929         using idiom used elsewhere in gnulib.
19930
19931 2008-10-27  Jim Meyering  <meyering@redhat.com>
19932
19933         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19934
19935 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19936
19937         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19938         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19939         programs.
19940         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19941
19942 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19943
19944         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19945
19946 2008-10-27  Bruno Haible  <bruno@clisp.org>
19947
19948         * tests/test-lstat.c: Include <stdio.h>.
19949
19950 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19951
19952         * modules/lstat-tests: New module.
19953         * tests/test-lstat.c: New file.
19954
19955 2008-10-26  Jim Meyering  <meyering@redhat.com>
19956
19957         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19958
19959 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19960             Bruno Haible  <bruno@clisp.org>
19961
19962         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19963         * modules/configmake (Include): Add a note that the include must come
19964         after all system headers.
19965         * lib/javaversion.c: Include configmake.h after all other includes.
19966
19967 2008-10-26  Bruno Haible  <bruno@clisp.org>
19968
19969         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19970         HAVE_STRUCT_RANDOM_DATA to 1.
19971         (gl_STDLIB_H): Simplify.
19972
19973 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19974
19975         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19976         substitute HAVE_STRUCT_RANDOM_DATA.
19977         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19978         random_data.
19979         * modules/stdlib (Makefile.am): Substitute
19980         HAVE_STRUCT_RANDOM_DATA.
19981
19982 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19983
19984         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19985         * doc/gnulib-intro.texi (Copyright): Likewise.
19986
19987 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19988
19989         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19990         findings.
19991
19992 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19993             Bruno Haible  <bruno@clisp.org>
19994
19995         * lib/unistd.in.h: Include <winsock2.h>.
19996         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19997         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19998         Provide dummy declarations.
19999         (gethostname): Override.
20000         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20001         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20002         gl_PREREQ_SYS_H_WINSOCK2.
20003         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20004         * doc/posix-functions/gethostname.texi: More details.
20005
20006 2008-10-25  Bruno Haible  <bruno@clisp.org>
20007
20008         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20009         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20010         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20011
20012         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20013         here ...
20014         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20015         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20016         gl_UNISTD_H_DEFAULTS.
20017
20018 2008-10-25  Eric Blake  <ebb9@byu.net>
20019
20020         signbit: avoid spurious compiler failure
20021         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20022         declarations inside function.
20023
20024 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20025             Bruno Haible  <bruno@clisp.org>
20026
20027         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20028         * modules/random_r (Depends-on): Add stdint.
20029
20030 2008-10-24  Bruno Haible  <bruno@clisp.org>
20031
20032         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20033         Eggert.
20034         * modules/strerror (License): Likewise.
20035
20036 2008-10-24  Jim Meyering  <meyering@redhat.com>
20037
20038         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20039         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20040
20041 2008-10-24  Eric Blake  <ebb9@byu.net>
20042
20043         getgroups: fix compilation when getgroups is available
20044         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20045         but with <config.h> override of getgroups disabled.
20046
20047 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20048
20049         * doc/gnulib.texi (Header files): Add note about C++ problems.
20050         Explained by Bruno Haible <bruno@clisp.org>.
20051
20052 2008-10-23  Bruno Haible  <bruno@clisp.org>
20053
20054         Define a dummy SA_NODEFER macro on Interix.
20055         * lib/signal.in.h (SA_NODEFER): Define fallback.
20056         Reported by Aleksey Cheusov <cheusov@tut.by> via
20057         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20058
20059 2008-10-23  Bruno Haible  <bruno@clisp.org>
20060
20061         * modules/freadahead (License): Change to LGPLv2+.
20062         Suggested by Simon Josefsson.
20063
20064 2008-10-23  Jim Meyering  <meyering@redhat.com>
20065
20066         random_r: new module
20067         * modules/random_r: New file.
20068         * m4/random_r.m4: New file.
20069         * lib/random_r.c: New file, from glibc.
20070         * modules/random_r-tests: New file.
20071         * tests/test-random_r.c: New file.
20072         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20073          Declare.
20074         (RAND_MAX): Define.
20075         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20076         * modules/stdlib: Substitute them, too.
20077         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20078         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20079         * doc/glibc-functions/random_r.texi: Likewise.
20080         * doc/glibc-functions/setstate_r.texi: Likewise.
20081         * doc/glibc-functions/srandom_r.texi: Likewise.
20082         * config/srclist.txt: Mention it.
20083
20084 2008-10-23  David Lutterkort  <lutter@redhat.com>
20085
20086         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20087         link requirement
20088
20089 2008-10-23  Jim Meyering  <meyering@redhat.com>
20090
20091         selinux-h: mark parameters of stub functions as intentionally unused
20092         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20093         * lib/se-context.in.h: Likewise.
20094
20095 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20096
20097         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20098
20099 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20100
20101         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20102
20103 2008-10-22  Eric Blake  <ebb9@byu.net>
20104
20105         glthread/thread: avoid compiler warning
20106         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20107         Add unreachable abort to silence compiler.
20108
20109 2008-10-22  Eric Blake  <ebb9@byu.net>
20110
20111         netdb: also supply struct addrinfo for cygwin 1.5.x
20112         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20113         older cygwin.
20114         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20115         cygwin.
20116         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20117
20118 2008-10-22  Bruno Haible  <bruno@clisp.org>
20119
20120         * users.txt: Update entry about pspp.
20121
20122 2008-10-21  Bruno Haible  <bruno@clisp.org>
20123
20124         Simplification.
20125         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20126         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20127
20128         Simplification.
20129         * lib/ioctl.c (ioctl): Don't undefine.
20130         * lib/socket.c (socket): Don't undefine.
20131
20132         Remove unused module indicator macros.
20133         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20134         GNULIB_$1 as a C macro.
20135
20136         * doc/posix-functions/close.texi: Undo last change.
20137         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20138         Windows platforms.
20139
20140 2008-10-21  Bruno Haible  <bruno@clisp.org>
20141
20142         Add gethostname() declaration to <unistd.h>.
20143         * lib/unistd.in.h (gethostname): New declaration.
20144         * lib/gethostname.c: Include <unistd.h>.
20145         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20146         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20147         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20148         and HAVE_GETHOSTNAME.
20149         * modules/gethostname (Depends-on): Add unistd.
20150         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20151         (Include): Specify <unistd.h>.
20152         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20153         HAVE_GETHOSTNAME.
20154         * tests/test-gethostname.c: Include <unistd.h> first.
20155
20156 2008-10-21  Bruno Haible  <bruno@clisp.org>
20157
20158         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20159         * modules/select-tests (Depends-on): Likewise.
20160         Reported by Simon Josefsson.
20161
20162 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20163
20164         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20165         * lib/accept.c: New file, based on winsock.c.
20166         * lib/bind.c: New file, based on winsock.c.
20167         * lib/connect.c: New file, based on winsock.c.
20168         * lib/getpeername.c: New file, based on winsock.c.
20169         * lib/getsockname.c: New file, based on winsock.c.
20170         * lib/getsockopt.c: New file, based on winsock.c.
20171         * lib/ioctl.c: New file, based on winsock.c.
20172         * lib/listen.c: New file, based on winsock.c.
20173         * lib/recv.c: New file, based on winsock.c.
20174         * lib/recvfrom.c: New file, based on winsock.c.
20175         * lib/send.c: New file, based on winsock.c.
20176         * lib/sendto.c: New file, based on winsock.c.
20177         * lib/setsockopt.c: New file, based on winsock.c.
20178         * lib/shutdown.c: New file, based on winsock.c.
20179         * lib/socket.c: New file, based on winsock.c.
20180         * lib/w32sock.h: New file, based on winsock.c.
20181         * lib/winsock.c: Remove file.
20182         * modules/accept: Likewise.
20183         * modules/bind: Likewise.
20184         * modules/connect: Likewise.
20185         * modules/getpeername: Likewise.
20186         * modules/getsockname: Likewise.
20187         * modules/getsockopt: Likewise.
20188         * modules/ioctl: Likewise.
20189         * modules/listen: Likewise.
20190         * modules/recv: Likewise.
20191         * modules/recvfrom: Likewise.
20192         * modules/send: Likewise.
20193         * modules/sendto: Likewise.
20194         * modules/setsockopt: Likewise.
20195         * modules/shutdown: Likewise.
20196         * modules/socket: Use socket.c instead of winsock.c.
20197         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20198         * doc/posix-functions/accept.texi: Doc fix.
20199         * doc/posix-functions/bind.texi: Doc fix.
20200         * doc/posix-functions/close.texi: Doc fix.
20201         * doc/posix-functions/connect.texi: Doc fix.
20202         * doc/posix-functions/getpeername.texi: Doc fix.
20203         * doc/posix-functions/getsockname.texi: Doc fix.
20204         * doc/posix-functions/getsockopt.texi: Doc fix.
20205         * doc/posix-functions/ioctl.texi: Doc fix.
20206         * doc/posix-functions/listen.texi: Doc fix.
20207         * doc/posix-functions/recv.texi: Doc fix.
20208         * doc/posix-functions/recvfrom.texi: Doc fix.
20209         * doc/posix-functions/send.texi: Doc fix.
20210         * doc/posix-functions/sendto.texi: Doc fix.
20211         * doc/posix-functions/setsockopt.texi: Doc fix.
20212         * doc/posix-functions/shutdown.texi: Doc fix.
20213         * doc/posix-functions/socket.texi: Doc fix.
20214
20215 2008-10-20  Bruno Haible  <bruno@clisp.org>
20216
20217         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20218         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20219         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20220         as an alias for SIGABRT.
20221         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20222         (sigaction): Map it to SIGABRT.
20223         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20224
20225 2008-10-20  Bruno Haible  <bruno@clisp.org>
20226
20227         * lib/fts.c: Don't include lstat.h.
20228         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20229
20230         Move the lstat() declaration to <sys/stat.h>.
20231         * lib/lstat.h: Remove file.
20232         * lib/sys_stat.in.h: Add special invocation convention.
20233         (lstat): New declaration.
20234         * lib/lstat.c (orig_lstat): New function.
20235         (rpl_lstat): Use orig_lstat instead of lstat.
20236         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20237         AC_C_INLINE. Set REPLACE_LSTAT.
20238         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20239         and REPLACE_LSTAT.
20240         * modules/lstat (Files): Remove lib/lstat.h.
20241         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20242         (Include): Specify <sys/stat.h> instead of lstat.h.
20243         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20244         REPLACE_LSTAT.
20245         * NEWS: Mention the change.
20246
20247 2008-10-20  Bruno Haible  <bruno@clisp.org>
20248
20249         * modules/posix_spawn-tests: New file.
20250         * tests/test-posix_spawn3.c: New file.
20251
20252 2008-10-20  Bruno Haible  <bruno@clisp.org>
20253
20254         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20255         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20256         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20257         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20258         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20259
20260 2008-10-20  Bruno Haible  <bruno@clisp.org>
20261
20262         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20263         of posix_spawn on AIX 5.3.
20264
20265 2008-10-20  Bruno Haible  <bruno@clisp.org>
20266
20267         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20268
20269 2008-10-20  Bruno Haible  <bruno@clisp.org>
20270
20271         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20272         of AC_LANG_PROGRAM.
20273
20274 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20275
20276         * lib/netdb.in.h: Don't define GNU specific constants until they
20277         are supported or needed.  Reported by Bruno Haible
20278         <bruno@clisp.org>.
20279
20280 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20281
20282         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20283
20284 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20285
20286         * lib/getaddrinfo.h: Remove file.
20287         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20288         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20289         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20290         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20291         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20292         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20293         * tests/test-getaddrinfo.c: Likewise.
20294         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20295         * NEWS: Mention change.
20296
20297 2008-10-19  Bruno Haible  <bruno@clisp.org>
20298
20299         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20300
20301 2008-10-19  Bruno Haible  <bruno@clisp.org>
20302
20303         * lib/wait-process.c: Include simply <sys/wait.h>.
20304         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20305         WIFSTOPPED): Remove fallback definitions.
20306         * modules/wait-process (Depends-on): Add sys_wait.
20307
20308         New module 'sys_wait'.
20309         * modules/sys_wait: New file.
20310         * lib/sys_wait.in.h: New file, partially copied from
20311         lib/wait-process.c.
20312         * m4/sys_wait_h.m4: New file.
20313         * doc/posix-headers/sys_wait.texi: Mention the new module.
20314
20315 2008-10-19  Bruno Haible  <bruno@clisp.org>
20316
20317         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20318
20319 2008-10-19  Bruno Haible  <bruno@clisp.org>
20320
20321         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20322         * lib/wait-process.c (WAIT_T): Remove type.
20323         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20324         (wait_subprocess): Update.
20325
20326 2008-10-19  Bruno Haible  <bruno@clisp.org>
20327
20328         New module 'atoll'.
20329         * modules/atoll: New file.
20330         * lib/stdlib.in.h (atoll): New declaration.
20331         * lib/atoll.c: New file, from glibc with modifications.
20332         * m4/atoll.m4: New file.
20333         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20334         HAVE_ATOLL.
20335         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20336         * doc/posix-functions/atoll.texi: Mention the new module.
20337
20338 2008-10-19  Bruno Haible  <bruno@clisp.org>
20339
20340         Add strtoull() declaration to <stdlib.h>.
20341         * lib/stdlib.in.h (strtoull): New declaration.
20342         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20343         Set HAVE_STRTOULL.
20344         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20345         HAVE_STRTOULL.
20346         * modules/strtoull (Depends-on): Add stdlib.
20347         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20348         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20349         HAVE_STRTOULL.
20350
20351 2008-10-19  Bruno Haible  <bruno@clisp.org>
20352
20353         Add strtoll() declaration to <stdlib.h>.
20354         * lib/stdlib.in.h (strtoll): New declaration.
20355         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20356         Set HAVE_STRTOLL.
20357         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20358         HAVE_STRTOLL.
20359         * modules/strtoll (Depends-on): Add stdlib.
20360         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20361         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20362
20363 2008-10-19  Bruno Haible  <bruno@clisp.org>
20364
20365         * modules/bcopy (Depends-on): Add strings.
20366         (Include): Specify <strings.h>.
20367
20368 2008-10-19  Bruno Haible  <bruno@clisp.org>
20369
20370         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20371
20372 2008-10-19  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20375         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20376         mingw.
20377
20378 2008-10-19  Bruno Haible  <bruno@clisp.org>
20379
20380         * lib/atanl.c: Don't include isnanl.h.
20381         * lib/cosl.c: Likewise.
20382         * lib/ldexpl.c: Likewise.
20383         * lib/logl.c: Likewise.
20384         * lib/sinl.c: Likewise.
20385         * lib/sqrtl.c: Likewise.
20386         * lib/tanl.c: Likewise.
20387
20388         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20389         * lib/isnanf.h: Remove file.
20390         * lib/isnand.h: Remove file.
20391         * lib/isnanl.h: Remove file.
20392         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20393         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20394         macros.
20395         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20396         HAVE_ISNANF, don't define it as a C macro.
20397         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20398         HAVE_ISNAND, don't define it as a C macro.
20399         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20400         HAVE_ISNANL, don't define it as a C macro.
20401         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20402         HAVE_ISNAN[FDL].
20403         * modules/isnanf (Files): Remove lib/isnanf.h.
20404         (Depends-on): Add math.
20405         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20406         (Include): Specify <math.h> instead of isnanf.h.
20407         * modules/isnand (Files): Remove lib/isnand.h.
20408         (Depends-on): Add math.
20409         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20410         (Include): Specify <math.h> instead of isnand.h.
20411         * modules/isnanl (Files): Remove lib/isnanl.h.
20412         (Depends-on): Add math.
20413         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20414         (Include): Specify <math.h> instead of isnanl.h.
20415         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20416         HAVE_ISNAN[FDL].
20417         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20418         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20419         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20420         * NEWS: Mention the change.
20421
20422 2008-10-18  Bruno Haible  <bruno@clisp.org>
20423
20424         Add getusershell(), setusershell(), endusershell() declarations to
20425         <unistd.h>.
20426         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20427         declarations.
20428         * lib/getusershell.c: Include unistd.h.
20429         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20430         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20431         HAVE_GETUSERSHELL.
20432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20433         and HAVE_GETUSERSHELL.
20434         * modules/getusershell (Depends-on): Add unistd, extensions.
20435         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20436         (Include): Specify <unistd.h>.
20437         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20438         HAVE_GETUSERSHELL.
20439
20440 2008-10-18  Bruno Haible  <bruno@clisp.org>
20441
20442         Add a getloadavg() declaration to <stdlib.h>.
20443         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20444         getloadavg declaration.
20445         (getloadavg): New declaration.
20446         * lib/getloadavg.c: Include <stdlib.h> first.
20447         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20448         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20449         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20450         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20451         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20452         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20453         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20454         (Include): Specify <stdlib.h>.
20455         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20456         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20457
20458 2008-10-18  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/dirchownmod.c: Don't include lchmod.h.
20461
20462         Move the lchmod() declaration to <sys/stat.h>.
20463         * lib/lchmod.h: Remove file.
20464         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20465         (lchmod): New declaration, moved here from lib/lchown.h.
20466         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20467         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20468         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20469         and HAVE_LCHMOD.
20470         * modules/lchmod (Files): Remove lib/lchmod.h.
20471         (Depends-on): Add sys_stat, extensions.
20472         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20473         (Include): Specify <sys/stat.h> instead of lchmod.h.
20474         * modules/sys_stat (Depends-on): Add link-warning.
20475         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20476         definition of GL_LINK_WARNING.
20477         * NEWS: Mention the change.
20478
20479 2008-10-18  Bruno Haible  <bruno@clisp.org>
20480
20481         * lib/fchdir.c: Don't include dirfd.h.
20482         * lib/fts.c: Likewise.
20483         * lib/getcwd.c: Likewise.
20484         * lib/glob.c: Likewise.
20485
20486         Move the dirfd() declaration to <dirent.h>.
20487         * lib/dirfd.h: Remove file.
20488         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20489         (dirfd): New declaration.
20490         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20491         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20492         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20493         HAVE_DECL_DIRFD.
20494         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20495         HAVE_DECL_DIRFD.
20496         * modules/dirfd (Files): Remove lib/dirfd.h.
20497         (Depends-on): Add dirent, extensions.
20498         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20499         (Include): Specify <dirent.h> instead of dirfd.h.
20500         * modules/dirent (Depends-on): Add link-warning.
20501         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20502         definition of GL_LINK_WARNING.
20503         * NEWS: Mention the change.
20504
20505 2008-10-18  Bruno Haible  <bruno@clisp.org>
20506
20507         Move the euidaccess() declaration to <unistd.h>.
20508         * lib/euidaccess.h: Remove file.
20509         * lib/unistd.in.h (euidaccess): New declaration.
20510         * lib/euidaccess.c: Don't include euidaccess.h.
20511         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20512         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20513         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20514         and HAVE_EUIDACCESS.
20515         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20516         (Depends-on): Add unistd.
20517         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20518         (Include): Specify <unistd.h> instead of euidaccess.h.
20519         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20520         HAVE_EUIDACCESS.
20521         * NEWS: Mention the change.
20522
20523 2008-10-18  Bruno Haible  <bruno@clisp.org>
20524
20525         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20526
20527         Move the getdomainname() declaration to <unistd.h>.
20528         * lib/getdomainname.h: Remove file.
20529         * lib/unistd.in.h (getdomainname): New declaration.
20530         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20531         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20532         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20533         HAVE_GETDOMAINNAME.
20534         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20535         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20536         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20537         (Depends-on): Add unistd, extensions.
20538         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20539         (Includes): Specify <unistd.h> instead of getdomainname.h.
20540         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20541         HAVE_GETDOMAINNAME.
20542         * NEWS: Mention the change.
20543
20544 2008-10-18  Bruno Haible  <bruno@clisp.org>
20545
20546         * modules/dirent: New file.
20547         * m4/dirent_h.m4: New file.
20548         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20549         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20550         * modules/fchdir (Files): Remove lib/dirent.in.h.
20551         (Depends-on): Add dirent.
20552         (Makefile.am): Move rules to modules/dirent.
20553         * doc/posix-headers/dirent.texi: Mention the new module.
20554
20555 2008-10-18  Bruno Haible  <bruno@clisp.org>
20556
20557         Avoid -Wunused-parameter warnings in public gnulib header files.
20558         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20559         macro.
20560         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20561
20562 2008-10-18  Bruno Haible  <bruno@clisp.org>
20563
20564         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20565         * doc/glibc-functions/error.texi: Mention the module 'error'.
20566         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20567         * doc/glibc-functions/getdomainname.texi: Mention the module
20568         'getdomainname'.
20569         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20570         * doc/glibc-functions/getpagesize.texi: Mention the module
20571         'getpagesize'.
20572         * doc/glibc-functions/getusershell.texi: Mention the module
20573         'getusershell'.
20574         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20575         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20576         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20577         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20578         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20579         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20580         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20581         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20582         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20583         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20584         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20585         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20586         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20587         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20588
20589 2008-10-17  Bruno Haible  <bruno@clisp.org>
20590
20591         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20592         HP-UX and IRIX, use -0.0L.
20593         * tests/test-ceill.c (minus_zero): Likewise.
20594         * tests/test-floorl.c (minus_zero): Likewise.
20595         * tests/test-frexpl.c (minus_zero): Likewise.
20596         * tests/test-isnan.c (minus_zerol): Likewise.
20597         * tests/test-isnanl.h (minus_zero): Likewise.
20598         * tests/test-ldexpl.c (minus_zero): Likewise.
20599         * tests/test-roundl.c (minus_zero): Likewise.
20600         * tests/test-signbit.c (minus_zerol): Likewise.
20601         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20602         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20603         * tests/test-truncl.c (minus_zero): Likewise.
20604         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20605         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20606         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20607         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20608
20609 2008-10-17  Bruno Haible  <bruno@clisp.org>
20610
20611         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20612         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20613         that it gets activated only for gcc >= 3.0.
20614         * lib/dirent.in.h: Likewise.
20615         * lib/errno.in.h: Likewise.
20616         * lib/fcntl.in.h: Likewise.
20617         * lib/float.in.h: Likewise.
20618         * lib/iconv.in.h: Likewise.
20619         * lib/inttypes.in.h: Likewise.
20620         * lib/locale.in.h: Likewise.
20621         * lib/math.in.h: Likewise.
20622         * lib/netdb.in.h: Likewise.
20623         * lib/netinet_in.in.h: Likewise.
20624         * lib/search.in.h: Likewise.
20625         * lib/signal.in.h: Likewise.
20626         * lib/spawn.in.h: Likewise.
20627         * lib/stdarg.in.h: Likewise.
20628         * lib/stdint.in.h: Likewise.
20629         * lib/stdio.in.h: Likewise.
20630         * lib/stdlib.in.h: Likewise.
20631         * lib/string.in.h: Likewise.
20632         * lib/strings.in.h: Likewise.
20633         * lib/sys_file.in.h: Likewise.
20634         * lib/sys_ioctl.in.h: Likewise.
20635         * lib/sys_select.in.h: Likewise.
20636         * lib/sys_socket.in.h: Likewise.
20637         * lib/sys_stat.in.h: Likewise.
20638         * lib/sys_time.in.h: Likewise.
20639         * lib/sysexits.in.h: Likewise.
20640         * lib/time.in.h: Likewise.
20641         * lib/unistd.in.h: Likewise.
20642         * lib/wchar.in.h: Likewise.
20643         * lib/wctype.in.h: Likewise.
20644         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20645
20646 2008-10-17  Jim Meyering  <meyering@redhat.com>
20647
20648         ignore-value: don't depend on inline module
20649         * modules/ignore-value (Depends-on): Remove 'inline'.
20650         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20651         Suggestion from Bruno Haible.
20652
20653 2008-10-17  Bruno Haible  <bruno@clisp.org>
20654
20655         New implementation of condition variables for Win32.
20656         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20657         (gl_linked_waitqueue_t): New type.
20658         (gl_cond_t): Use it.
20659         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20660         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20661         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20662         (glthread_cond_init_func, glthread_cond_wait_func,
20663         glthread_cond_timedwait_func, glthread_cond_signal_func,
20664         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20665         Reimplemented on the basis of gl_linked_waitqueue_t.
20666         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20667         gl_waitqueue_t.
20668         (gl_rwlock_t): Update.
20669         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20670
20671 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20672
20673         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20674         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20675
20676 2008-10-17  Jim Meyering  <meyering@redhat.com>
20677
20678         ignore-value: new module
20679         * modules/ignore-value: New file.
20680         * lib/ignore-value.h: New file.
20681         * MODULES.html.sh (Compiler warning management): New section,
20682         just for this module.  More to come.
20683
20684 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20687         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20688         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20689
20690 2008-10-16  Jim Meyering  <meyering@redhat.com>
20691
20692         openat-die.c: avoid 'no previous prototype' warning
20693         * lib/openat-die.c: Include "openat.h".
20694         Reported by Reuben Thomas <rrt@sc3d.org>.
20695
20696 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20697
20698         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20699         * lib/netdb.in.h: Fix typo.
20700         Reported by Bruno Haible  <bruno@clisp.org>
20701
20702         * lib/netdb.in.h: Include sys/socket.h for platforms without
20703         netdb.h, to get structures like hostent on MinGW.
20704         * modules/netdb (Depends-on): Add sys_socket.
20705
20706 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20707
20708         * modules/netdb, modules/netdb-tests: New file.
20709         * m4/netdb_h.m4: New file.
20710         * lib/netdb.in.h: Add, currently just an empty file pending
20711         definitions.
20712         * tests/test-netdb.c: New file.
20713         * doc/posix-headers/netdb.texi: Mention that we replace it if
20714         needed.
20715         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20716         netdb.
20717
20718 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20719
20720         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20721         with code.
20722
20723 2008-10-13  Bruno Haible  <bruno@clisp.org>
20724
20725         * lib/glthread/cond.c (glthread_cond_wait_func,
20726         glthread_cond_timedwait_func): Add a comment.
20727
20728 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20729
20730         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20731         * tests/test-select.c: Likewise,
20732
20733 2008-10-13  Bruno Haible  <bruno@clisp.org>
20734
20735         * lib/glthread/cond.c (glthread_cond_wait_func,
20736         glthread_cond_timedwait_func): Fix variable name.
20737         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20738
20739 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20740
20741         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20742         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20743         struct sockaddr.sa_len.
20744         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20745
20746 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20747
20748         * build-aux/pmccabe2html: Add css and css_url parameters.
20749
20750 2008-10-12  Bruno Haible  <bruno@clisp.org>
20751
20752         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20753         calling aclx_get.
20754         Reported by Rainer Tammer <tammer@tammer.net>.
20755
20756 2008-10-12  Bruno Haible  <bruno@clisp.org>
20757
20758         Use msvcrt aware primitives for creation/termination of Win32 threads.
20759         * lib/glthread/thread.c: Include <process.h>.
20760         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20761         (wrapper_func): Update signature.
20762         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20763
20764 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20765             Bruno Haible  <bruno@clisp.org>
20766
20767         Provide a Win32 implementation of the 'cond' module.
20768         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20769         * lib/glthread/cond.c (glthread_cond_init_func,
20770         glthread_cond_wait_func, glthread_cond_timedwait_func,
20771         glthread_cond_signal_func, glthread_cond_broadcast_func,
20772         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20773         * modules/cond (Dependencies): Add gettimeofday.
20774
20775 2008-10-11  Bruno Haible  <bruno@clisp.org>
20776
20777         Make sleep work on older versions of mingw.
20778         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20779         only whether it exists.
20780         * doc/posix-functions/sleep.texi: Mention the problem with older
20781         versions of mingw.
20782
20783 2008-10-11  Bruno Haible  <bruno@clisp.org>
20784
20785         New module 'shutdown'.
20786         * modules/shutdown: New file.
20787         * lib/sys_socket.in.h (shutdown): New declaration.
20788         * lib/winsock.c (shutdown): New function.
20789         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20790         GNULIB_SHUTDOWN.
20791         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20792         * doc/posix-functions/shutdown.texi: Document the new module.
20793
20794 2008-10-11  Jim Meyering  <meyering@redhat.com>
20795
20796         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20797
20798 2008-10-11  Bruno Haible  <bruno@clisp.org>
20799
20800         New module 'fclose'.
20801         * modules/fclose: New file.
20802         * lib/stdio.in.h (fclose): New declaration.
20803         * lib/fclose.c: New file.
20804         * m4/fclose.m4: New file.
20805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20806         REPLACE_FCLOSE.
20807         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20808         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20809         REPLACE_FCLOSE.
20810         * modules/close (Depends-on): fclose.
20811         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20812
20813 2008-10-11  Bruno Haible  <bruno@clisp.org>
20814
20815         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20816         set errno and don't call _close.
20817
20818 2008-10-10  Bruno Haible  <bruno@clisp.org>
20819
20820         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20821         ACL, not afterwards. Fixes test failure on Cygwin.
20822
20823 2008-10-09  Ben Pfaff  <blp@gnu.org>
20824
20825         * build-aux/announce-gen: Fix gnulib version related part of usage
20826         message.  Die with a useful error message if no tarballs are
20827         found.
20828
20829 2008-10-10  Jim Meyering  <meyering@redhat.com>
20830
20831         bootstrap: use git's --depth=N option only if it's supported
20832         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20833         recognize the --depth option.  Reported by Pádraig Brady.
20834
20835 2008-10-09  Bruno Haible  <bruno@clisp.org>
20836
20837         New module 'ioctl'.
20838         * modules/ioctl: New file.
20839         * lib/sys_socket.in.h (ioctl): Remove declaration.
20840         * lib/winsock.c: Include <sys/ioctl.h>.
20841         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20842         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20843         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20844         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20845         * doc/posix-functions/ioctl.texi: Mention the new module.
20846
20847 2008-10-09  Bruno Haible  <bruno@clisp.org>
20848
20849         New module 'sys_ioctl'.
20850         * lib/sys_ioctl.in.h: New file.
20851         * m4/sys_ioctl_h.m4: New file.
20852         * modules/sys_ioctl: New file.
20853         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20854
20855 2008-10-09  Bruno Haible  <bruno@clisp.org>
20856
20857         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20858         * lib/winsock.c: Include <stdarg.h>.
20859         (rpl_ioctl): Change to second argument 'int' and then varargs.
20860
20861 2008-10-09  Bruno Haible  <bruno@clisp.org>
20862
20863         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20864         when the sys_socket module is present and the system has <winsock2.h>.
20865
20866 2008-10-09  Bruno Haible  <bruno@clisp.org>
20867
20868         * doc/posix-functions/close.texi: Mention module 'close' instead of
20869         module 'sys_socket'.
20870
20871 2008-10-09  Bruno Haible  <bruno@clisp.org>
20872
20873         * doc/glibc-headers/sys_ioctl.texi: New file.
20874         * doc/gnulib.texi: Include it.
20875
20876 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20877             Bruno Haible  <bruno@clisp.org>
20878
20879         Combine the two replacements of 'close'.
20880         * lib/sys_socket.in.h (close): Define to a reminder to include
20881         <unistd.h>.
20882         (_gl_close_fd_maybe_socket): New declaration.
20883         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20884         * lib/winsock.c (close): Remove undefinition.
20885         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20886         needed for the gnulib module 'close'.
20887         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20888         define to an error symbol or to a warning, if suitable.
20889         * lib/close.c: Include <sys/socket.h>.
20890         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20891         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20892         UNISTD_H_HAVE_WINSOCK2_H.
20893         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20895         UNISTD_H_HAVE_WINSOCK2_H.
20896         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20897         (configure.ac): Set a module indicator.
20898         (Makefile.am): Substitute GNULIB_CLOSE.
20899         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20900         * modules/poll-tests (Depends-on): Add close.
20901         * modules/select-tests (Depends-on): Likewise.
20902
20903 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20904             Bruno Haible  <bruno@clisp.org>
20905
20906         New module 'close'.
20907         * modules/close: New file.
20908         * lib/unistd.in.h (close): Move declaration out of the
20909         FCHDIR_REPLACEMENT scope.
20910         (_gl_unregister_fd): New declaration.
20911         * lib/close.c: New file.
20912         * lib/fchdir.c (rpl_close): Remove function.
20913         * m4/close.m4: New file.
20914         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20915         close.
20916         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20917         REPLACE_CLOSE.
20918         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20919         REPLACE_CLOSE.
20920         * modules/fchdir (Depends-on): Add close.
20921
20922 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20923             Bruno Haible  <bruno@clisp.org>
20924
20925         * lib/fcntl.in.h (open): Simplify conditionals.
20926         (_gl_register_fd): New declaration.
20927         * lib/fchdir.c (rpl_open): Remove function.
20928         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20929         also.
20930         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20931         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20932         open.
20933
20934 2008-10-09  Jim Meyering  <meyering@redhat.com>
20935
20936         GNUmakefile: use the more name-space-friendly "_version"
20937         * top/GNUmakefile (_dummy): Update.
20938         (_version): Rename from "version".
20939
20940 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20941             Bruno Haible  <bruno@clisp.org>
20942
20943         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20944         rpl_close.
20945         (_gl_register_fd): New function, extracted from rpl_open.
20946         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20947         (rpl_open, rpl_opendir): Use _gl_register_fd.
20948
20949 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20950
20951         Fix organization of 'open' replacement.
20952         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20953         (gl_FUNC_OPEN): Use it.
20954         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20955
20956 2008-10-08  Bruno Haible  <bruno@clisp.org>
20957
20958         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20959
20960 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20961
20962         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20963         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20964         listen).
20965
20966 2008-10-08  Eric Blake  <ebb9@byu.net>
20967
20968         GNUmakefile: add 'make version' target
20969         * top/GNUmakefile (_curr-ver): Split version update rules...
20970         (version): ...into a target.
20971
20972 2008-10-07  Bruno Haible  <bruno@clisp.org>
20973
20974         Use a more portable replacement expression for -0.0L.
20975         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20976         instead of -0.0L. Fix m4 quotation.
20977
20978         * tests/test-signbit.c: Include <float.h>.
20979         (minus_zero): New variable.
20980         (test_signbitl): Use minus_zero instead of -zero.
20981         * modules/signbit-tests (Depends-on): Add float.
20982
20983         * tests/test-ceill.c: Include <float.h>.
20984         (zero): Remove variable.
20985         (minus_zero): New variable.
20986         (main): Use minus_zero instead of -zero.
20987         * modules/ceill-tests (Depends-on): Add float.
20988
20989         * tests/test-floorl.c: Include <float.h>.
20990         (zero): Remove variable.
20991         (minus_zero): New variable.
20992         (main): Use minus_zero instead of -zero.
20993         * modules/floorl-tests (Depends-on): Add float.
20994
20995         * tests/test-roundl.c: Include <float.h>.
20996         (zero): Remove variable.
20997         (minus_zero): New variable.
20998         (main): Use minus_zero instead of -zero.
20999         * modules/roundl-tests (Depends-on): Add float.
21000
21001         * tests/test-truncl.c: Include <float.h>.
21002         (zero): Remove variable.
21003         (minus_zero): New variable.
21004         (main): Use minus_zero instead of -zero.
21005         * modules/truncl-tests (Depends-on): Add float.
21006
21007         * tests/test-frexpl.c (zero): Remove variable.
21008         (minus_zero): New variable.
21009         (main): Use minus_zero instead of -zero.
21010         * modules/frexpl-tests (Depends-on): Add float.
21011
21012         * tests/test-isnan.c (zerol): Remove variable.
21013         (minus_zerol): New variable.
21014         (test_long_double): Use minus_zerol instead of -zerol.
21015         * modules/isnan-tests (Depends-on): Add float.
21016
21017         * tests/test-isnanl.h (zero): Remove variable.
21018         (minus_zero): New variable.
21019         (main): Use minus_zero instead of -zero.
21020         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21021         * modules/isnanl-tests (Depends-on): Add float.
21022
21023         * tests/test-ldexpl.c (zero): Remove variable.
21024         (minus_zero): New variable.
21025         (main): Use minus_zero instead of -zero.
21026         * modules/ldexpl-tests (Depends-on): Add float.
21027
21028         * tests/test-snprintf-posix.h (zerol): Remove variable.
21029         (minus_zerol): New variable.
21030         (test_function): Use minus_zerol instead of -zerol.
21031         * modules/snprintf-posix-tests (Depends-on): Add float.
21032         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21033
21034         * tests/test-sprintf-posix.h (zerol): Remove variable.
21035         (minus_zerol): New variable.
21036         (test_function): Use minus_zerol instead of -zerol.
21037         * modules/sprintf-posix-tests (Depends-on): Add float.
21038         * modules/vsprintf-posix-tests (Depends-on): Add float.
21039
21040         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21041         (minus_zerol): New variable.
21042         (test_function): Use minus_zerol instead of -zerol.
21043         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21044
21045         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21046         (minus_zerol): New variable.
21047         (test_function): Use minus_zerol instead of -zerol.
21048         * modules/vasprintf-posix-tests (Depends-on): Add float.
21049
21050 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21051
21052         * MODULES.html.sh (Support for building documentation): Mention
21053         pmccabe2html.  Sort entries.
21054
21055         Add pmccabe2html module, from gnupdf.
21056         * build-aux/pmccabe.css: New file.
21057         * build-aux/pmccabe2html: New file.
21058         * m4/pmccabe2html.m4: New file.
21059         * modules/pmccabe2html: New file.
21060
21061 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21062
21063         flock: new module
21064         * MODULES.html.sh: Add to list of modules.
21065         * lib/flock.c: flock implementation for Windows and Unix systems
21066         which have fcntl.
21067         * doc/glibc-functions/flock.texi: Update documentation.
21068         * lib/sys_file.in.h: <sys/file.h> header file.
21069         * m4/flock.m4: M4 macros.
21070         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21071         * modules/flock: flock module.
21072         * modules/flock-tests: flock tests module.
21073         * modules/sys_file: sys/file.h module.
21074         * tests/test-flock.c: test suite for flock.
21075
21076 2008-10-06  Jim Meyering  <meyering@redhat.com>
21077
21078         bootstrap: check for LT_INIT more portably still ;-)
21079         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21080         Spotted by Bruno Haible.
21081
21082 2008-10-06  Eric Blake  <ebb9@byu.net>
21083
21084         test-signbit: avoid tripping Irix cc bug on -0.0L
21085         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21086         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21087         entire testsuite consistent and avoids an Irix 6.2 bug.
21088
21089 2008-10-05  Bruno Haible  <bruno@clisp.org>
21090             Jim Meyering  <jim@meyering.net>
21091
21092         Add an option for ignoring EPIPE during close_stdout.
21093         * lib/closeout.h: Include <stdbool.h>.
21094         (close_stdout_set_ignore_EPIPE): New declaration.
21095         * lib/closeout.c: Include <stdbool.h>.
21096         (ignore_EPIPE): New variable.
21097         (close_stdout_set_ignore_EPIPE): New function.
21098         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21099         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21100         failure.
21101         * modules/closeout (Depends-on): Add stdbool.
21102
21103 2008-10-05  Bruno Haible  <bruno@clisp.org>
21104
21105         * modules/accept: New file.
21106         * modules/bind: New file.
21107         * modules/connect: New file.
21108         * modules/getpeername: New file.
21109         * modules/getsockname: New file.
21110         * modules/getsockopt: New file.
21111         * modules/listen: New file.
21112         * modules/recv: New file.
21113         * modules/recvfrom: New file.
21114         * modules/send: New file.
21115         * modules/sendto: New file.
21116         * modules/setsockopt: New file.
21117         * modules/socket: New file.
21118         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21119         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21120         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21121         the particular module is requested. Add a link warning when the
21122         particular module is not requested.
21123         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21124         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21125         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21126         the particular module is requested.
21127         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21128         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21129         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21130         * modules/sys_socket (Depends-on): Add link-warning.
21131         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21132         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21133         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21134         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21135         GL_LINK_WARNING.
21136         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21137         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21138         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21139         * doc/posix-functions/getpeername.texi: Mention the new module
21140         'getpeername'.
21141         * doc/posix-functions/getsockname.texi: Mention the new module
21142         'getsockname'.
21143         * doc/posix-functions/getsockopt.texi: Mention the new module
21144         'getsockopt'.
21145         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21146         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21147         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21148         * doc/posix-functions/send.texi: Mention the new module 'send'.
21149         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21150         * doc/posix-functions/setsockopt.texi: Mention the new module
21151         'setsockopt'.
21152         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21153         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21154         listen, connect, accept.
21155         * modules/select-tests (Depends-on): Likewise.
21156
21157 2008-10-05  Bruno Haible  <bruno@clisp.org>
21158
21159         * lib/winsock.c (strerror): Remove unused #undef.
21160         (rpl_close): Remove unused local variable.
21161
21162         * modules/sys_socket (Depends-on); Add errno.
21163
21164 2008-10-05  Bruno Haible  <bruno@clisp.org>
21165
21166         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21167         (select): Add a link warning when the 'select' module is not used.
21168         * modules/sys_select (Depends-on): Add link-warning.
21169         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21170         Suggested by Paolo Bonzini.
21171
21172 2008-10-05  Jim Meyering  <meyering@redhat.com>
21173
21174         bootstrap: check for LT_INIT more portably
21175         * build-aux/bootstrap: Avoid using grep -E, since it's not
21176         portable enough.  Suggestion from Bruno Haible.
21177
21178 2008-10-05  Bruno Haible  <bruno@clisp.org>
21179
21180         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21181         as being fixed by gnulib.
21182
21183 2008-10-05  Bruno Haible  <bruno@clisp.org>
21184
21185         * modules/select-tests: New file, mostly copied from
21186         modules/sys_select-tests.
21187         * tests/test-select.c: New file, mostly copied from
21188         tests/test-sys_select.c.
21189         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21190         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21191         (Makefile.am): Remove test_sys_select_LDADD.
21192
21193         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21194         to an undefined symbol, for an error message.
21195         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21196         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21197         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21198         winsock-select.c here.
21199         * modules/sys_select (Files): Remove lib/winsock-select.c.
21200         (Depends-on): Remove alloca.
21201         (Makefile.am): Substitute GNULIB_SELECT.
21202         * modules/select: New file.
21203         * doc/posix-functions/select.texi: Update.
21204
21205 2008-10-05  Bruno Haible  <bruno@clisp.org>
21206
21207         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21208         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21209         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21210         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21211         getdtablesize.
21212         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21213         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21214
21215 2008-10-05  Bruno Haible  <bruno@clisp.org>
21216
21217         * modules/getdtablesize-tests: New file.
21218         * tests/test-getdtablesize.c: New file.
21219
21220         New module 'getdtablesize'.
21221         * lib/unistd.in.h (getdtablesize): New declaration.
21222         * lib/getdtablesize.c: New file.
21223         * m4/getdtablesize.m4: New file.
21224         * modules/getdtablesize: New file.
21225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21226         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21227         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21228         HAVE_GETDTABLESIZE.
21229         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21230
21231 2008-10-05  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/sched (Makefile.am): Fix typo.
21234         Reported by Simon Josefsson.
21235
21236 2008-10-05  Jim Meyering  <meyering@redhat.com>
21237
21238         bootstrap: check for LT_INIT, too
21239         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21240         are deprecated.  Suggestion from Ralf Wildenhues.
21241
21242 2008-10-05  Bruno Haible  <bruno@clisp.org>
21243
21244         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21245         overriding them by ours.
21246         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21247
21248 2008-10-05  Jim Meyering  <meyering@redhat.com>
21249
21250         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21251         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21252         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21253
21254 2008-10-04  Bruno Haible  <bruno@clisp.org>
21255
21256         * modules/dup2 (License): Change to LGPLv2+.
21257         * modules/sleep (License): Likewise.
21258         * modules/perror (License): Likewise.
21259         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21260         Blake.
21261         * modules/signal (License): Likewise.
21262         * modules/sigprocmask (License): Likewise.
21263         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21264         Meyering.
21265
21266 2008-10-04  Bruno Haible  <bruno@clisp.org>
21267
21268         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21269         Reported by Rainer Tammer <tammer@tammer.net>.
21270
21271 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21272             Bruno Haible  <bruno@clisp.org>
21273
21274         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21275         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21276         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21277
21278 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21279
21280         filevercmp: new module
21281         * lib/filevercmp.h: New function filevercmp comparing version strings.
21282         * lib/filevercmp.c: Implementation of filevercmp function.
21283         * modules/filevercmp: Module metadata.
21284         * tests/test-filevercmp.c: Unit test for new module.
21285         * modules/filevercmp-tests: Unit test metadata.
21286         * MODULES.html.sh: Add filevercmp module.
21287
21288 2008-10-03  Bruno Haible  <bruno@clisp.org>
21289
21290         * lib/c-ctype.h: Add comment.
21291         Reported by Jim Meyering.
21292
21293 2008-10-02  Bruno Haible  <bruno@clisp.org>
21294
21295         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21296
21297 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21298
21299         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21300         name of bootstrap.conf accordingly.
21301
21302 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21303
21304         * build-aux/bootstrap: Install git-merge-changelog configuration
21305         items into .gitconfig if needed.
21306
21307 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21308
21309         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21310         git repository, and initialize/update it accordingly.
21311
21312 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21313
21314         * modules/fsync-tests: New file.
21315         * tests/test-fsync.c: New file.
21316
21317         New module 'fsync'.
21318         * lib/fsync.c: New file.
21319         * m4/fsync.m4: New file.
21320         * modules/fsync: New file.
21321         * lib/unistd.in.h (fsync): New declaration.
21322         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21323         GNULIB_FSYNC and HAVE_FSYNC.
21324         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21325         * MODULES.html.sh (posix_functions): Add fsync.
21326         * doc/posix-functions/fsync.texi: Mention the new module.
21327
21328 2008-10-02  Jim Meyering  <meyering@redhat.com>
21329
21330         fts.c: sync with similar code from coreutils' remove.c
21331         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21332         Guard also with "#if defined __linux__", since for now at least,
21333         this code is Linux-kernel-specific.
21334
21335 2008-10-02  Jim Meyering  <meyering@redhat.com>
21336
21337         fts: bug fixes
21338         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21339         Include <sys/vfs.h>, not <sys/statfs.h>.
21340
21341         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21342         Include <sys/vfs.h>, not <sys/statfs.h>.
21343
21344 2008-10-01  Bruno Haible  <bruno@clisp.org>
21345
21346         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21347         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21348         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21349         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21350         * doc/posix-functions/posix_spawnp.texi: Likewise.
21351         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21352         whether posix_spawn actually works.
21353         * m4/pipe.m4 (gl_PIPE): Likewise.
21354         * modules/execute (Files): Add m4/posix_spawn.m4.
21355         * modules/pipe (Files): Add m4/posix_spawn.m4.
21356         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21357
21358 2008-10-01  Jim Meyering  <meyering@redhat.com>
21359
21360         remove trailing spaces
21361         * NEWS: Likewise.
21362         * lib/poll.c (poll): Likewise.
21363         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21364         * lib/winsock.c (rpl_close): Likewise.
21365         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21366         * modules/yield: Likewise.
21367         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21368         * tests/test-sys_select.c (connect_to_socket): Likewise.
21369
21370         fts.c: adjust a new interface to be more generally useful
21371         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21372         (fts_build): Adjust caller.
21373
21374 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21375
21376         * modules/cond-tests: New file.
21377         * tests/test-cond.c: New file.
21378
21379 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21380             Bruno Haible  <bruno@clisp.org>
21381
21382         * modules/cond (Dependencies): Add errno, time.
21383         * lib/glthread/cond.h: Include <time.h>.
21384         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21385         across platforms.
21386
21387 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21388             Bruno Haible  <bruno@clisp.org>
21389
21390         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21391
21392 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21393             Bruno Haible  <bruno@clisp.org>
21394
21395         * modules/tls-tests (Depends-on): Add thread, yield.
21396         (configure.ac): Remove all checks.
21397         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21398         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21399         gl_thread_self): Remove definitions. Include glthread/thread.h and
21400         glthread/yield.h instead.
21401         (test_tls): Pass an additional NULL argument to gl_thread_join.
21402
21403 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21404             Bruno Haible  <bruno@clisp.org>
21405
21406         * modules/lock-tests (Depends-on): Add thread, yield.
21407         (configure.ac): Remove all checks.
21408         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21409         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21410         gl_thread_self): Remove definitions. Include glthread/thread.h and
21411         glthread/yield.h instead.
21412         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21413         additional NULL argument to gl_thread_join.
21414
21415 2008-09-30  Bruno Haible  <bruno@clisp.org>
21416
21417         Fix the Win32 implementation of the 'thread' module.
21418         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21419         pointer type.
21420         (gl_thread_self): Invoke gl_thread_self_func.
21421         (gl_thread_self_func): New declaration.
21422         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21423         (do_init_self_key, init_self_key): New functions.
21424         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21425         Remove some fields.
21426         (running_threads, running_lock): Remove variables.
21427         (get_current_thread_handle): New function.
21428         (gl_thread_self_func, wrapper_func, glthread_create_func,
21429         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21430         simplified.
21431
21432 2008-09-30  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21435         files.
21436
21437 2008-09-30  Jim Meyering  <meyering@redhat.com>
21438
21439         fts.m4: correct the test for statfs.f_type
21440         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21441         when checking for statfs.f_type.
21442
21443 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21444
21445         tests: avoid some compiler warnings
21446         * tests/test-memchr.c (main): Pass NULL indirectly.
21447         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21448
21449 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21450
21451         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21452         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21453         exactly specified dayshifts.
21454         (dayshift): New rule.
21455         (rel): Add dayshift.
21456         (relative_time_table) [tomorrow, yesterday, today, now]:
21457         Use tDAY_SHIFT in place of tDAY_UNIT.
21458         * tests/test-getdate.c: Add tests for now-disallowed countable
21459         dayshifts, e.g., "4 yesterday ago".
21460
21461 2008-09-29  Bruno Haible  <bruno@clisp.org>
21462
21463         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21464         * tests/test-posix_spawn1.in.sh: Renamed from
21465         tests/test-posix_spawn.in.sh.
21466         * tests/test-posix_spawn2.c: New file.
21467         * tests/test-posix_spawn2.in.sh: New file.
21468         * modules/posix_spawnp-tests (Files): Update.
21469         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21470
21471 2008-09-29  Bruno Haible  <bruno@clisp.org>
21472
21473         Propagate effects of putenv/setenv/unsetenv to child processes.
21474         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21475         * lib/pipe.c (create_pipe): Likewise.
21476
21477 2008-09-29  Bruno Haible  <bruno@clisp.org>
21478
21479         Enable use of shell scripts as executables in mingw.
21480         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21481         run the program as a shell script.
21482         * lib/pipe.c (create_pipe): Likewise.
21483         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21484         resulting array.
21485
21486 2008-09-29  Eric Blake  <ebb9@byu.net>
21487
21488         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21489
21490 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21491
21492         * doc/posix-functions/accept.texi: Update mingw problems.
21493         * doc/posix-functions/bind.texi: Update mingw problems.
21494         * doc/posix-functions/close.texi: Update mingw problems.
21495         * doc/posix-functions/connect.texi: Update mingw problems.
21496         * doc/posix-functions/getpeername.texi: Update mingw problems.
21497         * doc/posix-functions/getsockname.texi: Update mingw problems.
21498         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21499         * doc/posix-functions/ioctl.texi: Update mingw problems.
21500         * doc/posix-functions/listen.texi: Update mingw problems.
21501         * doc/posix-functions/recv.texi: Update mingw problems.
21502         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21503         * doc/posix-functions/select.texi: Update mingw problems.
21504         * doc/posix-functions/send.texi: Update mingw problems.
21505         * doc/posix-functions/sendto.texi: Update mingw problems.
21506         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21507         * doc/posix-functions/socket.texi: Update mingw problems.
21508
21509 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21510             Bruno Haible  <bruno@clisp.org>
21511
21512         * lib/sys_select.in.h: Include sys/time.h.
21513         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21514         * modules/sys_select: Depend on sys_time.
21515         * tests/test-sys_select.c: Test that sys/select.h defines struct
21516         timeval fully.
21517
21518 2008-09-29  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21521         * lib/sys_select.in.h: Likewise.
21522
21523 2008-09-29  Bruno Haible  <bruno@clisp.org>
21524
21525         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21526
21527 2008-09-29  Bruno Haible  <bruno@clisp.org>
21528
21529         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21530         Set LIBSOCKET instead of augmenting LIBS.
21531         * modules/sockets (Link): New section.
21532         * modules/sockets-tests (test_sockets_LDADD): New variable.
21533         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21534         * modules/poll-tests (test_poll_LDADD): New variable.
21535         * NEWS: Document the change.
21536
21537 2008-09-29  Bruno Haible  <bruno@clisp.org>
21538
21539         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21540         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21541         ARPA_INET_H directly.
21542         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21543
21544 2008-09-28  Bruno Haible  <bruno@clisp.org>
21545
21546         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21547         from gl_HEADER_SYS_SOCKET.
21548         (gl_HEADER_SYS_SOCKET): Invoke it.
21549         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21550
21551 2008-09-28  Bruno Haible  <bruno@clisp.org>
21552
21553         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21554         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21555         Needed on OSF/1 4.0.
21556
21557 2008-09-28  Bruno Haible  <bruno@clisp.org>
21558
21559         Override open more carefully.
21560         * lib/open.c (orig_open): New function.
21561         (rpl_open): Use orig_open instead of open.
21562         * lib/fcntl.in.h: Add special invocation convention.
21563         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21564         (gl_FUNC_OPEN): Invoke it.
21565
21566         Override freopen more carefully.
21567         * lib/freopen.c (orig_freopen): New function.
21568         (rpl_freopen): Use orig_freopen instead of freopen.
21569         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21570         (gl_FUNC_FREOPEN): Invoke it.
21571
21572         Override fopen more carefully.
21573         * lib/fopen.c (orig_fopen): New function.
21574         (rpl_fopen): Use orig_fopen instead of fopen.
21575         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21576         (gl_FUNC_FOPEN): Invoke it.
21577         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21578
21579 2008-09-28  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21582         SIGPIPE.
21583
21584 2008-09-28  Bruno Haible  <bruno@clisp.org>
21585
21586         * tests/test-sigaction.c (handler, main): Disable the check whether
21587         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21588         glibc systems with LinuxThreads.
21589
21590 2008-09-28  Bruno Haible  <bruno@clisp.org>
21591
21592         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21593
21594         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21595         with AIX xlc.
21596         * lib/fcntl.in.h (open): Likewise.
21597         Reported by Rainer Tammer <tammer@tammer.net>.
21598
21599 2008-09-28  Bruno Haible  <bruno@clisp.org>
21600
21601         * modules/posix_spawnp-tests: New file.
21602         * tests/test-posix_spawn.c: New file.
21603         * tests/test-posix_spawn.in.sh: New file.
21604
21605         New module 'posix_spawnp'.
21606         * modules/posix_spawnp: New file.
21607         * lib/spawnp.c: New file, from GNU libc with modifications.
21608         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21609
21610         New module 'posix_spawn'.
21611         * modules/posix_spawn: New file.
21612         * lib/spawn.c: New file, from GNU libc with modifications.
21613         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21614
21615         New module 'posix_spawnattr_destroy'.
21616         * modules/posix_spawnattr_destroy: New file.
21617         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21618         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21619         module.
21620
21621         New module 'posix_spawnattr_setsigmask'.
21622         * modules/posix_spawnattr_setsigmask: New file.
21623         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21624         modifications.
21625         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21626         new module.
21627
21628         New module 'posix_spawnattr_getsigmask'.
21629         * modules/posix_spawnattr_getsigmask: New file.
21630         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21631         modifications.
21632         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21633         new module.
21634
21635         New module 'posix_spawnattr_setsigdefault'.
21636         * modules/posix_spawnattr_setsigdefault: New file.
21637         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21638         modifications.
21639         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21640         new module.
21641
21642         New module 'posix_spawnattr_getsigdefault'.
21643         * modules/posix_spawnattr_getsigdefault: New file.
21644         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21645         modifications.
21646         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21647         new module.
21648
21649         New module 'posix_spawnattr_setschedpolicy'.
21650         * modules/posix_spawnattr_setschedpolicy: New file.
21651         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21652         modifications.
21653         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21654         new module.
21655
21656         New module 'posix_spawnattr_getschedpolicy'.
21657         * modules/posix_spawnattr_getschedpolicy: New file.
21658         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21659         modifications.
21660         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21661         new module.
21662
21663         New module 'posix_spawnattr_setschedparam'.
21664         * modules/posix_spawnattr_setschedparam: New file.
21665         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21666         modifications.
21667         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21668         new module.
21669
21670         New module 'posix_spawnattr_getschedparam'.
21671         * modules/posix_spawnattr_getschedparam: New file.
21672         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21673         modifications.
21674         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21675         new module.
21676
21677         New module 'posix_spawnattr_setpgroup'.
21678         * modules/posix_spawnattr_setpgroup: New file.
21679         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21680         modifications.
21681         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21682         module.
21683
21684         New module 'posix_spawnattr_getpgroup'.
21685         * modules/posix_spawnattr_getpgroup: New file.
21686         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21687         modifications.
21688         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21689         module.
21690
21691         New module 'posix_spawnattr_setflags'.
21692         * modules/posix_spawnattr_setflags: New file.
21693         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21694         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21695         module.
21696
21697         New module 'posix_spawnattr_getflags'.
21698         * modules/posix_spawnattr_getflags: New file.
21699         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21700         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21701         module.
21702
21703         New module 'posix_spawnattr_init'.
21704         * modules/posix_spawnattr_init: New file.
21705         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21706         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21707         module.
21708
21709         New module 'posix_spawn_file_actions_destroy'.
21710         * modules/posix_spawn_file_actions_destroy: New file.
21711         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21712         modifications.
21713         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21714         the new module.
21715
21716         New module 'posix_spawn_file_actions_addopen'.
21717         * modules/posix_spawn_file_actions_addopen: New file.
21718         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21719         modifications.
21720         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21721         the new module.
21722
21723         New module 'posix_spawn_file_actions_adddup2'.
21724         * modules/posix_spawn_file_actions_adddup2: New file.
21725         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21726         modifications.
21727         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21728         the new module.
21729
21730         New module 'posix_spawn_file_actions_addclose'.
21731         * modules/posix_spawn_file_actions_addclose: New file.
21732         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21733         modifications.
21734         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21735         the new module.
21736
21737         New module 'posix_spawn_file_actions_init'.
21738         * modules/posix_spawn_file_actions_init: New file.
21739         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21740         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21741         new module.
21742
21743         New module 'posix_spawn-internal'.
21744         * modules/posix_spawn-internal: New file.
21745         * lib/spawn_int.h: New file, from GNU libc with modifications.
21746         * lib/spawni.c: New file, from GNU libc with modifications.
21747         * m4/posix_spawn.m4: New file.
21748
21749         New module 'spawn'.
21750         * modules/spawn: New file.
21751         * lib/spawn.in.h: New file, from GNU libc with modifications.
21752         * m4/spawn_h.m4: New file.
21753         * doc/posix-headers/spawn.texi: Mention the new module.
21754
21755 2008-09-28  Bruno Haible  <bruno@clisp.org>
21756
21757         * modules/sched-tests: New file.
21758         * tests/test-sched.c: New file.
21759
21760         New module 'sched'.
21761         * modules/sched: New file.
21762         * lib/sched.in.h: New file.
21763         * m4/sched_h.m4: New file.
21764         * doc/posix-headers/sched.texi: Mention the new module.
21765
21766 2008-09-27  Eric Blake  <ebb9@byu.net>
21767
21768         Fix previous patch, and tweak references to $0.
21769         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21770         (func_version, func_gnulib_dir): Don't call this program
21771         gnulib-tool.
21772         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21773         with using $0 in function.
21774         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21775         (func_fatal_error): Reuse the name the user invoked us with.
21776
21777 2008-09-27  Bruno Haible  <bruno@clisp.org>
21778
21779         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21780         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21781         (gl_ICONV_H): Not here.
21782         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21783         instead of assigning ICONV_H directly.
21784
21785         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21786         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21787         WCHAR_H directly.
21788
21789 2008-09-27  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21792         * modules/arpa_inet (Depends-on): Add link-warning.
21793         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21794         * modules/unistd (Makefile.am): Likewise.
21795
21796 2008-09-26  Bruno Haible  <bruno@clisp.org>
21797
21798         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21799         variables.
21800         (func_version): Essentially copied from gnulib-tool.
21801         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21802         func_readlink): Copied from gnulib-tool.
21803
21804 2008-09-26  Bruno Haible  <bruno@clisp.org>
21805
21806         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21807         invoking git-version-gen.
21808
21809 2008-09-26  Bruno Haible  <bruno@clisp.org>
21810
21811         * posix-modules: Update to directory names changed on 2008-01-19.
21812         Remove commas in output before splitting into words. No more need to
21813         avoid 'ftruncate' since 2007-02-19.
21814
21815 2008-09-26  Bruno Haible  <bruno@clisp.org>
21816
21817         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21818
21819 2008-09-26  Bruno Haible  <bruno@clisp.org>
21820
21821         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21822         * modules/fwriteerror (Depends-on): Add errno.
21823
21824 2008-09-26  Bruno Haible  <bruno@clisp.org>
21825
21826         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21827         * tests/test-vc-list-files-cvs.sh: Likewise.
21828
21829 2008-09-26  Bruno Haible  <bruno@clisp.org>
21830
21831         * doc/posix-headers/sys_resource.texi: Reorder items.
21832
21833 2008-09-26  Jim Meyering  <meyering@redhat.com>
21834
21835         fts: tweak inode comparison function
21836         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21837         inode numbers, as documented.
21838
21839         fts: sort dirent entries on inode number before traversing
21840         This avoids a quadratic, seek-related performance penalty when
21841         operating on a directory containing many entries (measurable at 10k;
21842         3.5 hours at 2 million entries with a cold cache) on certain types
21843         of file systems, including ext3 and ext4, but not tmpfs.
21844         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21845         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21846         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21847         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21848         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21849         (fts_build): Set the stat.st_ino member from D_INO.
21850         If it is likely to be useful, sort dirent entries on inode number.
21851
21852         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21853         and the struct statfs.f_type member.
21854         * modules/fts (Depends-on): Add d-ino.
21855
21856 2008-09-26  Bruno Haible  <bruno@clisp.org>
21857
21858         * modules/sigpipe-die (Depends-on): Add sigpipe.
21859
21860         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21861         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21862         and GNULIB_STDIO_H_SIGPIPE are set.
21863         * lib/stdio-write.c: New file.
21864         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21865         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21866         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21867         REPLACE_STDIO_WRITE_FUNCS.
21868         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21869         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21870         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21871         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21872         * modules/stdio (Files): Add lib/stdio-write.c.
21873         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21874         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21875         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21876         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21877         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21878         REPLACE_FPRINTF_POSIX.
21879         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21880         REPLACE_PRINTF_POSIX.
21881         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21882         REPLACE_VFPRINTF_POSIX.
21883         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21884         REPLACE_VPRINTF_POSIX.
21885         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21886         SIGPIPE issue.
21887         * doc/posix-functions/fputc.texi: Likewise.
21888         * doc/posix-functions/fputs.texi: Likewise.
21889         * doc/posix-functions/fwrite.texi: Likewise.
21890         * doc/posix-functions/printf.texi: Likewise.
21891         * doc/posix-functions/putc.texi: Likewise.
21892         * doc/posix-functions/putchar.texi: Likewise.
21893         * doc/posix-functions/puts.texi: Likewise.
21894         * doc/posix-functions/vfprintf.texi: Likewise.
21895         * doc/posix-functions/vprintf.texi: Likewise.
21896
21897         * modules/safe-write (Depends-on): Add write.
21898
21899         * modules/sigpipe-tests: New file.
21900         * tests/test-sigpipe.c: New file.
21901         * tests/test-sigpipe.sh: New file.
21902
21903         * modules/write: New file.
21904         * lib/unistd.in.h: Include <sys/types.h>.
21905         (write): New declaration.
21906         * lib/write.c: New file.
21907         * m4/write.m4: New file.
21908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21909         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21910         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21911         GNULIB_WRITE, REPLACE_WRITE.
21912         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21913         and the SIGPIPE issue.
21914
21915         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21916         (raise): New declaration.
21917         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21918         (ext_signal): New function.
21919         (rpl_raise): New function.
21920         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21921         GNULIB_SIGNAL_H_SIGPIPE.
21922         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21923         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21924
21925         * modules/sigpipe: New file.
21926         * m4/sigpipe.m4: New file.
21927
21928 2008-09-25  Derek Price  <derek@ximbiot.com>
21929             Bruno Haible  <bruno@clisp.org>
21930
21931         * gnulib-tool (func_import): Report all license incompatibilities, not
21932         just the first one.
21933
21934 2008-09-25  Bruno Haible  <bruno@clisp.org>
21935
21936         * gnulib-tool (func_import): When computing the edits, consider not
21937         only the Makefile.ams that exist but also those that will be generated.
21938
21939 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21940
21941         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21942         fixes gnulib-tool --test warning about duplicate dependency.
21943
21944 2008-09-25  Bruno Haible  <bruno@clisp.org>
21945
21946         * gnulib-tool: Don't ask the user to perform edits in the generated
21947         Makefile.ams.
21948         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21949         apply to the Makefile.am being generated.
21950         (func_emit_tests_Makefile_am): Execute edits that apply to the
21951         Makefile.am being generated.
21952         (func_import): Setup list of Makefile.am edits before emitting the
21953         Makefile.ams, not at the end.
21954         (func_create_testdir): Update.
21955         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21956
21957 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21958
21959         * gnulib-tool (func_import): Store the --tests-base option in the
21960         comment in gnulib-cache.m4.
21961
21962 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21963
21964         * NEWS: Document increased portability that sys_select now provides.
21965
21966         * lib/sys_select.in.h: Install select wrapper.
21967         * lib/sys_socket.in.h: Use more descriptive name when there is no
21968         select wrapper.
21969         * lib/winsock-select.c: New.
21970         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21971         Require gl_HEADER_SYS_SOCKET.
21972         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21973         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21974         * tests/test-sys_select.c: Add functional tests.
21975
21976 2008-09-24  Eric Blake  <ebb9@byu.net>
21977
21978         open, fopen: close fd leak in last patch
21979         * lib/open.c (rpl_open): Close fd before returning error.
21980         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21981         * doc/posix-functions/open.texi (open): Document that Irix also
21982         has the bug.
21983         * doc/posix-functions/fopen.texi (fopen): Likewise.
21984         Reported by Paolo Bonzini.
21985
21986 2008-09-24  Bruno Haible  <bruno@clisp.org>
21987
21988         Ensure that a filename ending in a slash cannot be used to access a
21989         non-directory.
21990         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21991         to check whether it's really a directory.
21992         * lib/fopen.c: Include fcntl.h, unistd.h.
21993         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21994         and fdopen().
21995         * modules/fopen (Depends-on): Add unistd.
21996         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21997         * tests/test-fopen.c (main): Likewise.
21998         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21999         * doc/posix-functions/fopen.texi: Likewise.
22000         Reported by Eric Blake.
22001
22002 2008-09-23  Eric Blake  <ebb9@byu.net>
22003
22004         c-stack: avoid compiler optimizations when provoking overflow
22005         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22006         recursion harder to optimize, to ensure a stack overflow occurs.
22007         * tests/test-c-stack.c (recurse): Likewise.
22008         Borrowed from libsigsegv.
22009
22010         c-stack: work around Irix sigaltstack bug
22011         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22012         whether sigaltstack uses wrong end of stack_t (copied in part from
22013         libsigsegv).
22014         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22015         Irix bug, without requiring an over-allocation.
22016         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22017         bug.
22018
22019         fopen: document mingw bug on directories
22020         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22021         not allowing a stream visiting a directory, even though reading
22022         from such a stream is not portable.
22023
22024 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22025
22026         * lib/poll.c: Rewrite.
22027         * modules/poll: Depend on alloca.
22028
22029 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22030
22031         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22032         instead define prototypes for a full set of wrappers.  Ensure
22033         that Cygwin does not use the compatibility code, which is only
22034         for MinGW.
22035         * lib/winsock.c: New.
22036         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22037         * modules/sys_socket: Add lib/winsock.c.
22038
22039         * modules/poll-tests: Add errno and perror.
22040         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22041
22042 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22043
22044         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22045
22046 2008-09-23  Bruno Haible  <bruno@clisp.org>
22047
22048         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22049         * doc/glibc-functions/*: Likewise.
22050
22051 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22052
22053         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22054         success.
22055
22056 2008-09-22  Eric Blake  <ebb9@byu.net>
22057             Bruno Haible  <bruno@clisp.org>
22058
22059         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22060         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22061         supply %A but mishandle pseudo-NaN.
22062         Reported by Simon Josefsson.
22063
22064 2008-09-21  Bruno Haible  <bruno@clisp.org>
22065
22066         * tests/test-lock.c (main): Tweak skip message.
22067         * tests/test-tls.c (main): Likewise.
22068
22069 2008-09-21  Bruno Haible  <bruno@clisp.org>
22070
22071         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22072         whether 'struct sigaction' has sa_sigaction here...
22073         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22074         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22075
22076 2008-09-21  Bruno Haible  <bruno@clisp.org>
22077
22078         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22079         section.
22080         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22081         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22082         the new section.
22083         (Support for obsolete systems lacking POSIX:2001): New section.
22084         (String handling <string.h>): Move strdup to the new section.
22085         Suggested by Simon Josefsson and Paolo Bonzini.
22086
22087 2008-09-21  Bruno Haible  <bruno@clisp.org>
22088
22089         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22090         exponents in %e and %g results on 'long double'. Needed for mingw's
22091         improved *printf functions.
22092         * tests/test-vasprintf-posix.c (test_function): Likewise.
22093         * tests/test-snprintf-posix.h (test_function): Likewise.
22094         * tests/test-sprintf-posix.h (test_function): Likewise.
22095         Reported by Eric Blake.
22096
22097 2008-09-21  Bruno Haible  <bruno@clisp.org>
22098
22099         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22100         * tests/test-sprintf-posix.h (test_function): Likewise.
22101
22102 2008-09-21  Bruno Haible  <bruno@clisp.org>
22103
22104         * modules/getpass (Depends-on): Add strdup-posix.
22105
22106         New module 'strdup-posix'.
22107         * modules/strdup-posix: New file.
22108         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22109         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22110         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22111         REPLACE_STRDUP.
22112         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22113         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22114         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22115         strdup-posix.
22116
22117         * modules/strdup (Depends-on): Remove malloc-posix.
22118
22119 2008-09-20  Bruno Haible  <bruno@clisp.org>
22120
22121         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22122         Wildenhues.
22123
22124 2008-09-20  Bruno Haible  <bruno@clisp.org>
22125
22126         Ensure that wint_t gets defined on IRIX 5.3.
22127         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22128         * lib/wctype.in.h (wint_t): Likewise.
22129         (__wctype_wint_t): Remove type.
22130         (isw*): Use wint_t instead of __wctype_wint_t.
22131         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22132         * modules/wchar (Files): Add m4/wint_t.m4.
22133         (Makefile.am): Substitute HAVE_WINT_T.
22134         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22135         * tests/test-wctype.c: Check that wint_t is defined.
22136         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22137         * doc/posix-headers/wctype.texi: Likewise.
22138         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22139
22140 2008-09-18  Bruno Haible  <bruno@clisp.org>
22141
22142         * gnulib-tool (func_exit): Update comment.
22143
22144 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22145
22146         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22147         assumes strdup exists and does not depend on strdup to return
22148         ENOMEM on out of memory conditions.
22149
22150 2008-09-18  Bruno Haible  <bruno@clisp.org>
22151
22152         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22153         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22154         digits for the exponent.
22155
22156 2008-09-18  Jim Meyering  <meyering@redhat.com>
22157             Bruno Haible  <bruno@clisp.org>
22158
22159         * lib/vasnprintf.c (decimal_point_char): Define also if
22160         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22161
22162 2008-09-16  Bruno Haible  <bruno@clisp.org>
22163         and Eric Blake  <ebb9@byu.net>
22164
22165         vasnprintf: support Irix 5.3
22166         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22167         that mishandle long double infinity.
22168         Reported by Tom G. Christensen.
22169
22170 2008-09-16  Bruno Haible  <bruno@clisp.org>
22171
22172         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22173         Solaris 9.
22174         * doc/glibc-functions/alphasort.texi: Likewise.
22175         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22176
22177 2008-09-16  Jim Meyering  <meyering@redhat.com>
22178
22179         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22180         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22181         a umask modification leak out of a subshell.  Otherwise, the
22182         opensolaris /bin/sh would be accepted and thus cause unwarranted
22183         failures in the coreutils test suite.
22184
22185 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22186
22187         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22188         to succeed.
22189
22190 2008-09-16  Jim Meyering  <meyering@redhat.com>
22191
22192         avoid spurious test failure when library is built without ACL support
22193         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22194         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22195         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22196         * tests/test-copy-acl.sh: Likewise.
22197
22198 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22199
22200         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22201         based on character occurrence counts.
22202
22203 2008-09-15  Eric Blake  <ebb9@byu.net>
22204
22205         tests: avoid some compiler warnings
22206         * tests/test-memchr.c (main): Pass NULL indirectly.
22207         * tests/test-closein.c (main): Avoid unused variable.
22208
22209 2008-09-15  Bruno Haible  <bruno@clisp.org>
22210
22211         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22212         are missing on OpenBSD 4.0 individually.
22213         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22214
22215 2008-09-15  Bruno Haible  <bruno@clisp.org>
22216
22217         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22218         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22219         * doc/posix-functions/perror.texi: Likewise.
22220         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22221         is missing.
22222         Reported by Eric Blake.
22223
22224         * lib/errno.in.h: Use replacement values >= 2000.
22225         Reported by Eric Blake.
22226
22227 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22228
22229         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22230         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22231         limit.
22232         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22233         compareseq was aborted.
22234
22235 2008-09-14  Bruno Haible  <bruno@clisp.org>
22236
22237         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22238         yvec_edit_count.
22239         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22240         (fstrcmp_bounded): Simplify result computation accordingly.
22241
22242 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22243
22244         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22245         (fstrcmp): Define in terms of fstrcmp_bounded.
22246         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22247         lower_bound argument.
22248         Return quickly if the result is certainly < lower_bound.
22249         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22250
22251 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22252
22253         * lib/diffseq.h (EARLY_ABORT): New macro.
22254         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22255         evaluates to true.
22256
22257 2008-09-14  Bruno Haible  <bruno@clisp.org>
22258
22259         * modules/perror-tests: New file.
22260         * tests/test-perror.sh: New file.
22261         * tests/test-perror.c: New file.
22262
22263         New module 'perror'.
22264         * lib/stdio.in.h (perror): New declaration.
22265         * lib/perror.c: New file.
22266         * m4/perror.m4: New file.
22267         * modules/perror: New file.
22268         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22269         * doc/posix-functions/perror.texi: Mention the perror module.
22270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22271         REPLACE_PERROR.
22272         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22273         REPLACE_PERROR.
22274
22275 2008-09-14  Bruno Haible  <bruno@clisp.org>
22276
22277         * modules/stdio (Makefile.am): Reorder to match the order in
22278         lib/stdio.in.h.
22279         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22280
22281 2008-09-13  Bruno Haible  <bruno@clisp.org>
22282
22283         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22284
22285 2008-09-13  Bruno Haible  <bruno@clisp.org>
22286
22287         Extend strerror to cover the added errno values.
22288         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22289         (rpl_strerror): Provide error messages for the added errno values and
22290         for the WSA* values.
22291         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22292         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22293         strerror.
22294         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22295         * modules/strerror (Depends-on): Add errno.
22296         * doc/posix-functions/strerror.texi: Document the change.
22297         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22298         and EOVERFLOW.
22299
22300 2008-09-13  Bruno Haible  <bruno@clisp.org>
22301
22302         * modules/EOVERFLOW: Remove file.
22303         * m4/eoverflow.m4: Remove file.
22304         * modules/EOVERFLOW-tests: Remove file.
22305         * tests/test-EOVERFLOW.c: Remove file.
22306         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22307         * modules/ftell (Depends-on): Likewise.
22308         * modules/getdelim (Depends-on): Likewise.
22309         * modules/getugroups (Depends-on): Likewise.
22310         * modules/poll (Depends-on): Likewise.
22311         * modules/snprintf (Depends-on): Likewise.
22312         * modules/sprintf-posix (Depends-on): Likewise.
22313         * modules/vasnprintf (Depends-on): Likewise.
22314         * modules/vasprintf (Depends-on): Likewise.
22315         * modules/vfprintf-posix (Depends-on): Likewise.
22316         * modules/vsnprintf (Depends-on): Likewise.
22317         * modules/vsprintf-posix (Depends-on): Likewise.
22318         * modules/xvasprintf (Depends-on): Likewise.
22319         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22320         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22321         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22322         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22323         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22324         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22325         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22326         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22327         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22328         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22329         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22330         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22331         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22332         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22333         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22334         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22335         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22336         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22337         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22338         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22339         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22340         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22341         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22342         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22343         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22344         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22345         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22346         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22347         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22348         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22349         * MODULES.html.sh: Remove EOVERFLOW.
22350         * NEWS: Mention the change.
22351
22352 2008-09-13  Bruno Haible  <bruno@clisp.org>
22353
22354         * modules/errno-tests: New file.
22355         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22356
22357         * lib/errno.in.h: New file.
22358         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22359         * modules/errno: New file.
22360         * doc/posix-headers/errno.texi: Update documentation.
22361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22362
22363 2008-09-13  Bruno Haible  <bruno@clisp.org>
22364
22365         * tests/test-poll.c: Use #if for native Windows, rather than testing
22366         __MSVCRT__.
22367
22368 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22369             Bruno Haible  <bruno@clisp.org>
22370
22371         * lib/glob.c: Don't include <pwd.h> on native Windows.
22372         (WINDOWS32): New macro.
22373         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22374
22375 2008-09-13  Bruno Haible  <bruno@clisp.org>
22376
22377         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22378         (ETIMEDOUT): Remove macro.
22379         (glthread_cond_timedwait_multithreaded): New declaration.
22380         (glthread_cond_timedwait): Use it.
22381         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22382         (glthread_cond_timedwait_multithreaded): New function.
22383
22384 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22385
22386         * modules/poll-tests: Do not check for io.h.
22387         * tests/test-poll.c: Check for __MSVCRT__ instead.
22388
22389 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22390
22391         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22392         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22393         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22394
22395 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22396
22397         * modules/poll-tests: New.
22398         * tests/test-poll.c: New.
22399
22400 2008-09-12  Eric Blake  <ebb9@byu.net>
22401
22402         frexp: test for NetBSD failure on -0.0
22403         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22404         not all, bugs from NetBSD 3.0 have been fixed.
22405         * doc/posix-functions/frexp.texi (frexp): Document bug.
22406         Reported by Thomas Klausner.
22407
22408         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22409         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22410         literal -0.0.
22411         Reported by Jonathan C. Patschke <jp@centtech.com>.
22412
22413 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22414
22415         * lib/glthread/cond.h: Use dummy implementation also if
22416         USE_WIN32_THREADS.
22417
22418 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22419
22420         * modules/fnmatch-posix (License): Change to LGPLv2+.
22421         * modules/fnmatch-gnu (License): Likewise.
22422
22423 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22424
22425         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22426
22427 2008-09-11  Jim Meyering  <meyering@redhat.com>
22428
22429         * users.txt: Add gtk-vnc.
22430
22431 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22432
22433         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22434         rotate amounts.
22435
22436         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22437         required for 16-bit and 8-bit rotates.
22438         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22439         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22440         UINT8_MAX instead of hard-coded constants.
22441         Suggested by Paul Eggert.
22442
22443 2008-09-07  Bruno Haible  <bruno@clisp.org>
22444
22445         * tests/test-striconveh.c (main): Check behaviour when converting from
22446         UTF-7.
22447
22448         Make striconveh work better with stateful encodings.
22449         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22450         that iconv does not increment the inptr when returning -1/EINVAL.
22451
22452 2008-09-07  Bruno Haible  <bruno@clisp.org>
22453
22454         * build-aux/config.rpath: Update according to libtool-2.2.6.
22455         * build-aux/config.libpath: Likewise.
22456
22457 2008-09-06  Bruno Haible  <bruno@clisp.org>
22458
22459         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22460         * lib/freadptr.c (freadptr): Likewise.
22461         * lib/freadseek.c (freadptrinc): Likewise.
22462         Reported by Simon Josefsson.
22463
22464 2008-09-06  Bruno Haible  <bruno@clisp.org>
22465
22466         * modules/freadptr (License): Change to LGPLv2+.
22467         * modules/freadseek (License): Likewise.
22468         Suggested by Eric Blake.
22469
22470         * modules/memchr2 (License): Change to LGPLv2+.
22471         Approved by Eric Blake.
22472
22473 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22474             Bruno Haible  <bruno@clisp.org>
22475
22476         Make gnulib-tool work with native 'sed' on AIX.
22477         * gnulib-tool (sed_noop): New variable.
22478         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22479         func_add_or_update, func_create_testdir): Use it to initialize sed
22480         script variables.
22481         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22482
22483 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22484             Bruno Haible  <bruno@clisp.org>
22485
22486         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22487         also works after #include directives.
22488
22489 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22490
22491         getdate.y: reject an out-of-range timezone value
22492         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22493         the range [-24...+24].  When specified with only one or two digits,
22494         * tests/test-getdate.c: Tests for the fix.
22495         * doc/getdate.texi: Document this change.
22496
22497 2008-09-03  Bruno Haible  <bruno@clisp.org>
22498
22499         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22500
22501 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22502
22503         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22504         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22505         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22506         Blake <ebb9@byu.net>.
22507
22508         * tests/test-bitrotate.c: Add more test vectors.
22509
22510 2008-09-02  Eric Blake  <ebb9@byu.net>
22511
22512         vasnprintf-posix: handle large precision via %.*d
22513         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22514         when handling it ourselves.
22515         * tests/test-vasnprintf-posix.c (test_function): Add test.
22516         * tests/test-snprintf-posix.h (test_function): Likewise.
22517         * tests/test-sprintf-posix.h (test_function): Likewise.
22518         * tests/test-vasprintf-posix.c (test_function): Likewise.
22519         Reported by Alain Guibert.
22520
22521 2008-09-01  Eric Blake  <ebb9@byu.net>
22522
22523         c-stack: make configure-time check more robust
22524         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22525         successful sigaction call.
22526         Reported by Tom G. Christensen.
22527
22528 2008-09-01  Bruno Haible  <bruno@clisp.org>
22529
22530         New module 'findprog-lgpl'.
22531         * modules/findprog-lgpl: New file.
22532         * lib/findprog-lgpl.c: New file.
22533         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22534         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22535         to decide whether to use strdup or xstrdup, concatenated_filename or
22536         xconcatenated_filename.
22537
22538 2008-09-01  Bruno Haible  <bruno@clisp.org>
22539
22540         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22541         'xconcat-filename' (GPL).
22542         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22543         (License): Change to LGPLv2+.
22544         * modules/xconcat-filename: New file.
22545         * lib/concat-filename.h (concatenated_filename): Change specification.
22546         (xconcatenated_filename): New declaration.
22547         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22548         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22549         memory situations.
22550         * lib/xconcat-filename.c: New file.
22551         * NEWS: Mention the change.
22552         * lib/findprog.c: Include concat-filename.h, not filename.h.
22553         (find_in_path): Use xconcatenated_filename instead of
22554         concatenated_filename.
22555         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22556         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22557         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22558         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22559         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22560         instead of concatenated_filename.
22561         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22562         (execute_java_class): Use xconcatenated_filename instead of
22563         concatenated_filename.
22564         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22565         * modules/javacomp (Depends-on): Likewise.
22566         * modules/javaexec (Depends-on): Likewise.
22567
22568 2008-09-01  Bruno Haible  <bruno@clisp.org>
22569
22570         Split module 'filename' into 'filename' and 'concat-filename'.
22571         * modules/filename: Keep only lib/filename.h.
22572         (License): Change to LGPLv2+.
22573         * modules/concat-filename: New file, extracted from modules/filename.
22574         * lib/filename.h (concatenated_filename): Remove declaration.
22575         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22576         * lib/concat-filename.c: Include concat-filename.h.
22577         * NEWS: Mention the change.
22578
22579 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22580
22581         * lib/bitrotate.h (rotl8, rotr8): Add.
22582
22583         * modules/bitrotate (configure.ac): Need
22584         AC_REQUIRE([AC_C_INLINE]).
22585         (Description): Mention stdint.h.  Reported by Bruno Haible
22586         <bruno@clisp.org>.
22587
22588         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22589         Paolo Bonzini <bonzini@gnu.org>.
22590
22591 2008-08-31  Bruno Haible  <bruno@clisp.org>
22592
22593         Assume Solaris specific bi-arch conventions on Solaris systems.
22594         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22595         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22596         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22597         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22598         like acl_libdirstem.
22599         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22600         acl_libdirstem.
22601         * NEWS: Mention the change.
22602         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22603
22604 2008-08-31  Jim Meyering  <meyering@redhat.com>
22605
22606         * lib/strftime.h: Add comments describing the two added arguments.
22607
22608         remove duplicate #include directives
22609         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22610         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22611
22612 2008-08-31  Bruno Haible  <bruno@clisp.org>
22613
22614         New module 'sigpipe-die'.
22615         * modules/sigpipe-die: New file.
22616         * lib/sigpipe-die.h: New file.
22617         * lib/sigpipe-die.c: New file.
22618         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22619
22620 2008-08-31  Bruno Haible  <bruno@clisp.org>
22621
22622         Don't override previously installed signal handlers.
22623         * lib/fatal-signal.c (saved_sigactions): New variable.
22624         (uninstall_handlers): Reset the signal to the saved handler, not
22625         to SIG_DFL (except when ignored).
22626         (install_handlers): Save the previous handlers.
22627
22628 2008-08-30  Bruno Haible  <bruno@clisp.org>
22629
22630         * gnulib-tool (func_reset_sigpipe): New function.
22631         (func_get_automake_snippet, func_modules_transitive_closure,
22632         func_import): Invoke it before a join command that reads from stdin,
22633         to avoid "echo: write error: Broken pipe" error messages on stderr.
22634         Reported by Sam Steingold <sds@gnu.org>.
22635
22636 2008-08-30  Bruno Haible  <bruno@clisp.org>
22637
22638         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22639         Code copied from m4/open.m4.
22640         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22641         access and the filename ends in a slash. Code copied from lib/open.c.
22642         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22643         * tests/test-fopen.c (main): Check against bug with trailing slash.
22644
22645 2008-08-29  Bruno Haible  <bruno@clisp.org>
22646
22647         Avoid some "gcc -pedantic" warnings.
22648         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22649         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22650         * lib/dirent.in.h: Likewise.
22651         * lib/fcntl.in.h: Likewise.
22652         * lib/float.in.h: Likewise.
22653         * lib/iconv.in.h: Likewise.
22654         * lib/inttypes.in.h: Likewise.
22655         * lib/locale.in.h: Likewise.
22656         * lib/math.in.h: Likewise.
22657         * lib/netinet_in.in.h: Likewise.
22658         * lib/search.in.h: Likewise.
22659         * lib/signal.in.h: Likewise.
22660         * lib/stdarg.in.h: Likewise.
22661         * lib/stdint.in.h: Likewise.
22662         * lib/stdio.in.h: Likewise.
22663         * lib/stdlib.in.h: Likewise.
22664         * lib/string.in.h: Likewise.
22665         * lib/strings.in.h: Likewise.
22666         * lib/sys_select.in.h: Likewise.
22667         * lib/sys_socket.in.h: Likewise.
22668         * lib/sys_stat.in.h: Likewise.
22669         * lib/sys_time.in.h: Likewise.
22670         * lib/sysexits.in.h: Likewise.
22671         * lib/time.in.h: Likewise.
22672         * lib/unistd.in.h: Likewise.
22673         * lib/wchar.in.h: Likewise.
22674         * lib/wctype.in.h: Likewise.
22675         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22676         * modules/fchdir (Makefile.am): Likewise.
22677         * modules/fcntl (Makefile.am): Likewise.
22678         * modules/float (Makefile.am): Likewise.
22679         * modules/iconv_open (Makefile.am): Likewise.
22680         * modules/inttypes (Makefile.am): Likewise.
22681         * modules/locale (Makefile.am): Likewise.
22682         * modules/math (Makefile.am): Likewise.
22683         * modules/netinet_in (Makefile.am): Likewise.
22684         * modules/search (Makefile.am): Likewise.
22685         * modules/signal (Makefile.am): Likewise.
22686         * modules/stdarg (Makefile.am): Likewise.
22687         * modules/stdint (Makefile.am): Likewise.
22688         * modules/stdio (Makefile.am): Likewise.
22689         * modules/stdlib (Makefile.am): Likewise.
22690         * modules/string (Makefile.am): Likewise.
22691         * modules/strings (Makefile.am): Likewise.
22692         * modules/sys_select (Makefile.am): Likewise.
22693         * modules/sys_socket (Makefile.am): Likewise.
22694         * modules/sys_stat (Makefile.am): Likewise.
22695         * modules/sys_time (Makefile.am): Likewise.
22696         * modules/sysexits (Makefile.am): Likewise.
22697         * modules/time (Makefile.am): Likewise.
22698         * modules/unistd (Makefile.am): Likewise.
22699         * modules/wchar (Makefile.am): Likewise.
22700         * modules/wctype (Makefile.am): Likewise.
22701         Reported by Reuben Thomas <rrt@sc3d.org>.
22702
22703 2008-08-29  Bruno Haible  <bruno@clisp.org>
22704
22705         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22706         any more.
22707
22708 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22709
22710         * MODULES.html.sh (Misc): Add bitrotate.
22711
22712         * modules/bitrotate: New file.
22713
22714         * lib/bitrotate.h: New file.
22715
22716         * modules/bitrotate-tests: New file.
22717
22718         * tests/test-bitrotate.c: New file.
22719
22720         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22721         on the bitrotate module.
22722
22723         * lib/arctwo.c: Use new bitrotate module.
22724
22725 2008-08-29  Jim Meyering  <meyering@redhat.com>
22726
22727         bootstrap: merge changes from coreutils
22728         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22729         of copied files.  Remove a kludge, now that this is fixed.
22730         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22731         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22732         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22733
22734 2008-08-29  Bruno Haible  <bruno@clisp.org>
22735
22736         * MODULES.html.sh: Remove --cvs-urls option.
22737
22738 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22739
22740         maint.mk: adjust to file name change
22741         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22742
22743 2008-08-28  Jim Meyering  <meyering@redhat.com>
22744
22745         * modules/getndelim2 (License): Relicense to LGPLv2+.
22746         Approved by Richard Stallman for the version of 1995, and by
22747         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22748
22749 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22750
22751         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22752         dummy if one is not available.  Do not touch them if
22753         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22754         (getc_maybe_unlocked): New.
22755         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22756
22757 2008-08-26  Eric Blake  <ebb9@byu.net>
22758
22759         doc/INSTALL: resync from autoconf
22760         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22761         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22762         moving...
22763         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22764         * INSTALL: Regenerate.
22765         * INSTALL.ISO: New file.
22766         * INSTALL.UTF-8: Likewise.
22767
22768 2008-08-26  Jim Meyering  <meyering@redhat.com>
22769
22770         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22771         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22772         these definitions conditional, so that they may be overridden, too.
22773
22774 2008-08-26  Bruno Haible  <bruno@clisp.org>
22775
22776         Generate INSTALL file variants with prettier quotes.
22777         * doc/Makefile (INSTALL_PRELUDE): New macro.
22778         (INSTALL): Use it.
22779         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22780
22781 2008-08-26  Bruno Haible  <bruno@clisp.org>
22782
22783         Run makeinfo in an English locale.
22784         * doc/Makefile (MAKEINFO): New variable.
22785
22786 2008-08-26  Bruno Haible  <bruno@clisp.org>
22787
22788         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22789         Suggested by Eric Blake.
22790
22791 2008-08-25  Bruno Haible  <bruno@clisp.org>
22792
22793         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22794
22795 2008-08-25  Eric Blake  <ebb9@byu.net>
22796
22797         c-stack: test that stack overflow can be caught
22798         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22799         that platform allows handling stack overflow; at least OS/2 EMX
22800         has sigaltstack, but crashes before transferring control to
22801         handler on stack overflow.
22802         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22803         check for HAVE_STACK_OVERFLOW_HANDLING.
22804         Reported by Elbert Pol.
22805
22806 2008-08-25  Bruno Haible  <bruno@clisp.org>
22807
22808         * doc/posix-functions/strftime.texi: Fix description of strftime
22809         module.
22810
22811 2008-08-24  Bruno Haible  <bruno@clisp.org>
22812
22813         * tests/uniwidth/test-uc_width2.c: New file.
22814         * tests/uniwidth/test-uc_width2.sh: New file.
22815         * modules/uniwidth/width-tests (Files): Add the new files.
22816         (TESTS): Add uniwidth/test-uc_width2.sh.
22817         (TESTS_ENVIRONMENT): New variable.
22818         (check_PROGRAMS): Add test-uc_width2.
22819         (test_uc_width2_SOURCES): New variable.
22820
22821         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22822         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22823         not 0x00AB.
22824         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22825
22826 2008-08-22  Eric Blake  <ebb9@byu.net>
22827
22828         test-lock, test-tls: mention why a test is skipped
22829         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22830         skipped.
22831         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22832
22833         count-one-bits: relax license
22834         * modules/count-one-bits (License): Relicense to LGPLv2+.
22835         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22836
22837 2008-08-22  Andreas Schwab  <schwab@suse.de>
22838
22839         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22840         Remove spurious space in assignment.
22841
22842 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22843
22844         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22845         Paul Eggert <eggert@CS.UCLA.EDU>.
22846
22847 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22848
22849         * modules/gettext: Add m4/threadlib.m4.
22850
22851 2008-08-19  Eric Blake  <ebb9@byu.net>
22852
22853         test-c-stack: fix compilation failure on FreeBSD 5.0
22854         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22855         headers before <sys/resource.h>.
22856         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22857         the bug.
22858         Reported by Nelson H. F. Beebe.
22859
22860         strverscmp: migrate from "strverscmp.h" to <string.h>
22861         * modules/string (Makefile.am): Add new hooks.
22862         * modules/strverscmp (Files): Remove strverscmp.h.
22863         (Depends-on): Add string.
22864         (configure.ac): Add indicator.
22865         (Include): Mention new header.
22866         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22867         defaults.
22868         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22869         results.
22870         * lib/strverscmp.h: Delete.
22871         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22872         * tests/test-strverscmp.c (includes): Adjust client.
22873         * lib/check-version.c (includes): Likewise.
22874         * NEWS: Document the change.
22875
22876         strverscmp: add unit test
22877         * modules/strverscmp-tests: New file.
22878         * tests/test-strverscmp.c: Likewise.
22879
22880 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22881
22882         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22883         regarding Windows crypto stuff, from Mono.
22884
22885 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22886
22887         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22888         if present, for intel RND.  Return error on failures.
22889
22890 2008-08-18  Ben Pfaff  <blp@gnu.org>
22891
22892         gitlog-to-changelog: give better diagnostic for failed pipe-open
22893         * build-aux/gitlog-to-changelog: Improve error message: suggest
22894         that the version of Git may be too old.
22895
22896 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22897
22898         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22899         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22900
22901 2008-08-18  Bruno Haible  <bruno@clisp.org>
22902
22903         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22904         pthread_in_use().
22905
22906 2008-08-18  Bruno Haible  <bruno@clisp.org>
22907
22908         * lib/glthread/threadlib.c: Include <pthread.h>.
22909
22910 2008-08-18  Bruno Haible  <bruno@clisp.org>
22911
22912         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22913         glthread_recursive_lock_* macros.
22914         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22915         Fix syntax error.
22916
22917 2008-08-18  Bruno Haible  <bruno@clisp.org>
22918
22919         * lib/glthread/thread.c: Avoid forcing a context switch right after
22920         thread creation.
22921
22922 2008-08-17  Bruno Haible  <bruno@clisp.org>
22923
22924         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22925         * lib/glthread/thread.h: Provide Win32 specific implementation.
22926         * modules/thread (Files): Add lib/glthread/thread.c.
22927         (Depends-on): Add lock.
22928         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22929
22930 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22931
22932         New module 'yield'.
22933         * modules/yield: New file.
22934         * lib/glthread/yield.h: New file.
22935         * m4/yield.m4: New file.
22936         * MODULES.html.sh (Multithreading): Add yield.
22937
22938 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22939
22940         New module 'thread'.
22941         * modules/thread: New file.
22942         * lib/glthread/thread.h: New file.
22943         * m4/thread.m4: New file.
22944         * MODULES.html.sh (Multithreading): Add thread.
22945
22946 2008-08-17  Bruno Haible  <bruno@clisp.org>
22947
22948         * lib/glthread/lock.h: Include <stdlib.h> always.
22949         * lib/glthread/tls.h: Likewise.
22950         * lib/glthread/cond.h: Likewise.
22951
22952 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22953
22954         New module 'cond'.
22955         * modules/cond: New file.
22956         * lib/glthread/cond.h: New file.
22957         * lib/glthread/cond.c: New file.
22958         * m4/cond.m4: New file.
22959         * MODULES.html.sh (Multithreading): Add cond.
22960
22961 2008-08-16  Eric Blake  <ebb9@byu.net>
22962
22963         c-stack: fix regression on Irix 5.3 from 2008-06-21
22964         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22965         sa_sigaction...
22966         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22967         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22968         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22969         * modules/signal (Makefile.am): Use the value.
22970         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22971         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22972         * doc/posix-headers/signal.texi (signal.h): Document this
22973         portability issue.
22974         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22975         Reported by Tom G. Christensen.
22976
22977 2008-08-17  Bruno Haible  <bruno@clisp.org>
22978
22979         New module 'threadlib'.
22980         * modules/threadlib: New file.
22981         * lib/glthread/threadlib.c: New file, extracted from
22982         lib/glthread/lock.c.
22983         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22984         functions.
22985         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22986         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22987         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22988         macros.
22989         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22990         (gl_DISABLE_THREADS): Remove macro.
22991         * modules/lock (Files): Remove build-aux/config.rpath.
22992         (Depends-on): Remove havelib. Add threadlib.
22993         (configure.ac-early): Remove section.
22994         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22995         * modules/tls (Depends-on): Remove lock. Add threadlib.
22996         (Link): New section, copied from threadlib.
22997         * MODULES.html.sh (Multithreading): Add threadlib.
22998
22999 2008-08-14  Bruno Haible  <bruno@clisp.org>
23000
23001         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23002         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23003         glthread_rwlock_unlock, glthread_rwlock_destroy,
23004         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23005         glthread_recursive_lock_destroy): Define as macros always.
23006         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23007         glthread_lock_lock.
23008         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23009         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23010         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23011         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23012         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23013         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23014         (glthread_recursive_lock_lock_func): Renamed from
23015         glthread_recursive_lock_lock.
23016         (glthread_recursive_lock_unlock_func): Renamed from
23017         glthread_recursive_lock_unlock.
23018         (glthread_recursive_lock_destroy_func): Renamed from
23019         glthread_recursive_lock_destroy.
23020
23021 2008-08-14  Bruno Haible  <bruno@clisp.org>
23022
23023         * lib/glthread/lock.h: Renamed from lib/lock.h.
23024         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23025         * lib/glthread/tls.h: Renamed from lib/tls.h.
23026         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23027         * lib/fstrcmp.c: Update includes.
23028         * lib/strsignal.c: Update includes.
23029         * modules/lock (Files, Makefile.am): Update.
23030         (Include): Change to "glthread/lock.h".
23031         * modules/tls (Files, Makefile.am): Update.
23032         (Include): Change to "glthread/tls.h".
23033         * tests/test-lock.c: Update includes.
23034         * tests/test-tls.c: Update includes.
23035         * NEWS: Mention the renamed header files.
23036
23037 2008-08-11  Jim Meyering  <meyering@redhat.com>
23038
23039         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23040
23041 2008-08-11  Eric Blake  <ebb9@byu.net>
23042
23043         test-c-stack: avoid C99-ism
23044         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23045         before statement.
23046         Reported by Alain Guibert.
23047
23048 2008-08-10  Jim Meyering  <meyering@redhat.com>
23049
23050         ensure that return value of uinttostr et al are not ignored
23051         * lib/inttostr.h (__GNUC_PREREQ): Define.
23052         (__attribute_warn_unused_result__): Define.
23053         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23054
23055 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23056
23057         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23058         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23059
23060 2008-08-07  Jim Meyering  <meyering@redhat.com>
23061
23062         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23063
23064         * modules/mkstemp (License): Relicense under LGPLv2+.
23065         * modules/tempname (License): Likewise.
23066
23067 2008-08-06  Bruno Haible  <bruno@clisp.org>
23068
23069         * lib/poll.c (poll): Further micro-optimization.
23070
23071 2008-08-06  Jim Meyering  <meyering@redhat.com>
23072
23073         inet_pton.c: use locale-independent tolower
23074         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23075         (inet_pton6): Use c_tolower rather than tolower.
23076         * modules/inet_pton (Depends-on): Add c-ctype.
23077
23078 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23079
23080         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23081         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23082
23083 2008-08-06  Jim Meyering  <meyering@redhat.com>
23084
23085         * modules/inet_pton (License): Relicense under LGPLv2+.
23086
23087 2008-08-03  Bruno Haible  <bruno@clisp.org>
23088
23089         Additional non-aborting API for lock and tls.
23090         * lib/lock.h: Include <errno.h>.
23091         (glthread_lock_init): New macro/function.
23092         (gl_lock_init): Define as wrapper around glthread_lock_init.
23093         (glthread_lock_lock): New macro/function.
23094         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23095         (glthread_lock_unlock): New macro/function.
23096         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23097         (glthread_lock_destroy): New macro/function.
23098         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23099         (glthread_rwlock_init): New macro/function.
23100         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23101         (glthread_rwlock_rdlock): New macro/function.
23102         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23103         (glthread_rwlock_wrlock): New macro/function.
23104         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23105         (glthread_rwlock_unlock): New macro/function.
23106         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23107         (glthread_rwlock_destroy): New macro/function.
23108         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23109         (glthread_recursive_lock_init): New macro/function.
23110         (gl_recursive_lock_init): Define as wrapper around
23111         glthread_recursive_lock_init.
23112         (glthread_recursive_lock_lock): New macro/function.
23113         (gl_recursive_lock_lock): Define as wrapper around
23114         glthread_recursive_lock_lock.
23115         (glthread_recursive_lock_unlock): New macro/function.
23116         (gl_recursive_lock_unlock): Define as wrapper around
23117         glthread_recursive_lock_unlock.
23118         (glthread_recursive_lock_destroy): New macro/function.
23119         (gl_recursive_lock_destroy): Define as wrapper around
23120         glthread_recursive_lock_destroy.
23121         (glthread_once): New macro/function.
23122         (gl_once): Define as wrapper around glthread_once.
23123         Update function declarations.
23124         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23125         glthread_rwlock_init. Return error code.
23126         (glthread_rwlock_rdlock_multithreaded): Renamed from
23127         glthread_rwlock_rdlock. Return error code.
23128         (glthread_rwlock_wrlock_multithreaded): Renamed from
23129         glthread_rwlock_wrlock. Return error code.
23130         (glthread_rwlock_unlock_multithreaded): Renamed from
23131         glthread_rwlock_unlock. Return error code.
23132         (glthread_rwlock_destroy_multithreaded): Renamed from
23133         glthread_rwlock_destroy. Return error code.
23134         (glthread_recursive_lock_init_multithreaded): Renamed from
23135         glthread_recursive_lock_init. Return error code.
23136         (glthread_recursive_lock_lock_multithreaded): Renamed from
23137         glthread_recursive_lock_lock. Return error code.
23138         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23139         glthread_recursive_lock_unlock. Return error code.
23140         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23141         glthread_recursive_lock_destroy. Return error code.
23142         (glthread_once_call): Make static.
23143         (glthread_once_multithreaded): Renamed from glthread_once.
23144         * lib/tls.h: Include <errno.h>.
23145         (glthread_tls_key_init): New macro/function.
23146         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23147         (glthread_tls_set): New macro/function.
23148         (gl_tls_set): Define as wrapper around glthread_tls_set.
23149         (glthread_tls_key_destroy): New macro/function.
23150         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23151         Update function declarations.
23152         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23153         glthread_tls_get.
23154         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23155
23156 2008-08-04  Eric Blake  <ebb9@byu.net>
23157
23158         gnumakefile: use space, not TAB, outside of targets
23159         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23160
23161 2008-08-02  Jim Meyering  <meyering@redhat.com>
23162
23163         getdate.y: avoid locale-dependent date parsing failure
23164         In Turkish locales, getdate would fail to recognize keywords
23165         containing a lowercase "i".  The solution is not to rely on
23166         locale-sensitive case-conversion.
23167         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23168         (lookup_word): Use c_toupper in place of toupper.
23169         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23170         Reported by Vefa Bicakci <bicave@superonline.com> in
23171         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23172         * modules/getdate (Depends-on): Add c-ctype.
23173
23174 2008-08-02  Bruno Haible  <bruno@clisp.org>
23175
23176         * gnulib-tool (func_import): When updating or creating a .gitignore
23177         file, prepend each added line with a slash, and ignore leading slashes
23178         from the existing lines.
23179         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23180
23181 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23182
23183         Portability fix for GNU make 3.79.1.
23184         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23185         versions do not understand.
23186
23187 2008-08-01  Bruno Haible  <bruno@clisp.org>
23188
23189         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23190         * tests/test-isnanf.h (zero): New variable.
23191         (main): Avoid literal -0.0f.
23192         * tests/test-isnand.h (zero): New variable.
23193         (main): Avoid literal -0.0.
23194         * tests/test-isnanl.h (zero): New variable.
23195         (main): Avoid literal -0.0L.
23196         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23197         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23198         -0.0, -0.0L.
23199         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23200         (test_signbitd): Avoid literal -0.0.
23201         (test_signbitl): Avoid literal -0.0L.
23202         * tests/test-ceilf1.c (zero): New variable.
23203         (main): Avoid literal -0.0f.
23204         * tests/test-ceill.c (zero): New variable.
23205         (main): Avoid literal -0.0L.
23206         * tests/test-floorf1.c (zero): New variable.
23207         (main): Avoid literal -0.0f.
23208         * tests/test-floorl.c (zero): New variable.
23209         (main): Avoid literal -0.0L.
23210         * tests/test-roundf1.c (zero): New variable.
23211         (main): Avoid literal -0.0f.
23212         * tests/test-round1.c (zero): New variable.
23213         (main): Avoid literal -0.0.
23214         * tests/test-roundl.c (zero): New variable.
23215         (main): Avoid literal -0.0L.
23216         * tests/test-truncf1.c (zero): New variable.
23217         (main): Avoid literal -0.0f.
23218         * tests/test-trunc1.c (zero): New variable.
23219         (main): Avoid literal -0.0.
23220         * tests/test-truncl.c (zero): New variable.
23221         (main): Avoid literal -0.0L.
23222         * tests/test-frexp.c (zero): New variable.
23223         (main): Avoid literal -0.0.
23224         * tests/test-frexpl.c (zero): New variable.
23225         (main): Avoid literal -0.0L.
23226         * tests/test-ldexpl.c (zero): New variable.
23227         (main): Avoid literal -0.0L.
23228         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23229         (zerod, zerol): New variables.
23230         (test_function): Avoid literals -0.0, -0.0L.
23231         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23232         (zerod, zerol): New variables.
23233         (test_function): Avoid literals -0.0, -0.0L.
23234         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23235         (zerod, zerol): New variables.
23236         (test_function): Avoid literals -0.0, -0.0L.
23237         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23238         (zerod, zerol): New variables.
23239         (test_function): Avoid literals -0.0, -0.0L.
23240         * tests/test-strtod.c (zero): New variable.
23241         (main): Avoid literal -0.0.
23242         Reported by Jonathan C. Patschke <jp@centtech.com>.
23243
23244 2008-07-31  Jim Meyering  <meyering@redhat.com>
23245
23246         sha256.h: correct definition of SHA224_DIGEST_SIZE
23247         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23248         Reported by Paulie Pena IV <paulie4@gmail.com>.
23249         Define as 224 / 8, rather than as a literal.
23250         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23251         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23252         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23253
23254 2008-07-31  Bruno Haible  <bruno@clisp.org>
23255
23256         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23257         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23258         Reported by Jonathan Patschke <jp@centtech.com>.
23259
23260 2008-07-31  Bruno Haible  <bruno@clisp.org>
23261
23262         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23263         Reported by Paolo Bonzini <bonzini@gnu.org>.
23264
23265 2008-07-30  Eric Blake  <ebb9@byu.net>
23266
23267         test-strtod: allow compilation without -lm
23268         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23269         Reported by Dennis Clarke <blastwave@gmail.com>.
23270
23271 2008-07-28  Jim Meyering  <meyering@redhat.com>
23272
23273         bootstrap: work also when there are no .po files in po/
23274         * build-aux/bootstrap (update_po_files): Complete the change
23275         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23276
23277 2008-07-27  Jim Meyering  <meyering@redhat.com>
23278
23279         * users.txt: Add zile.
23280
23281 2008-07-26  Ben Pfaff  <blp@gnu.org>
23282
23283         Add missing dependencies on new m4/exponent[fdl].m4 files.
23284         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23285         * modules/isnand-nolibm: Add m4/exponentd.m4.
23286         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23287         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23288         m4/isnan[fdl].m4, because the macros actually used moved.
23289         Reported by Jim Meyering.
23290
23291 2008-07-14  Ben Pfaff  <blp@gnu.org>
23292
23293         Add isinf module.
23294         * lib/isinf.c: New file.
23295         * lib/math.in.h: Define isinf macro if we have decided to replace
23296         it.
23297         * m4/isinf.m4: New file.
23298         * m4/math_h.m4: Initialize and substitute variables for isinf
23299         module.
23300         * modules/isinf: New file.
23301         * modules/isinf-tests: New file.
23302         * modules/math: Add substitutions for new module.
23303         * tests/test-isinf.c: New file.
23304         * doc/posix-functions/isinf.texi: Mention new module.
23305         * MODULES.html.sh: Mention new module.
23306
23307 2008-07-14  Ben Pfaff  <blp@gnu.org>
23308
23309         Factor out some macros for use by additional modules.
23310         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23311         exponentf.m4.
23312         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23313         exponentd.m4.
23314         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23315         file exponentl.m4.
23316         * m4/exponentf.m4: New file.
23317         * m4/exponentd.m4: New file.
23318         * m4/exponentl.m4: New file.
23319         * modules/isnanf: Use new file m4/exponentf.m4.
23320         * modules/isnand: Use new file m4/exponentd.m4.
23321         * modules/isnanl: Use new file m4/exponentl.m4.
23322
23323 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23324
23325         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23326         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23327         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23328         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23329
23330         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23331         readlink on platforms without PATH_MAX.
23332
23333 2008-07-21  Eric Blake  <ebb9@byu.net>
23334
23335         Warn, not fail, on stale version.
23336         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23337
23338         Don't allow installation with stale devel version number.
23339         * top/GNUmakefile (_is-install-target): New macro.
23340         (_curr-ver): Forbid installation with stale version number.
23341
23342 2008-07-20  Bruno Haible  <bruno@clisp.org>
23343
23344         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23345         TESTS_ENVIRONMENT.
23346         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23347
23348 2008-07-20  Bruno Haible  <bruno@clisp.org>
23349
23350         * lib/c-stack.h (c_stack_action): Add documentation.
23351         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23352
23353 2008-07-20  Bruno Haible  <bruno@clisp.org>
23354
23355         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23356         * modules/readlink (License): Likewise.
23357
23358 2008-07-17  Eric Blake  <ebb9@byu.net>
23359
23360         * modules/c-stack (Link): Fix typo.
23361
23362         Make c-stack use libsigsegv, when available.
23363         * modules/c-stack (Depends-on): Add libsigsegv.
23364         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23365         needed.
23366         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23367         (segv_handler, overflow_handler, c_stack_action)
23368         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23369         implementation when libsigsegv is available, but only when using
23370         the library is necessary.
23371         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23372         comment, explaining why XSI check fails on Linux.
23373         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23374         * tests/test-c-stack2.sh: Tweak skip message.
23375         * NEWS: Document new link-time requirements.
23376
23377 2008-07-16  Eric Blake  <ebb9@byu.net>
23378
23379         c-stack: Expose false positives when not using libsigsegv.
23380         * modules/c-stack-tests (Files): Expand test.
23381         * tests/test-c-stack.c (main): Add means to conditionally trigger
23382         non-overflow SIGSEGV.
23383         * tests/test-c-stack2.sh: New file.
23384
23385 2008-07-14  Bruno Haible  <bruno@clisp.org>
23386
23387         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23388         Reported by Eric Blake.
23389
23390 2008-07-14  Sam Steingold  <sds@gnu.org>
23391             Bruno Haible  <bruno@clisp.org>
23392
23393         New module libsigsegv.
23394         * modules/libsigsegv: New file.
23395         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23396         modifications.
23397         * MODULES.html.sh (Signal handling): New section.
23398
23399 2008-07-14  Bruno Haible  <bruno@clisp.org>
23400
23401         * modules/unictype/ctype-* (Description): Add the word "function".
23402         Improves the resulting doc in MODULES.html.
23403
23404 2008-07-12  Ben Pfaff  <blp@gnu.org>
23405
23406         Add longlong module.
23407         * modules/longlong: New file.
23408
23409 2008-07-12  Bruno Haible  <bruno@clisp.org>
23410
23411         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23412         to empty.
23413
23414 2008-07-10  Ben Pfaff  <blp@gnu.org>
23415
23416         Add isnan module.
23417         * doc/posix-functions/isnan.texi: Mention new module.
23418         * lib/math.in.h: Define isnan macro if we have decided to replace
23419         it.
23420         * m4/isnan.m4: New file.
23421         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23422         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23423         also.
23424         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23425         redundancy.
23426         * m4/math_h.m4: Initialize and substitute variables for isnan
23427         module.
23428         * modules/isnan: New file.
23429         * modules/isnan-tests: New file.
23430         * modules/math: Add substitutions for new module.
23431         * tests/test-isnan.c: New file.
23432         * MODULES.html.sh: Mention new module.
23433
23434 2008-07-10  Ben Pfaff  <blp@gnu.org>
23435
23436         Add isnanf module.
23437         * lib/isnanf.m4: New file.
23438         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23439         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23440         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23441         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23442         * modules/isnanf: New file.
23443         * modules/isnanf-tests: New file.
23444         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23445         files.
23446         * tests/test-isnanf-nolibm.c: factored most of its contents into
23447         new file tests/test-isnanf.h.
23448         * tests/test-isnanf.h: New file.
23449         * tests/test-isnanf.c: New file.
23450         * MODULES.html.sh: Mention new module.
23451         * doc/glibc-functions/isnanf.texi: Mention new module.
23452
23453 2008-07-10  Ben Pfaff  <blp@gnu.org>
23454
23455         Add isnand module.
23456         * lib/isnand.h: New file.
23457         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23458         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23459         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23460         functionality also.
23461         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23462         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23463         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23464         * modules/isnand: New file.
23465         * modules/isnand-tests: New file.
23466         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23467         files.
23468         * tests/test-isnand-nolibm.c: factored most of its contents into
23469         new file tests/test-isnand.h.
23470         * tests/test-isnand.h: New file.
23471         * tests/test-isnand.c: New file.
23472         * MODULES.html.sh: Mention new module.
23473
23474 2008-07-10  Ben Pfaff  <blp@gnu.org>
23475
23476         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23477         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23478         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23479         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23480         * modules/isnanf-nolibm: Update references to renamed files.
23481         * modules/isnand-nolibm: Likewise.
23482         * modules/isnanf-nolibm-tests: Likewise.
23483         * modules/isnand-nolibm-tests: Likewise.
23484         * lib/frexp.c: Likewise.
23485         * lib/isfinite.c: Likewise.
23486         * lib/signbitd.c: Likewise.
23487         * lib/signbitf.c: Likewise.
23488         * lib/vasnprintf.c: Likewise.
23489         * tests/test-ceilf1.c: Likewise.
23490         * tests/test-ceilf2.c: Likewise.
23491         * tests/test-floorf1.c: Likewise.
23492         * tests/test-floorf2.c: Likewise.
23493         * tests/test-frexp.c: Likewise.
23494         * tests/test-round1.c: Likewise.
23495         * tests/test-round2.c: Likewise.
23496         * tests/test-roundf1.c: Likewise.
23497         * tests/test-strtod.c: Likewise.
23498         * tests/test-trunc1.c: Likewise.
23499         * tests/test-trunc2.c: Likewise.
23500         * tests/test-truncf1.c: Likewise.
23501         * tests/test-truncf2.c: Likewise.
23502         * NEWS: Mention the renamed header files.
23503
23504 2008-07-11  Jim Meyering  <meyering@redhat.com>
23505
23506         vc-list-files: make the last-resort awk code more portable
23507         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23508         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23509         does not support it.
23510
23511 2008-07-10  Eric Blake  <ebb9@byu.net>
23512
23513         Work with tar's bootstrap.
23514         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23515         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23516         an m4 comment.
23517
23518 2008-07-09  Jim Meyering  <meyering@redhat.com>
23519
23520         posix-shell.m4: fix typo that made this test malfunction
23521         * m4/posix-shell.m4: Remove capitalization in variable name.
23522
23523 2008-07-08  Bruno Haible  <bruno@clisp.org>
23524
23525         * m4/onceonly.m4: Update comments.
23526         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23527
23528 2008-07-04  Jim Meyering  <meyering@redhat.com>
23529
23530         * users.txt: Add vc-dwim.
23531         (bison, coreutils): Use the gitweb URL.
23532
23533 2008-07-03  Jim Meyering  <meyering@redhat.com>
23534
23535         * users.txt: Add libffcall.  From Sam Steingold.
23536
23537 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23538
23539         getdate.y: do not ignore TZ with relative day, month or year offset
23540         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23541         relative-date-handling, since otherwise, the latter would clobber the
23542         sole output (an updated Start value) of the tz-handling block.
23543         * tests/test-getdate.c: Tests for the fix
23544
23545 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23546
23547         Recognize 'foo_LIBRARIES += libgnu.a'.
23548         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23549         makefile snippet has already specified an installation location,
23550         also using '+='.
23551
23552 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23553
23554         getdate.y: factor out common actions
23555         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23556         Use them in place of open-coded actions.
23557
23558 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23559
23560         Add self-test for getdate module.
23561         * modules/getdate-tests: New file.
23562         * tests/test-getdate.c: New file.
23563
23564 2008-06-29  Bruno Haible  <bruno@clisp.org>
23565
23566         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23567         .gitignore.
23568         Reported by Sylvain Beucler <beuc@beuc.net>.
23569
23570 2008-06-29  Bruno Haible  <bruno@clisp.org>
23571
23572         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23573         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23574
23575 2008-06-29  Bruno Haible  <bruno@clisp.org>
23576
23577         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23578         EXTRA_DIST.
23579         Reported by Sylvain Beucler <beuc@beuc.net>.
23580
23581 2008-06-26  Jim Meyering  <meyering@redhat.com>
23582
23583         make several modules depend on the "open" module
23584         This provides slightly increased consistency when opening-for-write
23585         the name of a non-directory spelled with a trailing slash.
23586         * modules/chdir-safer: Likewise.
23587         * modules/chown: Likewise.
23588         * modules/clean-temp: Likewise.
23589         * modules/copy-file: Likewise.
23590         * modules/fchdir: Likewise.
23591         * modules/fcntl-safer: Likewise.
23592         * modules/pipe: Likewise.
23593         * modules/utime: Likewise.
23594         Prompted by Eric Blake and Bruno Haible.
23595
23596 2008-06-24  Andreas Schwab  <schwab@suse.de>
23597
23598         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23599         literals can be used as initializers for global variables.
23600
23601 2008-06-23  Eric Blake  <ebb9@byu.net>
23602
23603         Make gnulib-cache.m4 easier to diff.
23604         * gnulib-tool (func_import): Allow newlines when reading cached
23605         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23606
23607 2008-06-23  Bruno Haible  <bruno@clisp.org>
23608
23609         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23610         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23611         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23612         m4/signalblocking.m4.
23613         (gl_PREREQ_SIGACTION): Don't invoke it.
23614         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23615         gl_PREREQ_SIG_HANDLER_H.
23616         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23617         Don't check for sigaction here.
23618
23619 2008-06-23  Bruno Haible  <bruno@clisp.org>
23620
23621         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23622         (install_handlers): Don't set the SA_RESETHAND flag.
23623
23624 2008-06-23  Bruno Haible  <bruno@clisp.org>
23625
23626         * m4/sigaction.m4: Comment fixes.
23627         * lib/signal.in.h: Likewise.
23628
23629 2008-06-23  Eric Blake  <ebb9@byu.net>
23630
23631         Fix typo.
23632         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23633
23634         Avoid SA_ namespace.
23635         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23636         Reported by Ralf Wildenhues.
23637
23638         Avoid test failure due to SA_RESTORER.
23639         * tests/test-sigaction.c (SA_MASK): New macro.
23640         (main): Avoid failing due to extension flags being set.
23641         Reported by Jim Meyering.
23642
23643         Revert use of sig-handler.h in sigprocmask.c.
23644         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23645         it requires the existence of struct sigaction.
23646         * lib/sigprocmask.c (handler_t): Restore typedef.
23647         (rpl_signal, old_handlers): Use local type.
23648
23649 2008-06-22  Bruno Haible  <bruno@clisp.org>
23650
23651         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23652         conditionally.
23653         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23654
23655 2008-06-22  Bruno Haible  <bruno@clisp.org>
23656
23657         * doc/posix-functions/siginterrupt.texi: Move note.
23658
23659         * lib/signal.in.h (SA_RESTART): New macro.
23660         * lib/sigaction.c: Update comment.
23661
23662         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23663
23664         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23665         (gl_PREREQ_SIGPROCMASK): Invoke it.
23666         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23667
23668         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23669
23670         * lib/sigprocmask.c: Update a comment.
23671
23672 2008-06-21  Eric Blake  <ebb9@byu.net>
23673
23674         Use sigaction module rather than signal().
23675         * modules/c-stack (Depends-on): Add sigaction.
23676         * modules/fatal-signal (Depends-on): Likewise.
23677         * modules/nanosleep (Depends-on): Likewise.
23678         * modules/sigprocmask (Files): Add sig-handler.h.
23679         * modules/sigaction (Files): Likewise.
23680         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23681         Eggert.
23682         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23683         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23684         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23685         (init_fatal_signals): Likewise.
23686         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23687         (siginterrupt): Delete fallback.
23688         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23689         instead.
23690         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23691         siginterrupt.
23692
23693         New module sigaction, for mingw.
23694         * modules/sigaction: New module...
23695         * modules/sigaction-tests: ...and its test.
23696         * m4/sigaction.m4: New file.
23697         * lib/sigaction.c: Likewise.
23698         * tests/test-sigaction.c: Likewise.
23699         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23700         * modules/signal (Makefile.am): Likewise.
23701         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23702         needed.
23703         * doc/posix-headers/signal.texi (signal.h): Mention provided
23704         types.
23705         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23706         that sigaction is preferable.
23707         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23708         module.
23709         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23710         sigaction.
23711
23712         Improve robustness of sigprocmask by overriding signal.
23713         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23714         is in use.
23715         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23716         (SIGKILL, SIGSTOP): Provide fallbacks.
23717         (rpl_signal): Implement.
23718         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23719         signal can be called inside handlers.
23720
23721         Fix nanosleep module on mingw.
23722         * modules/nanosleep (Depends-on): Add sys_select.
23723         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23724
23725         Fix licensing of sigprocmask.
23726         * modules/raise (License): Relicense as LGPL.
23727
23728 2008-06-21  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23731         result if it contains question marks.
23732         Reported by Michael Geng <linux@michaelgeng.de>.
23733
23734 2008-06-19  Bruno Haible  <bruno@clisp.org>
23735
23736         Fix CVS-ism.
23737         * doc/gnulib.texi: Include updated-stamp.texi.
23738         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23739         (updated-stamp.texi): New rule.
23740         (gnulib.info): Depend on it.
23741         * doc/.gitignore: Add updated-stamp.texi.
23742         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23743
23744 2008-06-19  Bruno Haible  <bruno@clisp.org>
23745
23746         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23747         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23748
23749 2008-06-19  Eric Blake  <ebb9@byu.net>
23750
23751         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23752         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23753         Reported by Stepan Kasal.
23754
23755 2008-06-18  Bruno Haible  <bruno@clisp.org>
23756
23757         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23758         Reported by Eric Blake.
23759
23760 2008-06-18  Eric Blake  <ebb9@byu.net>
23761
23762         Work around cygwin 1.5.25 strsignal bug.
23763         * tests/test-strsignal.c: Allow for const char *.
23764         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23765
23766 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23767
23768         * users.txt: Update URL to article and add author/date
23769         information.
23770
23771 2008-06-17  Bruno Haible  <bruno@clisp.org>
23772
23773         New macro gl_DISABLE_THREADS.
23774         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23775         if the user did not pass --enable-threads or --disable-threads option.
23776         (gl_DISABLE_THREADS): New macro.
23777         Reported by Eric Blake <ebb9@byu.net>.
23778
23779 2008-06-17  Bruno Haible  <bruno@clisp.org>
23780
23781         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23782         when the macro ignores it.
23783         Based on a patch by Eric Blake <ebb9@byu.net>.
23784
23785 2008-06-17  Bruno Haible  <bruno@clisp.org>
23786
23787         * modules/tls (License): Change to LGPLv2+.
23788         Reported by Eric Blake.
23789
23790 2008-06-17  Eric Blake  <ebb9@byu.net>
23791
23792         Simplify c-stack prerequisites.
23793         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23794         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23795         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23796         check.
23797         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23798         <sys/resource.h>.
23799
23800         Move c-stack test into testsuite.
23801         * modules/c-stack-tests: New file.
23802         * lib/c-stack.c [DEBUG]: Move test program...
23803         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23804         fail test if sigaltstack is lacking.
23805         * tests/test-c-stack.sh: New driver file.
23806
23807 2008-06-16  Eric Blake  <ebb9@byu.net>
23808
23809         Use raise module consistently.
23810         * modules/fatal-signal (Depends-on): Add raise.
23811         * modules/sigprocmask (Depends-on): Likewise.
23812         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23813         * lib/sigprocmask.c (sigprocmask): Likewise.
23814         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23815         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23816
23817         Fix compliance bug in sigpending.
23818         * lib/sigprocmask.c (sigpending): Return pending array via
23819         parameter, not return value.
23820
23821 2008-06-14  Eric Blake  <ebb9@byu.net>
23822
23823         Improve obstack-printf test code.
23824         * tests/test-obstack-printf.c (test_function): Fix comment, and
23825         simplify usage of obstack_* in macros.  Add a test for coverage.
23826         Reported by Bruno Haible.
23827
23828 2008-06-14  Bruno Haible  <bruno@clisp.org>
23829
23830         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23831         array size as a constant, not as a const variable.
23832         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23833         AC_USE_SYSTEM_EXTENSIONS.
23834         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23835         Test whether the obstack_printf function actually exists.
23836         * modules/obstack-printf (Depends-on): Add extensions.
23837         (Include): Remove obstack.h.
23838         * modules/obstack-printf-posix (Depends-on): Add extensions.
23839         (Include): Remove obstack.h.
23840
23841 2008-06-13  Eric Blake  <ebb9@byu.net>
23842
23843         Add obstack-printf and obstack-printf-posix modules.
23844         * modules/obstack-printf: New file.
23845         * modules/obstack-printf-posix: Likewise.
23846         * MODULES.html.sh (Misc): Mention them.
23847         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23848         Likewise.
23849         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23850         Likewise.
23851         * modules/stdio (Makefile.am): Accomodate new modules.
23852         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23853         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23854         Declare.
23855         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23856         functions.
23857         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23858         (gl_REPLACE_OBSTACK_PRINTF): New macros
23859         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23860         * tests/test-obstack-printf.c: New file.
23861         * modules/obstack-printf-tests: Likewise.
23862         * modules/obstack-printf-posix-tests: Likewise.
23863
23864 2008-06-11  Bruno Haible  <bruno@clisp.org>
23865
23866         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23867         * lib/open.c: Include errno.h.
23868         (open): Fail when attempting to write to a file that has a trailing
23869         slash.
23870         * tests/test-open.c (main): Test against trailing slash bug.
23871         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23872
23873 2008-06-10  Bruno Haible  <bruno@clisp.org>
23874
23875         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23876         for $? to work inside the trap command, with various /bin/sh-s.
23877         * tests/test-vc-list-files-cvs.sh: Likewise.
23878
23879 2008-06-10  Bruno Haible  <bruno@clisp.org>
23880
23881         * lib/acl-internal.h: Don't include gettext.h here.
23882         * lib/set-mode-acl.c: Include gettext.h here.
23883         * lib/copy-acl.c: Likewise.
23884
23885 2008-06-10  Bruno Haible  <bruno@clisp.org>
23886
23887         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23888         * lib/wait-process.c (wait_subprocess): Likewise.
23889         * lib/execute.h (execute): Add termsigp argument.
23890         * lib/execute.c (execute): Likewise.
23891         * lib/csharpcomp.c (compile_csharp_using_pnet,
23892         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23893         * lib/csharpexec.c (execute_csharp_using_pnet,
23894         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23895         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23896         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23897         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23898         is_jikes_present): Update.
23899         * lib/javaexec.c (execute_java_class): Update.
23900         * lib/javaversion.c (execute_and_read_line): Update.
23901         * NEWS: Document the changes.
23902         Reported by Eric Blake.
23903
23904 2008-06-10  Eric Blake  <ebb9@byu.net>
23905
23906         Add missing include.
23907         * tests/test-strstr.c (includes): Add <signal.h>.
23908         * tests/test-strcasestr.c (includes): Likewise.
23909         * tests/test-memmem.c (includes): Likewise.
23910
23911 2008-06-10  Bruno Haible  <bruno@clisp.org>
23912
23913         * lib/wait-process.c (wait_subprocess): Add an assertion.
23914
23915 2008-06-10  Bruno Haible  <bruno@clisp.org>
23916
23917         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23918
23919 2008-06-10  Bruno Haible  <bruno@clisp.org>
23920
23921         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23922         using alarm().
23923         * tests/test-strcasestr.c (main): Likewise.
23924         * tests/test-strstr.c (main): Likewise.
23925
23926 2008-06-09  Bruno Haible  <bruno@clisp.org>
23927
23928         Work around the Solaris 10 ACE ACLs ABI change.
23929         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23930         declare if ACL_NO_TRIVIAL is present.
23931         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23932         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23933         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23934         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23935         define if ACL_NO_TRIVIAL is present.
23936         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23937         and use the current ABI.
23938         (file_has_acl): Use same #if condition as elsewhere.
23939         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23940         in use, and use the current ABI.
23941         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23942         Reported by Jim Meyering.
23943
23944 2008-06-09  Eric Blake  <ebb9@byu.net>
23945
23946         Work around environments that (stupidly) ignore SIGALRM.
23947         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23948         before using alarm().
23949         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23950         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23951         Reported by Ian Beckwith <ianb@erislabs.net>.
23952
23953         Produce autobuild blurb earlier in log.
23954         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23955
23956 2008-06-09  Jim Meyering  <meyering@redhat.com>
23957         and Ondřej Vašík  <ovasik@redhat.com>
23958
23959         utimens.c: correct kernel bug work-around
23960         Ondřej Vašík found that the invalid return value of 280 indicates
23961         failure, not success, and the kernel bug we're trying to work
23962         around affects not just the utimensat call, but also the fallback
23963         futimens call.
23964         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23965         not success.
23966         [HAVE_FUTIMENS]: Use the same work-around, here.
23967
23968 2008-06-09  Jim Meyering  <meyering@redhat.com>
23969
23970         add more guards around definition of ACE_-related code
23971         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23972         ALLOW and ACE_OWNER are also defined.
23973
23974 2008-06-08  Bruno Haible  <bruno@clisp.org>
23975
23976         * lib/acl-internal.h: Add me as co-author.
23977         * lib/file-has-acl.c: Likewise.
23978         * lib/set-mode-acl.c: Likewise.
23979         * lib/copy-acl.c: Likewise.
23980
23981 2008-06-08  Bruno Haible  <bruno@clisp.org>
23982
23983         Add support for AIX ACLs.
23984         * lib/acl-internal.h (acl_nontrivial): New declaration.
23985         * lib/file-has-acl.c (acl_nontrivial): New function.
23986         (file_has_acl): Add implementation using AIX 4 ACL API.
23987         * lib/set-mode-acl.c (qset_acl): Likewise.
23988         * lib/copy-acl.c (qcopy_acl): Likewise.
23989
23990 2008-06-08  Bruno Haible  <bruno@clisp.org>
23991
23992         Add support for HP-UX ACLs.
23993         * lib/acl-internal.h (acl_nontrivial): New declaration.
23994         * lib/file-has-acl.c (acl_nontrivial): New function.
23995         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23996         * lib/set-mode-acl.c (qset_acl): Likewise.
23997         * lib/copy-acl.c (qcopy_acl): Likewise.
23998
23999 2008-06-08  Bruno Haible  <bruno@clisp.org>
24000
24001         Add support for Cygwin ACLs.
24002         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24003         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24004         the chmod_or_fchmod call.
24005         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24006
24007 2008-06-08  Bruno Haible  <bruno@clisp.org>
24008
24009         Fix bug with setuid modes in Solaris 10+ code.
24010         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24011         succeeded, when the mode contains some special bits.
24012
24013 2008-06-08  Bruno Haible  <bruno@clisp.org>
24014
24015         Add support for Solaris 7..10 ACLs.
24016         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24017         declarations.
24018         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24019         functions.
24020         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24021         * lib/set-mode-acl.c (qset_acl): Likewise.
24022         * lib/copy-acl.c (qcopy_acl): Likewise.
24023
24024 2008-06-08  Bruno Haible  <bruno@clisp.org>
24025
24026         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24027         declaration.
24028         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24029         (acl_access_nontrivial): Remove MacOS X case.
24030         (file_has_acl): Use acl_extended_nontrivial.
24031         * lib/copy-acl.c (qcopy_acl): Likewise.
24032
24033 2008-06-08  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24036
24037 2008-06-08  Jim Meyering  <meyering@redhat.com>
24038
24039         * modules/acl (Maintainer): Add Bruno Haible.
24040
24041 2008-06-07  Bruno Haible  <bruno@clisp.org>
24042
24043         Improve support for Tru64 ACLs.
24044         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24045         ACL on OSF/1.
24046
24047 2008-06-07  Bruno Haible  <bruno@clisp.org>
24048
24049         Add support for MacOS X ACLs.
24050         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24051         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24052         * lib/set-mode-acl.c (qset_acl): Likewise.
24053         * lib/copy-acl.c (qcopy_acl): Likewise.
24054
24055 2008-06-07  Bruno Haible  <bruno@clisp.org>
24056
24057         Fix memory leak introduced on 2008-05-22.
24058         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24059         use.
24060
24061 2008-06-07  Bruno Haible  <bruno@clisp.org>
24062
24063         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24064         to construct an empty ACL.
24065
24066 2008-06-07  Bruno Haible  <bruno@clisp.org>
24067
24068         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24069         precisely.
24070         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24071
24072 2008-06-07  Bruno Haible  <bruno@clisp.org>
24073
24074         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24075         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24076
24077 2008-06-07  Bruno Haible  <bruno@clisp.org>
24078
24079         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24080         regardless of POSIX.
24081         * doc/posix-functions/_longjmp.texi: Likewise.
24082         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24083         SystemV platform in this case.
24084
24085 2008-06-06  Eric Blake  <ebb9@byu.net>
24086
24087         Document abort() bugs.
24088         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24089
24090         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24091         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24092         sigsetjmp.
24093         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24094         siglongjmp, but only as a macro.
24095         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24096         is obsolete.
24097         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24098
24099         Tweak documentation to cover cygwin argz bugs.
24100         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24101         argz bug fix; no code change needed since no cygwin releases
24102         occurred between the last fix and the bug being tested.
24103         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24104         module and recently fixed cygwin bugs.
24105         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24106         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24107         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24108         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24109         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24110         Likewise.
24111         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24112         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24113         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24114         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24115         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24116         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24117         Likewise.
24118
24119         Avoid gcc warning on cygwin.
24120         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24121         !ACL_NO_TRIVIAL]: Avoid unused variable.
24122
24123 2008-06-05  Eric Blake  <ebb9@byu.net>
24124
24125         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24126         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24127         git-version-gen fails to come up with a version.
24128         Reported by Simon Josefsson.
24129
24130 2008-06-05  Jim Meyering  <meyering@redhat.com>
24131             Paul Eggert  <eggert@cs.ucla.edu>
24132
24133         utimens.c: work around a probable Linux kernel bug
24134         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24135         appears to be a kernel bug that causes utimensat to return 280
24136         instead of 0, indicating success.
24137
24138 2008-06-04  Bruno Haible  <bruno@clisp.org>
24139
24140         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24141         2008-06-01 commit.
24142
24143 2008-06-04  Bruno Haible  <bruno@clisp.org>
24144
24145         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24146         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24147         (file_has_acl): Use it. Save errno afterwards.
24148         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24149
24150 2008-06-03  Bruno Haible  <bruno@clisp.org>
24151
24152         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24153         draft code. Simplify #ifs.
24154         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24155         Put Solaris code after POSIX-draft code. Fix comments regarding
24156         Solaris 10, HP-UX. Mention Cygwin.
24157         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24158
24159 2008-06-03  Eric Blake  <ebb9@byu.net>
24160
24161         Provide fallback for older kernels.
24162         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24163         Provide runtime fallback if kernel lacks support.
24164         Reported by Mike Frysinger.
24165
24166 2008-06-02  Bruno Haible  <bruno@clisp.org>
24167
24168         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24169         it exists.
24170
24171 2008-06-02  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24174         * lib/copy-acl.c (qcopy_acl): Update comment.
24175
24176 2008-06-02  Bruno Haible  <bruno@clisp.org>
24177
24178         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24179         like ACL APIs.
24180
24181 2008-06-02  Bruno Haible  <bruno@clisp.org>
24182
24183         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24184         * tests/test-set-mode-acl.sh: Likewise.
24185         * tests/test-copy-acl.sh: Likewise.
24186         * tests/test-copy-file.sh: Likewise.
24187
24188 2008-06-02  Bruno Haible  <bruno@clisp.org>
24189
24190         * tests/test-file-has-acl.sh: Remove unused code.
24191
24192 2008-06-01  Bruno Haible  <bruno@clisp.org>
24193
24194         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24195         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24196         messages.
24197         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24198
24199 2008-06-01  Bruno Haible  <bruno@clisp.org>
24200
24201         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24202         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24203         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24204         APIs.
24205         * modules/acl-tests (configure.ac): Remove tests now contained in
24206         m4/acl.m4.
24207
24208 2008-06-02  Jim Meyering  <meyering@redhat.com>
24209
24210         announce-gen: use a better key-server host name
24211         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24212         it may be more consistently reliable.  Suggested by Werner Koch
24213         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24214
24215 2008-06-01  Bruno Haible  <bruno@clisp.org>
24216
24217         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24218         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24219
24220 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24221
24222         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24223
24224 2008-06-01  Bruno Haible  <bruno@clisp.org>
24225
24226         New ACL tests.
24227         * tests/test-file-has-acl.sh: New file.
24228         * tests/test-file-has-acl.c: New file.
24229         * tests/test-set-mode-acl.sh: New file.
24230         * tests/test-set-mode-acl.c: New file.
24231         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24232         * tests/test-copy-acl.c: New file.
24233         * modules/acl-tests: New file, based on modules/copy-file-tests.
24234         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24235         (Depends-on): Add acl-tests.
24236         (configure.ac): Remove checks.
24237         (Makefile.am): Don't create test-sameacls program here any more.
24238
24239 2008-06-01  Bruno Haible  <bruno@clisp.org>
24240
24241         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24242         * tests/test-sameacls.c: Include progname.h.
24243         (main): Invoke set_program_name. Portability fixes for MacOS X,
24244         Solaris, HP-UX.
24245
24246 2008-06-01  Bruno Haible  <bruno@clisp.org>
24247
24248         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24249         function.
24250         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24251
24252 2008-06-01  Bruno Haible  <bruno@clisp.org>
24253
24254         * modules/rpmatch (Depends-on): Add strdup.
24255
24256 2008-06-01  Bruno Haible  <bruno@clisp.org>
24257
24258         * lib/pipe.c: Include unistd-safer.h.
24259         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24260         * modules/pipe (Depends-on): Add unistd-safer.
24261
24262 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24263
24264         * modules/autobuild (configure.ac): Call AB_INIT.
24265
24266 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24267
24268         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24269         Suggested by Bruno Haible <bruno@clisp.org>.
24270
24271 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24272
24273         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24274         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24275         <bruno@clisp.org>.
24276
24277 2008-05-29  Eric Blake  <ebb9@byu.net>
24278
24279         Prefer new POSIX 200x interfaces over futimesat.
24280         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24281         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24282         when available.
24283         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24284
24285 2008-05-28  Bruno Haible  <bruno@clisp.org>
24286
24287         * modules/stpcpy (License): Change to LGPLv2+.
24288         Requested by David Lutterkort <dlutter@redhat.com>.
24289
24290 2008-05-27  Bruno Haible  <bruno@clisp.org>
24291
24292         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24293         current mingw.
24294         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24295
24296 2008-05-27  Bruno Haible  <bruno@clisp.org>
24297
24298         * modules/iconv_open (Link): New section, from module 'iconv'.
24299         * modules/striconv (Link): Likewise.
24300         * modules/striconveh (Link): Likewise.
24301         * modules/xstriconv (Link): Likewise.
24302         * modules/unicodeio (Link): Likewise.
24303         * modules/propername (Link): Likewise.
24304         Reported by Jim Meyering.
24305
24306 2008-05-26  Jim Meyering  <meyering@redhat.com>
24307
24308         sha256: do not artificially restrict buffer length to be < 2^32
24309         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24310         uint32_t to size_t.
24311         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24312         to match.
24313
24314         avoid unaligned access errors, e.g., on sparc
24315         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24316         direct access through a possibly-unaligned uint64* pointer.
24317         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24318         direct access through a possibly-unaligned uint32* pointer.
24319         Prompted by this patch from Tom "spot" Callaway:
24320         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24321
24322         sha512.c: fix typo in comment
24323         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24324
24325 2008-05-25  Bruno Haible  <bruno@clisp.org>
24326
24327         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24328         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24329         (Makefile.am): Update lib_SOURCES.
24330
24331 2008-05-25  Bruno Haible  <bruno@clisp.org>
24332
24333         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24334
24335 2008-05-25  Jim Meyering  <meyering@redhat.com>
24336
24337         useless-if-before-free: freed expr may have white-space differences
24338         * build-aux/useless-if-before-free: Recognize cases in which the
24339         freed expression differs from the tested one in embedded white
24340         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24341         $1 was used, so we can't make any regexp shy.  Improved tests now
24342         detect this.
24343
24344         useless-if-before-free: accept white space in the expression.
24345         * build-aux/useless-if-before-free: For now, any white space
24346         in the expression must be identical in the free argument.
24347
24348         useless-if-before-free: efficiency tweak
24349         * build-aux/useless-if-before-free: Make the expression-matching
24350         regexp "shy".
24351         Make the *outer* regexp shy, not the expr-matching one.
24352
24353         update code-in-comment to accept cast of free arg
24354         * build-aux/useless-if-before-free: Update regexp.
24355
24356 2008-05-25  Bruno Haible  <bruno@clisp.org>
24357
24358         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24359         * modules/copy-file-tests (Files, Makefile.am): Update.
24360         * tests/test-copy-file.c (func_test_copy): Update.
24361
24362 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24363
24364         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24365
24366 2008-05-23  Bruno Haible  <bruno@clisp.org>
24367
24368         Improve support for ACLs on OSF/1.
24369         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24370         Remove fallback for unknown flavors of ACLs.
24371
24372 2008-05-22  Bruno Haible  <bruno@clisp.org>
24373
24374         Add support for ACLs on OSF/1.
24375         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24376         replacements.
24377         (acl_free_text): New macro fallback.
24378         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24379         acl_free.
24380         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24381         acl_free_text function. Require AC_C_INLINE.
24382
24383 2008-05-22  Bruno Haible  <bruno@clisp.org>
24384
24385         Make copy_acl work on MacOS X 10.5.
24386         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24387         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24388         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24389         If MODE_INSIDE_ACL, don't assume that every system has the same text
24390         representation for ACLs as FreeBSD.
24391         * lib/copy-acl.c (copy_acl): Add support for platforms with
24392         !MODE_INSIDE_ACL.
24393         * lib/file-has-acl.c (file_has_acl): Likewise.
24394         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24395         FreeBSD, MacOS X, or IRIX, respectively.
24396
24397 2008-05-22  Bruno Haible  <bruno@clisp.org>
24398
24399         * lib/acl.h: Don't include <sys/acl.h>.
24400         (GETACLCNT): Move fallback to lib/acl-internal.h.
24401         * lib/acl-internal.h: Include <sys/acl.h> here.
24402         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24403
24404 2008-05-22  Bruno Haible  <bruno@clisp.org>
24405
24406         Split off copy_acl function to separate file.
24407         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24408         * lib/acl.c (copy_acl): Moved function to separate file.
24409         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24410         * modules/acl (Files): Add lib/copy-acl.c.
24411         (Makefiles.am): Augment lib_SOURCES.
24412
24413 2008-05-22  Bruno Haible  <bruno@clisp.org>
24414
24415         * modules/copy-file-tests: New file.
24416         * tests/test-copy-file.sh: New file.
24417         * tests/test-copy-file.c: New file.
24418         * tests/test-copy-file-sameacls.c: New file.
24419
24420 2008-05-22  Eric Blake  <ebb9@byu.net>
24421
24422         Avoid gcc warning.
24423         * tests/test-memcmp.c (main): Pass NULL indirectly.
24424
24425 2008-05-21  Bruno Haible  <bruno@clisp.org>
24426
24427         Add reference doc about ACLs.
24428         * doc/acl-resources.txt: New file.
24429         * doc/acl-cygwin.txt: New file.
24430
24431 2008-05-21  Bruno Haible  <bruno@clisp.org>
24432
24433         Avoid one more warning from gcc.
24434         * lib/vasnprintf.c (IF_LINT): Update comments.
24435         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24436
24437 2008-05-21  Jim Meyering  <meyering@redhat.com>
24438
24439         avoid a warning from gcc
24440         * lib/vasnprintf.c (IF_LINT): Define.
24441         (scale10_round_decimal_long_double):
24442         Use it to avoid a "may be used uninitialized" warning.
24443         (scale10_round_decimal_double): Likewise.
24444
24445 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24446
24447         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24448         declared.
24449
24450 2008-05-20  Bruno Haible  <bruno@clisp.org>
24451
24452         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24453         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24454
24455 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24456
24457         * modules/memcmp-tests: New file.
24458         * tests/test-memcmp.c: New file.
24459
24460 2008-05-19  Bruno Haible  <bruno@clisp.org>
24461
24462         * modules/propername (Notice, configure.ac): Put quoted "..." into
24463         --keyword option.
24464         * lib/propername.h: Update comments accordingly.
24465         Reported by Eric Blake.
24466
24467 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24468
24469         * modules/getpass-gnu (Depends-on): Add fseeko.
24470
24471 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24472
24473         * modules/base64-tests: New file.
24474
24475 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24476
24477         * lib/base64.c (base64_decode_ctx): If a decode context structure
24478         was passed in use it to ignore newlines.  If a context structure
24479         was _not_ passed in, continue to treat newlines as garbage (this
24480         is the historical behavior).  Formerly base64_decode.
24481         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24482         takes a decode context structure.
24483         * lib/base64.h (base64_decode): Macro for four-argument calls.
24484         (base64_decode_alloc): Likewise.
24485         * lib/base64.c (base64_decode_ctx): If a decode context structure
24486         was passed in use it to ignore newlines.  If a context structure
24487         was _not_ passed in, continue to treat newlines as garbage (this
24488         is the historical behavior).  Formerly base64_decode.
24489         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24490         takes a decode context structure.
24491         * lib/base64.h (base64_decode): Macro for four-argument calls.
24492         (base64_decode_alloc): Likewise.
24493
24494 2008-05-19  Jim Meyering  <meyering@redhat.com>
24495
24496         avoid a warning from gcc
24497         * lib/trim.c (IF_LINT): Define.
24498         (trim2): Use it to avoid a "may be used uninitialized" warning.
24499
24500         Fix doc typo.
24501         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24502
24503 2008-05-19  Bruno Haible  <bruno@clisp.org>
24504
24505         * doc/glibc-functions/getpass.texi: Document limits of other
24506         implementations.
24507
24508 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24509             Bruno Haible <bruno@clisp.org>
24510
24511         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24512
24513 2008-05-18  Bruno Haible  <bruno@clisp.org>
24514
24515         * modules/propername: New file, from GNU gettext.
24516         * lib/propername.h: New file, from GNU gettext.
24517         * lib/propername.c: New file, from GNU gettext.
24518         * MODULES.html.sh (Internationalization functions): Add propername.
24519
24520 2008-05-16  Jim Meyering  <meyering@redhat.com>
24521             Bruno Haible  <bruno@clisp.org>
24522
24523         Avoid some warnings from "gcc -Wshadow".
24524         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24525
24526 2008-05-15  Eric Blake  <ebb9@byu.net>
24527
24528         Extend previous patch to cygwin 1.7.0.
24529         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24530         fast implementation in cygwin >= 1.7.0.
24531         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24532         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24533
24534 2008-05-15  Bruno Haible  <bruno@clisp.org>
24535
24536         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24537         implementation in glibc >= 2.9.
24538         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24539         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24540
24541 2008-05-15  Bruno Haible  <bruno@clisp.org>
24542
24543         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24544         (Unicode string functions): Add unilbrk/*.
24545         Reported by Karl Berry.
24546
24547 2008-05-15  Eric Blake  <ebb9@byu.net>
24548
24549         Fix violation of <stdbool.h> replacement in regex.
24550         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24551         * lib/regexec.c (re_search_internal): Likewise.
24552         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24553
24554 2008-05-15  Jim Meyering  <meyering@redhat.com>
24555
24556         avoid distracting test output when git or cvs is not found
24557         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24558         * tests/test-vc-list-files-git.sh: Likewise.
24559
24560 2008-05-15  Eric Blake  <ebb9@byu.net>
24561
24562         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24563         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24564         glibc version.
24565         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24566         * doc/posix-functions/strstr.texi (strstr): Likewise.
24567         * lib/str-two-way.h (MAX): Sychronize with glibc.
24568
24569 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24570
24571         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24572         opr.ctx_type.
24573         (calc_first): Initialize constraint field.
24574         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24575         Fix grammar.
24576         (duplicate_node): Merge constraint field for all node types.
24577         (calc_eclosure_iter): Look at constraint field for all node types.
24578         * lib/regex_internal.c (create_cd_newstate): Don't look at
24579         opr.ctx_type.
24580
24581 2008-05-14  Bruno Haible  <bruno@clisp.org>
24582
24583         Help GCC to do better code generation.
24584         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24585         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24586         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24587         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24588         Declare with attribute 'malloc' if supported.
24589
24590 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24591
24592         use "echo STR|wc -c" rather than unportable "expr length STR"
24593         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24594         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24595
24596 2008-05-14  Jim Meyering  <meyering@redhat.com>
24597
24598         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24599         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24600         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24601         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24602         via Collin Lasse.
24603
24604 2008-05-14  Eric Blake  <ebb9@byu.net>
24605
24606         Avoid quadratic growth in gl_LIBSOURCES.
24607         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24608         Suggested by Bruno Haible.
24609
24610         Test xmemdup0.
24611         * modules/xmemdup0-tests: New file.
24612         * tests/test-xmemdup0.c: Likewise.
24613
24614 2008-05-13  Eric Blake  <ebb9@byu.net>
24615
24616         Split xmemdup0 into its own module.
24617         * modules/xmemdup0: New file.
24618         * lib/xmemdup0.h: Likewise.
24619         * lib/xmemdup0.c: Likewise.
24620         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24621         * lib/xalloc.h (xmemdup0): Remove.
24622         * lib/xmalloc.c (xmemdup0): Likewise.
24623
24624 2008-05-13  Eric Blake  <ebb9@byu.net>
24625             Bruno Haible  <bruno@clisp.org>
24626
24627         Reduce number of forks required during autoconf.
24628         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24629         and gl_LIBSOURCES_DIR.
24630         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24631         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24632         m4_syscmd per file.
24633         <m4_foreach_w>: Move...
24634         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24635
24636 2008-05-13  Eric Blake  <ebb9@byu.net>
24637
24638         * gnulib-tool: Fix various comment typos.
24639
24640 2008-05-12  Bruno Haible  <bruno@clisp.org>
24641
24642         Tailor the linebreaking algorithm.
24643         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24644
24645 2008-05-12  Bruno Haible  <bruno@clisp.org>
24646
24647         Update to Unicode 5.0.0.
24648         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24649         LBP_JV, LBP_JT. Redistribute values.
24650         (unilbrk_table): Change size.
24651         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24652         Unicode TR#14 rev. 22.
24653         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24654         LBP_JV, LBP_JT. Redistribute values.
24655         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24656         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24657         Update.
24658         * lib/unilbrk/lbrkprop1.h: Regenerated.
24659         * lib/unilbrk/lbrkprop2.h: Regenerated.
24660         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24661         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24662         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24663         Likewise.
24664         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24665         Likewise.
24666         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24667         result.
24668         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24669         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24670         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24671         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24672         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24673         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24674
24675 2008-05-11  Bruno Haible  <bruno@clisp.org>
24676
24677         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24678
24679 2008-05-11  Bruno Haible  <bruno@clisp.org>
24680
24681         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24682         * modules/unilbrk/gen-lbrk: New file.
24683
24684 2008-05-11  Bruno Haible  <bruno@clisp.org>
24685
24686         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24687         * m4/sha512.m4 (gl_SHA512): Likewise.
24688
24689 2008-05-11  Jim Meyering  <meyering@redhat.com>
24690
24691         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24692         * modules/crypto/sha256: New file.
24693         * modules/crypto/sha512: Likewise.
24694         * lib/sha256.c: Likewise.
24695         * lib/sha256.h: Likewise.
24696         * lib/sha512.c: Likewise.
24697         * lib/sha512.h: Likewise.
24698         * lib/u64.h: Likewise.
24699         * m4/sha256.m4: Likewise.
24700         * m4/sha512.m4: Likewise.
24701         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24702
24703 2008-05-10  Bruno Haible  <bruno@clisp.org>
24704
24705         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24706         (Input/Output <stdio.h>): Add xprintf.
24707         (Signal handling <signal.h>): Add strsignal.
24708         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24709         (Core language properties): Add func.
24710         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24711         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24712         strings.
24713         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24714         (Input/output): New section.
24715         (File system functions): Add openat-die, stat-macros.
24716         (Networking functions): Add sockets.
24717         (Unicode string functions): Add unictype/*.
24718         (Support for building libraries and executables): Add gperf.
24719         (Support for building documentation): Add agpl-3.0.
24720         (Misc): Add nocrash.
24721
24722 2008-05-10  Bruno Haible  <bruno@clisp.org>
24723
24724         * modules/unictype/gen-ctype: New file.
24725
24726 2008-05-10  Jim Meyering  <meyering@redhat.com>
24727
24728         Make chdir-safer.c more efficient on a system with no symlinks.
24729         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24730         also if ELOOP is zero.  Suggested by Bruno Haible.
24731
24732         Make chdir-safer.c slightly safer.
24733         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24734         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24735
24736         Avoid compile failure on systems without ELOOP (like mingw).
24737         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24738         Reported by Bruno Haible.
24739
24740 2008-05-10  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24743         (is_utf8_encoding): Use a case-insensitive comparison.
24744         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24745         streq.
24746
24747 2008-05-10  Bruno Haible  <bruno@clisp.org>
24748
24749         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24750         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24751         * lib/unilbrk/ulc-common.h (iconv_string_length,
24752         iconv_string_keeping_offsets): Remove declarations.
24753         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24754         Don't include <iconv.h>, streq.h, xsize.h.
24755         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24756         conversion.
24757         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24758         <iconv.h>, streq.h, xsize.h.
24759         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24760         conversion.
24761         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24762         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24763         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24764         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24765
24766 2008-05-10  Bruno Haible  <bruno@clisp.org>
24767
24768         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24769         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24770
24771         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24772         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24773
24774         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24775         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24776
24777         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24778         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24779
24780         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24781         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24782
24783         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24784         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24785
24786         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24787         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24788
24789         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24790         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24791
24792 2008-05-10  Bruno Haible  <bruno@clisp.org>
24793
24794         Split up 'linebreak' module.
24795         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24796         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24797         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24798         modifications.
24799         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24800         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24801         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24802         lib/linebreak.c.
24803         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24804         lib/linebreak.c.
24805         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24806         lib/linebreak.c.
24807         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24808         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24809         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24810         lib/linebreak.c.
24811         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24812         lib/linebreak.c.
24813         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24814         lib/linebreak.c.
24815         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24816         lib/linebreak.c.
24817         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24818         lib/linebreak.c.
24819         * modules/unilbrk/base: New file.
24820         * modules/unilbrk/tables: New file.
24821         * modules/unilbrk/u8-possible-linebreaks: New file.
24822         * modules/unilbrk/u16-possible-linebreaks: New file.
24823         * modules/unilbrk/u32-possible-linebreaks: New file.
24824         * modules/unilbrk/ulc-common: New file.
24825         * modules/unilbrk/ulc-possible-linebreaks: New file.
24826         * modules/unilbrk/u8-width-linebreaks: New file.
24827         * modules/unilbrk/u16-width-linebreaks: New file.
24828         * modules/unilbrk/u32-width-linebreaks: New file.
24829         * modules/unilbrk/ulc-width-linebreaks: New file.
24830         * lib/linebreak.h: Remove file.
24831         * lib/linebreak.c: Remove file.
24832         * m4/linebreak.m4: Remove file.
24833         * modules/linebreak: Remove file.
24834         * NEWS: Mention the changes.
24835
24836 2008-05-09  Eric Blake  <ebb9@byu.net>
24837
24838         Add xmemdup0.
24839         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24840         implementation.
24841         * lib/xmalloc.c (xmemdup0): New C implementation.
24842
24843 2008-05-08  Bruno Haible  <bruno@clisp.org>
24844
24845         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24846
24847 2008-05-07  Eric Blake  <ebb9@byu.net>
24848
24849         Support cross-compilation of <wctype.h>.
24850         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24851         AC_CACHE_CHECK.
24852
24853 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24854
24855         * build-aux/vc-list-files: Add support for bzr.
24856
24857 2008-05-03  Jim Meyering  <meyering@redhat.com>
24858
24859         avoid failed assertion with tight malloc
24860         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24861
24862 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24863
24864         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24865         are needed from arpa/inet.h.
24866         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24867         Reported by Bruno Haible.
24868
24869 2008-05-02  Jim Meyering  <meyering@redhat.com>
24870
24871         avoid compilation error on FreeBSD 6
24872         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24873
24874 2008-05-01  Jim Meyering  <meyering@redhat.com>
24875
24876         useless-if-before-free: correct --help's exit status description
24877         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24878         for one or more matches, etc.  Reported by Bruno Haible.
24879
24880         vc-list-files: make the stand-alone gnulib test work
24881         * modules/vc-list-files-tests (configure.ac):
24882         Define and AC_SUBST abs_aux_dir.
24883         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24884         $(abs_top_srcdir) to each script and having each of them
24885         duplicate the work of setting PATH, set PATH here, using
24886         the new variable, abs_aux_dir instead.
24887         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24888         * tests/test-vc-list-files-git.sh: Likewise.
24889         Reported by Bruno Haible.
24890
24891 2008-05-01  Bruno Haible  <bruno@clisp.org>
24892
24893         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24894         reallocation. Rename 'done' to 'found_delimiter'.
24895
24896 2008-05-01  Jim Meyering  <meyering@redhat.com>
24897
24898         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24899         * build-aux/vc-list-files: Use `...`, not $(...).
24900
24901 2008-04-30  Jim Meyering  <meyering@redhat.com>
24902
24903         add tests for vc-list-files
24904         * modules/vc-list-files-tests: New module.
24905         * tests/test-vc-list-files-cvs.sh: New file.
24906         * tests/test-vc-list-files-git.sh: New file.
24907
24908         avoid a warning from gcc
24909         * lib/getndelim2.c (IF_LINT): Define.
24910         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24911
24912         vc-list-files: work properly with build-aux/cvsu, too
24913         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24914         to all cvs-based clauses.
24915
24916         vc-list-files: work properly in the CVS+awk case, too
24917         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24918
24919         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24920         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24921         take more than one file argument, so .  Add quotes, just in case $dir
24922         ever contains a shell meta-character.  Prompted by Soren Hansen in
24923         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24924
24925 2008-04-29  Eric Blake  <ebb9@byu.net>
24926
24927         Optimize getndelim2 to use block operations when possible.
24928         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24929         freadseek, and memchr2.
24930         * lib/getndelim2.c (getndelim2): Use them for block reads.
24931
24932 2008-04-29  Bruno Haible  <bruno@clisp.org>
24933
24934         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24935         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24936         * modules/inet_ntop (Depends-on): Add extensions.
24937         * modules/inet_pton (Depends-on): Likewise.
24938         Reported by Simon Josefsson.
24939
24940 2008-04-29  Jim Meyering  <meyering@redhat.com>
24941
24942         When the is more than one match in a block, match all of them.
24943         * build-aux/useless-if-before-free: Iterate through each block
24944         until there are no more matches.
24945
24946         Fix broken useless-if-before-free script.
24947         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24948         the expression to match cast of argument to free-like function.
24949
24950 2008-04-29  Eric Blake  <ebb9@byu.net>
24951
24952         Use new header.
24953         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24954
24955 2008-04-29  Jim Meyering  <meyering@redhat.com>
24956
24957         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24958         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24959         by gnulib to exist and to declare e.g., inet_ntop.
24960         Don't include "inet_ntop.h", now removed.
24961
24962         * m4/arpa_inet_h.m4: Remove trailing blanks.
24963
24964 2008-04-29  Eric Blake  <ebb9@byu.net>
24965
24966         Silence valgrind on safe reads beyond potential array bounds.
24967         * lib/rawmemchr.valgrind: New file.
24968         * lib/strchrnul.valgrind: Likewise.
24969         * modules/rawmemchr (Files): Distribute new file.
24970         * modules/strchrnul (Files): Likewise.
24971         Suggested by Bruno Haible.
24972
24973 2008-04-29  Bruno Haible  <bruno@clisp.org>
24974
24975         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24976         (inet_ntop, inet_pton): Change portability warning's wording.
24977         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24978         Invoke gl_CHECK_NEXT_HEADERS.
24979         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24980         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24981         set ARPA_INET_H.
24982         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24983         * modules/arpa_inet (Description): No longer only for systems that
24984         lack it.
24985         (Depends-on): Add include_next.
24986         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24987         HAVE_ARPA_INET_H.
24988
24989 2008-04-29  Jim Meyering  <meyering@redhat.com>
24990
24991         * modules/mkdir (License): Re-license as LGPLv2+.
24992
24993 2008-04-29  Bruno Haible  <bruno@clisp.org>
24994
24995         * modules/rawmemchr (Maintainer): Set to Eric.
24996         * modules/strchrnul (Maintainer): Likewise.
24997
24998 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24999
25000         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25001         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25002
25003         * modules/arpa_inet (arpa/inet.h): Use them.
25004
25005 2008-04-28  Eric Blake  <ebb9@byu.net>
25006
25007         Test getndelim2.
25008         * modules/getndelim2-tests: New file.
25009         * tests/test-getndelim2.c: Likewise.
25010         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25011         stream.
25012         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25013
25014         * MODULES.html.sh: Document new module.
25015
25016 2008-04-20  Bruno Haible  <bruno@clisp.org>
25017
25018         * lib/c-stack.c (die): Use raise.
25019         * modules/c-stack (Depends-on): Add raise.
25020
25021 2008-04-28  Bruno Haible  <bruno@clisp.org>
25022
25023         Expect rpmatch to be declared.
25024         * lib/yesno.c (rpmatch): Remove declaration.
25025
25026         Declare rpmatch.
25027         * lib/stdlib.in.h (rpmatch): New declaration.
25028         * lib/rpmatch.c: Include <stdlib.h> first.
25029         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25030         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25031         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25032         HAVE_RPMATCH.
25033         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25034         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25035         (Include): Set to <stdlib.h>.
25036         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25037         HAVE_RPMATCH.
25038         * NEWS: Document the change.
25039
25040 2008-04-28  Bruno Haible  <bruno@clisp.org>
25041
25042         Change rpmatch to use nl_langinfo when appropriate.
25043         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25044         (N_): New macro.
25045         (localized_pattern): New function/macro.
25046         (try): Remove match, nomatch arguments. Copy the pattern into safe
25047         memory before caching it.
25048         (rpmatch): Use localized_pattern. Add translator comments.
25049         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25050         Suggested by Eric Blake.
25051         * modules/rpmatch (Depends-on): Add stdbool.
25052
25053 2008-04-28  Eric Blake  <ebb9@byu.net>
25054
25055         Add rawmemchr module, matching glibc.
25056         * modules/string (Makefile.am): New indicator.
25057         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25058         * lib/string.in.h (rawmemchr): Declare when appropriate.
25059         * modules/rawmemchr: New file.
25060         * m4/rawmemchr.m4: Likewise.
25061         * lib/rawmemchr.c: Likewise.
25062         * modules/rawmemchr-tests: Likewise.
25063         * tests/test-rawmemchr.c: Likewise.
25064         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25065         module.
25066         * modules/strchrnul (Depends-on): Add rawmemchr.
25067         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25068
25069         Whitespace cleanup.
25070         * tests/test-strchrnul.c: Reindent.
25071         * lib/strchrnul.c: Likewise.
25072
25073         Optimize and test strchrnul.
25074         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25075         * modules/strchrnul-tests: New file.
25076         * tests/test-strchrnul.c: Likewise.
25077
25078         Remove intprops dependency.
25079         * modules/memchr (Depends-on): Remove intprops.
25080         * modules/memrchr (Depends-on): Likewise.
25081         * modules/memchr2 (Depends-on): Likewise.
25082         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25083         * lib/memrchr.c (__memrchr): Likewise.
25084         * lib/memrchr2.c (memchr2): Likewise.
25085         Reported by Simon Josefsson.
25086
25087 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25088
25089         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25090         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25091
25092 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25093
25094         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25095
25096         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25097
25098         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25099
25100         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25101         declarations.
25102         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25103
25104         * m4/inet_pton.m4: Don't check for header files.
25105
25106         * m4/inet_ntop.m4: Don't check for header files.
25107
25108 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25109
25110         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25111         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25112         trigger for cygwin).
25113         Reported by Bruno Haible  <bruno@clisp.org>.
25114
25115 2008-04-28  Bruno Haible  <bruno@clisp.org>
25116
25117         * doc/posix-functions/strdup.texi: Mention mingw problem.
25118
25119 2008-04-27  Bruno Haible  <bruno@clisp.org>
25120
25121         * modules/stat-time-tests (Depends-on): Add sleep.
25122         * tests/test-stat-time.c (force_unlink): New function.
25123         (cleanup): Use it.
25124         (test_mtime): Remove the ctime related tests.
25125         (test_ctime): New function, containing the ctime related tests.
25126         (main): Call test_ctime, except on native Windows platforms.
25127
25128 2008-04-27  Bruno Haible  <bruno@clisp.org>
25129
25130         * lib/rpmatch.c (rpmatch): Add some comments.
25131         Reported by James Youngman <jay@gnu.org>.
25132
25133 2008-04-27  Bruno Haible  <bruno@clisp.org>
25134
25135         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25136         quiet NaNs.
25137
25138 2008-04-27  Bruno Haible  <bruno@clisp.org>
25139
25140         Make test-yesno.sh work on mingw.
25141         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25142         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25143         (main): Set stdin to binary mode.
25144         * modules/yesno-tests (Depends-on): Add binary-io.
25145
25146 2008-04-27  Bruno Haible  <bruno@clisp.org>
25147
25148         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25149         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25150         argument that lie outside the IEEE 854 domain.
25151         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25152         (gl_ISFINITE): Use it.
25153         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25154
25155 2008-04-27  Bruno Haible  <bruno@clisp.org>
25156
25157         Allow local renaming in config.h.
25158         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25159
25160 2008-04-27  Bruno Haible  <bruno@clisp.org>
25161
25162         * lib/memchr.c (__memchr): Change type of 'i'.
25163         * lib/memchr2.c (memchr2): Likewise.
25164
25165 2008-04-26  Eric Blake  <ebb9@byu.net>
25166         and Bruno Haible  <bruno@clisp.org>
25167
25168         Optimize and test memrchr.
25169         * modules/memrchr (Depends-on): Add intprops.
25170         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25171         * modules/memrchr-tests: New file.
25172         * tests/test-memrchr.c: New file.
25173
25174 2008-04-26  Bruno Haible  <bruno@clisp.org>
25175
25176         Add tentative support for DragonFly BSD.
25177         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25178         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25179         fp.
25180         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25181         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25182         * lib/fpurge.c (fpurge): Likewise.
25183         * lib/freadable.c (freaadable): Likewise.
25184         * lib/freadahead.c (freadahead): Likewise.
25185         * lib/freading.c (freading): Likewise.
25186         * lib/freadptr.c (freadptr): Likewise.
25187         * lib/freadseek.c (freadptrinc): Likewise.
25188         * lib/fseeko.c (fseeko): Likewise.
25189         * lib/fseterr.c (fseterr): Likewise.
25190         * lib/fwritable.c (fwritable): Likewise.
25191         * lib/fwriting.c (fwriting): Likewise.
25192
25193 2008-04-26  Bruno Haible  <bruno@clisp.org>
25194
25195         * lib/stdio-impl.h: New file.
25196         * lib/fbufmode.c: Include stdio-impl.h.
25197         (fbufmode): Use fp_, remove redundant #defines.
25198         * lib/fflush.c: Include stdio-impl.h.
25199         (clear_ungetc_buffer): Remove redundant #defines.
25200         * lib/fpurge.c: Include stdio-impl.h.
25201         (fpurge): Remove redundant #defines.
25202         * lib/freadable.c: Include stdio-impl.h.
25203         (freadable): Remove redundant #defines.
25204         * lib/freadahead.c: Include stdio-impl.h.
25205         (freadahead): Remove redundant #defines.
25206         * lib/freading.c: Include stdio-impl.h.
25207         (freading): Remove redundant #defines.
25208         * lib/freadptr.c: Include stdio-impl.h.
25209         (freadptr): Remove redundant #defines.
25210         * lib/freadseek.c: Include stdio-impl.h.
25211         (freadptrinc): Remove redundant #defines.
25212         * lib/fseeko.c: Include stdio-impl.h.
25213         (rpl_fseeko): Remove redundant #defines.
25214         * lib/fseterr.c: Include stdio-impl.h.
25215         (fseterr): Remove redundant #defines.
25216         * lib/fwritable.c: Include stdio-impl.h.
25217         (fwritable: Remove redundant #defines.
25218         * lib/fwriting.c: Include stdio-impl.h.
25219         (fwriting): Remove redundant #defines.
25220         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25221         * modules/fflush (Files): Likewise.
25222         * modules/fpurge (Files): Likewise.
25223         * modules/freadable (Files): Likewise.
25224         * modules/freadahead (Files): Likewise.
25225         * modules/freading (Files): Likewise.
25226         * modules/freadptr (Files): Likewise.
25227         * modules/freadseek (Files): Likewise.
25228         * modules/fseeko (Files): Likewise.
25229         * modules/fseterr (Files): Likewise.
25230         * modules/fwritable (Files): Likewise.
25231         * modules/fwriting (Files): Likewise.
25232
25233 2008-04-26  Bruno Haible  <bruno@clisp.org>
25234
25235         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25236         restore_seek_optimization, update_fpos_cache): New functions, extracted
25237         from rpl_fflush.
25238         (rpl_fflush): Use them.
25239         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25240         (gl_REPLACE_FFLUSH): Use it.
25241
25242 2008-04-26  Bruno Haible  <bruno@clisp.org>
25243
25244         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25245         on Solaris.
25246         * tests/test-xstrtoimax.sh: Likewise.
25247         * tests/test-xstrtoumax.sh: Likewise.
25248         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25249
25250 2008-04-26  Bruno Haible  <bruno@clisp.org>
25251
25252         * modules/memchr-tests: New file.
25253         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25254
25255 2008-04-26  Eric Blake  <ebb9@byu.net>
25256             Bruno Haible  <bruno@clisp.org>
25257
25258         * lib/memchr.c: Include intprops.h.
25259         (__memchr): Optimize parallel detection of matching bytes. Rename local
25260         variables. Add explanatory comments.
25261
25262 2008-04-26  Bruno Haible  <bruno@clisp.org>
25263
25264         Fix module 'memchr', broken since 2000-10-28.
25265         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25266
25267 2008-04-26  Bruno Haible  <bruno@clisp.org>
25268
25269         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25270         comments.
25271
25272 2008-04-25  Eric Blake  <ebb9@byu.net>
25273
25274         Use native fstatat on cygwin 1.7.0.
25275         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25276         first.
25277
25278 2008-04-23  Eric Blake  <ebb9@byu.net>
25279
25280         Improve memchr2 performance.
25281         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25282         NUL bytes.
25283         * modules/memchr2 (Depends-on): Use intprops.h.
25284
25285 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25286
25287         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25288         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25289         <blp@cs.stanford.edu>.
25290
25291 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25292
25293         * lib/arpa_inet.in.h: New file.
25294
25295         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25296         (Makefile.am): Sed in substitute header file.
25297
25298         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25299         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25300
25301         * modules/inet_ntop (configure.ac): Use
25302         gl_ARPA_INET_MODULE_INDICATOR.
25303
25304         * modules/inet_pton (configure.ac): Use
25305         gl_ARPA_INET_MODULE_INDICATOR.
25306
25307 2008-04-22  Jim Meyering  <meyering@redhat.com>
25308
25309         * modules/verify (License): Re-license as LGPLv2+.
25310
25311 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25312
25313         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25314         parameter to void* as per POSIX standard (MinGW uses char*).
25315
25316 2008-04-21  Bruno Haible  <bruno@clisp.org>
25317
25318         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25319         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25320         Define to replacements if REPLACE_ISWCNTRL is 1.
25321         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25322         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25323         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25324         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25325         what it fixes.
25326         * doc/posix-functions/iswalpha.texi: Likewise.
25327         * doc/posix-functions/iswblank.texi: Likewise.
25328         * doc/posix-functions/iswcntrl.texi: Likewise.
25329         * doc/posix-functions/iswdigit.texi: Likewise.
25330         * doc/posix-functions/iswgraph.texi: Likewise.
25331         * doc/posix-functions/iswlower.texi: Likewise.
25332         * doc/posix-functions/iswprint.texi: Likewise.
25333         * doc/posix-functions/iswpunct.texi: Likewise.
25334         * doc/posix-functions/iswspace.texi: Likewise.
25335         * doc/posix-functions/iswupper.texi: Likewise.
25336         * doc/posix-functions/iswxdigit.texi: Likewise.
25337         Reported by Alain Guibert.
25338
25339 2008-04-21  Bruno Haible  <bruno@clisp.org>
25340
25341         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25342         Patch by Alain Guibert.
25343
25344 2008-04-21  Bruno Haible  <bruno@clisp.org>
25345
25346         Fix test failures on mingw.
25347         * tests/test-xstrtol.c (print_no_progname): New function.
25348         (main): Install it in error_print_progname hook.
25349         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25350         * tests/test-xstrtoimax.sh: Likewise.
25351         * tests/test-xstrtoumax.sh: Likewise.
25352
25353 2008-04-21  Bruno Haible  <bruno@clisp.org>
25354
25355         Fix test failure on mingw.
25356         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25357
25358 2008-04-21  Bruno Haible  <bruno@clisp.org>
25359
25360         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25361         Actually assign a value.
25362
25363 2008-04-20  Bruno Haible  <bruno@clisp.org>
25364
25365         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25366         take 2.
25367         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25368         'canonicalize-lgpl' module is also used.
25369         * lib/canonicalize-lgpl.c: Undo last change.
25370         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25371
25372 2008-04-20  Bruno Haible  <bruno@clisp.org>
25373
25374         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25375         config.h. Provide _mkdir based fallback for mingw.
25376         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25377         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25378         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25379         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25380         rather than defining mkdir in config.h.
25381         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25382         (gl_SYS_STAT_H_DEFAULTS): New macro.
25383         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25384         HAVE_IO_H any more.
25385         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25386         HAVE_DECL_MKDIR and HAVE_IO_H.
25387
25388 2008-04-20  Bruno Haible  <bruno@clisp.org>
25389
25390         * lib/isapipe.c: Port to native Windows platforms.
25391
25392 2008-04-20  Bruno Haible  <bruno@clisp.org>
25393
25394         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25395
25396 2008-04-21  Eric Blake  <ebb9@byu.net>
25397
25398         Work around preprocessors that don't handle UINTMAX_MAX.
25399         * lib/memchr2.c (memchr2): Avoid embedded #if.
25400         Reported by Alain Guibert, fix suggested by Bruno Haible.
25401
25402 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25403
25404         * doc/posix-functions/strftime.texi (strftime): Explain better
25405         Windows incompatibility.  Suggested by Micah Cowan
25406         <micah@cowan.name>.
25407
25408 2008-04-20  Bruno Haible  <bruno@clisp.org>
25409
25410         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25411         unistr/u8-mblen.
25412
25413 2008-04-20  Bruno Haible  <bruno@clisp.org>
25414
25415         Fix test failure on platforms with non-GNU iconv.
25416         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25417         (U_TO_U8): Use it, rather than u16_to_u8.
25418         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25419         units at the end of the input string.
25420         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25421
25422 2008-04-20  Bruno Haible  <bruno@clisp.org>
25423
25424         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25425         when the resulting length is 0.
25426         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25427
25428 2008-04-20  Bruno Haible  <bruno@clisp.org>
25429
25430         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25431         works.
25432         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25433
25434 2008-04-20  Bruno Haible  <bruno@clisp.org>
25435
25436         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25437         * modules/tsearch-tests (configure.ac): Test for initstate function.
25438
25439 2008-04-20  Bruno Haible  <bruno@clisp.org>
25440
25441         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25442         for nlink_t if missing.
25443         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25444
25445 2008-04-19  Bruno Haible  <bruno@clisp.org>
25446
25447         Work around snprintf bug on Linux libc5.
25448         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25449         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25450         gl_SNPRINTF_SIZE1.
25451         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25452         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25453         that test failed.
25454         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25455         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25456         * modules/snprintf (Files): Add m4/printf.m4.
25457         * modules/vsnprintf (Files): Likewise.
25458         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25459         * doc/posix-functions/vsnprintf.texi: Likewise.
25460
25461 2008-04-19  Bruno Haible  <bruno@clisp.org>
25462
25463         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25464         from 0.0058 to less than 10^-7.
25465
25466 2008-04-19  Bruno Haible  <bruno@clisp.org>
25467
25468         Fix rounding when a precision is given.
25469         * lib/vasnprintf.c (is_borderline): New function.
25470         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25471         9...9x.
25472         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25473         %e, %g.
25474         * tests/test-vasprintf-posix.c (test_function): Likewise.
25475         * tests/test-snprintf-posix.h (test_function): Likewise.
25476         * tests/test-sprintf-posix.h (test_function): Likewise.
25477         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25478         * tests/test-printf-posix.h (test_function): Likewise.
25479         * tests/test-printf-posix.output: Update.
25480         Reported by John Darrington <john@darrington.wattle.id.au> via
25481         Ben Pfaff <blp@cs.stanford.edu>.
25482
25483 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25484
25485         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25486         Suggested by Bruno Haible <bruno@clisp.org>.
25487
25488 2008-04-17  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25491         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25492         implementation.
25493         Patch by Bruce Merry <bmerry@gmail.com>.
25494
25495 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25496
25497         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25498         doesn't work under Windows.
25499
25500 2008-04-16  Bruno Haible  <bruno@clisp.org>
25501
25502         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25503         New macros.
25504         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25505         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25506         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25507         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25508         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25509         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25510         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25511         macros.
25512         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25513         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25514         Northern Sotho, Uighur.
25515
25516 2008-04-16  Bruno Haible  <bruno@clisp.org>
25517
25518         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25519         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25520         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25521         Reported by Daniel Bergström <daniel@octocode.com>.
25522
25523 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25524             Bruno Haible  <bruno@clisp.org>
25525
25526         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25527         function.
25528         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25529         New functions, mostly extracted from gl_locale_name_default.
25530         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25531
25532 2008-04-16  Eric Blake  <ebb9@byu.net>
25533
25534         Adjust strtod detection to catch glibc 2.7 bug.
25535         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25536         Reported by John Gatewood Ham.
25537
25538 2008-04-16  Bruno Haible  <bruno@clisp.org>
25539
25540         Add tentative support for Linux libc5.
25541         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25542         * lib/fpurge.c (fpurge): Likewise.
25543         * lib/freadable.c (freadable): Likewise.
25544         * lib/freadahead.c (freadahead): Likewise.
25545         * lib/freading.c (freading): Likewise.
25546         * lib/freadptr.c (freadptr): Likewise.
25547         * lib/freadseek.c (freadptrinc): Likewise.
25548         * lib/fseeko.c (rpl_fseeko): Likewise.
25549         * lib/fseterr.c (fseterr): Likewise.
25550         * lib/fwritable.c (fwritable): Likewise.
25551         * lib/fwriting.c (fwriting): Likewise.
25552         Reported by Alain Guibert <alguibert+bts@free.fr>.
25553
25554 2008-04-15  Bruno Haible  <bruno@clisp.org>
25555
25556         * modules/mathl (configure.ac): Define module indicator.
25557
25558 2008-04-15  Bruno Haible  <bruno@clisp.org>
25559
25560         * lib/logl.c (logl): Remove unused variables.
25561
25562 2008-04-15  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25565         fails.
25566
25567 2008-04-15  Bruno Haible  <bruno@clisp.org>
25568
25569         * lib/trim.c (trim2): Fix argument of isspace() macro.
25570
25571 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25572
25573         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25574         to 0.
25575         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25576
25577 2008-04-14  Bruno Haible  <bruno@clisp.org>
25578
25579         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25580         AC_LANG_PROGRAM argument.
25581         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25582         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25583         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25584         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25585         * m4/math_h.m4 (gl_MATH_H): Likewise.
25586         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25587         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25588         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25589         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25590         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25591         * m4/regex.m4 (gl_REGEX): Likewise.
25592         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25593         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25594         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25595         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25596         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25597         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25598         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25599         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25600
25601 2008-04-14  Jim Meyering  <meyering@redhat.com>
25602
25603         test-strtod: fix typos: s/abs/fabs/
25604         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25605
25606 2008-04-13  Bruno Haible  <bruno@clisp.org>
25607
25608         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25609         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25610         module is also used and while not building the reloc-wrapper.
25611
25612 2008-04-13  Bruno Haible  <bruno@clisp.org>
25613
25614         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25615
25616 2008-04-13  Bruno Haible  <bruno@clisp.org>
25617
25618         Fix AIX compilation failure introduced on 2008-04-02.
25619         * tests/test-frexp.c (exp): Undefine before redefining.
25620         * tests/test-frexpl.c (exp): Likewise.
25621
25622 2008-04-13  Bruno Haible  <bruno@clisp.org>
25623
25624         Work around a HP-UX stdio bug.
25625         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25626         * tests/test-ftello.c (main): Likewise.
25627         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25628         * doc/posix-functions/ftello.texi: Likewise.
25629
25630 2008-04-13  Bruno Haible  <bruno@clisp.org>
25631
25632         Make test-signbit pass on HP-UX/hppa.
25633         * tests/test-signbit.c (minus_zerol): New variable.
25634         (test_signbitl): Use it.
25635
25636 2008-04-13  Bruno Haible  <bruno@clisp.org>
25637
25638         Make truncl work on OSF/1 4.0.
25639         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25640         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25641         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25642         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25643         HAVE_DECL_TRUNCL.
25644         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25645         HAVE_DECL_TRUNCL.
25646         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25647
25648 2008-04-13  Bruno Haible  <bruno@clisp.org>
25649
25650         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25651
25652 2008-04-13  Bruno Haible  <bruno@clisp.org>
25653
25654         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25655         expression, so as to avoid HP-UX 11 cc compiler bug.
25656
25657 2008-04-13  Bruno Haible  <bruno@clisp.org>
25658
25659         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25660
25661 2008-04-13  Bruno Haible  <bruno@clisp.org>
25662
25663         * lib/git-merge-changelog.c: Remove empty declaration outside of
25664         functions.
25665
25666 2008-04-13  Bruno Haible  <bruno@clisp.org>
25667
25668         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25669
25670 2008-04-13  Bruno Haible  <bruno@clisp.org>
25671
25672         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25673         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25674         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25675         also if it exists but lacks definitions of the SHUT_* macros.
25676         * modules/sys_socket (Description): Update.
25677         Reported by Elbert Pol <e.pol@chello.nl>.
25678
25679 2008-04-13  Bruno Haible  <bruno@clisp.org>
25680
25681         * lib/localcharset.c (OS2): Don't redefine if already defined.
25682         Reported by Elbert Pol <e.pol@chello.nl>.
25683
25684 2008-04-13  Bruno Haible  <bruno@clisp.org>
25685
25686         * lib/binary-io.h [__EMX__]: Include <io.h>.
25687         Reported by Elbert Pol <e.pol@chello.nl>.
25688
25689 2008-04-12  Bruno Haible  <bruno@clisp.org>
25690
25691         * lib/fpucw.h: Enable the definitions also for x86_64.
25692         Needed for NetBSD/x86_64.
25693         Reported by Thomas Klausner <tk@giga.or.at>.
25694
25695 2008-04-12  Bruno Haible  <bruno@clisp.org>
25696
25697         * tests/test-strtod.c: Include isnand.h.
25698         (main): Use isnand instead of isnan.
25699         Reported by Jim Meyering.
25700
25701 2008-04-12  Bruno Haible  <bruno@clisp.org>
25702
25703         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25704         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25705
25706 2008-04-12  Jim Meyering  <meyering@redhat.com>
25707
25708         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25709
25710 2008-04-12  Bruno Haible  <bruno@clisp.org>
25711
25712         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25713         Reported by Elbert Pol <e.pol@chello.nl>.
25714
25715 2008-04-12  Eric Blake  <ebb9@byu.net>
25716
25717         Work around Solaris 10 math.h bug.
25718         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25719         (gl_MATH_H_DEFAULTS): Set up default.
25720         * modules/math (Makefile.am): Replace new indicators.
25721         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25722         * tests/test-math.c (main): Test this.
25723         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25724         * doc/posix-headers/math.texi (math.h): Mention bug.
25725         Reported by Nelson H. F. Beebe and Jim Meyering.
25726
25727 2008-04-11  Bruno Haible  <bruno@clisp.org>
25728
25729         Adapt to future versions of Apple GCC.
25730         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25731         Reported by Peter O'Gorman <peter@pogma.com>.
25732
25733 2008-04-11  Bruno Haible  <bruno@clisp.org>
25734
25735         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25736
25737 2008-04-11  Bruno Haible  <bruno@clisp.org>
25738
25739         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25740
25741         * modules/getaddrinfo-tests (Makefile.am): Define
25742         test_getaddrinfo_LDADD.
25743
25744 2008-04-11  Bruno Haible  <bruno@clisp.org>
25745
25746         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25747         (init): Fix syntax error.
25748         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25749         is declared.
25750
25751 2008-04-11  Bruno Haible  <bruno@clisp.org>
25752
25753         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25754         * modules/glob (Depends-on): Add stdbool.
25755
25756 2008-04-11  Bruno Haible  <bruno@clisp.org>
25757
25758         * lib/trim.c: Include <string.h>.
25759
25760 2008-04-11  Eric Blake  <ebb9@byu.net>
25761
25762         Avoid compile failure on OS/2.
25763         * lib/regex_internal.h (internal_function): Disable optimization
25764         on OS/2 (__EMX__), where it caused compiler error.
25765         Reported by Elbert Pol.
25766
25767 2008-04-11  Bruno Haible  <bruno@clisp.org>
25768
25769         Flush the standard error stream before aborting. Needed on mingw.
25770         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25771         * tests/test-array_list.c (ASSERT): Likewise.
25772         * tests/test-array_oset.c (ASSERT): Likewise.
25773         * tests/test-avltree_list.c (ASSERT): Likewise.
25774         * tests/test-avltree_oset.c (ASSERT): Likewise.
25775         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25776         * tests/test-binary-io.c (ASSERT): Likewise.
25777         * tests/test-byteswap.c (ASSERT): Likewise.
25778         * tests/test-c-ctype.c (ASSERT): Likewise.
25779         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25780         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25781         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25782         * tests/test-c-strstr.c (ASSERT): Likewise.
25783         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25784         * tests/test-canonicalize.c (ASSERT): Likewise.
25785         * tests/test-carray_list.c (ASSERT): Likewise.
25786         * tests/test-ceilf1.c (ASSERT): Likewise.
25787         * tests/test-ceilf2.c (ASSERT): Likewise.
25788         * tests/test-ceill.c (ASSERT): Likewise.
25789         * tests/test-count-one-bits.c (ASSERT): Likewise.
25790         * tests/test-fbufmode.c (ASSERT): Likewise.
25791         * tests/test-fflush2.c (ASSERT): Likewise.
25792         * tests/test-floorf1.c (ASSERT): Likewise.
25793         * tests/test-floorf2.c (ASSERT): Likewise.
25794         * tests/test-floorl.c (ASSERT): Likewise.
25795         * tests/test-fopen.c (ASSERT): Likewise.
25796         * tests/test-fpending.c (ASSERT): Likewise.
25797         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25798         * tests/test-fpurge.c (ASSERT): Likewise.
25799         * tests/test-freadable.c (ASSERT): Likewise.
25800         * tests/test-freadahead.c (ASSERT): Likewise.
25801         * tests/test-freading.c (ASSERT): Likewise.
25802         * tests/test-freadptr.c (ASSERT): Likewise.
25803         * tests/test-freadptr2.c (ASSERT): Likewise.
25804         * tests/test-freadseek.c (ASSERT): Likewise.
25805         * tests/test-freopen.c (ASSERT): Likewise.
25806         * tests/test-frexp.c (ASSERT): Likewise.
25807         * tests/test-frexpl.c (ASSERT): Likewise.
25808         * tests/test-fseek.c (ASSERT): Likewise.
25809         * tests/test-fseeko.c (ASSERT): Likewise.
25810         * tests/test-fstrcmp.c (ASSERT): Likewise.
25811         * tests/test-ftell.c (ASSERT): Likewise.
25812         * tests/test-ftello.c (ASSERT): Likewise.
25813         * tests/test-func.c (ASSERT): Likewise.
25814         * tests/test-fwritable.c (ASSERT): Likewise.
25815         * tests/test-fwriting.c (ASSERT): Likewise.
25816         * tests/test-getdelim.c (ASSERT): Likewise.
25817         * tests/test-getline.c (ASSERT): Likewise.
25818         * tests/test-i-ring.c (ASSERT): Likewise.
25819         * tests/test-iconv-utf.c (ASSERT): Likewise.
25820         * tests/test-iconv.c (ASSERT): Likewise.
25821         * tests/test-isfinite.c (ASSERT): Likewise.
25822         * tests/test-isnand.c (ASSERT): Likewise.
25823         * tests/test-isnanf.c (ASSERT): Likewise.
25824         * tests/test-isnanl.h (ASSERT): Likewise.
25825         * tests/test-ldexpl.c (ASSERT): Likewise.
25826         * tests/test-linked_list.c (ASSERT): Likewise.
25827         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25828         * tests/test-localename.c (ASSERT): Likewise.
25829         * tests/test-lseek.c (ASSERT): Likewise.
25830         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25831         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25832         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25833         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25834         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25835         * tests/test-mbschr.c (ASSERT): Likewise.
25836         * tests/test-mbscspn.c (ASSERT): Likewise.
25837         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25838         * tests/test-mbspbrk.c (ASSERT): Likewise.
25839         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25840         * tests/test-mbsrchr.c (ASSERT): Likewise.
25841         * tests/test-mbsspn.c (ASSERT): Likewise.
25842         * tests/test-mbsstr1.c (ASSERT): Likewise.
25843         * tests/test-mbsstr2.c (ASSERT): Likewise.
25844         * tests/test-mbsstr3.c (ASSERT): Likewise.
25845         * tests/test-memchr2.c (ASSERT): Likewise.
25846         * tests/test-memmem.c (ASSERT): Likewise.
25847         * tests/test-open.c (ASSERT): Likewise.
25848         * tests/test-printf-frexp.c (ASSERT): Likewise.
25849         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25850         * tests/test-printf-posix.c (ASSERT): Likewise.
25851         * tests/test-quotearg.c (ASSERT): Likewise.
25852         * tests/test-rbtree_list.c (ASSERT): Likewise.
25853         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25854         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25855         * tests/test-round1.c (ASSERT): Likewise.
25856         * tests/test-roundf1.c (ASSERT): Likewise.
25857         * tests/test-roundl.c (ASSERT): Likewise.
25858         * tests/test-signbit.c (ASSERT): Likewise.
25859         * tests/test-sleep.c (ASSERT): Likewise.
25860         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25861         * tests/test-snprintf.c (ASSERT): Likewise.
25862         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25863         * tests/test-stat-time.c (ASSERT): Likewise.
25864         * tests/test-strcasestr.c (ASSERT): Likewise.
25865         * tests/test-strerror.c (ASSERT): Likewise.
25866         * tests/test-striconv.c (ASSERT): Likewise.
25867         * tests/test-striconveh.c (ASSERT): Likewise.
25868         * tests/test-striconveha.c (ASSERT): Likewise.
25869         * tests/test-strsignal.c (ASSERT): Likewise.
25870         * tests/test-strstr.c (ASSERT): Likewise.
25871         * tests/test-strtod.c (ASSERT): Likewise.
25872         * tests/test-trunc1.c (ASSERT): Likewise.
25873         * tests/test-trunc2.c (ASSERT): Likewise.
25874         * tests/test-truncf1.c (ASSERT): Likewise.
25875         * tests/test-truncf2.c (ASSERT): Likewise.
25876         * tests/test-truncl.c (ASSERT): Likewise.
25877         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25878         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25879         * tests/test-vasnprintf.c (ASSERT): Likewise.
25880         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25881         * tests/test-vasprintf.c (ASSERT): Likewise.
25882         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25883         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25884         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25885         * tests/test-vsnprintf.c (ASSERT): Likewise.
25886         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25887         * tests/test-wcwidth.c (ASSERT): Likewise.
25888         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25889         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25890         * tests/test-xvasprintf.c (ASSERT): Likewise.
25891         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25892         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25893         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25894         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25895         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25896         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25897         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25898         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25899         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25900         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25901         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25902         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25903         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25904         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25905         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25906         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25907         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25908         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25909         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25910         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25911         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25912         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25913         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25914         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25915         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25916         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25917         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25918         * tests/unictype/test-combining.c (ASSERT): Likewise.
25919         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25920         * tests/unictype/test-digit.c (ASSERT): Likewise.
25921         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25922         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25923         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25924         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25925         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25926         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25927         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25928         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25929         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25930         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25931         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25932         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25933         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25934         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25935         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25936         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25937         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25938         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25939         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25940         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25941         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25942         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25943         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25944         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25945         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25946         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25947         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25948         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25949         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25950         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25951         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25952         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25953         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25954         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25955         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25956         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25957         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25958         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25959         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25960         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25961         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25962         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25963         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25964         Reported by Eric Blake.
25965
25966 2008-04-11  Bruno Haible  <bruno@clisp.org>
25967
25968         * lib/wchar.in.h: Tweak comment.
25969
25970 2008-04-11  Bruno Haible  <bruno@clisp.org>
25971
25972         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25973         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25974         gl_COMMON.
25975         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25976
25977 2008-04-11  Bruno Haible  <bruno@clisp.org>
25978
25979         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25980
25981 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25982
25983         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25984         of attempting to use non-existing /dev/*random.  Based on patch
25985         from Adam Strzelecki <ono@java.pl> in
25986         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25987
25988 2008-04-08  Bruno Haible  <bruno@clisp.org>
25989
25990         Add tentative support for emx+gcc.
25991         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25992         * lib/fpurge.c (fpurge): Likewise.
25993         * lib/freadable.c (freadable): Likewise.
25994         * lib/freadahead.c (freadahead): Likewise.
25995         * lib/freading.c (freading): Likewise.
25996         * lib/freadptr.c (freadptr): Likewise.
25997         * lib/freadseek.c (freadptrinc): Likewise.
25998         * lib/fseeko.c (rpl_fseeko): Likewise.
25999         * lib/fseterr.c (fseterr): Likewise.
26000         * lib/fwritable.c (fwritable): Likewise.
26001         * lib/fwriting.c (fwriting): Likewise.
26002         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26003
26004 2008-04-09  Eric Blake  <ebb9@byu.net>
26005
26006         Avoid some autoconf warnings.
26007         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26008         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26009         * m4/afs.m4 (gl_AFS): Likewise.
26010         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26011         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26012         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26013         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26014         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26015         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26016         (AC_CHECK_DECLS_ONCE): Likewise.
26017         Rename file...
26018         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26019         gnulib-tool requires autoconf 2.59 or better.
26020         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26021
26022 2008-04-08  Eric Blake  <ebb9@byu.net>
26023
26024         Use 'git describe --match' if present (added in git 1.5.5).
26025         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26026         if possible.
26027
26028 2008-04-08  Bruno Haible  <bruno@clisp.org>
26029
26030         Add tentative support for OpenServer.
26031         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26032         _ptr, _cnt.
26033         * lib/fpurge.c (fpurge): Likewise.
26034         * lib/freadable.c (freadable): Likewise.
26035         * lib/freadahead.c (freadahead): Likewise.
26036         * lib/freading.c (freading): Likewise.
26037         * lib/freadptr.c (freadptr): Likewise.
26038         * lib/freadseek.c (freadptrinc): Likewise.
26039         * lib/fseeko.c (rpl_fseeko): Likewise.
26040         * lib/fseterr.c (fseterr): Likewise.
26041         * lib/fwritable.c (fwritable): Likewise.
26042         * lib/fwriting.c (fwriting): Likewise.
26043         Reported by Roger Cornelius <rac@tenzing.org> and
26044         Brian K. White <brian@aljex.com>.
26045
26046 2008-04-06  Jim Meyering  <meyering@redhat.com>
26047
26048         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26049
26050 2008-04-06  Bruno Haible  <bruno@clisp.org>
26051
26052         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26053         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26054         * tests/test-printf-posix.sh: Likewise.
26055         * tests/test-vfprintf-posix.sh: Likewise.
26056         * tests/test-vprintf-posix.sh: Likewise.
26057         * tests/test-xprintf-posix.sh: Likewise.
26058
26059 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26060
26061         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26062         hide error from 'ls', needed on OS/2.
26063         Report by Elbert Pol <elbert.pol@gmail.com>.
26064
26065 2008-04-04  Eric Blake  <ebb9@byu.net>
26066
26067         Make test-fseeko.c failures meaningful.
26068         * tests/test-fseeko.c: Print line number on failure.
26069         * tests/test-fseek.c: Likewise.
26070         Reported by Nelson H. F. Beebe.
26071
26072         Improve strtod bug detection check.
26073         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26074         required for Solaris 10.
26075         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26076
26077 2008-04-04  Bruno Haible  <bruno@clisp.org>
26078
26079         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26080         by m4/setenv.m4.
26081
26082 2008-04-03  Eric Blake  <ebb9@byu.net>
26083
26084         Ensure sane .version contents.
26085         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26086         version string.
26087         * build-aux/git-version-gen: Improve documentation.
26088
26089         Make GNU make output nicer.
26090         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26091         MAKECMDGOALS to enforce message for all command line targets.  Set
26092         srcdir for use in maint.mk.
26093
26094         Another maintainer tweak.
26095         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26096         a target that regenerates version.
26097
26098 2008-04-03  Jim Meyering  <meyering@redhat.com>
26099
26100         vc-list-files: don't cause coreutils "make po-check" failure
26101         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26102
26103 2008-04-03  Eric Blake  <ebb9@byu.net>
26104
26105         Allow VPATH usage of vc-list-files.
26106         * build-aux/vc-list-files (scriptversion): Add timestamp.
26107         (options): Add --help, --version, -C.
26108         (CVS): Support installed cvsu.
26109
26110 2008-04-02  Bruno Haible  <bruno@clisp.org>
26111
26112         Avoid some "statement with no effect" warnings from gcc.
26113         * tests/test-wctype.c (main): Explicitly ignore unused values.
26114         Reported by Jim Meyering.
26115
26116 2008-04-02  Jim Meyering  <meyering@redhat.com>
26117
26118         Avoid some warnings from "gcc -Wshadow".
26119         * tests/test-frexp.c (exp): Define to a different identifier.
26120         * tests/test-frexpl.c (exp): Likewise.
26121
26122 2008-04-03  Jim Meyering  <meyering@redhat.com>
26123
26124         bootstrap: remove dangling *.[ch] symlinks from lib
26125         * build-aux/bootstrap [dangling symlink removal]: Move find's
26126         -depth option to precede all others, to avoid a warning.
26127         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26128
26129 2008-04-02  Bruno Haible  <bruno@clisp.org>
26130
26131         Avoid some warnings from "gcc -Wshadow".
26132         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26133         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26134         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26135         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26136         Reported by Jim Meyering.
26137
26138 2008-04-01  Bruno Haible  <bruno@clisp.org>
26139
26140         Fix test to work on IRIX 6.5 with cc.
26141         * tests/test-math.c (numeric_equal): New function.
26142         (main): Use it.
26143
26144 2008-04-01  Bruno Haible  <bruno@clisp.org>
26145
26146         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26147
26148 2008-04-01  Bruno Haible  <bruno@clisp.org>
26149
26150         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26151         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26152         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26153         (Depends-on): Remove math.
26154
26155         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26156         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26157         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26158         (Depends-on): Remove math.
26159
26160         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26161         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26162         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26163         (Depends-on): Remove math.
26164         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26165         (Depends-on): Remove math.
26166
26167         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26168         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26169         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26170         (Depends-on): Remove math.
26171         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26172         (Depends-on): Remove math.
26173
26174         * tests/test-round1.c: Include nan.h.
26175         (main): Use NaNd instead of NAN.
26176         * modules/round-tests (Files): Add tests/nan.h.
26177
26178         * tests/test-trunc1.c: Include nan.h.
26179         (main): Use NaNd instead of NAN.
26180         * modules/trunc-tests (Files): Add tests/nan.h.
26181
26182         * tests/test-roundf1.c: Include nan.h.
26183         (main): Use NaNf instead of NAN.
26184         * modules/roundf-tests (Files): Add tests/nan.h.
26185
26186         * tests/test-truncf1.c: Include nan.h.
26187         (main): Use NaNf instead of NAN.
26188         * modules/truncf-tests (Files): Add tests/nan.h.
26189
26190         * tests/test-ceilf1.c: Include nan.h.
26191         (main): Use NaNf instead of NAN.
26192         * modules/ceilf-tests (Files): Add tests/nan.h.
26193
26194         * tests/test-floorf1.c: Include nan.h.
26195         (main): Use NaNf instead of NAN.
26196         * modules/floorf-tests (Files): Add tests/nan.h.
26197
26198         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26199         (main): Use NaNf instead of NAN.
26200         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26201
26202         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26203         (main): Use NaNd instead of NAN.
26204         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26205
26206         * tests/test-frexp.c: Include nan.h.
26207         (main): Use NaNd instead of NAN.
26208         * modules/frexp-tests (Files): Add tests/nan.h.
26209
26210         * lib/isnan.c: Don't include <math.h>.
26211         (FUNC): Don't use NAN macro.
26212         * modules/isnand-nolibm (Depends-on): Remove math.
26213         * modules/isnanf-nolibm (Depends-on): Remove math.
26214         * modules/isnanl (Depends-on): Remove math.
26215         * modules/isnanl-nolibm (Depends-on): Remove math.
26216
26217         * tests/nan.h: New file.
26218
26219 2008-04-01  Eric Blake  <ebb9@byu.net>
26220
26221         Fix typos.
26222         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26223         values to be the right type.
26224
26225         For now, cater to gnulib strtod inaccuracies.
26226         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26227         fractional results.  While not as nice from a QoI perspective, it
26228         is a quicker patch than correctly implementing decimal to binary
26229         rounding.
26230
26231 2008-03-31  Eric Blake  <ebb9@byu.net>
26232
26233         Guarantee a definition of NAN.
26234         * lib/math.in.h (NAN): Define if missing.
26235         * tests/test-math.c (main): Test it.
26236         * doc/posix-headers/math.texi (math.h): Document this.
26237         * lib/isnan.c (rpl_isnand): Use it.
26238         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26239         * tests/test-floorf1.c (NaN): Likewise.
26240         * tests/test-frexp.c (NaN): Likewise.
26241         * tests/test-isnand.c (NaN): Likewise.
26242         * tests/test-isnanf.c (NaN): Likewise.
26243         * tests/test-round1.c (NaN): Likewise.
26244         * tests/test-roundf1.c (NaN): Likewise.
26245         * tests/test-snprintf-posix.h (NaN): Likewise.
26246         * tests/test-sprintf-posix.h (NaN): Likewise.
26247         * tests/test-trunc1.c (NaN): Likewise.
26248         * tests/test-truncf1.c (NaN): Likewise.
26249         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26250         * tests/test-vasprintf-posix.c (NaN): Likewise.
26251         * modules/isnand-nolibm (Depends-on): Add math.
26252         * modules/isnanf-nolibm (Depends-on): Likewise.
26253         * modules/isnanl (Depends-on): Likewise.
26254         * modules/isnanl-nolibm (Depends-on): Likewise.
26255         * modules/snprintf-posix-tests (Depends-on): Likewise.
26256         * modules/sprintf-posix-tests (Depends-on): Likewise.
26257         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26258         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26259         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26260         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26261
26262 2008-03-31  Bruno Haible  <bruno@clisp.org>
26263
26264         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26265         * doc/posix-functions/strtod.texi: Likewise.
26266
26267 2008-03-31  Bruno Haible  <bruno@clisp.org>
26268
26269         * tests/test-strtod.c (main): Don't use C99 syntax.
26270
26271 2008-03-31  Bruno Haible  <bruno@clisp.org>
26272
26273         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26274         Reported by Eric Blake.
26275
26276 2008-03-31  Jim Meyering  <meyering@redhat.com>
26277
26278         Don't compare actual signbit return values.
26279         * tests/test-strtod.c (main): Rather, compare only their
26280         zero/non-zero nature.
26281
26282 2008-03-31  Eric Blake  <ebb9@byu.net>
26283
26284         More strtod documentation.
26285         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26286         failures as distinct bugs.
26287
26288 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26289
26290         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26291         Problem reported by Erik Benada in
26292         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26293
26294 2008-03-30  Bruno Haible  <bruno@clisp.org>
26295
26296         * tests/test-strtod.c: Add comments about which assertion fails on which
26297         platform.
26298         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26299
26300 2008-03-30  Eric Blake  <ebb9@byu.net>
26301
26302         Test signbit behavior on zeros.
26303         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26304         (test_signbitd, test_signbitl): Likewise.
26305
26306         More strtod touchups.
26307         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26308         sign of negative underflow, for now.  Use .5, not .1.
26309         * doc/posix-functions/strtod.texi (strtod): Mention these
26310         limitations.
26311         Reported by Jim Meyering.
26312
26313 2008-03-30  Bruno Haible  <bruno@clisp.org>
26314
26315         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26316         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26317
26318 2008-03-30  Bruno Haible  <bruno@clisp.org>
26319
26320         Avoid failure when attempting to return empty iconv results on some
26321         platforms.
26322         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26323         allocation, don't report ENOMEM when the resulting string is empty.
26324
26325 2008-03-30  Bruno Haible  <bruno@clisp.org>
26326
26327         Fix buffer overrun.
26328         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26329         Don't consider the width for tmp_length. Check count against tmp_length
26330         before doing the padding. Ensure enough allocation during padding.
26331
26332 2008-03-30  Eric Blake  <ebb9@byu.net>
26333
26334         strtod touchups.
26335         * lib/strtod.c (strtod): Avoid compiler warnings.
26336         Reported by Jim Meyering.
26337
26338 2008-03-30  Bruno Haible  <bruno@clisp.org>
26339
26340         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26341         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26342         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26343         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26344         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26345         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26346         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26347         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26348
26349         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26350         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26351         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26352         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26353         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26354         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26355         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26356         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26357
26358         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26359         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26360         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26361         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26362         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26363         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26364         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26365         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26366
26367         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26368         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26369
26370         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26371         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26372
26373         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26374         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26375
26376         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26377         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26378         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26379
26380         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26381         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26382         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26383
26384         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26385         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26386         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26387
26388         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26389         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26390         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26391
26392         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26393         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26394         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26395         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26396         (Depends-on): Add EOVERFLOW.
26397         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26398         (Depends-on): Add EOVERFLOW.
26399         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26400         (Depends-on): Add EOVERFLOW.
26401         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26402         (Depends-on): Add EOVERFLOW.
26403         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26404         (Depends-on): Add EOVERFLOW.
26405         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26406         (Depends-on): Add EOVERFLOW.
26407         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26408         (Depends-on): Add EOVERFLOW.
26409         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26410         (Depends-on): Add EOVERFLOW.
26411
26412         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26413         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26414         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26415
26416         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26417         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26418         * modules/snprintf (Depends-on): Add EOVERFLOW.
26419
26420         * lib/poll.c (EOVERFLOW): Remove fallback.
26421         * modules/poll (Depends-on): Add EOVERFLOW.
26422
26423         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26424         * modules/getugroups (Depends-on): Add EOVERFLOW.
26425
26426         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26427         * modules/getdelim (Depends-on): Add EOVERFLOW.
26428
26429         * lib/ftell.c (EOVERFLOW): Remove fallback.
26430         * modules/ftell (Depends-on): Add EOVERFLOW.
26431
26432         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26433         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26434         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26435
26436         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26437
26438         * modules/EOVERFLOW-tests: New file.
26439         * tests/test-EOVERFLOW.c: New file.
26440
26441         * modules/EOVERFLOW: New file.
26442         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26443
26444 2008-03-30  Bruno Haible  <bruno@clisp.org>
26445
26446         Fix bug introduced on 2007-06-10.
26447         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26448         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26449
26450 2008-03-30  Bruno Haible  <bruno@clisp.org>
26451
26452         Improve freadseek's efficiency after ungetc.
26453         * lib/freadseek.c: Include freadahead.h.
26454         (freadptrinc): New function, extracted from freadseek.
26455         (freadseek): Use it in a loop. Use freadahead to determine the number
26456         of loop iterations.
26457         * modules/freadseek (Depends-on): Add freadahead.
26458         (configure.ac): Require AC_C_INLINE.
26459
26460 2008-03-30  Bruno Haible  <bruno@clisp.org>
26461
26462         * lib/freadseek.c (freadseek): Don't ignore the return value of
26463         freadptr.
26464
26465 2008-03-29  Eric Blake  <ebb9@byu.net>
26466
26467         Add hex float support.
26468         * modules/strtod (Depends-on): Add c-ctype.
26469         (Link): Mention POW_LIB.
26470         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26471         whitespace between 'e' and exponent.
26472         * tests/test-strtod.c (main): Enable hex float tests.
26473         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26474         now provides.
26475
26476         Document various strtod bugs, with some fixes.
26477         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26478         "-0x", "inf", "nan", and hex constants.
26479         * doc/posix-functions/atof.texi (atof): Likewise.
26480         * modules/stdlib (Makefile.am): Support strtod.
26481         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26482         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26483         detect additional strtod bugs.
26484         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26485         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26486         bool where appropriate.  Parse 'inf' and 'nan'.
26487         * tests/test-strtod.c: New file.
26488         * modules/strtod (Depends-on): Add stdbool, stdlib.
26489         (configure.ac): Turn on module indicator.
26490         * modules/strtod-tests: New module.
26491
26492 2008-03-29  Eric Blake  <ebb9@byu.net>
26493
26494         Fix ftell on mingw.
26495         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26496         * modules/ftell-tests (Depends-on): Add binary-io.
26497         * modules/ftello-tests (Depends-on): Likewise.
26498         * tests/test-ftell.c (main): Enhance test to cover behavior after
26499         ungetc.  Enforce binary mode.
26500         * tests/test-ftello.c (main): Likewise.
26501
26502         Pass test-freadseek on cygwin.
26503         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26504         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26505         ungetc buffer.
26506
26507         * tests/test-fflush2.c (main): Fix typo.
26508
26509 2008-03-29  Bruno Haible  <bruno@clisp.org>
26510
26511         * tests/test-fflush2.c (main): Temporarily disable the contents of
26512         this test.
26513         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26514         Reported by Eric Blake.
26515
26516 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26517
26518         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26519         (GC_SHA224_DIGEST_SIZE): Add.
26520
26521         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26522         (gc_hash_digest_length): Likewise.
26523         (gc_hash_buffer): Likewise.
26524
26525 2008-03-25  Bruno Haible  <bruno@clisp.org>
26526
26527         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26528         detail which gettext release to use.
26529         Reported by Simon Josefsson.
26530
26531 2008-03-26  Jim Meyering  <meyering@redhat.com>
26532
26533         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26534         * modules/gnumakefile (clean-GNUmakefile): Also, use
26535         test ... && ... || : syntax rather than if-then ... fi.
26536
26537         gnumakefile: Don't double-quote-expand $(VPATH) value.
26538         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26539
26540 2008-03-24  Eric Blake  <ebb9@byu.net>
26541
26542         Alter GNUmakefile to install into top directory.
26543         * modules/maintainer-makefile: Split, and add dependency...
26544         * modules/gnumakefile: to this new module.
26545         * build-aux/GNUmakefile: Move...
26546         * top/GNUmakefile: ...here.
26547         * build-aux/maint.mk: Move...
26548         * top/maint.mk: ...here.
26549         * MODULES.html.sh (Support for maintaining...): Document new
26550         module.
26551
26552 2008-03-23  Bruno Haible  <bruno@clisp.org>
26553
26554         * gnulib-tool: New options --vc-files, --no-vc-files.
26555         (func_usage): Document them.
26556         (vc_files): New variable.
26557         (func_import): Consider vc_files.
26558         (func_create_testdir): Set vc_files to empty.
26559         Suggested by Jim Meyering and Karl Berry.
26560
26561 2008-03-23  Bruno Haible  <bruno@clisp.org>
26562
26563         Fix regex compilation error on HP-UX 11.
26564         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26565         * modules/regex (Files): Add m4/mbstate_t.m4.
26566         Reported by Ton Voon <ton.voon@altinity.com>.
26567
26568 2008-03-23  Bruno Haible  <bruno@clisp.org>
26569
26570         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26571
26572 2008-03-23  Eric Blake  <ebb9@byu.net>
26573             Bruno Haible  <bruno@clisp.org>
26574
26575         Install files from top/ in the destination directory.
26576         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26577         augmentation also for the files from top/.
26578         (func_import, func_create_testdir): Rewrite file names:
26579         top/filename -> filename.
26580
26581 2008-03-23  Bruno Haible  <bruno@clisp.org>
26582
26583         Tweak "gnulib --version" output.
26584         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26585
26586 2008-03-23  Bruno Haible  <bruno@clisp.org>
26587
26588         Tweak "gnulib --version" output.
26589         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26590         rather than contents of ChangeLog, when possible.
26591
26592 2008-03-21  Eric Blake  <ebb9@byu.net>
26593
26594         More --version tweaks.
26595         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26596         date of last ChangeLog entry.
26597
26598 2008-03-21  Jim Meyering  <meyering@redhat.com>
26599
26600         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26601
26602 2008-03-20  Eric Blake  <ebb9@byu.net>
26603
26604         VPATH fix.
26605         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26606
26607 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26608
26609         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26610         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26611
26612 2008-03-20  Eric Blake  <ebb9@byu.net>
26613
26614         Sync GNUmakefile with coreutils.
26615         * build-aux/GNUmakefile (have-Makefile): Rename...
26616         (_have-Makefile): ...to this, for namespace consideration.
26617         (GNUmakefile.cfg): Include, if present.
26618         (_autoreconf): Define a default.
26619         (_is-dist-target): New rule for rebuilds to pick up intra-release
26620         version.
26621         (maint-cfg.mk): Rename...
26622         (cfg.mk): ...to this.
26623
26624 2008-03-18  Jim Meyering  <meyering@redhat.com>
26625
26626         New script and module: mktempd
26627         * MODULES.html.sh (maint+release support): Add mktempd.
26628         * build-aux/mktempd: New file.
26629         * modules/mktempd: New file.
26630
26631 2008-03-15  Jim Meyering  <meyering@redhat.com>
26632
26633         Undo last change.
26634         * lib/sha1.c, lib/md5.c: 63 != ~63.
26635         Reported by Andreas Schwab.
26636
26637         sha1.c, md5.c: Hoist a redundant expression.
26638         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26639         "ctx->buflen" only once, before calling *_process_block.
26640         * lib/md5.c (md5_process_bytes): Likewise.
26641
26642 2008-03-14  Eric Blake  <ebb9@byu.net>
26643
26644         Bump copyright year in files generated by gnulib-tool.
26645         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26646         gnulib-tool, rather than hard-coding it.
26647
26648         Fix 'gnulib-tool --version' output to work with git.
26649         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26650         (startup): ...here.
26651         (func_version): Use it to invoke git-version-gen, rather than
26652         relying on CVS keyword expansion.  Modernize wording.
26653         (cvsdatestamp, last_checkin_date, version): Kill unused
26654         variables.
26655
26656 2008-03-12  Jim Meyering  <meyering@redhat.com>
26657
26658         Recognize optional cast of the argument to free.
26659         * build-aux/useless-if-before-free: Update regexps.
26660
26661         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26662
26663 2008-03-11  Bruno Haible  <bruno@clisp.org>
26664
26665         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26666         by a single package.
26667         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26668         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26669         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26670         Reported by Sam Steingold <sds@gnu.org>.
26671
26672 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26673
26674         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26675         repositories.
26676
26677 2008-03-11  Bruno Haible  <bruno@clisp.org>
26678
26679         Avoid conflicts between local macro definitions.
26680         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26681         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26682
26683 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26684             Bruno Haible  <bruno@clisp.org>
26685
26686         Make va_copy work with some version of xlc on AIX 5.1.
26687         * lib/stdarg.in.h: New file.
26688         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26689         On AIX, use a <stdarg.h> file substitute.
26690         * modules/stdarg (Files): Add lib/stdarg.in.h.
26691         (Depends-on): Add include_next.
26692         (Makefile.am): Build a stdarg.h substitute if requested.
26693         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26694
26695 2008-03-10  Bruno Haible  <bruno@clisp.org>
26696
26697         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26698         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26699         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26700
26701 2008-03-10  Bruno Haible  <bruno@clisp.org>
26702
26703         * modules/stdlib (Depends-on): Add include_next, remove
26704         absolute-header.
26705
26706 2008-03-09  Bruno Haible  <bruno@clisp.org>
26707
26708         * lib/freadahead.h (freadahead): Document more precisely.
26709         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26710         the sum of both buffer sizes.
26711         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26712         * NEWS: Document the change.
26713
26714 2008-03-09  Bruno Haible  <bruno@clisp.org>
26715
26716         Extend freadptr to return also the buffer size.
26717         * lib/freadptr.h (freadptr): Add sizep argument.
26718         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26719         (freadptr): Add sizep argument. Determine buffer size like freadahead
26720         does.
26721         * tests/test-freadptr.c: Don't include freadahead.h.
26722         (main): Adapt for new calling convention of freadptr.
26723         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26724         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26725         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26726         tests/test-freadptr2.sh.
26727         (Depends): Remove freadahead.
26728         (TESTS): Add test-freadptr2.sh.
26729         (check_PROGRAMS): Add test-freadptr2.
26730
26731 2008-03-09  Bruno Haible  <bruno@clisp.org>
26732
26733         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26734         Report and solution by Simon Josefsson.
26735
26736 2008-03-06  Bruno Haible  <bruno@clisp.org>
26737
26738         Make fflush after ungetc work on BSD platforms.
26739         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26740         * tests/test-fflush2.c: New file.
26741         * tests/test-fflush2.sh: New file.
26742         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26743         tests/test-fflush2.c.
26744         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26745         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26746
26747 2008-03-06  Eric Blake  <ebb9@byu.net>
26748
26749         Likewise for ftello.
26750         * modules/ftello (Dependencies): Add extensions.
26751         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26752
26753 2008-03-06  Bruno Haible  <bruno@clisp.org>
26754
26755         * modules/fseeko (Dependencies): Add extensions.
26756         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26757         Needed on glibc systems.
26758
26759 2008-03-06  Bruno Haible  <bruno@clisp.org>
26760
26761         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26762         email address.
26763         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26764
26765 2008-03-06  Bruno Haible  <bruno@clisp.org>
26766
26767         * users.txt: Add libgnupdf.
26768
26769 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26770
26771         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26772         (Header File Substitutes, Function Substitutes,
26773         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26774         (Build robot for gnulib): Fix typo.
26775
26776 2008-03-06  Bruno Haible  <bruno@clisp.org>
26777
26778         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26779         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26780
26781 2008-03-06  Bruno Haible  <bruno@clisp.org>
26782
26783         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26784         * doc/gnulib.texi: Include it.
26785
26786 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26787
26788         * modules/func (License): Change license to unlimited; there was
26789         no LGPL parts in the module anyway.
26790
26791 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26792
26793         * modules/__func__: Renamed to modules/func.
26794         * modules/__func__-tests: Renamed to modules/func-tests.
26795         * tests/test-__func__.c: Renamed to tests/test-func.c.
26796         * m4/__func__.m4: Renamed to m4/func.m4.
26797         * doc/gnulib.texi (__func__): Section renamed to func.
26798         Suggested by Eric Blake <ebb9@byu.net>.
26799
26800 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26801
26802         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26803         about __func__.  Make example self-contained.  Suggested by Eric
26804         Blake <ebb9@byu.net>.
26805
26806         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26807         Suggested by Eric Blake <ebb9@byu.net>.
26808
26809 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26810
26811         * modules/__func__: New file.
26812         * modules/__func__-tests: New file.
26813         * tests/test-__func__.c: New file.
26814         * m4/__func__.m4: New file.
26815         * doc/gnulib.texi (__func__): Document __func__ module.
26816
26817 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26818
26819         * modules/byteswap (License): Re-license as LGPLv2+.
26820
26821 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26822
26823         * doc/Makefile: Add pdf target.
26824
26825 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26826
26827         * modules/inline (License): Use 'unlimited', since there are only
26828         *.m4 files in this module.
26829
26830 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26831             Bruno Haible  <bruno@clisp.org>
26832
26833         Add support for HP C 7.1 on OpenVMS 8.3.
26834         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26835
26836 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26837
26838         Update VMS specifics.
26839         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26840
26841 2008-03-02  Jim Meyering  <meyering@redhat.com>
26842
26843         Remove the last dependency on the "free" module.
26844         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26845         Reported by Bob Proulx.
26846
26847         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26848
26849         Remove useless "if" tests before free.  Deprecate "free" module.
26850         * doc/posix-functions/free.texi: Mention that this
26851         module is no longer useful.
26852         * modules/free (Notice): Say this module is obsolete.
26853         * modules/readutmp (Depends-on): Remove free.
26854         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26855         * lib/putenv.c (putenv): Likewise.
26856         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26857         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26858         * tests/test-c-strcasestr.c (main): Likewise.
26859         * tests/test-c-strstr.c (main): Likewise.
26860         * tests/test-mbscasestr1.c (main): Likewise.
26861         * tests/test-mbscasestr2.c (main): Likewise.
26862         * tests/test-mbsstr1.c (main): Likewise.
26863         * tests/test-mbsstr2.c (main): Likewise.
26864         * tests/test-memmem.c (main): Likewise.
26865         * tests/test-strcasestr.c (main): Likewise.
26866         * tests/test-striconv.c (main): Likewise.
26867         * tests/test-striconveh.c (main): Likewise.
26868         * tests/test-striconveha.c (main): Likewise.
26869         * tests/test-strstr.c (main): Likewise.
26870
26871         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26872
26873         bootstrap: sync from coreutils again
26874         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26875
26876 2008-03-01  Jim Meyering  <meyering@redhat.com>
26877
26878         bootstrap: sync from coreutils
26879         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26880         also when the target doesn't exist.
26881
26882 2008-03-01  Eric Blake  <ebb9@byu.net>
26883
26884         Fix bugs in last patch.
26885         * lib/memchr2.c (memchr2): Fix typo.
26886         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26887         extension.
26888         Reported by Bruce Korb.
26889
26890         New module 'memchr2'.
26891         * modules/memchr2: New file.
26892         * modules/memchr2-tests: Likewise.
26893         * lib/memchr2.h: Likewise.
26894         * lib/memchr2.c: Likewise, based on memchr.c.
26895         * tests/test-memchr2.c: New test.
26896         * MODULES.html.sh (String handling): Add memchr2.
26897
26898 2008-02-29  Bruno Haible  <bruno@clisp.org>
26899
26900         * modules/freadseek-tests: New file.
26901         * tests/test-freadseek.sh: New file.
26902         * tests/test-freadseek.c: New file.
26903
26904         New module 'freadseek'.
26905         * modules/freadseek: New file.
26906         * lib/freadseek.h: New file.
26907         * lib/freadseek.c: New file.
26908         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26909
26910 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26911
26912         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26913         wydawca.
26914
26915         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26916         program_invocation_name and program_invocation_short_name are
26917         present.
26918
26919 2008-02-28  Bruno Haible  <bruno@clisp.org>
26920
26921         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26922         * tests/test-freadptr.sh: Also test non-seekable stdin.
26923
26924 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26925
26926         * build-aux/bootstrap (source_base, m4_base)
26927         (doc_base, tests_base): New variables.
26928         (gnulib_tool_options): Do not hardcode base directories, use
26929         the above variables instead.
26930
26931 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26932
26933         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26934
26935 2008-02-28  Bruno Haible  <bruno@clisp.org>
26936
26937         * modules/freadptr-tests: New file.
26938         * tests/test-freadptr.sh: New file.
26939         * tests/test-freadptr.c: New file.
26940
26941         New module 'freadptr'.
26942         * modules/freadptr: New file.
26943         * lib/freadptr.h: New file.
26944         * lib/freadptr.c: New file.
26945         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26946
26947 2008-02-26  Karl Berry  <karl@freefriends.org>
26948
26949         Sync from Libtool:
26950         * libltdl/argz.c (argz_add, argz_count): New functions.
26951         * libltdl/argz.in.h: Declare them.
26952         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26953
26954 2008-02-22  Bruno Haible  <bruno@clisp.org>
26955
26956         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26957         is a pointer type.  Needed for HP-UX 10.
26958         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26959         * doc/posix-functions/gmtime_r.texi: Likewise.
26960         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26961
26962 2008-02-24  Bruno Haible  <bruno@clisp.org>
26963
26964         * modules/environ-tests: New file.
26965         * tests/test-environ.c: New file.
26966
26967         New module 'environ'.
26968         * modules/environ: New file.
26969         * lib/unistd.in.h (environ): New declaration.
26970         * m4/environ.m4: New file.
26971         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26972         after use.
26973         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26974         HAVE_DECL_ENVIRON.
26975         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26976         HAVE_DECL_ENVIRON.
26977         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26978         wrong claim that 'environ' is missing on some systems.
26979         * modules/execute (Depends-on): Add environ.
26980         * lib/execute.c (environ): Remove fallback declaration.
26981         * modules/pipe (Depends-on): Add environ.
26982         * lib/pipe.c (environ): Remove fallback declaration.
26983         * modules/setenv (Depends-on): Add environ.
26984         * lib/setenv.c (environ): Remove fallback declaration.
26985         * modules/unsetenv (Depends-on): Add environ.
26986         * lib/unsetenv.c (environ): Remove fallback declaration.
26987         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26988         m4/environ.m4.
26989         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26990         (gl_PREREQ_UNSETENV): Likewise.
26991
26992 2008-02-24  Bruno Haible  <bruno@clisp.org>
26993
26994         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26995
26996 2008-02-20  Bob Proulx  <bob@proulx.com>
26997
26998         Enable use of older two part flavor 'git describe'.
26999         * build-aux/git-version-gen: If using the older two part flavor of
27000         git version then recreate the third part now present in the
27001         newer three part flavor of git describe.
27002
27003 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27004
27005         * lib/fts.c (fts_build): Typo correction to comment.
27006
27007 2008-02-17  Bruno Haible  <bruno@clisp.org>
27008
27009         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27010         generating no-op conflicts.
27011
27012 2008-02-17  Bruno Haible  <bruno@clisp.org>
27013
27014         Speed up by 10%.
27015         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27016         result_entries, rather than an index-based loop.
27017
27018 2008-02-17  Bruno Haible  <bruno@clisp.org>
27019
27020         Speed up by 25%.
27021         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27022         'hashcode_cached'.
27023         (entry_create): New function.
27024         (entry_hashcode): Use the cached hashcode if possible.
27025         (read_changelog_file, try_split_merged_entry): Use entry_create.
27026
27027 2008-02-17  Bruno Haible  <bruno@clisp.org>
27028
27029         Speed up from O(n^2) to O(n) for long ChangeLog files.
27030         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27031         (read_changelog_file): Change implementation of entries_reversed list
27032         to rbtreehash.
27033         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27034
27035 2008-02-17  Bruno Haible  <bruno@clisp.org>
27036
27037         New option --split-merged-entry.
27038         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27039         (find_paragraph_end, try_split_merged_entry): New functions.
27040         (long_options): Add option --split-merged-entry.
27041         (usage): Document option --split-merged-entry.
27042         (main): Implement option --split-merged-entry.
27043         Reported by Eric Blake.
27044
27045 2008-02-17  Bruno Haible  <bruno@clisp.org>
27046
27047         * lib/git-merge-changelog.c: Include c-strstr.h.
27048         (main): Support the "git pull --rebase" situation.
27049         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27050         Reported by Eric Blake.
27051
27052 2008-02-16  Eric Blake  <ebb9@byu.net>
27053
27054         Avoid doubling \ in common case of "c-maybe" quoting style.
27055         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27056         eliding outer quotes.
27057         * lib/quotearg.h: Document this.
27058         * tests/test-quotearg.c (result_strings, inputs, results_g)
27059         (flag_results, locale_results): Test it by adding a new string to
27060         each test group.
27061         (compare_strings): Test new string.
27062
27063 2008-02-13  Eric Blake  <ebb9@byu.net>
27064
27065         Avoid trigraph quoting in default output.
27066         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27067         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27068         unless explicitly requested.
27069         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27070
27071 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27072
27073         Don't rely on signed integer overflowing to negative value.
27074         * lib/getugroups.c (getugroups): Include <limits.h>.
27075         Instead, compare against INT_MAX, and increment only if the test passes.
27076
27077 2008-02-13  Jim Meyering  <meyering@redhat.com>
27078         and Eric Blake  <ebb9@byu.net>
27079
27080         Avoid shadowing warning and compile errors on Linux.
27081         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27082         forwarding macros on Linux.
27083         (dcgettext): Define a stub, for Linux.
27084         (results_g, main): Avoid warnings.
27085
27086 2008-02-12  Eric Blake  <ebb9@byu.net>
27087
27088         Silence warning in last patch.
27089         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27090
27091         Quotearg part 4: add tests, fix c-maybe colon quoting.
27092         * lib/quotearg.h: Improve documentation.
27093         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27094         escapes when adding outer quotes.  When quoting trigraphs, use
27095         valid C notation.  When quoting NUL, omit extra characters if next
27096         character is not digit.  Alter prototype.
27097         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27098         callers.
27099         * modules/quotearg-tests: New module.
27100         * tests/test-quotearg.c: New test.
27101
27102 2008-02-07  Eric Blake  <ebb9@byu.net>
27103
27104         Quotearg part 3: add flag to control outer quote elision.
27105         * lib/quotearg.h (c_maybe_quoting_style): New style.
27106         (enum quoting_flags): Better documentation of flags.
27107         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27108         c-maybe style.
27109         (quotearg_buffer_restyled): Handle new flag to elide outer
27110         quotes.
27111
27112         Quotearg part 2: add flag that can control NUL elision.
27113         * lib/quotearg.h (set_quoting_flags): New prototype.
27114         * lib/quotearg.c (struct quoting_options): Add flag field.
27115         (set_quoting_flags): New function.
27116         (quotearg_buffer_restyled): Add flags parameter.
27117         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27118         (quotearg_n_options): Set the flag, since length cannot be
27119         returned.
27120         (quoting_options_from_style): Default flags correctly.
27121
27122         Quotearg part 1: more wrappers, restore quotearg_char state.
27123         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27124         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27125         (quotearg_colon_mem): New wrappers.
27126         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27127         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27128         functions.
27129         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27130         (quotearg_colon_mem): New functions.
27131
27132 2008-02-11  Bruno Haible  <bruno@clisp.org>
27133
27134         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27135         library in the current directory: it does not work with parallel make.
27136         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27137
27138 2008-02-11  Bruno Haible  <bruno@clisp.org>
27139
27140         * .gitattributes: New file.
27141
27142 2008-02-11  Jim Meyering  <meyering@redhat.com>
27143
27144         useless-if-before-free: Fix reversed exit values.
27145         * build-aux/useless-if-before-free: Use correct values
27146         for EXIT_MATCH and EXIT_NO_MATCH.
27147
27148         * build-aux/useless-if-before-free: Close stdout carefully.
27149
27150 2008-02-10  Bruno Haible  <bruno@clisp.org>
27151
27152         New module 'git-merge-changelog'.
27153         * modules/git-merge-changelog: New file.
27154         * lib/git-merge-changelog.c: New file.
27155
27156 2008-02-10  Jim Meyering  <meyering@redhat.com>
27157
27158         useless-if-before-free: New option: --list (-l).
27159
27160         useless-if-before-free: Don't exit immediately upon open failure.
27161         * build-aux/useless-if-before-free: Exit 2 for errors.
27162         Upon failure to open a file, don't exit immediately.
27163         Rather, just warn and continue with any remaining files.
27164
27165 2008-02-10  Bruno Haible  <bruno@clisp.org>
27166
27167         New abstract list operation 'node_set_value'.
27168         * lib/gl_list.h (gl_list_node_set_value): New function.
27169         (struct gl_list_implementation): New field node_set_value.
27170         * lib/gl_list.c (gl_list_node_set_value): New function.
27171         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27172         (gl_array_list_implementation): Update.
27173         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27174         (gl_carray_list_implementation): Update.
27175         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27176         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27177         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27178         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27179         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27180         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27181         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27182         Update.
27183         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27184         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27185         (gl_sublist_list_implementation): Update.
27186
27187 2008-02-10  Bruno Haible  <bruno@clisp.org>
27188
27189         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27190         Needed when ELEMENT is #defined to 'some_type *'.
27191
27192 2008-02-10  Jim Meyering  <meyering@redhat.com>
27193
27194         New script and module: useless-if-before-free
27195         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27196         * build-aux/useless-if-before-free: New file.
27197         * modules/useless-if-before-free: New file.
27198
27199         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27200
27201         xstrtol_error: Fix typo.
27202         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27203         s/exit_failure/exit_status/.
27204
27205 2008-02-09  Jim Meyering  <meyering@redhat.com>
27206
27207         New script and module: gitlog-to-changelog
27208         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27209         * modules/gitlog-to-changelog: New file.
27210         * build-aux/gitlog-to-changelog: New file.
27211
27212 2008-02-08  Jim Meyering  <meyering@redhat.com>
27213
27214         Avoid two "parameter unused" warnings.
27215         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27216         Mark "st" as used.
27217
27218         Use "git COMMAND", not "git-COMMAND".
27219         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27220         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27221         * build-aux/git-version-gen: Use "git status", not "git-status".
27222
27223 2008-02-07  Bruno Haible  <bruno@clisp.org>
27224
27225         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27226         Avoids a crash on Windows Vista.
27227         Reported by Adam Strzelecki <ono@java.pl> via
27228         Simon Josefsson <simon@josefsson.org>.
27229
27230 2008-02-06  Bruno Haible  <bruno@clisp.org>
27231
27232         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27233         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27234         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27236         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27237         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27238         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27239         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27240         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27241         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27242         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27243         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27244         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27245         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27246         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27247         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27248         left-adjust flag.
27249         * tests/test-snprintf-posix.h (test_function): Likewise.
27250         * tests/test-sprintf-posix.h (test_function): Likewise.
27251         * tests/test-vasprintf-posix.c (test_function): Likewise.
27252         * doc/posix-functions/fprintf.texi: Update.
27253         * doc/posix-functions/printf.texi: Update.
27254         * doc/posix-functions/snprintf.texi: Update.
27255         * doc/posix-functions/sprintf.texi: Update.
27256         * doc/posix-functions/vfprintf.texi: Update.
27257         * doc/posix-functions/vprintf.texi: Update.
27258         * doc/posix-functions/vsnprintf.texi: Update.
27259         * doc/posix-functions/vsprintf.texi: Update.
27260         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27261
27262 2008-02-06  Bruno Haible  <bruno@clisp.org>
27263
27264         Fix bug introduced on 2008-01-26.
27265         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27266
27267 2008-02-06  Bruno Haible  <bruno@clisp.org>
27268
27269         Fix bug introduced on 2007-06-10.
27270         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27271         !NEED_PRINTF_FLAG_ZERO.
27272
27273 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27274
27275         getloadavg: use libperfstat on AIX5
27276         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27277
27278 2008-02-03  Bruno Haible  <bruno@clisp.org>
27279
27280         * lib/diffseq.h: Add comments about required #includes.
27281         Reported by Michael Biggs <gnulib@doubleplum.net>.
27282
27283 2008-02-01  Bruno Haible  <bruno@clisp.org>
27284
27285         * users.txt: Add gnuit.
27286
27287 2008-01-31  Bruno Haible  <bruno@clisp.org>
27288
27289         * lib/md4.c (set_uint32): Mark as inline.
27290         * lib/md5.c (set_uint32): Likewise.
27291         * lib/sha1.c (set_uint32): Likewise.
27292         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27293         * m4/md5.m4 (gl_MD5): Likewise.
27294         * m4/sha1.m4 (gl_SHA1): Likewise.
27295
27296 2008-01-31  Jim Meyering  <meyering@redhat.com>
27297
27298         Use "sizeof VAR", rather than a literal "4".
27299         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27300         * lib/md4.c (md4_read_ctx): Likewise.
27301         * lib/sha1.c (sha1_read_ctx): Likewise.
27302
27303 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27304
27305         * tests/test-sha1.c: New file, based on test-md5.c.
27306
27307         * modules/crypto/sha1-tests: New file.
27308
27309 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27310
27311         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27312
27313 2008-01-31  Jim Meyering  <meyering@redhat.com>
27314
27315         Prefer "sizeof v" over the equivalent "4".
27316         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27317         * lib/md5.c (set_uint32): Likewise.
27318         * lib/sha1.c (set_uint32): Likewise.
27319
27320 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27321
27322         * lib/sha1.c (set_uint32): Mark function as static.
27323
27324 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27325
27326         md2: clarify comments to say that alignment is not required.
27327         * lib/md2.h: Remove warning about alignment in comment.
27328         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27329         never been required.
27330
27331 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27332
27333         md4: adapt alignment constraint fix from sha1.
27334         * lib/md4.c (set_uint32): New function, from sha1.c
27335         (md4_read_ctx): Use it.
27336         (md4_finish_ctx): Doc fix.
27337         * lib/md4.h: Doc fix.
27338
27339 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27340
27341         md5: adapt alignment constraint fix from sha1.
27342         * lib/md5.c (set_uint32): New function, from sha1.c
27343         (md5_read_ctx): Use it.
27344         (md5_finish_ctx): Doc fix.
27345         * lib/md5.h: Doc fix.
27346
27347 2008-01-30  Peter Palfrader  <weasel@debian.org>
27348
27349         sha1: remove the result buffer alignment constraint
27350         * lib/sha1.c (set_uint32): New function.
27351         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27352         constraint.
27353         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27354         * lib/sha1.h: Likewise.
27355
27356 2008-01-30  Andreas Schwab  <schwab@suse.de>
27357             Bruno Haible  <bruno@clisp.org>
27358
27359         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27360         correct definition of LDBL_MIN_EXP.
27361
27362 2008-01-30  Karl Berry  <karl@gnu.org>
27363
27364         * config/srclist-update: try to preserve x bit on updates.
27365         * config/srclistvars.sh: update for karl.
27366
27367 2008-01-29  Jim Meyering  <meyering@redhat.com>
27368
27369         vasnprintf.c: Avoid warning about unused label
27370         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27371         "overflow" label definition and associated code with the
27372         same cpp condition that guards the sole use of that label.
27373
27374 2008-01-26  Bruno Haible  <bruno@clisp.org>
27375
27376         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27377         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27378         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27379         * lib/isnanl-nolibm.h (isnanl): Likewise.
27380         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27381
27382 2008-01-26  Bruno Haible  <bruno@clisp.org>
27383
27384         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27385         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27386
27387 2008-01-26  Bruno Haible  <bruno@clisp.org>
27388
27389         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27390         GCC >= 4.0 built-in.
27391         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27392
27393 2008-01-26  Bruno Haible  <bruno@clisp.org>
27394
27395         Rename isnan, applicable to 'double' only, to isnand.
27396         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27397         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27398         (configure.ac): Update.
27399         (Include): Replace "isnan.h" with "isnand.h".
27400         * m4/isnand.m4: Renamed from m4/isnan.m4.
27401         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27402         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27403         instead of isnan.c.
27404         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27405         instead of HAVE_ISNAN_IN_LIBC.
27406         (isnand): Renamed from isnan.
27407         * lib/isnand.c: New file.
27408         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27409         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27410         (Makefile.am): Update.
27411         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27412         Include isnand.h instead of isnan.h.
27413         (main): Test isnand instead of isnan.
27414         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27415         isnan-nolibm.
27416         * modules/frexp (Depends-on): Likewise.
27417         * modules/frexp-tests (Depends-on): Likewise.
27418         * modules/frexp-nolibm (Depends-on): Likewise.
27419         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27420         * modules/isfinite (Depends-on): Likewise.
27421         * modules/round-tests (Depends-on): Likewise.
27422         * modules/signbit (Depends-on): Likewise.
27423         * modules/signbit-tests (Depends-on): Likewise.
27424         * modules/snprintf-posix (Depends-on): Likewise.
27425         * modules/sprintf-posix (Depends-on): Likewise.
27426         * modules/trunc-tests (Depends-on): Likewise.
27427         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27428         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27429         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27430         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27431         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27432         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27433         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27434         * modules/vasnprintf-posix (Depends-on): Likewise.
27435         * modules/vasprintf-posix (Depends-on): Likewise.
27436         * modules/vfprintf-posix (Depends-on): Likewise.
27437         * modules/vsnprintf-posix (Depends-on): Likewise.
27438         * modules/vsprintf-posix (Depends-on): Likewise.
27439         * lib/frexp.c: Include isnand.h instead of isnan.h.
27440         (ISNAN): Set to isnand instead of isnan.
27441         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27442         (gl_isfinited): Use isnand instead of isnan.
27443         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27444         (gl_signbitd): Use isnand instead of isnan.
27445         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27446         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27447         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27448         (main): Use isnand instead of isnan.
27449         * tests/test-round1.c: Include isnand.h.
27450         (main): Use isnand instead of isnan.
27451         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27452         (ISNAN): Set to isnand instead of isnan.
27453         * tests/test-trunc1.c: Include isnand.h.
27454         (main): Use isnand instead of isnan.
27455         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27456         (equal): Use isnand instead of isnan.
27457         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27458         isnand-nolibm.
27459         * NEWS: Mention the change.
27460
27461 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27462             Bruno Haible  <bruno@clisp.org>
27463
27464         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27465         the GCC builtins for signbits are present and set
27466         REPLACE_SIGNBIT_USING_GCC if so.
27467         * lib/math.in.h (signbit): Define using GCC builtins if
27468         REPLACE_SIGNBIT_USING_GCC is set.
27469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27470         REPLACE_SIGNBIT_USING_GCC.
27471         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27472
27473 2008-01-25  Jim Meyering  <meyering@redhat.com>
27474
27475         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27476         * lib/poll.c: Include <config.h>, not "config.h".
27477         * tests/test-getaddrinfo.c: Likewise.
27478
27479 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27480
27481         * modules/sockets-tests: New file.
27482
27483 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27484
27485         * modules/sockets: New module, can be used to call WSA_Startup and
27486         WSA_Cleanup when needed.
27487
27488         * lib/sockets.h, lib/sockets.c: New files.
27489
27490         * m4/sockets.m4: New file.
27491
27492         * tests/test-sockets.c: New file.
27493
27494 2008-01-19  Bruno Haible  <bruno@clisp.org>
27495
27496         * doc/posix-headers: Renamed from doc/headers.
27497         * doc/posix-functions: Renamed from doc/functions.
27498         * doc/gnulib.texi: Update.
27499
27500 2008-01-19  Bruno Haible  <bruno@clisp.org>
27501
27502         * doc/glibc-functions/strcasestr.texi: Include contents of
27503         doc/functions/strcasestr.texi, fixing the list of platforms.
27504         * doc/functions/strcasestr.texi: Remove file.
27505
27506 2008-01-19  Bruno Haible  <bruno@clisp.org>
27507
27508         * doc/glibc-functions/memmem.texi: Include contents of
27509         doc/functions/memmem.texi.
27510         * doc/functions/memmem.texi: Remove file.
27511
27512 2008-01-18  Bruno Haible  <bruno@clisp.org>
27513
27514         * doc/glibc-functions/*.texi: New files.
27515         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27516         to use the new files.
27517
27518 2008-01-17  Bruno Haible  <bruno@clisp.org>
27519
27520         * tests/test-gethostname.c (main): Fix printf statement.
27521
27522 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27523
27524         * modules/gethostname-tests: New file.
27525
27526         * tests/test-gethostname.c: New file.
27527
27528 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27529
27530         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27531         used by the UNAME case.  Reported by Bruno Haible
27532         <bruno@clisp.org>.
27533
27534 2008-01-17  Eric Blake  <ebb9@byu.net>
27535
27536         Convert c-strcasestr to be more efficient.
27537         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27538         (Depends-on): Add c-strcase, remove malloca, strnlen.
27539         * tests/test-c-strcasestr.c (main): Enhance test.
27540         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27541
27542 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27543
27544         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27545         Use it in creating po/Makevars.
27546
27547 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27548
27549         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27550         Applications that requires it should initialize libgcrypt
27551         manually.
27552
27553 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27554
27555         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27556
27557 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27558
27559         Fix problem with getdate on mingw32 reported by Simon Josefsson
27560         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27561         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27562         tzname", when deciding whether to declare tzname.
27563         * lib/strftime.c (tzname): Likewise.
27564
27565 2008-01-15  Bruno Haible  <bruno@clisp.org>
27566
27567         Work around a MacOS X 10.5 bug in frexpl().
27568         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27569         * doc/functions/frexpl.texi: Document the bug.
27570         Reported by Elias Pipping <pipping@gentoo.org>.
27571
27572 2008-01-14  Eric Blake  <ebb9@byu.net>
27573
27574         Touch up previous patch.
27575         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27576         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27577
27578         Convert strcasestr module to use Two-Way algorithm.
27579         * modules/strcasestr-simple: New module, based on the old
27580         strcasestr, but with Two-Way rather than KMP.
27581         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27582         * lib/string.in.h (rpl_strcasestr): Declare.
27583         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27584         performance.
27585         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27586         * modules/string (Makefile.am): Support strcasestr.
27587         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27588         * modules/strcasestr-tests (Depends-on): Check for alarm.
27589         * tests/test-strcasestr.c: Augment test.
27590         * lib/str-two-way.h: Clean up stray macro.
27591         * NEWS: Document new module.
27592         * MODULES.html.sh (string handling): Likewise.
27593         * doc/functions/strcasestr.texi: New file.
27594         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27595         here, since it is not a POSIX function.
27596
27597 2008-01-14  Colin Watson  <cjwatson@debian.org>
27598             Bruno Haible  <bruno@clisp.org>
27599
27600         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27601         works fine; if not, set REPLACE_STRSIGNAL.
27602         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27603         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27604         REPLACE_STRSIGNAL.
27605         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27606         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27607         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27608
27609 2008-01-14  Bruno Haible  <bruno@clisp.org>
27610
27611         * modules/strsignal (Include): Change to <string.h>.
27612
27613 2008-01-14  Colin Watson  <cjwatson@debian.org>
27614
27615         * modules/argp (Notice): Add a notice recommending to change
27616         XGETTEXT_OPTIONS.
27617         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27618
27619 2008-01-13  Colin Watson  <cjwatson@debian.org>
27620
27621         * modules/strsignal-tests: New file.
27622         * tests/test-strsignal.c: New file.
27623
27624         * lib/strsignal.c: New file, from glibc with modifications.
27625         * lib/siglist.h: New file, from glibc with modifications.
27626         * lib/string.in.h (strsignal): New declaration.
27627         * m4/strsignal.m4: New file.
27628         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27629         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27630         * modules/strsignal: New file.
27631         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27632         HAVE_DECL_STRSIGNAL.
27633
27634 2008-01-13  Bruno Haible  <bruno@clisp.org>
27635
27636         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27637         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27638         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27639         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27640
27641 2008-01-13  Bruno Haible  <bruno@clisp.org>
27642
27643         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27644         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27645         * lib/argp.h (__attribute__): Likewise.
27646         * lib/c-stack.c (__attribute__): Likewise.
27647         * lib/error.h (__attribute__): Likewise.
27648         * lib/fts.c (__attribute__): Likewise.
27649         * lib/openat.h (__attribute__): Likewise.
27650         * lib/stdio.in.h (__attribute__): Likewise.
27651         * lib/string.in.h (__attribute__): Likewise.
27652         * lib/utimens.c (__attribute__): Likewise.
27653         * lib/vasnprintf.h (__attribute__): Likewise.
27654         * lib/xalloc.h (__attribute__): Likewise.
27655         * lib/xprintf.h (__attribute__): Likewise.
27656         * lib/xstrtol.h (__attribute__): Likewise.
27657         * lib/xvasprintf.h (__attribute__): Likewise.
27658
27659 2008-01-12  Bruno Haible  <bruno@clisp.org>
27660
27661         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27662         * doc/glibc-headers/a.out.texi: New file.
27663         * doc/glibc-headers/aliases.texi: New file.
27664         * doc/glibc-headers/alloca.texi: New file.
27665         * doc/glibc-headers/ar.texi: New file.
27666         * doc/glibc-headers/argp.texi: New file.
27667         * doc/glibc-headers/argz.texi: New file.
27668         * doc/glibc-headers/byteswap.texi: New file.
27669         * doc/glibc-headers/crypt.texi: New file.
27670         * doc/glibc-headers/endian.texi: New file.
27671         * doc/glibc-headers/envz.texi: New file.
27672         * doc/glibc-headers/err.texi: New file.
27673         * doc/glibc-headers/error.texi: New file.
27674         * doc/glibc-headers/execinfo.texi: New file.
27675         * doc/glibc-headers/fpu_control.texi: New file.
27676         * doc/glibc-headers/fstab.texi: New file.
27677         * doc/glibc-headers/fts.texi: New file.
27678         * doc/glibc-headers/getopt.texi: New file.
27679         * doc/glibc-headers/ieee754.texi: New file.
27680         * doc/glibc-headers/ifaddrs.texi: New file.
27681         * doc/glibc-headers/libintl.texi: New file.
27682         * doc/glibc-headers/mcheck.texi: New file.
27683         * doc/glibc-headers/mntent.texi: New file.
27684         * doc/glibc-headers/obstack.texi: New file.
27685         * doc/glibc-headers/paths.texi: New file.
27686         * doc/glibc-headers/printf.texi: New file.
27687         * doc/glibc-headers/pty.texi: New file.
27688         * doc/glibc-headers/resolv.texi: New file.
27689         * doc/glibc-headers/shadow.texi: New file.
27690         * doc/glibc-headers/sysexits.texi: New file.
27691         * doc/glibc-headers/ttyent.texi: New file.
27692
27693 2008-01-12  Jim Meyering  <meyering@redhat.com>
27694
27695         announce-gen: emit Gnulib's git-based version string.
27696         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27697         New option --gnulib-version=V, where V is expected to be
27698         the output of running git describe in the gnulib directory.
27699         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27700         not useful, and plan to stop publishing an xdelta file with each
27701         coreutils release.
27702
27703         * build-aux/announce-gen: Also check for lzma-compressed files.
27704
27705 2008-01-11  Bruno Haible  <bruno@clisp.org>
27706
27707         * tests/test-memmem.c (main): Increase maximum allowed time.
27708         * tests/test-strstr.c (main): Likewise.
27709
27710 2008-01-11  Bruno Haible  <bruno@clisp.org>
27711
27712         * doc/functions/memmem.texi: Add more precisions about platforms.
27713         * doc/functions/strstr.texi: Likewise.
27714
27715 2008-01-10  Eric Blake  <ebb9@byu.net>
27716
27717         * m4/strstr.m4: Delete cruft from copy-n-paste.
27718         Reported by Bruno Haible.
27719
27720 2008-01-10  Bruno Haible  <bruno@clisp.org>
27721
27722         Make c-strstr rely on strstr.
27723         * lib/c-strstr.c: Don't include str-kmp.h.
27724         (c_strstr): Define in terms of strstr.
27725         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27726         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27727
27728 2008-01-10  Bruno Haible  <bruno@clisp.org>
27729
27730         * doc/gnulib.texi (String Functions in C Locale): New section.
27731         * doc/c-ctype.texi: New file.
27732         * doc/c-strcase.texi: New file.
27733         * doc/c-strcaseeq.texi: New file.
27734         * doc/c-strcasestr.texi: New file.
27735         * doc/c-strstr.texi: New file.
27736         * doc/c-strtod.texi: New file.
27737         * doc/c-strtold.texi: New file.
27738
27739 2008-01-10  Eric Blake  <ebb9@byu.net>
27740
27741         * lib/relocatable.h: Fix a comment.
27742
27743 2008-01-10  Eric Blake  <ebb9@byu.net>
27744
27745         Share two-way algorithm.
27746         * lib/str-two-way.h: New file, merged from...
27747         * lib/memmem.c: ...here...
27748         * lib/strstr.c: ...and here.
27749         * modules/memmem (Files): Use it.
27750         * modules/strstr (Files): Likewise.
27751
27752         Avoid quadratic strstr implementations.
27753         * lib/strstr.c: New file.
27754         * m4/strstr.m4: Likewise.
27755         * modules/strstr: Likewise.
27756         * modules/strstr-tests: Likewise.
27757         * tests/test-strstr.c: Likewise.
27758         * lib/string.in.h (rpl_strstr): Declare.
27759         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27760         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27761         * modules/string (Makefile.am): Likewise.
27762         * MODULES.html.sh (string handling): Mention new module.
27763         * doc/functions/strstr.texi (strstr): Document the bug.
27764
27765 2008-01-10  Bruno Haible  <bruno@clisp.org>
27766
27767         * lib/relocatable.h (relocate): State whether result is freshly
27768         allocated or not.
27769         * lib/relocatable.c (relocate): Return a freshly allocated string
27770         instead of a pointer to a privately held string.
27771         Reported by Sylvain Beucler <beuc@gnu.org>.
27772
27773 2008-01-10  Colin Watson  <cjwatson@debian.org>
27774
27775         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27776         s/S_ISNLK/S_ISLNK/.
27777
27778 2008-01-09  Bruno Haible  <bruno@clisp.org>
27779
27780         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27781         and other files.
27782         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27783         if it's only a guess.
27784         * modules/memmem: Simplify by depending on memmem-simple.
27785
27786 2008-01-09  Bruno Haible  <bruno@clisp.org>
27787
27788         Work around OpenBSD 4.0 tdelete() bug.
27789         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27790         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27791         macros and don't redefine the enum values.
27792         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27793         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27794         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27795
27796 2008-01-09  Bruno Haible  <bruno@clisp.org>
27797
27798         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27799         (main): Don't perform the tests if setlocale did not install a UTF-8
27800         locale. Needed on OpenBSD 4.0.
27801         * modules/wcwidth-tests (Depends-on): Add localcharset.
27802
27803 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27804
27805         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27806         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27807         * NEWS: announce this.
27808         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27809
27810 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27811         and Eric Blake  <ebb9@byu.net>
27812
27813         Add memmem-simple module.
27814         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27815         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27816         * modules/memmem-simple: New file.
27817         * modules/memmem (Description): Tweak.
27818         * MODULES.html.sh (string handling): Mention new module.
27819         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27820         addressed by memmem-simple.
27821         * NEWS: Document the difference.
27822
27823 2008-01-09  Eric Blake  <ebb9@byu.net>
27824
27825         Give gcc some memmem optimization hints.
27826         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27827         (strcasestr): Declare as pure.
27828         * modules/memmem (Maintainer): Claim my implementation.
27829
27830 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27831
27832         Support AIX 6.1 and higher.
27833         * build-aux/config.libpath: Likewise.
27834         * build-aux/config.rpath: Likewise.
27835
27836 2008-01-08  Jim Meyering  <meyering@redhat.com>
27837             Bruno Haible  <bruno@clisp.org>
27838
27839         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27840         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27841         Reported by Peter Fales in
27842         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27843
27844 2008-01-08  Bruno Haible  <bruno@clisp.org>
27845
27846         * modules/unictype/category-of (Depends-on): Add
27847         unictype/category-none.
27848         * modules/unictype/category-and-tests (Depends-on): Add
27849         unictype/category-{L,N,Lu,Nd}.
27850         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27851         * modules/unictype/category-or-tests (Depends-on): Add
27852         unictype/category-{L,N}.
27853         * modules/unictype/category-name-tests (Depends-on): Add
27854         unictype/category-{Z,Nl}.
27855         Reported by Simon Josefsson.
27856
27857 2008-01-08  Bruno Haible  <bruno@clisp.org>
27858
27859         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27860         convention better.
27861         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27862         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27863         Reported by Peter Miller <millerp@canb.auug.org.au>.
27864
27865 2008-01-08  Eric Blake  <ebb9@byu.net>
27866
27867         Rewrite memmem to guarantee linear complexity without malloc.
27868         * lib/memmem.c (memmem): Use Two-Way rather than
27869         Knuth-Morris-Pratt, to allow O(1) space usage.
27870         (critical_factorization, two_way_short_needle)
27871         (two_way_long_needle): New functions.
27872         (knuth_morris_pratt): Delete.
27873         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27874         Add stdint.
27875         * tests/test-memmem.c (main): Add tests for periodic needle and
27876         sublinear performance.
27877         * doc/functions/memmem.texi (memmem): Document other deficiencies
27878         in cygwin and older glibc.
27879
27880 2008-01-08  Bruno Haible  <bruno@clisp.org>
27881
27882         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27883         augmentation.
27884
27885 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27886
27887         Add a configure time option: --disable-acl.
27888         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27889         AC_ARG_ENABLE(acl).
27890
27891 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27892
27893         * tests/test-localename.c: Don't include obsolete "setenv.h".
27894
27895         * modules/localename-tests (Depends-on): Need unsetenv.
27896
27897 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27898
27899         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27900
27901 2008-01-06  Colin Watson  <cjwatson@debian.org>
27902
27903         * users.txt: Add man-db.
27904
27905 2008-01-07  Bruno Haible  <bruno@clisp.org>
27906
27907         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27908         previous section name.
27909
27910 2008-01-07  Bruno Haible  <bruno@clisp.org>
27911
27912         * lib/progname.c (set_program_name): Don't strip off a leading
27913         "lt-" prefix outside a .libs directory.
27914         Suggested by Paul Eggert.
27915
27916 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27917             Bruno Haible  <bruno@clisp.org>
27918
27919         Improve memory cleanup in 'relocatable' module.
27920         * lib/relocatable.h (compute_curr_prefix): Change return type to
27921         'char *'.
27922         * lib/relocatable.c (compute_curr_prefix): Change return type to
27923         'char *'. Free curr_installdir after use.
27924         (relocate): Free curr_prefix_better after use.
27925         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27926
27927 2008-01-01  Bruno Haible  <bruno@clisp.org>
27928
27929         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27930         failure on older glibc systems.
27931         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27932
27933 2008-01-05  Eric Blake  <ebb9@byu.net>
27934
27935         Avoid quadratic system memmem.
27936         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27937         Reported by Ralf Wildenhues.
27938
27939         Fix memmem test for mingw.
27940         * modules/memmem-tests (configure.ac): Check for alarm.
27941         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27942         it.
27943         * doc/functions/memmem.texi: New file.
27944         * doc/gnulib.texi (Function Substitutes): Add memmem.
27945         Reported by Bruno Haible.
27946
27947 2008-01-04  Bruno Haible  <bruno@clisp.org>
27948
27949         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27950         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27951         gl_HEADER_STRING_H_DEFAULTS.
27952
27953 2008-01-04  Eric Blake  <ebb9@byu.net>
27954
27955         Shorten duration of memmem test.
27956         * tests/test-memmem.c (main): Use alarm to declare failure if test
27957         is taking too long.
27958         Reported by Ralf Wildenhues.
27959
27960 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27961
27962         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27963         string, needed by strerror.
27964
27965 2008-01-03  Colin Watson  <cjwatson@debian.org>
27966             Bruno Haible  <bruno@clisp.org>
27967
27968         * doc/gnulib-tool.texi (Localization): New section.
27969
27970 2008-01-02  Bruno Haible  <bruno@clisp.org>
27971
27972         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27973         variables to 'unsigned char *' type.
27974         Reported by Paul Eggert.
27975
27976 2008-01-02  Jim Meyering  <jim@meyering.net>
27977
27978         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27979
27980 2007-12-31  Jim Meyering  <jim@meyering.net>
27981
27982         Avoid use of private FTS type name.
27983         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27984
27985 2007-12-30  Karl Berry  <karl@gnu.org>
27986
27987         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27988         work around defect in Texinfo and/or the standalone Info browser.
27989
27990 2007-12-30  Bruno Haible  <bruno@clisp.org>
27991
27992         Unify 5 copies of the KMP code.
27993         * lib/str-kmp.h: New file.
27994         * lib/c-strcasestr.c: Include str-kmp.h.
27995         (knuth_morris_pratt): Remove function.
27996         (c_strcasestr): Update.
27997         * lib/c-strstr.c: Include str-kmp.h.
27998         (knuth_morris_pratt): Remove function.
27999         (c_strcasestr): Update.
28000         * lib/mbscasestr.c: Include str-kmp.h.
28001         (knuth_morris_pratt_unibyte): Remove function.
28002         * lib/mbsstr.c: Include str-kmp.h.
28003         (knuth_morris_pratt_unibyte): Remove function.
28004         * lib/strcasestr.c: Include str-kmp.h.
28005         (knuth_morris_pratt): Remove function.
28006         (strcasestr): Update.
28007         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28008         * modules/c-strstr (Files): Likewise.
28009         * modules/mbscasestr (Files): Likewise.
28010         * modules/mbsstr (Files): Likewise.
28011         * modules/strcasestr (Files): Likewise.
28012         Suggested by Paul Eggert.
28013
28014 2007-12-30  Bruno Haible  <bruno@clisp.org>
28015
28016         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28017         defined.
28018
28019 2007-12-30  Bruno Haible  <bruno@clisp.org>
28020
28021         * lib/xmalloca.h: Include xalloc.h.
28022         (xnmalloca): New macro.
28023
28024 2007-12-30  Bruno Haible  <bruno@clisp.org>
28025
28026         * lib/malloca.h (nmalloca): New macro.
28027         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28028         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28029         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28030         knuth_morris_pratt_multibyte): Likewise.
28031         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28032         knuth_morris_pratt_multibyte): Likewise.
28033         * lib/memmem.c (knuth_morris_pratt): Likewise.
28034         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28035
28036 2007-12-25  Bruno Haible  <bruno@clisp.org>
28037
28038         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28039         * lib/glob.c: Don't include openat.h.
28040         (link_exists2_p): Add back the code that deals with the
28041         !GLOB_ALTDIRFUNC case.
28042         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28043         let it do the filename concatenation.
28044         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28045         * modules/glob (Depends-on): Remove openat.
28046
28047 2007-12-31  Bruno Haible  <bruno@clisp.org>
28048
28049         * modules/dirfd (License): Change to LGPLv2+.
28050         Approved by Jim Meyering.
28051
28052 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28053
28054         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28055         when multiplying M by sizeof (size_t).
28056
28057 2007-12-10  Martin Lambers  <marlam@marlam.de>
28058
28059         Override getpagesize on mingw.
28060         * lib/getpagesize.c: New file.
28061         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28062         * modules/getpagesize (Files): Add lib/getpagesize.c.
28063         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28065         REPLACE_GETPAGESIZE.
28066         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28067
28068 2007-12-25  Bruno Haible  <bruno@clisp.org>
28069
28070         * modules/localcharset (Notice): New field.
28071         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28072         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28073
28074 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28075             Bruno Haible  <bruno@clisp.org>
28076
28077         Avoid using the syntax symbol() in formatted documentation.
28078         * MODULES.html.sh (func_module): When replacing symbol() with a
28079         hyperlink, remove the parentheses. Show an error if some remain.
28080         Recognize and render the '...' syntax.
28081         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28082         Rework. Add paragraph about GCC's inlining.
28083         * doc/alloca.texi: Likewise.
28084         * doc/error.texi: Remove parentheses from symbol reference.
28085         * doc/gnulib-intro.texi: Likewise.
28086         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28087         * modules/fnmatch (Description): Reword to say "the ... function".
28088         * modules/full-read (Description): Likewise.
28089         * modules/full-write (Description): Likewise.
28090         * modules/safe-read (Description): Likewise.
28091         * modules/safe-write (Description): Likewise.
28092         * modules/strchrnul (Description): Likewise.
28093         * modules/trim (Description): Likewise.
28094         * modules/error (Description): Remove parentheses from symbol
28095         references.
28096         * modules/verror (Description): Likewise.
28097         Reported by Karl Berry.
28098
28099 2007-12-25  Bruno Haible  <bruno@clisp.org>
28100
28101         Fixup after 2007-10-16 commit.
28102         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28103
28104 2007-12-24  Bruno Haible  <bruno@clisp.org>
28105
28106         Make --enable-relocatable work with DESTDIR.
28107         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28108         to compute installdir from destprog.
28109         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28110         also set the RELOC_DESTDIR variable.
28111         Reported by Левашев Иван <octagram@bluebottle.com>.
28112
28113 2007-12-24  Bruno Haible  <bruno@clisp.org>
28114
28115         Fix link error due to xalloc_die().
28116         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28117         of xreadlink.
28118         * lib/relocwrapper.c: Update comments.
28119         * build-aux/install-reloc: Remove xreadlink.c from file list.
28120         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28121         xreadlink.c.
28122         Reported by Левашев Иван <octagram@bluebottle.com>.
28123
28124 2007-12-24  Bruno Haible  <bruno@clisp.org>
28125
28126         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28127         * lib/setenv.h: Remove file.
28128         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28129         lib/setenv.h.
28130         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28131         (Depends-on): Add stdlib.
28132         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28133         gl_FUNC_UNSETENV.
28134         (Include): Replace setenv.h with <stdlib.h>.
28135         * modules/unsetenv: New file.
28136         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28137         * lib/unsetenv.c: Include <stdlib.h> first.
28138         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28139         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28140         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28141         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28142         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28143         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28144         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28145         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28146         * doc/functions/unsetenv.texi: Update.
28147         * modules/xsetenv (Depends-on): Add unsetenv.
28148         * modules/getdate (Depends-on): Likewise.
28149         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28150         * lib/xsetenv.c: Don't include setenv.h.
28151         * lib/getdate.y: Likewise.
28152         * lib/relocwrapper.c: Likewise.
28153         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28154         (Depends-on): Add stdlib.
28155         * NEWS: Mention the changes.
28156         Reported by Левашев Иван <octagram@bluebottle.com>.
28157
28158 2007-12-23  Bruno Haible  <bruno@clisp.org>
28159
28160         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28161         indentation.
28162
28163 2007-12-23  Bruno Haible  <bruno@clisp.org>
28164
28165         * lib/c-strcasestr.c: Add more comments.
28166         * lib/c-strstr.c: Likewise.
28167         * lib/mbscasestr.c: Likewise.
28168         * lib/mbsstr.c: Likewise.
28169         * lib/strcasestr.c: Likewise.
28170         * lib/memmem.c: Likewise.
28171
28172 2007-12-23  Bruno Haible  <bruno@clisp.org>
28173
28174         * tests/test-memmem.c: Include <string.h> first.
28175
28176 2007-12-22  Bruno Haible  <bruno@clisp.org>
28177
28178         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28179         the contents of $testsbase.
28180         Reported by Ralf Wildenhues.
28181
28182 2007-12-22  Bruno Haible  <bruno@clisp.org>
28183
28184         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28185         two variables local_ldadd_before, local_ldadd_last.
28186
28187 2007-12-20  Eric Blake  <ebb9@byu.net>
28188
28189         Work around circular library issue when cross-compiling.
28190         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28191         that progname.o does not need to pull in rpl_memcmp.
28192
28193 2007-12-19  Eric Blake  <ebb9@byu.net>
28194
28195         Fix memmem to avoid O(n^2) worst-case complexity.
28196         * lib/memmem.c (knuth_morris_pratt): New function.
28197         (memmem): Use it if first few naive iterations fail.
28198         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28199         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28200         * modules/memchr (License): Likewise.
28201         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28202         malloca.
28203         * tests/test-memmem.c: Rewrite, borrowing ideas from
28204         test-mbsstr1.c; the old version wouldn't even compile!
28205         * modules/memmem-tests: New file.
28206         * lib/string.in.h (rpl_memmem): Add declaration.
28207         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28208         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28209         REPLACE_MEMMEM.
28210
28211 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28212
28213         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28214         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28215         before any system include files, and undef after them all.  This
28216         should fix a problem on VMS reported by John E. Malmberg in
28217         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28218
28219 2007-12-17  Eric Blake  <ebb9@byu.net>
28220
28221         Revert addition of verify, for BSD/OS.
28222         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28223         can't handle large files, for the sake of obsolete platforms.
28224         * modules/fseeko (Depends-on): Remove verify.
28225         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28226         * doc/functions/ftello.texi (ftello): Likewise.
28227         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28228         Reported by Larry Jones.
28229
28230 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28231
28232         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28233         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28234
28235 2007-12-17  Jim Meyering  <meyering@redhat.com>
28236
28237         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28238         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28239         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28240         * modules/getcwd (Depends-on): Add openat.
28241         Reported by Petr Salinger.
28242
28243 2007-12-17  Bruno Haible  <bruno@clisp.org>
28244
28245         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28246         avoid a segmentation fault of the configure test on x86_64 systems.
28247
28248 2007-12-15  Jim Meyering  <meyering@redhat.com>
28249
28250         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28251
28252 2007-12-13  Eric Blake  <ebb9@byu.net>
28253
28254         Another fseek test.
28255         * tests/test-fseek.c (main): Also test ungetc handling.
28256         * tests/test-fseeko.c (main): Likewise.
28257         * modules/fseeko (Depends-on): Add verify.
28258         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28259         large.
28260         Reported by Larry Jones.
28261
28262         Fix fseeko on mingw.
28263         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28264         seek.
28265
28266         Beef up fseek tests.
28267         * tests/test-fseek.c (main): Also test eof handling.
28268         * tests/test-fseeko.c (main): Likewise.
28269         Reported by Larry Jones.
28270
28271 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28272
28273         Fix fseeko on BSD-based platforms.
28274         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28275         successful seek.
28276
28277 2007-12-12  Eric Blake  <ebb9@byu.net>
28278
28279         Allow circular dependency of separate libtests.a
28280         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28281         when use_libtests.
28282
28283 2007-12-11  Eric Blake  <ebb9@byu.net>
28284
28285         Fix bug with -0.0L in previous patch.
28286         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28287         * tests/test-isnan.c (main): Also test on zeroes.
28288         * tests/test-isnanf.c (main): Likewise.
28289         * tests/test-isnanl.h (main): Likewise.
28290
28291         Detect pseudo-denormals on x86 even when cross-compiling.
28292         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28293         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28294         invalid bit patterns that happen to satisfy ==.
28295
28296         Avoid link failures with separate libtests.a.
28297         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28298         last, to satisfy circular dependencies.
28299
28300 2007-12-11  Eric Blake  <ebb9@byu.net>
28301         and Bruno Haible  <bruno@clisp.org>
28302
28303         Fix OpenBSD 4.0 <float.h> handling of long double.
28304         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28305         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28306         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28307
28308 2007-12-11  Jim Meyering  <meyering@redhat.com>
28309
28310         * users.txt: Add libvirt.
28311
28312         Support versions of autoconf prior to 2.59c.
28313         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28314         if it is not already defined.
28315
28316 2007-12-09  Bruno Haible  <bruno@clisp.org>
28317
28318         Let 'gnulib-tool --import' collect sources needed for the tests in
28319         tests/ rather than in lib/.
28320         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28321         argument. If true, add rules to generate libtests.a, and put libtests.a
28322         into $(LDADD). Consider source files in subdirectories and set
28323         uses_subdirs.
28324         (func_emit_initmacro_start, func_emit_initmacro_end,
28325         func_emit_initmacro_done): Pass all arguments explicitly.
28326         (func_import): Determine two module lists main_modules,
28327         testsrelated_modules. Determine use_libtests. Determine two variables
28328         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28329         instead of just sed_transform_lib_file. Determine two variables
28330         main_files and testsrelated_files. Compute 'files' as the union of
28331         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28332         func_add_or_update. In the generated gnulib-comp.m4, collect the
28333         object files for tests/ in different variables than those for lib/.
28334         Substitute LIBTESTS_LIBDEPS.
28335         (func_create_testdir): Combine the uses_subdirs results from
28336         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28337
28338 2007-12-09  Bruno Haible  <bruno@clisp.org>
28339
28340         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28341         the build-aux directory.
28342
28343 2007-12-09  Bruno Haible  <bruno@clisp.org>
28344
28345         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28346         introduced on 2006-09-09.
28347
28348 2007-12-07  Jim Meyering  <meyering@redhat.com>
28349
28350         Let these macros work also with autoconf-2.59.
28351         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28352         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28353         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28354
28355 2007-12-06  Jim Meyering  <meyering@redhat.com>
28356
28357         Avoid a configure-time syntax error in gl_FUNC_ACL.
28358         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28359         function in each branch, before testing the cache variable.
28360
28361 2007-12-04  Eric Blake  <ebb9@byu.net>
28362
28363         Make scripts executable.
28364         * build-aux/config.guess: Add execute permissions.
28365         * build-aux/config.sub: Likewise.
28366         * build-aux/gendocs.sh: Likewise.
28367
28368         Fix frexp on mingw.
28369         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28370         cross-compiling.
28371         * doc/functions/frexp.texi (frexp): Document the bug.
28372
28373         Make cygwin fseeko check more reliable.
28374         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28375         version numbers, rather than unrelated feature check.
28376         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28377         * doc/functions/ftello.texi (ftello): Likewise.
28378         Reported by Bruno Haible.
28379
28380         * m4/strerror.m4: Bump version number.
28381
28382 2007-12-03  Bruno Haible  <bruno@clisp.org>
28383
28384         * doc/functions/mprotect.texi: Mention the mingw problem.
28385
28386 2007-12-03  Eric Blake  <ebb9@byu.net>
28387
28388         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28389         REPLACE_STRERROR is initialized before this macro.
28390
28391 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28392
28393         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28394         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28395         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28396         put -lsec in even for programs other than 'ls'.  This fixes a problem
28397         for gettext reported by Bruno Haible in
28398         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28399         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28400         Add support for Solaris 10.  This isn't efficient, but should get the
28401         job done for now.
28402
28403 2007-12-03  James Youngman  <jay@gnu.org>
28404
28405         * doc/regexprops-generic.texi: change "an close-group" to "a
28406         close-group" and "illegal" to "not allowed".
28407
28408 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28409
28410         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28411         pr_byname.h. Needed for the rare case when the maintainer has done
28412         "make maintainer-clean" in the source directory and then attempts a
28413         build outside the source directory.
28414         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28415         scripts_byname.h.
28416
28417 2007-12-02  Martin Lambers <marlam@marlam.de>
28418             Bruno Haible  <bruno@clisp.org>
28419
28420         * lib/getpagesize.h: Remove file.
28421         * lib/unistd.in.h: Include declaration of getpagesize here.
28422         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28423         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28424         HAVE_SYS_PARAM_H.
28425         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28426         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28427         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28428         (Depends-on): Add unistd.
28429         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28430         (Include): Use <unistd.h> instead of getpagesize.h.
28431         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28432         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28433         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28434         gl_GETPAGESIZE invocation, already handled by module dependency.
28435         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28436
28437 2007-12-02  Bruno Haible  <bruno@clisp.org>
28438
28439         * modules/strings-tests: New file.
28440         * tests/test-strings.c: New file.
28441
28442         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28443         * lib/strings.in.h: New file.
28444         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28445         * m4/strings_h.m4: New file.
28446         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28447         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28448         * modules/strings: New file.
28449         * modules/string (Makefile.am): Update.
28450         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28451         Reported by Karl Berry.
28452
28453 2007-12-01  Eric Blake  <ebb9@byu.net>
28454
28455         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28456         accomodate fix in cygwin 1.5.25.
28457
28458 2007-12-01  Jim Meyering  <meyering@redhat.com>
28459
28460         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28461         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28462         that would inhibit utf8-optimization of a regexp containing line-
28463         or buffer-anchors, e.g., `^', `$'.
28464
28465 2007-11-30  Bruno Haible  <bruno@clisp.org>
28466
28467         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28468         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28469         glthread_recursive_lock_init.
28470         * lib/lock.c (glthread_recursive_lock_init)
28471         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28472         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28473
28474 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28475
28476         New function qset_acl, like set_acl but with syscall semantics.
28477         * lib/acl.h (qset_acl): New decl.
28478         * lib/acl.c (qset_acl): New function.
28479         (set_acl): Use new function.  Use more-consistent diagnostics.
28480
28481 2007-11-28  Jim Meyering  <meyering@redhat.com>
28482
28483         * modules/physmem (License): Change from GPL to LGPLv2+.
28484
28485 2007-11-26  Bruno Haible  <bruno@clisp.org>
28486
28487         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28488         'long double' type has excess precision.
28489         Reported by Jim Meyering in
28490         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28491
28492 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28493
28494         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28495         Sync from <http://gnu.org/licenses>.
28496         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28497         with license text from same location.
28498         * doc/maintain.texi, doc/standards.texi:  Sync from
28499         <http://savannah.gnu.org/projects/gnustandards>.
28500
28501 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28502         and Jim Meyering  <meyering@redhat.com>
28503
28504         Adjust getdate' grammar to accept a slightly more regular language.
28505         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28506         Before, the former was rejected.
28507         * lib/getdate.y (digits_to_date_time): New function, factored
28508         out of ...
28509         (number): ...here.  Just call digits_to_date_time.
28510         (hybrid): New non-terminal to handle an <unsigned number,
28511         signed relative offset> sequence consistently.
28512
28513 2007-11-18  Jim Meyering  <meyering@redhat.com>
28514
28515         Pull my changes from coreutils:
28516         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28517         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28518         use of $gnulib_tool_option_extras, so that it's separated from the
28519         preceding argument.
28520
28521         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28522         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28523         parent destination directories before copying a file into place.
28524
28525 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28526
28527         bootstrap: work also with 4-argument variant of AC_INIT
28528         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28529
28530 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28531
28532         Port test-getaddrinfo to Solaris.
28533         Problem reported by Bruno Haible in
28534         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28535         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28536         explanation of setting 'hints'.
28537         Don't reject an implementation merely because it returns EAI_SERVICE.
28538         (EAI_SERVICE): Define to 0 if not defined.
28539
28540 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28541
28542         The license of gnu-make and posix-shell is now "GPLed build tool".
28543         * modules/gnu-make (License): Likewise.
28544         * modules/posix-shell (License): Likewise.
28545
28546         New module posix-shell, for determining a POSIX shell
28547         or perhaps something that is close enough to a POSIX shell.
28548         * m4/posix-shell.m4: New file.
28549         * modules/posix-shell: New file.
28550
28551         * MODULES.html.sh: Mention new module.
28552
28553         New module gnu-make, for determining whether we're using GNU Make.
28554         * m4/gnu-make.m4: New file.
28555         * modules/gnu-make: New file.
28556         * MODULES.html.sh: Mention new module.
28557
28558 2007-11-14  Jim Meyering  <meyering@redhat.com>
28559
28560         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28561         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28562         use this macro to create a function _definition_.
28563         Remove useless "#undef ARGMATCH_DIE".
28564
28565 2007-11-14  Bruno Haible  <bruno@clisp.org>
28566
28567         * lib/config.charset: Update for OpenBSD 4.1.
28568         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28569
28570 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28571
28572         Document 64-bit #if problems in stdint.texi.
28573         * doc/headers/stdint.texi (stdint.h): Mention problems with
28574         64-bit-#if, and how to work around them.
28575
28576         Don't insist on 'long long int' support in the preprocessor.  It
28577         breaks too many things.  For example, PRIdMAX still uses a 'long
28578         long int' format with the latest Sun compiler, even though
28579         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28580         preprocessor problem.  This causes the latest coreutils to dump
28581         core on Solaris 10 sparc with the Sun C compiler.
28582         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28583         the troublesome expressions at configure-time, not at #if-time.
28584         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28585         preprocessor.
28586         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28587         compile-time C checks, done at 'configure'-time.
28588         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28589         * modules/inttypes (Makefile): Substitute the new symbols that
28590         gl_INTTYPES_H now generates.
28591         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28592
28593 2007-11-12  Bruno Haible  <bruno@clisp.org>
28594
28595         Tests for Unicode character classification functions.
28596
28597         * modules/unictype/bidicategory-byname-tests: New file.
28598         * modules/unictype/bidicategory-name-tests: New file.
28599         * modules/unictype/bidicategory-of-tests: New file.
28600         * modules/unictype/bidicategory-test-tests: New file.
28601         * modules/unictype/block-list-tests: New file.
28602         * modules/unictype/block-of-tests: New file.
28603         * modules/unictype/block-test-tests: New file.
28604         * modules/unictype/category-C-tests: New file.
28605         * modules/unictype/category-Cc-tests: New file.
28606         * modules/unictype/category-Cf-tests: New file.
28607         * modules/unictype/category-Cn-tests: New file.
28608         * modules/unictype/category-Co-tests: New file.
28609         * modules/unictype/category-Cs-tests: New file.
28610         * modules/unictype/category-L-tests: New file.
28611         * modules/unictype/category-Ll-tests: New file.
28612         * modules/unictype/category-Lm-tests: New file.
28613         * modules/unictype/category-Lo-tests: New file.
28614         * modules/unictype/category-Lt-tests: New file.
28615         * modules/unictype/category-Lu-tests: New file.
28616         * modules/unictype/category-M-tests: New file.
28617         * modules/unictype/category-Mc-tests: New file.
28618         * modules/unictype/category-Me-tests: New file.
28619         * modules/unictype/category-Mn-tests: New file.
28620         * modules/unictype/category-N-tests: New file.
28621         * modules/unictype/category-Nd-tests: New file.
28622         * modules/unictype/category-Nl-tests: New file.
28623         * modules/unictype/category-No-tests: New file.
28624         * modules/unictype/category-P-tests: New file.
28625         * modules/unictype/category-Pc-tests: New file.
28626         * modules/unictype/category-Pd-tests: New file.
28627         * modules/unictype/category-Pe-tests: New file.
28628         * modules/unictype/category-Pf-tests: New file.
28629         * modules/unictype/category-Pi-tests: New file.
28630         * modules/unictype/category-Po-tests: New file.
28631         * modules/unictype/category-Ps-tests: New file.
28632         * modules/unictype/category-S-tests: New file.
28633         * modules/unictype/category-Sc-tests: New file.
28634         * modules/unictype/category-Sk-tests: New file.
28635         * modules/unictype/category-Sm-tests: New file.
28636         * modules/unictype/category-So-tests: New file.
28637         * modules/unictype/category-Z-tests: New file.
28638         * modules/unictype/category-Zl-tests: New file.
28639         * modules/unictype/category-Zp-tests: New file.
28640         * modules/unictype/category-Zs-tests: New file.
28641         * modules/unictype/category-and-not-tests: New file.
28642         * modules/unictype/category-and-tests: New file.
28643         * modules/unictype/category-byname-tests: New file.
28644         * modules/unictype/category-name-tests: New file.
28645         * modules/unictype/category-none-tests: New file.
28646         * modules/unictype/category-of-tests: New file.
28647         * modules/unictype/category-or-tests: New file.
28648         * modules/unictype/category-test-withtable-tests: New file.
28649         * modules/unictype/combining-class-tests: New file.
28650         * modules/unictype/ctype-alnum-tests: New file.
28651         * modules/unictype/ctype-alpha-tests: New file.
28652         * modules/unictype/ctype-blank-tests: New file.
28653         * modules/unictype/ctype-cntrl-tests: New file.
28654         * modules/unictype/ctype-digit-tests: New file.
28655         * modules/unictype/ctype-graph-tests: New file.
28656         * modules/unictype/ctype-lower-tests: New file.
28657         * modules/unictype/ctype-print-tests: New file.
28658         * modules/unictype/ctype-punct-tests: New file.
28659         * modules/unictype/ctype-space-tests: New file.
28660         * modules/unictype/ctype-upper-tests: New file.
28661         * modules/unictype/ctype-xdigit-tests: New file.
28662         * modules/unictype/decimal-digit-tests: New file.
28663         * modules/unictype/digit-tests: New file.
28664         * modules/unictype/mirror-tests: New file.
28665         * modules/unictype/numeric-tests: New file.
28666         * modules/unictype/property-alphabetic-tests: New file.
28667         * modules/unictype/property-ascii-hex-digit-tests: New file.
28668         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28669         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28670         * modules/unictype/property-bidi-block-separator-tests: New file.
28671         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28672         * modules/unictype/property-bidi-common-separator-tests: New file.
28673         * modules/unictype/property-bidi-control-tests: New file.
28674         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28675         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28676         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28677         * modules/unictype/property-bidi-european-digit-tests: New file.
28678         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28679         * modules/unictype/property-bidi-left-to-right-tests: New file.
28680         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28681         * modules/unictype/property-bidi-other-neutral-tests: New file.
28682         * modules/unictype/property-bidi-pdf-tests: New file.
28683         * modules/unictype/property-bidi-segment-separator-tests: New file.
28684         * modules/unictype/property-bidi-whitespace-tests: New file.
28685         * modules/unictype/property-byname-tests: New file.
28686         * modules/unictype/property-combining-tests: New file.
28687         * modules/unictype/property-composite-tests: New file.
28688         * modules/unictype/property-currency-symbol-tests: New file.
28689         * modules/unictype/property-dash-tests: New file.
28690         * modules/unictype/property-decimal-digit-tests: New file.
28691         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28692         * modules/unictype/property-deprecated-tests: New file.
28693         * modules/unictype/property-diacritic-tests: New file.
28694         * modules/unictype/property-extender-tests: New file.
28695         * modules/unictype/property-format-control-tests: New file.
28696         * modules/unictype/property-grapheme-base-tests: New file.
28697         * modules/unictype/property-grapheme-extend-tests: New file.
28698         * modules/unictype/property-grapheme-link-tests: New file.
28699         * modules/unictype/property-hex-digit-tests: New file.
28700         * modules/unictype/property-hyphen-tests: New file.
28701         * modules/unictype/property-id-continue-tests: New file.
28702         * modules/unictype/property-id-start-tests: New file.
28703         * modules/unictype/property-ideographic-tests: New file.
28704         * modules/unictype/property-ids-binary-operator-tests: New file.
28705         * modules/unictype/property-ids-trinary-operator-tests: New file.
28706         * modules/unictype/property-ignorable-control-tests: New file.
28707         * modules/unictype/property-iso-control-tests: New file.
28708         * modules/unictype/property-join-control-tests: New file.
28709         * modules/unictype/property-left-of-pair-tests: New file.
28710         * modules/unictype/property-line-separator-tests: New file.
28711         * modules/unictype/property-logical-order-exception-tests: New file.
28712         * modules/unictype/property-lowercase-tests: New file.
28713         * modules/unictype/property-math-tests: New file.
28714         * modules/unictype/property-non-break-tests: New file.
28715         * modules/unictype/property-not-a-character-tests: New file.
28716         * modules/unictype/property-numeric-tests: New file.
28717         * modules/unictype/property-other-alphabetic-tests: New file.
28718         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28719         * modules/unictype/property-other-grapheme-extend-tests: New file.
28720         * modules/unictype/property-other-id-continue-tests: New file.
28721         * modules/unictype/property-other-id-start-tests: New file.
28722         * modules/unictype/property-other-lowercase-tests: New file.
28723         * modules/unictype/property-other-math-tests: New file.
28724         * modules/unictype/property-other-uppercase-tests: New file.
28725         * modules/unictype/property-paired-punctuation-tests: New file.
28726         * modules/unictype/property-paragraph-separator-tests: New file.
28727         * modules/unictype/property-pattern-syntax-tests: New file.
28728         * modules/unictype/property-pattern-white-space-tests: New file.
28729         * modules/unictype/property-private-use-tests: New file.
28730         * modules/unictype/property-punctuation-tests: New file.
28731         * modules/unictype/property-quotation-mark-tests: New file.
28732         * modules/unictype/property-radical-tests: New file.
28733         * modules/unictype/property-sentence-terminal-tests: New file.
28734         * modules/unictype/property-soft-dotted-tests: New file.
28735         * modules/unictype/property-space-tests: New file.
28736         * modules/unictype/property-terminal-punctuation-tests: New file.
28737         * modules/unictype/property-test-tests: New file.
28738         * modules/unictype/property-titlecase-tests: New file.
28739         * modules/unictype/property-unassigned-code-value-tests: New file.
28740         * modules/unictype/property-unified-ideograph-tests: New file.
28741         * modules/unictype/property-uppercase-tests: New file.
28742         * modules/unictype/property-variation-selector-tests: New file.
28743         * modules/unictype/property-white-space-tests: New file.
28744         * modules/unictype/property-xid-continue-tests: New file.
28745         * modules/unictype/property-xid-start-tests: New file.
28746         * modules/unictype/property-zero-width-tests: New file.
28747         * modules/unictype/scripts-tests: New file.
28748         * modules/unictype/syntax-c-ident-tests: New file.
28749         * modules/unictype/syntax-c-whitespace-tests: New file.
28750         * modules/unictype/syntax-java-ident-tests: New file.
28751         * modules/unictype/syntax-java-whitespace-tests: New file.
28752         * tests/unictype/test-bidi_byname.c: New file.
28753         * tests/unictype/test-bidi_name.c: New file.
28754         * tests/unictype/test-bidi_of.c: New file.
28755         * tests/unictype/test-bidi_test.c: New file.
28756         * tests/unictype/test-block_list.c: New file.
28757         * tests/unictype/test-block_of.c: New file.
28758         * tests/unictype/test-block_test.c: New file.
28759         * tests/unictype/test-categ_and.c: New file.
28760         * tests/unictype/test-categ_and_not.c: New file.
28761         * tests/unictype/test-categ_byname.c: New file.
28762         * tests/unictype/test-categ_name.c: New file.
28763         * tests/unictype/test-categ_none.c: New file.
28764         * tests/unictype/test-categ_of.c: New file.
28765         * tests/unictype/test-categ_or.c: New file.
28766         * tests/unictype/test-categ_test_withtable.c: New file.
28767         * tests/unictype/test-combining.c: New file.
28768         * tests/unictype/test-decdigit.c: New file.
28769         * tests/unictype/test-digit.c: New file.
28770         * tests/unictype/test-mirror.c: New file.
28771         * tests/unictype/test-numeric.c: New file.
28772         * tests/unictype/test-pr_byname.c: New file.
28773         * tests/unictype/test-pr_test.c: New file.
28774         * tests/unictype/test-predicate-part1.h: New file.
28775         * tests/unictype/test-predicate-part2.h: New file.
28776         * tests/unictype/test-scripts.c: New file.
28777         * tests/unictype/test-sy_c_ident.c: New file.
28778         * tests/unictype/test-sy_java_ident.c: New file.
28779
28780         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28781         for Unicode 5.0.0.
28782         * tests/unictype/test-categ_Cc.c: Likewise.
28783         * tests/unictype/test-categ_Cf.c: Likewise.
28784         * tests/unictype/test-categ_Cn.c: Likewise.
28785         * tests/unictype/test-categ_Co.c: Likewise.
28786         * tests/unictype/test-categ_Cs.c: Likewise.
28787         * tests/unictype/test-categ_L.c: Likewise.
28788         * tests/unictype/test-categ_Ll.c: Likewise.
28789         * tests/unictype/test-categ_Lm.c: Likewise.
28790         * tests/unictype/test-categ_Lo.c: Likewise.
28791         * tests/unictype/test-categ_Lt.c: Likewise.
28792         * tests/unictype/test-categ_Lu.c: Likewise.
28793         * tests/unictype/test-categ_M.c: Likewise.
28794         * tests/unictype/test-categ_Mc.c: Likewise.
28795         * tests/unictype/test-categ_Me.c: Likewise.
28796         * tests/unictype/test-categ_Mn.c: Likewise.
28797         * tests/unictype/test-categ_N.c: Likewise.
28798         * tests/unictype/test-categ_Nd.c: Likewise.
28799         * tests/unictype/test-categ_Nl.c: Likewise.
28800         * tests/unictype/test-categ_No.c: Likewise.
28801         * tests/unictype/test-categ_P.c: Likewise.
28802         * tests/unictype/test-categ_Pc.c: Likewise.
28803         * tests/unictype/test-categ_Pd.c: Likewise.
28804         * tests/unictype/test-categ_Pe.c: Likewise.
28805         * tests/unictype/test-categ_Pf.c: Likewise.
28806         * tests/unictype/test-categ_Pi.c: Likewise.
28807         * tests/unictype/test-categ_Po.c: Likewise.
28808         * tests/unictype/test-categ_Ps.c: Likewise.
28809         * tests/unictype/test-categ_S.c: Likewise.
28810         * tests/unictype/test-categ_Sc.c: Likewise.
28811         * tests/unictype/test-categ_Sk.c: Likewise.
28812         * tests/unictype/test-categ_Sm.c: Likewise.
28813         * tests/unictype/test-categ_So.c: Likewise.
28814         * tests/unictype/test-categ_Z.c: Likewise.
28815         * tests/unictype/test-categ_Zl.c: Likewise.
28816         * tests/unictype/test-categ_Zp.c: Likewise.
28817         * tests/unictype/test-categ_Zs.c: Likewise.
28818         * tests/unictype/test-ctype_alnum.c: Likewise.
28819         * tests/unictype/test-ctype_alpha.c: Likewise.
28820         * tests/unictype/test-ctype_blank.c: Likewise.
28821         * tests/unictype/test-ctype_cntrl.c: Likewise.
28822         * tests/unictype/test-ctype_digit.c: Likewise.
28823         * tests/unictype/test-ctype_graph.c: Likewise.
28824         * tests/unictype/test-ctype_lower.c: Likewise.
28825         * tests/unictype/test-ctype_print.c: Likewise.
28826         * tests/unictype/test-ctype_punct.c: Likewise.
28827         * tests/unictype/test-ctype_space.c: Likewise.
28828         * tests/unictype/test-ctype_upper.c: Likewise.
28829         * tests/unictype/test-ctype_xdigit.c: Likewise.
28830         * tests/unictype/test-decdigit.h: Likewise.
28831         * tests/unictype/test-digit.h: Likewise.
28832         * tests/unictype/test-numeric.h: Likewise.
28833         * tests/unictype/test-pr_alphabetic.c: Likewise.
28834         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28835         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28836         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28837         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28838         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28839         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28840         * tests/unictype/test-pr_bidi_control.c: Likewise.
28841         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28842         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28843         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28844         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28845         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28846         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28847         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28848         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28849         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28850         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28851         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28852         * tests/unictype/test-pr_combining.c: Likewise.
28853         * tests/unictype/test-pr_composite.c: Likewise.
28854         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28855         * tests/unictype/test-pr_dash.c: Likewise.
28856         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28857         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28858         * tests/unictype/test-pr_deprecated.c: Likewise.
28859         * tests/unictype/test-pr_diacritic.c: Likewise.
28860         * tests/unictype/test-pr_extender.c: Likewise.
28861         * tests/unictype/test-pr_format_control.c: Likewise.
28862         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28863         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28864         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28865         * tests/unictype/test-pr_hex_digit.c: Likewise.
28866         * tests/unictype/test-pr_hyphen.c: Likewise.
28867         * tests/unictype/test-pr_id_continue.c: Likewise.
28868         * tests/unictype/test-pr_id_start.c: Likewise.
28869         * tests/unictype/test-pr_ideographic.c: Likewise.
28870         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28871         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28872         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28873         * tests/unictype/test-pr_iso_control.c: Likewise.
28874         * tests/unictype/test-pr_join_control.c: Likewise.
28875         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28876         * tests/unictype/test-pr_line_separator.c: Likewise.
28877         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28878         * tests/unictype/test-pr_lowercase.c: Likewise.
28879         * tests/unictype/test-pr_math.c: Likewise.
28880         * tests/unictype/test-pr_non_break.c: Likewise.
28881         * tests/unictype/test-pr_not_a_character.c: Likewise.
28882         * tests/unictype/test-pr_numeric.c: Likewise.
28883         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28884         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28885         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28886         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28887         * tests/unictype/test-pr_other_id_start.c: Likewise.
28888         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28889         * tests/unictype/test-pr_other_math.c: Likewise.
28890         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28891         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28892         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28893         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28894         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28895         * tests/unictype/test-pr_private_use.c: Likewise.
28896         * tests/unictype/test-pr_punctuation.c: Likewise.
28897         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28898         * tests/unictype/test-pr_radical.c: Likewise.
28899         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28900         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28901         * tests/unictype/test-pr_space.c: Likewise.
28902         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28903         * tests/unictype/test-pr_titlecase.c: Likewise.
28904         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28905         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28906         * tests/unictype/test-pr_uppercase.c: Likewise.
28907         * tests/unictype/test-pr_variation_selector.c: Likewise.
28908         * tests/unictype/test-pr_white_space.c: Likewise.
28909         * tests/unictype/test-pr_xid_continue.c: Likewise.
28910         * tests/unictype/test-pr_xid_start.c: Likewise.
28911         * tests/unictype/test-pr_zero_width.c: Likewise.
28912         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28913         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28914
28915 2007-11-12  Bruno Haible  <bruno@clisp.org>
28916
28917         Unicode character classification functions.
28918         * lib/unictype.h: New file.
28919         * modules/unictype/base: New file.
28920         * modules/unictype/category-L: New file.
28921         * modules/unictype/category-Lu: New file.
28922         * modules/unictype/category-Ll: New file.
28923         * modules/unictype/category-Lt: New file.
28924         * modules/unictype/category-Lm: New file.
28925         * modules/unictype/category-Lo: New file.
28926         * modules/unictype/category-M: New file.
28927         * modules/unictype/category-Mn: New file.
28928         * modules/unictype/category-Mc: New file.
28929         * modules/unictype/category-Me: New file.
28930         * modules/unictype/category-N: New file.
28931         * modules/unictype/category-Nd: New file.
28932         * modules/unictype/category-Nl: New file.
28933         * modules/unictype/category-No: New file.
28934         * modules/unictype/category-P: New file.
28935         * modules/unictype/category-Pc: New file.
28936         * modules/unictype/category-Pd: New file.
28937         * modules/unictype/category-Ps: New file.
28938         * modules/unictype/category-Pe: New file.
28939         * modules/unictype/category-Pi: New file.
28940         * modules/unictype/category-Pf: New file.
28941         * modules/unictype/category-Po: New file.
28942         * modules/unictype/category-S: New file.
28943         * modules/unictype/category-Sm: New file.
28944         * modules/unictype/category-Sc: New file.
28945         * modules/unictype/category-Sk: New file.
28946         * modules/unictype/category-So: New file.
28947         * modules/unictype/category-Z: New file.
28948         * modules/unictype/category-Zs: New file.
28949         * modules/unictype/category-Zl: New file.
28950         * modules/unictype/category-Zp: New file.
28951         * modules/unictype/category-C: New file.
28952         * modules/unictype/category-Cc: New file.
28953         * modules/unictype/category-Cf: New file.
28954         * modules/unictype/category-Cs: New file.
28955         * modules/unictype/category-Co: New file.
28956         * modules/unictype/category-Cn: New file.
28957         * modules/unictype/category-or: New file.
28958         * modules/unictype/category-of: New file.
28959         * modules/unictype/category-test: New file.
28960         * modules/unictype/category-test-withtable: New file.
28961         * modules/unictype/category-byname: New file.
28962         * modules/unictype/category-none: New file.
28963         * modules/unictype/category-and: New file.
28964         * modules/unictype/category-and-not: New file.
28965         * modules/unictype/category-name: New file.
28966         * modules/unictype/combining-class: New file.
28967         * modules/unictype/category-all: New file.
28968         * modules/unictype/bidicategory-all: New file.
28969         * modules/unictype/bidicategory-byname: New file.
28970         * modules/unictype/bidicategory-name: New file.
28971         * modules/unictype/bidicategory-of: New file.
28972         * modules/unictype/bidicategory-test: New file.
28973         * modules/unictype/decimal-digit: New file.
28974         * modules/unictype/digit: New file.
28975         * modules/unictype/numeric: New file.
28976         * modules/unictype/mirror: New file.
28977         * modules/unictype/property-white-space: New file.
28978         * modules/unictype/property-alphabetic: New file.
28979         * modules/unictype/property-other-alphabetic: New file.
28980         * modules/unictype/property-not-a-character: New file.
28981         * modules/unictype/property-default-ignorable-code-point: New file.
28982         * modules/unictype/property-other-default-ignorable-code-point: New
28983         file.
28984         * modules/unictype/property-deprecated: New file.
28985         * modules/unictype/property-logical-order-exception: New file.
28986         * modules/unictype/property-variation-selector: New file.
28987         * modules/unictype/property-private-use: New file.
28988         * modules/unictype/property-unassigned-code-value: New file.
28989         * modules/unictype/property-uppercase: New file.
28990         * modules/unictype/property-other-uppercase: New file.
28991         * modules/unictype/property-lowercase: New file.
28992         * modules/unictype/property-other-lowercase: New file.
28993         * modules/unictype/property-titlecase: New file.
28994         * modules/unictype/property-soft-dotted: New file.
28995         * modules/unictype/property-id-start: New file.
28996         * modules/unictype/property-other-id-start: New file.
28997         * modules/unictype/property-id-continue: New file.
28998         * modules/unictype/property-other-id-continue: New file.
28999         * modules/unictype/property-xid-start: New file.
29000         * modules/unictype/property-xid-continue: New file.
29001         * modules/unictype/property-pattern-white-space: New file.
29002         * modules/unictype/property-pattern-syntax: New file.
29003         * modules/unictype/property-join-control: New file.
29004         * modules/unictype/property-grapheme-base: New file.
29005         * modules/unictype/property-grapheme-extend: New file.
29006         * modules/unictype/property-other-grapheme-extend: New file.
29007         * modules/unictype/property-grapheme-link: New file.
29008         * modules/unictype/property-bidi-control: New file.
29009         * modules/unictype/property-bidi-left-to-right: New file.
29010         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29011         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29012         * modules/unictype/property-bidi-european-digit: New file.
29013         * modules/unictype/property-bidi-eur-num-separator: New file.
29014         * modules/unictype/property-bidi-eur-num-terminator: New file.
29015         * modules/unictype/property-bidi-arabic-digit: New file.
29016         * modules/unictype/property-bidi-common-separator: New file.
29017         * modules/unictype/property-bidi-block-separator: New file.
29018         * modules/unictype/property-bidi-segment-separator: New file.
29019         * modules/unictype/property-bidi-whitespace: New file.
29020         * modules/unictype/property-bidi-non-spacing-mark: New file.
29021         * modules/unictype/property-bidi-boundary-neutral: New file.
29022         * modules/unictype/property-bidi-pdf: New file.
29023         * modules/unictype/property-bidi-embedding-or-override: New file.
29024         * modules/unictype/property-bidi-other-neutral: New file.
29025         * modules/unictype/property-hex-digit: New file.
29026         * modules/unictype/property-ascii-hex-digit: New file.
29027         * modules/unictype/property-ideographic: New file.
29028         * modules/unictype/property-unified-ideograph: New file.
29029         * modules/unictype/property-radical: New file.
29030         * modules/unictype/property-ids-binary-operator: New file.
29031         * modules/unictype/property-ids-trinary-operator: New file.
29032         * modules/unictype/property-zero-width: New file.
29033         * modules/unictype/property-space: New file.
29034         * modules/unictype/property-non-break: New file.
29035         * modules/unictype/property-iso-control: New file.
29036         * modules/unictype/property-format-control: New file.
29037         * modules/unictype/property-dash: New file.
29038         * modules/unictype/property-hyphen: New file.
29039         * modules/unictype/property-punctuation: New file.
29040         * modules/unictype/property-line-separator: New file.
29041         * modules/unictype/property-paragraph-separator: New file.
29042         * modules/unictype/property-quotation-mark: New file.
29043         * modules/unictype/property-sentence-terminal: New file.
29044         * modules/unictype/property-terminal-punctuation: New file.
29045         * modules/unictype/property-currency-symbol: New file.
29046         * modules/unictype/property-math: New file.
29047         * modules/unictype/property-other-math: New file.
29048         * modules/unictype/property-paired-punctuation: New file.
29049         * modules/unictype/property-left-of-pair: New file.
29050         * modules/unictype/property-combining: New file.
29051         * modules/unictype/property-composite: New file.
29052         * modules/unictype/property-decimal-digit: New file.
29053         * modules/unictype/property-numeric: New file.
29054         * modules/unictype/property-diacritic: New file.
29055         * modules/unictype/property-extender: New file.
29056         * modules/unictype/property-ignorable-control: New file.
29057         * modules/unictype/property-test: New file.
29058         * modules/unictype/property-byname: New file.
29059         * modules/unictype/property-all: New file.
29060         * modules/unictype/scripts: New file.
29061         * modules/unictype/scripts-all: New file.
29062         * modules/unictype/block-of: New file.
29063         * modules/unictype/block-test: New file.
29064         * modules/unictype/block-list: New file.
29065         * modules/unictype/block-all: New file.
29066         * modules/unictype/syntax-c-whitespace: New file.
29067         * modules/unictype/syntax-java-whitespace: New file.
29068         * modules/unictype/syntax-c-ident: New file.
29069         * modules/unictype/syntax-java-ident: New file.
29070         * modules/unictype/ctype-alnum: New file.
29071         * modules/unictype/ctype-alpha: New file.
29072         * modules/unictype/ctype-cntrl: New file.
29073         * modules/unictype/ctype-digit: New file.
29074         * modules/unictype/ctype-graph: New file.
29075         * modules/unictype/ctype-lower: New file.
29076         * modules/unictype/ctype-print: New file.
29077         * modules/unictype/ctype-punct: New file.
29078         * modules/unictype/ctype-space: New file.
29079         * modules/unictype/ctype-upper: New file.
29080         * modules/unictype/ctype-xdigit: New file.
29081         * modules/unictype/ctype-blank: New file.
29082         * lib/unictype/bidi_byname.c: New file.
29083         * lib/unictype/bidi_name.c: New file.
29084         * lib/unictype/bidi_of.c: New file.
29085         * lib/unictype/bidi_test.c: New file.
29086         * lib/unictype/bitmap.h: New file.
29087         * lib/unictype/block_test.c: New file.
29088         * lib/unictype/blocks.c: New file.
29089         * lib/unictype/categ_C.c: New file.
29090         * lib/unictype/categ_Cc.c: New file.
29091         * lib/unictype/categ_Cf.c: New file.
29092         * lib/unictype/categ_Cn.c: New file.
29093         * lib/unictype/categ_Co.c: New file.
29094         * lib/unictype/categ_Cs.c: New file.
29095         * lib/unictype/categ_L.c: New file.
29096         * lib/unictype/categ_Ll.c: New file.
29097         * lib/unictype/categ_Lm.c: New file.
29098         * lib/unictype/categ_Lo.c: New file.
29099         * lib/unictype/categ_Lt.c: New file.
29100         * lib/unictype/categ_Lu.c: New file.
29101         * lib/unictype/categ_M.c: New file.
29102         * lib/unictype/categ_Mc.c: New file.
29103         * lib/unictype/categ_Me.c: New file.
29104         * lib/unictype/categ_Mn.c: New file.
29105         * lib/unictype/categ_N.c: New file.
29106         * lib/unictype/categ_Nd.c: New file.
29107         * lib/unictype/categ_Nl.c: New file.
29108         * lib/unictype/categ_No.c: New file.
29109         * lib/unictype/categ_P.c: New file.
29110         * lib/unictype/categ_Pc.c: New file.
29111         * lib/unictype/categ_Pd.c: New file.
29112         * lib/unictype/categ_Pe.c: New file.
29113         * lib/unictype/categ_Pf.c: New file.
29114         * lib/unictype/categ_Pi.c: New file.
29115         * lib/unictype/categ_Po.c: New file.
29116         * lib/unictype/categ_Ps.c: New file.
29117         * lib/unictype/categ_S.c: New file.
29118         * lib/unictype/categ_Sc.c: New file.
29119         * lib/unictype/categ_Sk.c: New file.
29120         * lib/unictype/categ_Sm.c: New file.
29121         * lib/unictype/categ_So.c: New file.
29122         * lib/unictype/categ_Z.c: New file.
29123         * lib/unictype/categ_Zl.c: New file.
29124         * lib/unictype/categ_Zp.c: New file.
29125         * lib/unictype/categ_Zs.c: New file.
29126         * lib/unictype/categ_and.c: New file.
29127         * lib/unictype/categ_and_not.c: New file.
29128         * lib/unictype/categ_byname.c: New file.
29129         * lib/unictype/categ_name.c: New file.
29130         * lib/unictype/categ_none.c: New file.
29131         * lib/unictype/categ_of.c: New file.
29132         * lib/unictype/categ_or.c: New file.
29133         * lib/unictype/categ_test.c: New file.
29134         * lib/unictype/combining.c: New file.
29135         * lib/unictype/ctype_alnum.c: New file.
29136         * lib/unictype/ctype_alpha.c: New file.
29137         * lib/unictype/ctype_blank.c: New file.
29138         * lib/unictype/ctype_cntrl.c: New file.
29139         * lib/unictype/ctype_digit.c: New file.
29140         * lib/unictype/ctype_graph.c: New file.
29141         * lib/unictype/ctype_lower.c: New file.
29142         * lib/unictype/ctype_print.c: New file.
29143         * lib/unictype/ctype_punct.c: New file.
29144         * lib/unictype/ctype_space.c: New file.
29145         * lib/unictype/ctype_upper.c: New file.
29146         * lib/unictype/ctype_xdigit.c: New file.
29147         * lib/unictype/decdigit.c: New file.
29148         * lib/unictype/digit.c: New file.
29149         * lib/unictype/identsyntaxmap.h: New file.
29150         * lib/unictype/mirror.c: New file.
29151         * lib/unictype/numeric.c: New file.
29152         * lib/unictype/pr_alphabetic.c: New file.
29153         * lib/unictype/pr_ascii_hex_digit.c: New file.
29154         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29155         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29156         * lib/unictype/pr_bidi_block_separator.c: New file.
29157         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29158         * lib/unictype/pr_bidi_common_separator.c: New file.
29159         * lib/unictype/pr_bidi_control.c: New file.
29160         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29161         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29162         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29163         * lib/unictype/pr_bidi_european_digit.c: New file.
29164         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29165         * lib/unictype/pr_bidi_left_to_right.c: New file.
29166         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29167         * lib/unictype/pr_bidi_other_neutral.c: New file.
29168         * lib/unictype/pr_bidi_pdf.c: New file.
29169         * lib/unictype/pr_bidi_segment_separator.c: New file.
29170         * lib/unictype/pr_bidi_whitespace.c: New file.
29171         * lib/unictype/pr_byname.c: New file.
29172         * lib/unictype/pr_byname.gperf: New file.
29173         * lib/unictype/pr_combining.c: New file.
29174         * lib/unictype/pr_composite.c: New file.
29175         * lib/unictype/pr_currency_symbol.c: New file.
29176         * lib/unictype/pr_dash.c: New file.
29177         * lib/unictype/pr_decimal_digit.c: New file.
29178         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29179         * lib/unictype/pr_deprecated.c: New file.
29180         * lib/unictype/pr_diacritic.c: New file.
29181         * lib/unictype/pr_extender.c: New file.
29182         * lib/unictype/pr_format_control.c: New file.
29183         * lib/unictype/pr_grapheme_base.c: New file.
29184         * lib/unictype/pr_grapheme_extend.c: New file.
29185         * lib/unictype/pr_grapheme_link.c: New file.
29186         * lib/unictype/pr_hex_digit.c: New file.
29187         * lib/unictype/pr_hyphen.c: New file.
29188         * lib/unictype/pr_id_continue.c: New file.
29189         * lib/unictype/pr_id_start.c: New file.
29190         * lib/unictype/pr_ideographic.c: New file.
29191         * lib/unictype/pr_ids_binary_operator.c: New file.
29192         * lib/unictype/pr_ids_trinary_operator.c: New file.
29193         * lib/unictype/pr_ignorable_control.c: New file.
29194         * lib/unictype/pr_iso_control.c: New file.
29195         * lib/unictype/pr_join_control.c: New file.
29196         * lib/unictype/pr_left_of_pair.c: New file.
29197         * lib/unictype/pr_line_separator.c: New file.
29198         * lib/unictype/pr_logical_order_exception.c: New file.
29199         * lib/unictype/pr_lowercase.c: New file.
29200         * lib/unictype/pr_math.c: New file.
29201         * lib/unictype/pr_non_break.c: New file.
29202         * lib/unictype/pr_not_a_character.c: New file.
29203         * lib/unictype/pr_numeric.c: New file.
29204         * lib/unictype/pr_other_alphabetic.c: New file.
29205         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29206         * lib/unictype/pr_other_grapheme_extend.c: New file.
29207         * lib/unictype/pr_other_id_continue.c: New file.
29208         * lib/unictype/pr_other_id_start.c: New file.
29209         * lib/unictype/pr_other_lowercase.c: New file.
29210         * lib/unictype/pr_other_math.c: New file.
29211         * lib/unictype/pr_other_uppercase.c: New file.
29212         * lib/unictype/pr_paired_punctuation.c: New file.
29213         * lib/unictype/pr_paragraph_separator.c: New file.
29214         * lib/unictype/pr_pattern_syntax.c: New file.
29215         * lib/unictype/pr_pattern_white_space.c: New file.
29216         * lib/unictype/pr_private_use.c: New file.
29217         * lib/unictype/pr_punctuation.c: New file.
29218         * lib/unictype/pr_quotation_mark.c: New file.
29219         * lib/unictype/pr_radical.c: New file.
29220         * lib/unictype/pr_sentence_terminal.c: New file.
29221         * lib/unictype/pr_soft_dotted.c: New file.
29222         * lib/unictype/pr_space.c: New file.
29223         * lib/unictype/pr_terminal_punctuation.c: New file.
29224         * lib/unictype/pr_test.c: New file.
29225         * lib/unictype/pr_titlecase.c: New file.
29226         * lib/unictype/pr_unassigned_code_value.c: New file.
29227         * lib/unictype/pr_unified_ideograph.c: New file.
29228         * lib/unictype/pr_uppercase.c: New file.
29229         * lib/unictype/pr_variation_selector.c: New file.
29230         * lib/unictype/pr_white_space.c: New file.
29231         * lib/unictype/pr_xid_continue.c: New file.
29232         * lib/unictype/pr_xid_start.c: New file.
29233         * lib/unictype/pr_zero_width.c: New file.
29234         * lib/unictype/scripts.c: New file.
29235         * lib/unictype/sy_c_ident.c: New file.
29236         * lib/unictype/sy_c_whitespace.c: New file.
29237         * lib/unictype/sy_java_ident.c: New file.
29238         * lib/unictype/sy_java_whitespace.c: New file.
29239
29240         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29241         Unicode 5.0.0.
29242         * lib/unictype/blocks.h: Likewise.
29243         * lib/unictype/categ_C.h: Likewise.
29244         * lib/unictype/categ_Cc.h: Likewise.
29245         * lib/unictype/categ_Cf.h: Likewise.
29246         * lib/unictype/categ_Cn.h: Likewise.
29247         * lib/unictype/categ_Co.h: Likewise.
29248         * lib/unictype/categ_Cs.h: Likewise.
29249         * lib/unictype/categ_L.h: Likewise.
29250         * lib/unictype/categ_Ll.h: Likewise.
29251         * lib/unictype/categ_Lm.h: Likewise.
29252         * lib/unictype/categ_Lo.h: Likewise.
29253         * lib/unictype/categ_Lt.h: Likewise.
29254         * lib/unictype/categ_Lu.h: Likewise.
29255         * lib/unictype/categ_M.h: Likewise.
29256         * lib/unictype/categ_Mc.h: Likewise.
29257         * lib/unictype/categ_Me.h: Likewise.
29258         * lib/unictype/categ_Mn.h: Likewise.
29259         * lib/unictype/categ_N.h: Likewise.
29260         * lib/unictype/categ_Nd.h: Likewise.
29261         * lib/unictype/categ_Nl.h: Likewise.
29262         * lib/unictype/categ_No.h: Likewise.
29263         * lib/unictype/categ_P.h: Likewise.
29264         * lib/unictype/categ_Pc.h: Likewise.
29265         * lib/unictype/categ_Pd.h: Likewise.
29266         * lib/unictype/categ_Pe.h: Likewise.
29267         * lib/unictype/categ_Pf.h: Likewise.
29268         * lib/unictype/categ_Pi.h: Likewise.
29269         * lib/unictype/categ_Po.h: Likewise.
29270         * lib/unictype/categ_Ps.h: Likewise.
29271         * lib/unictype/categ_S.h: Likewise.
29272         * lib/unictype/categ_Sc.h: Likewise.
29273         * lib/unictype/categ_Sk.h: Likewise.
29274         * lib/unictype/categ_Sm.h: Likewise.
29275         * lib/unictype/categ_So.h: Likewise.
29276         * lib/unictype/categ_Z.h: Likewise.
29277         * lib/unictype/categ_Zl.h: Likewise.
29278         * lib/unictype/categ_Zp.h: Likewise.
29279         * lib/unictype/categ_Zs.h: Likewise.
29280         * lib/unictype/categ_of.h: Likewise.
29281         * lib/unictype/combining.h: Likewise.
29282         * lib/unictype/ctype_alnum.h: Likewise.
29283         * lib/unictype/ctype_alpha.h: Likewise.
29284         * lib/unictype/ctype_blank.h: Likewise.
29285         * lib/unictype/ctype_cntrl.h: Likewise.
29286         * lib/unictype/ctype_digit.h: Likewise.
29287         * lib/unictype/ctype_graph.h: Likewise.
29288         * lib/unictype/ctype_lower.h: Likewise.
29289         * lib/unictype/ctype_print.h: Likewise.
29290         * lib/unictype/ctype_punct.h: Likewise.
29291         * lib/unictype/ctype_space.h: Likewise.
29292         * lib/unictype/ctype_upper.h: Likewise.
29293         * lib/unictype/ctype_xdigit.h: Likewise.
29294         * lib/unictype/decdigit.h: Likewise.
29295         * lib/unictype/digit.h: Likewise.
29296         * lib/unictype/mirror.h: Likewise.
29297         * lib/unictype/numeric.h: Likewise.
29298         * lib/unictype/pr_alphabetic.h: Likewise.
29299         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29300         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29301         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29302         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29303         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29304         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29305         * lib/unictype/pr_bidi_control.h: Likewise.
29306         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29307         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29308         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29309         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29310         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29311         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29312         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29313         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29314         * lib/unictype/pr_bidi_pdf.h: Likewise.
29315         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29316         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29317         * lib/unictype/pr_combining.h: Likewise.
29318         * lib/unictype/pr_composite.h: Likewise.
29319         * lib/unictype/pr_currency_symbol.h: Likewise.
29320         * lib/unictype/pr_dash.h: Likewise.
29321         * lib/unictype/pr_decimal_digit.h: Likewise.
29322         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29323         * lib/unictype/pr_deprecated.h: Likewise.
29324         * lib/unictype/pr_diacritic.h: Likewise.
29325         * lib/unictype/pr_extender.h: Likewise.
29326         * lib/unictype/pr_format_control.h: Likewise.
29327         * lib/unictype/pr_grapheme_base.h: Likewise.
29328         * lib/unictype/pr_grapheme_extend.h: Likewise.
29329         * lib/unictype/pr_grapheme_link.h: Likewise.
29330         * lib/unictype/pr_hex_digit.h: Likewise.
29331         * lib/unictype/pr_hyphen.h: Likewise.
29332         * lib/unictype/pr_id_continue.h: Likewise.
29333         * lib/unictype/pr_id_start.h: Likewise.
29334         * lib/unictype/pr_ideographic.h: Likewise.
29335         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29336         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29337         * lib/unictype/pr_ignorable_control.h: Likewise.
29338         * lib/unictype/pr_iso_control.h: Likewise.
29339         * lib/unictype/pr_join_control.h: Likewise.
29340         * lib/unictype/pr_left_of_pair.h: Likewise.
29341         * lib/unictype/pr_line_separator.h: Likewise.
29342         * lib/unictype/pr_logical_order_exception.h: Likewise.
29343         * lib/unictype/pr_lowercase.h: Likewise.
29344         * lib/unictype/pr_math.h: Likewise.
29345         * lib/unictype/pr_non_break.h: Likewise.
29346         * lib/unictype/pr_not_a_character.h: Likewise.
29347         * lib/unictype/pr_numeric.h: Likewise.
29348         * lib/unictype/pr_other_alphabetic.h: Likewise.
29349         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29350         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29351         * lib/unictype/pr_other_id_continue.h: Likewise.
29352         * lib/unictype/pr_other_id_start.h: Likewise.
29353         * lib/unictype/pr_other_lowercase.h: Likewise.
29354         * lib/unictype/pr_other_math.h: Likewise.
29355         * lib/unictype/pr_other_uppercase.h: Likewise.
29356         * lib/unictype/pr_paired_punctuation.h: Likewise.
29357         * lib/unictype/pr_paragraph_separator.h: Likewise.
29358         * lib/unictype/pr_pattern_syntax.h: Likewise.
29359         * lib/unictype/pr_pattern_white_space.h: Likewise.
29360         * lib/unictype/pr_private_use.h: Likewise.
29361         * lib/unictype/pr_punctuation.h: Likewise.
29362         * lib/unictype/pr_quotation_mark.h: Likewise.
29363         * lib/unictype/pr_radical.h: Likewise.
29364         * lib/unictype/pr_sentence_terminal.h: Likewise.
29365         * lib/unictype/pr_soft_dotted.h: Likewise.
29366         * lib/unictype/pr_space.h: Likewise.
29367         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29368         * lib/unictype/pr_titlecase.h: Likewise.
29369         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29370         * lib/unictype/pr_unified_ideograph.h: Likewise.
29371         * lib/unictype/pr_uppercase.h: Likewise.
29372         * lib/unictype/pr_variation_selector.h: Likewise.
29373         * lib/unictype/pr_white_space.h: Likewise.
29374         * lib/unictype/pr_xid_continue.h: Likewise.
29375         * lib/unictype/pr_xid_start.h: Likewise.
29376         * lib/unictype/pr_zero_width.h: Likewise.
29377         * lib/unictype/scripts.h: Likewise.
29378         * lib/unictype/scripts_byname.gperf: Likewise.
29379         * lib/unictype/sy_c_ident.h: Likewise.
29380         * lib/unictype/sy_c_whitespace.h: Likewise.
29381         * lib/unictype/sy_java_ident.h: Likewise.
29382         * lib/unictype/sy_java_whitespace.h: Likewise.
29383
29384         * lib/unictype/Makefile: New file.
29385         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29386         glibc.
29387         * lib/unictype/3level.h: New file, copied from glibc.
29388         * lib/unictype/3levelbit.h: New file.
29389
29390 2007-11-11  Bruno Haible  <bruno@clisp.org>
29391
29392         * modules/gperf: New file.
29393         * modules/iconv_open (Depends-on): Add it.
29394         (Makefile.am): Remove the GPERF definition.
29395
29396 2007-11-11  Bruno Haible  <bruno@clisp.org>
29397
29398         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29399         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29400
29401 2007-11-11  Bruno Haible  <bruno@clisp.org>
29402
29403         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29404         (usage): Remove function.
29405
29406 2007-11-11  Bruno Haible  <bruno@clisp.org>
29407
29408         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29409         gl_FUNC_CEILF_LIBS.
29410         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29411         gl_FUNC_CEIL_LIBS.
29412         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29413         gl_FUNC_CEILL_LIBS.
29414         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29415         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29416         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29417
29418 2007-11-11  Bruno Haible  <bruno@clisp.org>
29419
29420         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29421         roundf were declared but do not exist on functions.
29422         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29423         roundl were declared but do not exist on functions.
29424         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29425         HAVE_FLOORL_AND_CEILL, respectively.
29426         Needed for Sun C on Solaris 10.
29427
29428 2007-11-11  Bruno Haible  <bruno@clisp.org>
29429
29430         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29431         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29432         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29433         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29434         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29435         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29436         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29437         HAVE_DECL_ROUNDF.
29438         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29439         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29440         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29441         of HAVE_DECL_ROUND*.
29442         * modules/math (Makefile.am): Update.
29443
29444 2007-11-10  Bruno Haible  <bruno@clisp.org>
29445
29446         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29447         ptrdiff_t as m4/intl.m4.
29448
29449 2007-11-10  Jim Meyering  <meyering@redhat.com>
29450
29451         Avoid link failure for the argmatch test.
29452         * tests/test-argmatch.c (usage): Define function to avoid a link
29453         failure: argmatch_die requires a usage function.
29454
29455 2007-11-09  Bruno Haible  <bruno@clisp.org>
29456
29457         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29458         * doc/functions/vsnprintf.texi: Likewise.
29459         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29460         with a size argument < 2.
29461
29462 2007-11-09  Bruno Haible  <bruno@clisp.org>
29463
29464         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29465         buffer. Fixes an inefficiency introduced on 2007-11-03.
29466
29467 2007-11-09  Bruno Haible  <bruno@clisp.org>
29468
29469         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29470         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29471
29472 2007-11-08  Jim Meyering  <meyering@redhat.com>
29473
29474         Change cache variable name prefix "jm_" to "gl_" everywhere.
29475         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29476         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29477         * m4/uptime.m4: s/gl_/jm_/
29478
29479 2007-11-07  Bruno Haible  <bruno@clisp.org>
29480
29481         Update to GNU gettext 0.17.
29482         * m4/intl.m4: Update to GNU gettext 0.17.
29483         * m4/po.m4: Likewise.
29484         * modules/gettext (Files): Remove m4/ulonglong.m4.
29485         (configure.ac): Require gettext infrastructure from version 0.17.
29486
29487 2007-11-06  Bruno Haible  <bruno@clisp.org>
29488
29489         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29490         symbolic values are not defined in a public header.
29491         * lib/freadable.c (freadable) [QNX]: Likewise.
29492         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29493         * lib/freading.c (freading) [QNX]: Likewise.
29494         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29495         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29496         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29497         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29498         Reported by Alain Magloire.
29499
29500         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29501
29502 2007-11-05  Bruno Haible  <bruno@clisp.org>
29503
29504         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29505         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29506         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29507         Reported by Eric Blake.
29508
29509 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29510             Bruno Haible  <bruno@clisp.org>
29511
29512         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29513         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29514         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29515         (malloc): Undefine also before including <stdlib.h>.
29516         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29517         Needed on OSF/1 4.0.
29518
29519 2007-11-05  Jim Meyering  <meyering@redhat.com>
29520
29521         git-version-gen: sync from coreutils.
29522         * build-aux/git-version-gen: Add comments.
29523         Change the first '-' to '.' in the snapshot version string,
29524         e.g., 6.9-377-08144 -> 6.9.377-08144
29525         Remove first parameter.
29526         Don't declare a version "-dirty" merely because a time
29527         stamp has changed.
29528
29529 2007-11-04  Bruno Haible  <bruno@clisp.org>
29530
29531         * lib/lock.h: Protect all macro definitions containing an 'if'
29532         statement through a "do { ... } while (0)".
29533         * lib/tls.h: Likewise.
29534
29535 2007-11-04  Bruno Haible  <bruno@clisp.org>
29536
29537         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29538
29539 2007-11-04  Bruno Haible  <bruno@clisp.org>
29540
29541         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29542         * modules/fprintf-posix (Depends-on): Add nocrash.
29543         * modules/snprintf-posix (Depends-on): Likewise.
29544         * modules/sprintf-posix (Depends-on): Likewise.
29545         * modules/vasnprintf-posix (Depends-on): Likewise.
29546         * modules/vasprintf-posix (Depends-on): Likewise.
29547         * modules/vfprintf-posix (Depends-on): Likewise.
29548         * modules/vsnprintf-posix (Depends-on): Likewise.
29549         * modules/vsprintf-posix (Depends-on): Likewise.
29550         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29551         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29552         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29553         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29554         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29555         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29556         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29557
29558 2007-11-04  Bruno Haible  <bruno@clisp.org>
29559
29560         * modules/nocrash: New file.
29561         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29562         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29563
29564 2007-11-04  Bruno Haible  <bruno@clisp.org>
29565
29566         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29567         precision handling.
29568         * tests/test-vasprintf-posix.c (test_function): Likewise.
29569         * tests/test-snprintf-posix.h (test_function): Likewise.
29570         * tests/test-sprintf-posix.h (test_function): Likewise.
29571
29572         Fix *printf behaviour for large precisions on mingw and BeOS.
29573         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29574         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29575         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29576         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29577         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29578         gl_PRINTF_PRECISION and test its result. Invoke
29579         gl_PREREQ_VASNPRINTF_PRECISION.
29580         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29581         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29582         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29583         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29584         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29585         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29586         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29587         * doc/functions/fprintf.texi: Update.
29588         * doc/functions/printf.texi: Update.
29589         * doc/functions/snprintf.texi: Update.
29590         * doc/functions/sprintf.texi: Update.
29591         * doc/functions/vfprintf.texi: Update.
29592         * doc/functions/vprintf.texi: Update.
29593         * doc/functions/vsnprintf.texi: Update.
29594         * doc/functions/vsprintf.texi: Update.
29595
29596 2007-11-04  Bruno Haible  <bruno@clisp.org>
29597
29598         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29599
29600 2007-11-04  Bruno Haible  <bruno@clisp.org>
29601
29602         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29603         Reported by Sylvain Beucler <beuc@gnu.org>.
29604
29605 2007-11-03  Bruno Haible  <bruno@clisp.org>
29606
29607         * tests/test-fprintf-posix2.sh: New file.
29608         * tests/test-fprintf-posix2.c: New file.
29609         * modules/fprintf-posix-tests (Files): Add them.
29610         (TESTS): Add test-fprintf-posix2.sh.
29611         (configure.ac): Check for getrlimit and setrlimit.
29612         (check_PROGRAMS): Add test-fprintf-posix2.
29613
29614         * tests/test-printf-posix2.sh: New file.
29615         * tests/test-printf-posix2.c: New file.
29616         * modules/printf-posix-tests (Files): Add them.
29617         (TESTS): Add test-printf-posix2.sh.
29618         (configure.ac): Check for getrlimit and setrlimit.
29619         (check_PROGRAMS): Add test-printf-posix2.
29620
29621         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29622         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29623         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29624         (decode_double): New function, copied from decode_long_double.
29625         (scale10_round_decimal_decoded): New function, extracted from
29626         scale10_round_decimal_long_double.
29627         (scale10_round_decimal_long_double): Use it.
29628         (scale10_round_decimal_double): New function.
29629         (floorlog10): New function.
29630         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29631         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29632         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29633         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29634         gl_PRINTF_ENOMEM and test its result. Invoke
29635         gl_PREREQ_VASNPRINTF_ENOMEM.
29636         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29637         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29638         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29639         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29640         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29641         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29642         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29643         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29644         * modules/snprintf-posix (Depends-on): Likewise.
29645         * modules/sprintf-posix (Depends-on): Likewise.
29646         * modules/vasnprintf-posix (Depends-on): Likewise.
29647         * modules/vasprintf-posix (Depends-on): Likewise.
29648         * modules/vfprintf-posix (Depends-on): Likewise.
29649         * modules/vsnprintf-posix (Depends-on): Likewise.
29650         * modules/vsprintf-posix (Depends-on): Likewise.
29651         * doc/functions/fprintf.texi: Update.
29652         * doc/functions/printf.texi: Update.
29653         * doc/functions/snprintf.texi: Update.
29654         * doc/functions/sprintf.texi: Update.
29655         * doc/functions/vfprintf.texi: Update.
29656         * doc/functions/vprintf.texi: Update.
29657         * doc/functions/vsnprintf.texi: Update.
29658         * doc/functions/vsprintf.texi: Update.
29659
29660 2007-11-03  Bruno Haible  <bruno@clisp.org>
29661
29662         * modules/frexp-nolibm-tests: New file.
29663
29664         * modules/frexp-nolibm: New file.
29665         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29666
29667 2007-11-03  Bruno Haible  <bruno@clisp.org>
29668
29669         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29670         value is C99 compliant.
29671         Needed for OSF/1 5.1.
29672
29673 2007-11-03  Bruno Haible  <bruno@clisp.org>
29674
29675         Fix out-of-memory handling of vasnprintf.
29676         * lib/printf-parse.c: Include <errno.h>.
29677         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29678         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29679         is already set.
29680
29681 2007-11-02  Eric Blake  <ebb9@byu.net>
29682
29683         Fix tests on cygwin.
29684         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29685
29686 2007-11-01  Bruno Haible  <bruno@clisp.org>
29687
29688         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29689         warning.
29690         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29691         needed for POSIX compatibility.
29692
29693 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29694
29695         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29696         for compatibility with GNU.
29697
29698 2007-11-01  Bruno Haible  <bruno@clisp.org>
29699
29700         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29701         (putenv): Renamed from rpl_putenv. Change argument type from
29702         'const char *' to 'char *'.
29703         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29704         of defining putenv in config.h, just set REPLACE_PUTENV.
29705         * modules/putenv (Depends-on): Add stdlib.
29706         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29707         (Include): Use <stdlib.h>.
29708         * lib/stdlib.in.h (putenv): New declaration.
29709         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29710         REPLACE_PUTENV.
29711         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29712         REPLACE_PUTENV.
29713         Needed for MacOS X 10.5.0.
29714         Reported by Peter O'Gorman <peter@pogma.com>.
29715
29716 2007-11-01  Jim Meyering  <meyering@redhat.com>
29717
29718         Treat an empty date string exactly like "0".
29719         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29720         if the remaining date string (to be parsed) is empty, use "0".
29721         Reported by Mischa Molhoek and discussed in this thread:
29722         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29723
29724 2007-10-31  Bruno Haible  <bruno@clisp.org>
29725
29726         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29727         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29728         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29729         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29730         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29731         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29732
29733 2007-10-31  Bruno Haible  <bruno@clisp.org>
29734
29735         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29736         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29737         (AC_TYPE_LONG_LONG_INT): Use it.
29738         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29739         it as well.
29740         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29741         to m4/longlong.m4.
29742         * modules/stdint (Files): Remove m4/ulonglong.m4.
29743         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29744         m4/ulonglong.m4.
29745         * modules/strtoumax (Files): Likewise.
29746
29747 2007-10-30  Bruno Haible  <bruno@clisp.org>
29748
29749         * modules/xvasprintf-posix: New file.
29750         Suggested by Eric Blake.
29751
29752 2007-10-30  Bruno Haible  <bruno@clisp.org>
29753
29754         * modules/xprintf-posix-tests: New file.
29755         * tests/test-xprintf-posix.sh: New file.
29756         * tests/test-xprintf-posix.c: New file.
29757         * tests/test-xfprintf-posix.c: New file.
29758
29759         * modules/xprintf-posix: New file.
29760
29761 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29762
29763         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29764         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29765         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29766
29767 2007-10-29  Bruno Haible  <bruno@clisp.org>
29768
29769         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29770         contain the special marker '_cv_'.
29771         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29772         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29773         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29774         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29775         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29776         Reported by Ralf Wildenhues.
29777
29778 2007-10-29  Bruno Haible  <bruno@clisp.org>
29779
29780         * gnulib-tool (func_import): When --lgpl is not specified, set
29781         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29782         GPLv3.
29783         Reported by Simon Josefsson.
29784
29785 2007-10-28  Bruno Haible  <bruno@clisp.org>
29786
29787         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29788         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29789         HAVE_DECL_ISFINITE.
29790         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29791         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29792         HAVE_DECL_ISFINITE.
29793
29794 2007-10-28  Bruno Haible  <bruno@clisp.org>
29795
29796         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29797         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29798
29799 2007-10-28  Bruno Haible  <bruno@clisp.org>
29800
29801         Fix link errors with Sun C 5.0 on Solaris 10.
29802         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29803         function is declared but not present in the compiler's libm.
29804         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29805         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29806         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29807         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29808         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29809         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29810         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29811         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29812         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29813         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29814         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29815         HAVE_DECL_FLOORL.
29816
29817 2007-10-28  Bruno Haible  <bruno@clisp.org>
29818
29819         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29820         gl_FUNC_FLOORL. Cache the result.
29821         (gl_FUNC_FLOORL): Use it.
29822         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29823         gl_FUNC_CEILL. Cache the result.
29824         (gl_FUNC_CEILL): Use it.
29825
29826         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29827         gl_FUNC_FLOOR. Cache the result.
29828         (gl_FUNC_FLOOR): Use it.
29829         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29830         gl_FUNC_CEIL. Cache the result.
29831         (gl_FUNC_CEIL): Use it.
29832
29833         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29834         gl_FUNC_FLOORF. Cache the result.
29835         (gl_FUNC_FLOORF): Use it.
29836         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29837         gl_FUNC_CEILF. Cache the result.
29838         (gl_FUNC_CEILF): Use it.
29839
29840 2007-10-28  Bruno Haible  <bruno@clisp.org>
29841
29842         * gnulib-tool: Allow specifying the LGPL version number through
29843         --lgpl=2 or --lgpl=3.
29844         (func_usage): Document --lgpl with argument.
29845         Handle --lgpl=... arguments.
29846         (func_import): Recognize also gl_LGPL calls with an argument. When
29847         --lgpl=2 is used and the module's license is just LGPL, report an
29848         error. Set sed_transform_lib_file according to the lgpl variable. In
29849         the generated files, use --lgpl or gl_LGPL invocations with argument,
29850         if necessary.
29851         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29852         an LGPv2+ license.
29853         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29854         gl_LGPL macro.
29855
29856 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29857             Bruno Haible  <bruno@clisp.org>
29858
29859         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29860         (u16_uctomb_aux): Likewise.
29861         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29862         !HAVE_INLINE.
29863         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29864
29865 2007-10-28  Bruno Haible  <bruno@clisp.org>
29866
29867         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29868         Invoke AM_GETTEXT_OPTION if it exists.
29869         * modules/vasprintf: Likewise.
29870         * modules/verror: Likewise.
29871         * modules/xprintf: Likewise.
29872         * modules/xvasprintf: Likewise.
29873
29874 2007-10-27  Ben Pfaff  <blp@gnu.org>
29875
29876         * lib/math.in.h: Define isfinite macro and prototypes for
29877         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29878         implementations.
29879         * m4/math_h.m4: New substitutions for isfinite module.
29880         * lib/isfinite.c: New file.
29881         * m4/isfinite.m4: New file.
29882         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29883         * modules/isfinite: New file.
29884         * modules/isfinite-tests: New file.
29885         * tests/tests-isfinite.c: New file.
29886         * doc/functions/isfinite.texi: Mention isfinite module.
29887         * MODULES.html.sh: Mention new module.
29888
29889 2007-10-27  Ben Pfaff  <blp@gnu.org>
29890
29891         Ralf Wildenhues reported that Tru64 4.0D declares the round
29892         functions but does not have definitions.
29893         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29894         cannot be found in any library, set the output variable to
29895         "missing" instead of "".
29896         * m4/round.m4: Also use our substitute if we cannot find round in
29897         any library, even if it is declared.
29898         * m4/roundf.m4: Likewise for roundf.
29899         * m4/roundl.m4: Likewise for roundl.
29900         * lib/math.in.h: Undefine roundf, round, roundl before defining
29901         their replacements, to allow for hypothetical systems where these
29902         may be defined as macros but not available in libraries.
29903
29904 2007-10-27  Bruno Haible  <bruno@clisp.org>
29905
29906         * doc/gnulib.texi: Invoke @firstparagraphindent.
29907         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29908         changes in gnulib.
29909         (Source changes): New section.
29910
29911 2007-10-26  Bruno Haible  <bruno@clisp.org>
29912
29913         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29914         borrowed from autoconf.
29915
29916 2007-10-26  Bruno Haible  <bruno@clisp.org>
29917
29918         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29919         strerror returned the empty string. Needed on HP-UX 11.00.
29920
29921 2007-10-24  Micah Cowan  <micah@cowan.name>
29922
29923         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29924         * build-aux/bootstrap: Remove support for now-unnecessary option,
29925         --cvs-user, and envvars CVS_USER, CVS_RSH.
29926
29927 2007-10-24  Jim Meyering  <meyering@redhat.com>
29928
29929         Avoid diagnostics from sha1sum when there is no cached checksum.
29930         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29931         if the po.s1 file hasn't been created yet.
29932
29933         * build-aux/bootstrap: Sync from coreutils:
29934         2007-10-24  Jim Meyering  <meyering@redhat.com>
29935         Get gnulib from the git repository, not from an obsolete cvs one.
29936         * build-aux/bootstrap: Suggestion from Micah Cowan.
29937         2007-10-04  Jim Meyering  <jim@meyering.net>
29938         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29939         (update_po_files): Work also when there are no .po files in po/.
29940
29941 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29942
29943         * README: Append ".git" to git and cg examples.
29944         Problem reported by Benoit Sigoure.
29945
29946 2007-10-23  Micah Cowan  <micah@cowan.name>
29947
29948         * users.txt: Add wget.
29949
29950 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29951
29952         Fix linking of some unistdio tests on FreeBSD.
29953         * modules/unistdio/u16-vsnprintf-tests
29954         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29955         * modules/unistdio/u16-vsprintf-tests
29956         (test_u16_vsnprintf1_LDADD): Likewise.
29957         * modules/unistdio/u32-vsnprintf-tests
29958         (test_u32_vsnprintf1_LDADD): Likewise.
29959         * modules/unistdio/u32-vsprintf-tests
29960         (test_u32_vsprintf1_LDADD): Likewise.
29961         * modules/unistdio/u8-vsnprintf-tests
29962         (test_u8_vsnprintf1_LDADD): Likewise.
29963         * modules/unistdio/u8-vsprintf-tests
29964         (test_u8_vsprintf1_LDADD): Likewise.
29965         * modules/unistdio/ulc-vsnprintf-tests
29966         (test_ulc_vsnprintf1_LDADD): Likewise.
29967         * modules/unistdio/ulc-vsprintf-tests
29968         (test_ulc_vsprintf1_LDADD): Likewise.
29969
29970         Fix linking of some uniconv tests on FreeBSD.
29971         * modules/uniconv/u16-conv-from-enc-tests
29972         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29973         * modules/uniconv/u16-conv-to-enc-tests
29974         (test_u16_conv_to_enc_LDADD): Likewise.
29975         * modules/uniconv/u16-strconv-from-enc-tests
29976         (test_u16_strconv_from_enc_LDADD): Likewise.
29977         * modules/uniconv/u16-strconv-to-enc-tests
29978         (test_u16_strconv_to_enc_LDADD): Likewise.
29979         * modules/uniconv/u32-conv-from-enc-tests
29980         (test_u32_conv_from_enc_LDADD): Likewise.
29981         * modules/uniconv/u32-conv-to-enc-tests
29982         (test_u32_conv_to_enc_LDADD): Likewise.
29983         * modules/uniconv/u32-strconv-from-enc-tests
29984         (test_u32_strconv_from_enc_LDADD): Likewise.
29985         * modules/uniconv/u32-strconv-to-enc-tests
29986         (test_u32_strconv_to_enc_LDADD): Likewise.
29987         * modules/uniconv/u8-conv-from-enc-tests
29988         (test_u8_conv_from_enc_LDADD): Likewise.
29989         * modules/uniconv/u8-conv-to-enc-tests
29990         (test_u8_conv_to_enc_LDADD): Likewise.
29991         * modules/uniconv/u8-strconv-from-enc-tests
29992         (test_u8_strconv_from_enc_LDADD): Likewise.
29993         * modules/uniconv/u8-strconv-to-enc-tests
29994         (test_u8_strconv_to_enc_LDADD): Likewise.
29995
29996 2007-10-22  Bruno Haible  <bruno@clisp.org>
29997
29998         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29999         size.
30000
30001 2007-10-22  Eric Blake  <ebb9@byu.net>
30002
30003         Tweak x*printf documentation.
30004         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30005         variable name and comments.
30006         Suggested by Bruno Haible.
30007
30008 2007-10-22  Bruno Haible  <bruno@clisp.org>
30009
30010         * lib/acl.c (copy_acl): Fix file name in comment.
30011
30012 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30013
30014         Fix Tru64 problem with stdbool.h.
30015         * lib/stdbool.in.h (false, true):
30016         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30017         Don't declare as an enum in this situation; it runs afoul of Tru64.
30018         Problem reported by Steven M. Schweda in
30019         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30020
30021 2007-10-22  Eric Blake  <ebb9@byu.net>
30022
30023         Also wrap vf?printf.
30024         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30025         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30026         (xvprintf, xvfprintf): New functions.
30027
30028 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30029
30030         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30031         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30032
30033         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30034         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30035
30036 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30037
30038         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30039         by Bruno Haible.
30040
30041 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30042
30043         * lib/getloadavg.c
30044         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30045         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30046
30047         * tests/test-i-ring.c: Work for C89.
30048
30049 2007-10-22  Bruno Haible  <bruno@clisp.org>
30050
30051         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30052         -1u, in preprocessor expression, so that we don't test for the bug
30053         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30054         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30055
30056 2007-10-22  Eric Blake  <ebb9@byu.net>
30057
30058         * tests/test-yesno.sh: Silence stderr during test.
30059
30060 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30061
30062         * modules/crypto/gc-camellia: New file.
30063
30064         * m4/gc-camellia.m4: New file.
30065
30066         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30067
30068         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30069
30070 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30071
30072         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30073         --help to stdout.  Reported by sms@antinode.org (Steven
30074         M. Schweda).
30075
30076 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30077
30078         * users.txt: Fix link to libksba.
30079
30080 2007-10-21  Ben Pfaff  <blp@gnu.org>
30081
30082         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30083         round.c roundf implementation that depends on floorf and ceilf to
30084         be tested unconditionally.
30085
30086 2007-10-21  Ben Pfaff  <blp@gnu.org>
30087
30088         * m4/check-libm-func.m4: Removed.
30089         * m4/check-math-lib.m4: New file.
30090         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30091         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30092         definition and lack of AC_LIBOBJ([roundf]).
30093         * m4/roundl.m4: Ditto, and similarly for roundl.
30094         * modules/round: Reference new m4 file.
30095         * modules/roundf: Ditto.
30096         * modules/roundl: Ditto.
30097         * tests/test-round2.c (main): Use ROUND instead of round.
30098         Bug report from Bruno Haible.
30099
30100 2007-10-21  Bruno Haible  <bruno@clisp.org>
30101
30102         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30103         context.
30104
30105 2007-10-21  Bruno Haible  <bruno@clisp.org>
30106
30107         * tests/test-wcwidth.c (main): Allow negative result for some control
30108         characters.
30109
30110         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30111         Needed on OSF/1 5.1.
30112
30113 2007-10-21  Bruno Haible  <bruno@clisp.org>
30114
30115         * tests/test-floorf1.c: Include isnanf.h.
30116         (main): Use isnanf() instead of isnan().
30117         * tests/test-ceilf1.c: Include isnanf.h.
30118         (main): Use isnanf() instead of isnan().
30119         * tests/test-truncf1.c: Include isnanf.h.
30120         (main): Use isnanf() instead of isnan().
30121         * tests/test-roundf1.c: Include isnanf.h.
30122         (main): Use isnanf() instead of isnan().
30123
30124 2007-10-21  Eric Blake  <ebb9@byu.net>
30125
30126         * users.txt: Update URL for m4.
30127
30128 2007-10-21  Bruno Haible  <bruno@clisp.org>
30129
30130         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30131
30132 2007-10-21  Bruno Haible  <bruno@clisp.org>
30133
30134         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30135         Git's management files if the CVS files are not present.
30136
30137 2007-10-20  Bruno Haible  <bruno@clisp.org>
30138
30139         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30140         gcc-3.4.x.
30141
30142 2007-10-20  Ben Pfaff  <blp@gnu.org>
30143
30144         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30145         implementations.
30146         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30147         * lib/round.c: New file.
30148         * lib/roundf.c: New file.
30149         * lib/roundl.c: New file.
30150         * m4/round.m4: New file.
30151         * m4/roundf.m4: New file.
30152         * m4/roundl.m4: New file.
30153         * m4/check-libm-func-m4: New file.
30154         * modules/math: Replace round, roundf, roundl related @VARS@ in
30155         math.in.h.
30156         * modules/round: New file.
30157         * modules/round-tests: New file.
30158         * modules/roundf: New file.
30159         * modules/roundf-tests: New file.
30160         * modules/roundl: New file.
30161         * modules/roundl-tests: New file.
30162         * tests/test-round1.c: New file.
30163         * tests/test-round2.c: New file.
30164         * tests/test-roundf1.c: New file.
30165         * tests/test-roundf2.c: New file.
30166         * tests/test-roundl.c: New file.
30167         * doc/functions/round.texi: Mention round module.
30168         * doc/functions/roundf.texi: Mention roundf module.
30169         * doc/functions/roundl.texi: Mention roundl module.
30170         * MODULES.html.sh: Mention new modules.
30171         Thanks to Bruno Haible for suggestions.
30172
30173 2007-10-20  Jim Meyering  <meyering@redhat.com>
30174
30175         * lib/xprintf.c: Include <config.h> unconditionally.
30176
30177         Change xprintf's license to GPL.
30178         * modules/xprintf (License): s/LGPL/GPL/, since this module
30179         depends on modules (exit and exitfail) which are GPL.
30180         Suggestion from Bruno Haible.
30181
30182         xprintf fixes.
30183         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30184         Use a clearer diagnostic.
30185         Patch from Bruno Haible.
30186
30187 2007-10-20  Bruno Haible  <bruno@clisp.org>
30188
30189         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30190         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30191         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30192
30193 2007-10-20  Bruno Haible  <bruno@clisp.org>
30194
30195         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30196         precision in the comparison result > x - 1 or similar.
30197         * tests/test-ceilf2.c (correct_result_p): Likewise.
30198         * tests/test-truncf2.c (correct_result_p): Likewise.
30199         * tests/test-trunc2.c (correct_result_p): Likewise.
30200         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30201
30202 2007-10-20  Bruno Haible  <bruno@clisp.org>
30203
30204         * modules/ceil: New file.
30205         * m4/ceil.m4: New file.
30206         * doc/functions/ceil.texi: Mention the 'ceil' module.
30207
30208 2007-10-20  Bruno Haible  <bruno@clisp.org>
30209
30210         * modules/floor: New file.
30211         * m4/floor.m4: New file.
30212         * doc/functions/floor.texi: Mention the 'floor' module.
30213
30214 2007-10-20  Bruno Haible  <bruno@clisp.org>
30215
30216         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30217         of %a.
30218         * modules/floorf-tests (Depends-on): Likewise.
30219         * modules/truncf-tests (Depends-on): Likewise.
30220         * modules/trunc-tests (Depends-on): Likewise.
30221         Reported by Ben Pfaff.
30222
30223 2007-10-19  Jim Meyering  <meyering@redhat.com>
30224
30225         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30226         Don't bother testing specific errno values.  Just test ferror.
30227
30228         New module: xprintf
30229         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30230
30231 2007-10-19  Bruno Haible  <bruno@clisp.org>
30232
30233         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30234         syntax.
30235         * modules/javaexec (Makefile.am): Likewise.
30236         * modules/relocatable-prog (Makefile.am): Likewise.
30237         Suggested by Jim Meyering.
30238
30239 2007-10-18  Bruno Haible  <bruno@clisp.org>
30240
30241         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30242         Reported by Jim Meyering.
30243
30244 2007-10-18  Eric Blake  <ebb9@byu.net>
30245
30246         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30247
30248 2007-10-18  Bruno Haible  <bruno@clisp.org>
30249
30250         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30251         the format string into writable memory. Needed in Fortify conditions.
30252
30253 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30254             Bruno Haible  <bruno@clisp.org>
30255
30256         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30257         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30258         * modules/trim (Depends-on): Add mbchar.
30259         (configure.ac): Add gl_FUNC_MBRTOWC.
30260         (Makefile.am): Augment lib_SOURCES.
30261
30262 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30263
30264         Modify glob.c to use fstatat and dirfd, to simplify it.
30265         Suggested by Eric Blake.
30266         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30267         Don't include <stdbool.h>; not used.
30268         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30269         (link_exists_p): Simplify implementation, since we can now assume
30270         dirfd and fstatat.
30271         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30272
30273 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30274
30275         * gnulib-tool (func_get_dependencies): Fix sed script to
30276         match only tests.
30277
30278 2007-10-17  Bruno Haible  <bruno@clisp.org>
30279
30280         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30281         allow locale names without encoding suffix.
30282         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30283         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30284
30285 2007-10-16  Bruno Haible  <bruno@clisp.org>
30286
30287         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30288         * lib/getgroups.c (getgroups): Likewise.
30289         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30290
30291 2007-10-16  Bruno Haible  <bruno@clisp.org>
30292
30293         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30294         * modules/malloc-posix (License): Likewise.
30295         * modules/realloc-posix (License): Likewise.
30296         * modules/calloc-posix (License): Likewise.
30297         * modules/intprops (License): Change from GPL to LGPL, with
30298         Paul Eggert's approval.
30299
30300 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30301
30302         Merge glibc changes into lib/glob.c.
30303
30304         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30305         2007-10-15 04:59:03 UTC.  Here are the changes:
30306
30307         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30308
30309         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30310
30311         * lib/glob.c: Add some branch prediction throughout.
30312
30313         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30314
30315         [BZ #5103]
30316         * lib/glob.c (glob): Recognize patterns starting \/.
30317
30318         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30319
30320         [BZ #3996]
30321         * lib/glob.c (attribute_hidden): Define if not defined.
30322         (glob): Unescape dirname, filename or username when needed and not
30323         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30324         is NULL.  Handle unescaped [ in pattern without closing ].
30325         Don't pass GLOB_CHECK down to recursive glob for directories.
30326         (__glob_pattern_type): New function.
30327         (__glob_pattern_p): Implement using __glob_pattern_type.
30328         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30329         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30330         Remove unreachable code.
30331
30332         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30333
30334         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30335         explain why there are no leaks.
30336
30337         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30338
30339         [BZ #3253]
30340         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30341         time, rather allocate increasingly bigger arrays of pointers, if
30342         possible with alloca, if too large with malloc.
30343
30344 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30345
30346         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30347         Problem reported by H.Merijn Brand in
30348         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30349         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30350         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30351
30352 2007-10-15  Bruno Haible  <bruno@clisp.org>
30353
30354         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30355         with explicit rpl_ prefix.
30356         * lib/fopen.c (fopen): Likewise.
30357         * lib/freopen.c (freopen): Likewise.
30358         * lib/iconv.c (iconv): Likewise.
30359         * lib/iconv_close.c (iconv_close): Likewise.
30360
30361 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30362
30363         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30364
30365 2007-10-15  Bruno Haible  <bruno@clisp.org>
30366
30367         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30368         <stddef.h> instead of <stdlib.h> since we only need NULL.
30369         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30370
30371 2007-10-15  Bruno Haible  <bruno@clisp.org>
30372
30373         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30374         Replace paragraph talking about LIBOBJS.
30375         Reported by Colin Watson <cjwatson@debian.org>.
30376
30377 2007-10-15  Bruno Haible  <bruno@clisp.org>
30378
30379         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30380         <stdlib.h> before using NULL.
30381
30382 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30383
30384         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30385         Reported by Albert Chin <china@thewrittenword.com>.
30386
30387 2007-10-14  Bruno Haible  <bruno@clisp.org>
30388
30389         * modules/iconv_open-utf-tests: New file.
30390         * tests/test-iconv-utf.c: New file.
30391
30392         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30393         * modules/iconv_open-utf: New file.
30394         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30395         (iconv, iconv_close): New declarations.
30396         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30397         be defined.
30398         (iconv_open): Add special handling of conversion between UTF-8 and
30399         UTF-{16,32}{BE,LE}.
30400         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30401         * lib/iconv_close.c: New file.
30402         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30403         gl_FUNC_ICONV_OPEN.
30404         (gl_FUNC_ICONV_OPEN): Use it.
30405         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30406         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30407         and REPLACE_ICONV_UTF.
30408         * modules/iconv_open (Depends-on): Add c-strcase.
30409         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30410         ICONV_CONST.
30411         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30412
30413 2007-10-13  Albert Chin  <china@thewrittenword.com>
30414             Bruno Haible  <bruno@clisp.org>
30415
30416         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30417         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30418
30419 2007-10-13  Bruno Haible  <bruno@clisp.org>
30420
30421         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30422         defined, use the ISO C99 inline semantics.
30423         * lib/argp.h (ARGP_EI): Likewise.
30424
30425 2007-10-13  Bruno Haible  <bruno@clisp.org>
30426
30427         Handle 'inline' change in gcc 4.3.0.
30428         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30429         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30430         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30431         argp_fmtstream_point): Disable 'extern' declaration if the function
30432         definition is going to be provided inline.
30433         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30434         semantics, not the ISO C99 inline semantics.
30435         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30436         'extern' declaration if the function definition is going to be provided
30437         inline.
30438         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30439         the GNU C inline semantics, not the ISO C99 inline semantics. With
30440         GCC 4.2, avoid a warning.
30441
30442 2007-10-13  Bruno Haible  <bruno@clisp.org>
30443
30444         * lib/freading.h (freading): Enable the use of __freading for
30445         glibc >= 2.7.
30446         * lib/freading.c (freading): Likewise.
30447
30448 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30449
30450         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30451         "warning: C99 inline functions are not supported; using GNU89".
30452
30453 2007-10-12  Bruno Haible  <bruno@clisp.org>
30454
30455         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30456         of 2.
30457         * tests/test-ceilf2.c: New file.
30458         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30459
30460         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30461         * modules/ceilf-tests: Update.
30462
30463 2007-10-12  Bruno Haible  <bruno@clisp.org>
30464
30465         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30466         of 2.
30467         * tests/test-floorf2.c: New file.
30468         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30469
30470         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30471         * modules/floorf-tests: Update.
30472
30473 2007-10-12  Bruno Haible  <bruno@clisp.org>
30474
30475         * tests/test-trunc2.c: New file.
30476         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30477
30478         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30479         * modules/trunc-tests: Update.
30480
30481 2007-10-12  Bruno Haible  <bruno@clisp.org>
30482
30483         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30484         of 2.
30485         * tests/test-truncf2.c: New file.
30486         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30487
30488         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30489         * modules/truncf-tests: Update.
30490
30491 2007-10-11  Eric Blake  <ebb9@byu.net>
30492
30493         Don't claim strerror is broken on Interix.
30494         * doc/functions/strerror.texi (strerror): Known broken systems are
30495         now Solaris 8, and not Interix.
30496         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30497         Interix on cross-compile.
30498         Reported by Martin Koeppe in
30499         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30500
30501 2007-10-11  Bruno Haible  <bruno@clisp.org>
30502
30503         * modules/i-ring-tests: New file.
30504         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30505         instead of assert.
30506
30507 2007-10-11  Bruno Haible  <bruno@clisp.org>
30508
30509         * modules/filenamecat-tests: New file.
30510         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30511         * lib/filenamecat.c: Remove test code.
30512
30513 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30514
30515         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30516
30517         * lib/strerror.c: Include <string.h> always, to test interface,
30518         and to remove the need for the dummy.
30519         Include intprops.h to compute width instead of doing it ourselves
30520         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30521         (strerror): Define it to return NULL if there's no system strerror.
30522         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30523         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30524         ancient pre-strerror Unix systems well any more.  Saying "unknown
30525         system error" is enough.
30526         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30527         simpler strerror.c implementation.
30528         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30529         Simplify the tests to reflect the simpler strerror implementation.
30530         * modules/strerror (Depends-on): Add intprops.
30531
30532 2007-10-09  Eric Blake  <ebb9@byu.net>
30533
30534         Silence test-fpending.
30535         * modules/fpending-tests (Files): Add wrapper script.
30536         * tests/test-fpending.sh: New file.
30537
30538 2007-10-09  Bruno Haible  <bruno@clisp.org>
30539
30540         * MODULES.html.sh (func_module): Don't create a hyperlink for
30541         function names like 'printf_frexp'.
30542         (Misc): Add crc, memxor.
30543         (Characteristics of floating types): New section.
30544         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30545         isnanf-nolibm, signbit, trunc, truncf, truncl.
30546         (Enhancements for ISO C 99 functions): New subsection Input/output.
30547         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30548         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30549         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30550         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30551         (Enhancements for POSIX:2001 functions): Add chdir-long.
30552         (File system functions): Add areadlink, chdir-safer, read-file.
30553         Remove cycle-check.
30554         (File system as inode set): New section.
30555         (Date and time): Add gethrxtime.
30556         (Multithreading): Add openmp.
30557         (Internationalization functions): Add localename.
30558         (Unicode string functions): Add unistr/u*-mbsnlen.
30559         (Support for maintaining and releasing projects): Add git-version-gen.
30560         (Lone files): Remove directories.
30561
30562 2007-10-08  Ben Pfaff  <blp@gnu.org>
30563
30564         * lib/xmalloca.h: Fix typo in comment.
30565
30566 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30567
30568         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30569         when avoiding problems with integer overflow.  Use a portable test
30570         instead.
30571
30572 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30573
30574         * modules/dummy (License): Change to LGPLv2+.
30575         * modules/float (License): Likewise
30576         * modules/realloc (License): Likewise
30577         * modules/stdlib (License): Likewise
30578
30579 2007-10-07  Bruno Haible  <bruno@clisp.org>
30580
30581         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30582         * floor.c (TWO_MANT_DIG): Likewise.
30583         * ceil.c (TWO_MANT_DIG): Likewise.
30584         Reported by Ben Pfaff.
30585
30586 2007-10-07  Bruno Haible  <bruno@clisp.org>
30587
30588         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30589         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30590         * lib/frexp.c (FUNC): Likewise.
30591         * lib/printf-frexp.h (printf_frexp): Likewise.
30592         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30593         * lib/printf-frexp.c (FUNC): Likewise.
30594         Suggested by Jim Meyering.
30595
30596 2007-10-07  Jim Meyering  <meyering@redhat.com>
30597
30598         Make xnanosleep's integer overflow test more robust.
30599         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30600         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30601
30602 2007-10-07  Bruno Haible  <bruno@clisp.org>
30603
30604         * NEWS: Mention the license change.
30605
30606         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30607         abbreviations in the modules files.
30608
30609         Change copyright notice from GPLv2+ to GPLv3+.
30610         * README: Change copyright notice.
30611         * MODULES.html.sh: Likewise.
30612         * build-aux/bootstrap.conf: Likewise.
30613         * build-aux/config.libpath: Likewise.
30614         * build-aux/csharpcomp.sh.in: Likewise.
30615         * build-aux/csharpexec.sh.in: Likewise.
30616         * build-aux/install-reloc: Likewise.
30617         * build-aux/javacomp.sh.in: Likewise.
30618         * build-aux/javaexec.sh.in: Likewise.
30619         * build-aux/ldd.sh.in: Likewise.
30620         * build-aux/reloc-ldflags: Likewise.
30621         * build-aux/relocatable.sh.in: Likewise.
30622         * build-aux/x-to-1.in: Likewise.
30623         * check-module: Likewise.
30624         * config/srclistvars.sh: Likewise.
30625         * gnulib-tool: Likewise.
30626         * lib/acl-internal.h: Likewise.
30627         * lib/acl.c: Likewise.
30628         * lib/acl.h: Likewise.
30629         * lib/acl_entries.c: Likewise.
30630         * lib/areadlink-with-size.c: Likewise.
30631         * lib/areadlink.c: Likewise.
30632         * lib/areadlink.h: Likewise.
30633         * lib/argmatch.c: Likewise.
30634         * lib/argmatch.h: Likewise.
30635         * lib/argp-ba.c: Likewise.
30636         * lib/argp-eexst.c: Likewise.
30637         * lib/argp-fmtstream.c: Likewise.
30638         * lib/argp-fmtstream.h: Likewise.
30639         * lib/argp-fs-xinl.c: Likewise.
30640         * lib/argp-help.c: Likewise.
30641         * lib/argp-namefrob.h: Likewise.
30642         * lib/argp-parse.c: Likewise.
30643         * lib/argp-pin.c: Likewise.
30644         * lib/argp-pv.c: Likewise.
30645         * lib/argp-pvh.c: Likewise.
30646         * lib/argp-xinl.c: Likewise.
30647         * lib/argp.h: Likewise.
30648         * lib/at-func.c: Likewise.
30649         * lib/atanl.c: Likewise.
30650         * lib/backupfile.c: Likewise.
30651         * lib/backupfile.h: Likewise.
30652         * lib/basename.c: Likewise.
30653         * lib/binary-io.h: Likewise.
30654         * lib/byteswap.in.h: Likewise.
30655         * lib/c-stack.c: Likewise.
30656         * lib/c-stack.h: Likewise.
30657         * lib/c-strcasestr.c: Likewise.
30658         * lib/c-strcasestr.h: Likewise.
30659         * lib/c-strstr.c: Likewise.
30660         * lib/c-strstr.h: Likewise.
30661         * lib/c-strtod.c: Likewise.
30662         * lib/calloc.c: Likewise.
30663         * lib/canon-host.c: Likewise.
30664         * lib/canon-host.h: Likewise.
30665         * lib/canonicalize-lgpl.c: Likewise.
30666         * lib/canonicalize.c: Likewise.
30667         * lib/canonicalize.h: Likewise.
30668         * lib/ceil.c: Likewise.
30669         * lib/ceilf.c: Likewise.
30670         * lib/ceill.c: Likewise.
30671         * lib/chdir-long.c: Likewise.
30672         * lib/chdir-long.h: Likewise.
30673         * lib/chdir-safer.c: Likewise.
30674         * lib/chdir-safer.h: Likewise.
30675         * lib/chown.c: Likewise.
30676         * lib/classpath.c: Likewise.
30677         * lib/classpath.h: Likewise.
30678         * lib/clean-temp.c: Likewise.
30679         * lib/clean-temp.h: Likewise.
30680         * lib/cloexec.c: Likewise.
30681         * lib/close-stream.c: Likewise.
30682         * lib/closein.c: Likewise.
30683         * lib/closein.h: Likewise.
30684         * lib/closeout.c: Likewise.
30685         * lib/closeout.h: Likewise.
30686         * lib/concat-filename.c: Likewise.
30687         * lib/copy-file.c: Likewise.
30688         * lib/copy-file.h: Likewise.
30689         * lib/count-one-bits.h: Likewise.
30690         * lib/crc.c: Likewise.
30691         * lib/crc.h: Likewise.
30692         * lib/creat-safer.c: Likewise.
30693         * lib/csharpcomp.c: Likewise.
30694         * lib/csharpcomp.h: Likewise.
30695         * lib/csharpexec.c: Likewise.
30696         * lib/csharpexec.h: Likewise.
30697         * lib/cycle-check.c: Likewise.
30698         * lib/cycle-check.h: Likewise.
30699         * lib/diacrit.c: Likewise.
30700         * lib/diacrit.h: Likewise.
30701         * lib/diffseq.h: Likewise.
30702         * lib/dirchownmod.c: Likewise.
30703         * lib/dirent.in.h: Likewise.
30704         * lib/dirfd.c: Likewise.
30705         * lib/dirfd.h: Likewise.
30706         * lib/dirname.c: Likewise.
30707         * lib/dirname.h: Likewise.
30708         * lib/dummy.c: Likewise.
30709         * lib/dup-safer.c: Likewise.
30710         * lib/dup2.c: Likewise.
30711         * lib/eealloc.h: Likewise.
30712         * lib/error.c: Likewise.
30713         * lib/error.h: Likewise.
30714         * lib/euidaccess.c: Likewise.
30715         * lib/exclude.c: Likewise.
30716         * lib/exclude.h: Likewise.
30717         * lib/execute.c: Likewise.
30718         * lib/execute.h: Likewise.
30719         * lib/exitfail.c: Likewise.
30720         * lib/exitfail.h: Likewise.
30721         * lib/expl.c: Likewise.
30722         * lib/fatal-signal.c: Likewise.
30723         * lib/fatal-signal.h: Likewise.
30724         * lib/fbufmode.c: Likewise.
30725         * lib/fbufmode.h: Likewise.
30726         * lib/fchdir.c: Likewise.
30727         * lib/fchmodat.c: Likewise.
30728         * lib/fchownat.c: Likewise.
30729         * lib/fcntl--.h: Likewise.
30730         * lib/fcntl-safer.h: Likewise.
30731         * lib/fcntl.in.h: Likewise.
30732         * lib/fd-safer.c: Likewise.
30733         * lib/fflush.c: Likewise.
30734         * lib/file-has-acl.c: Likewise.
30735         * lib/file-set.c: Likewise.
30736         * lib/file-type.c: Likewise.
30737         * lib/file-type.h: Likewise.
30738         * lib/fileblocks.c: Likewise.
30739         * lib/filemode.c: Likewise.
30740         * lib/filemode.h: Likewise.
30741         * lib/filename.h: Likewise.
30742         * lib/filenamecat.c: Likewise.
30743         * lib/filenamecat.h: Likewise.
30744         * lib/findprog.c: Likewise.
30745         * lib/findprog.h: Likewise.
30746         * lib/float.in.h: Likewise.
30747         * lib/floor.c: Likewise.
30748         * lib/floorf.c: Likewise.
30749         * lib/floorl.c: Likewise.
30750         * lib/fopen-safer.c: Likewise.
30751         * lib/fopen.c: Likewise.
30752         * lib/fpending.c: Likewise.
30753         * lib/fpending.h: Likewise.
30754         * lib/fprintf.c: Likewise.
30755         * lib/fprintftime.h: Likewise.
30756         * lib/fpucw.h: Likewise.
30757         * lib/fpurge.c: Likewise.
30758         * lib/fpurge.h: Likewise.
30759         * lib/freadable.c: Likewise.
30760         * lib/freadable.h: Likewise.
30761         * lib/freadahead.c: Likewise.
30762         * lib/freadahead.h: Likewise.
30763         * lib/freading.c: Likewise.
30764         * lib/freading.h: Likewise.
30765         * lib/free.c: Likewise.
30766         * lib/freopen.c: Likewise.
30767         * lib/frexp.c: Likewise.
30768         * lib/frexpl.c: Likewise.
30769         * lib/fseek.c: Likewise.
30770         * lib/fseterr.c: Likewise.
30771         * lib/fseterr.h: Likewise.
30772         * lib/fstatat.c: Likewise.
30773         * lib/fstrcmp.c: Likewise.
30774         * lib/fstrcmp.h: Likewise.
30775         * lib/fsusage.c: Likewise.
30776         * lib/fsusage.h: Likewise.
30777         * lib/ftell.c: Likewise.
30778         * lib/ftello.c: Likewise.
30779         * lib/fts-cycle.c: Likewise.
30780         * lib/fts.c: Likewise.
30781         * lib/fts_.h: Likewise.
30782         * lib/full-read.c: Likewise.
30783         * lib/full-read.h: Likewise.
30784         * lib/full-write.c: Likewise.
30785         * lib/full-write.h: Likewise.
30786         * lib/fwritable.c: Likewise.
30787         * lib/fwritable.h: Likewise.
30788         * lib/fwriteerror.c: Likewise.
30789         * lib/fwriteerror.h: Likewise.
30790         * lib/fwriting.c: Likewise.
30791         * lib/fwriting.h: Likewise.
30792         * lib/gcd.c: Likewise.
30793         * lib/gcd.h: Likewise.
30794         * lib/getcwd.c: Likewise.
30795         * lib/getdate.h: Likewise.
30796         * lib/getdate.y: Likewise.
30797         * lib/getdomainname.c: Likewise.
30798         * lib/getdomainname.h: Likewise.
30799         * lib/getgroups.c: Likewise.
30800         * lib/gethostname.c: Likewise.
30801         * lib/gethrxtime.c: Likewise.
30802         * lib/gethrxtime.h: Likewise.
30803         * lib/getloadavg.c: Likewise.
30804         * lib/getndelim2.c: Likewise.
30805         * lib/getndelim2.h: Likewise.
30806         * lib/getnline.c: Likewise.
30807         * lib/getnline.h: Likewise.
30808         * lib/getopt.c: Likewise.
30809         * lib/getopt.in.h: Likewise.
30810         * lib/getopt1.c: Likewise.
30811         * lib/getopt_int.h: Likewise.
30812         * lib/getpagesize.h: Likewise.
30813         * lib/getsubopt.c: Likewise.
30814         * lib/gettime.c: Likewise.
30815         * lib/getugroups.c: Likewise.
30816         * lib/getugroups.h: Likewise.
30817         * lib/getusershell.c: Likewise.
30818         * lib/gl_anyavltree_list1.h: Likewise.
30819         * lib/gl_anyavltree_list2.h: Likewise.
30820         * lib/gl_anyhash_list1.h: Likewise.
30821         * lib/gl_anyhash_list2.h: Likewise.
30822         * lib/gl_anylinked_list1.h: Likewise.
30823         * lib/gl_anylinked_list2.h: Likewise.
30824         * lib/gl_anyrbtree_list1.h: Likewise.
30825         * lib/gl_anyrbtree_list2.h: Likewise.
30826         * lib/gl_anytree_list1.h: Likewise.
30827         * lib/gl_anytree_list2.h: Likewise.
30828         * lib/gl_anytree_oset.h: Likewise.
30829         * lib/gl_anytreehash_list1.h: Likewise.
30830         * lib/gl_anytreehash_list2.h: Likewise.
30831         * lib/gl_array_list.c: Likewise.
30832         * lib/gl_array_list.h: Likewise.
30833         * lib/gl_array_oset.c: Likewise.
30834         * lib/gl_array_oset.h: Likewise.
30835         * lib/gl_avltree_list.c: Likewise.
30836         * lib/gl_avltree_list.h: Likewise.
30837         * lib/gl_avltree_oset.c: Likewise.
30838         * lib/gl_avltree_oset.h: Likewise.
30839         * lib/gl_avltreehash_list.c: Likewise.
30840         * lib/gl_avltreehash_list.h: Likewise.
30841         * lib/gl_carray_list.c: Likewise.
30842         * lib/gl_carray_list.h: Likewise.
30843         * lib/gl_linked_list.c: Likewise.
30844         * lib/gl_linked_list.h: Likewise.
30845         * lib/gl_linkedhash_list.c: Likewise.
30846         * lib/gl_linkedhash_list.h: Likewise.
30847         * lib/gl_list.c: Likewise.
30848         * lib/gl_list.h: Likewise.
30849         * lib/gl_oset.c: Likewise.
30850         * lib/gl_oset.h: Likewise.
30851         * lib/gl_rbtree_list.c: Likewise.
30852         * lib/gl_rbtree_list.h: Likewise.
30853         * lib/gl_rbtree_oset.c: Likewise.
30854         * lib/gl_rbtree_oset.h: Likewise.
30855         * lib/gl_rbtreehash_list.c: Likewise.
30856         * lib/gl_rbtreehash_list.h: Likewise.
30857         * lib/gl_sublist.c: Likewise.
30858         * lib/gl_sublist.h: Likewise.
30859         * lib/group-member.c: Likewise.
30860         * lib/group-member.h: Likewise.
30861         * lib/hard-locale.c: Likewise.
30862         * lib/hard-locale.h: Likewise.
30863         * lib/hash-pjw.c: Likewise.
30864         * lib/hash-pjw.h: Likewise.
30865         * lib/hash-triple.c: Likewise.
30866         * lib/hash.c: Likewise.
30867         * lib/hash.h: Likewise.
30868         * lib/human.c: Likewise.
30869         * lib/human.h: Likewise.
30870         * lib/i-ring.c: Likewise.
30871         * lib/i-ring.h: Likewise.
30872         * lib/idcache.c: Likewise.
30873         * lib/imaxabs.c: Likewise.
30874         * lib/imaxdiv.c: Likewise.
30875         * lib/inet_pton.c: Likewise.
30876         * lib/inet_pton.h: Likewise.
30877         * lib/intprops.h: Likewise.
30878         * lib/inttostr.c: Likewise.
30879         * lib/inttostr.h: Likewise.
30880         * lib/inttypes.in.h: Likewise.
30881         * lib/isapipe.c: Likewise.
30882         * lib/isdir.c: Likewise.
30883         * lib/isnan.c: Likewise.
30884         * lib/isnan.h: Likewise.
30885         * lib/isnanf.c: Likewise.
30886         * lib/isnanf.h: Likewise.
30887         * lib/isnanl-nolibm.h: Likewise.
30888         * lib/isnanl.c: Likewise.
30889         * lib/isnanl.h: Likewise.
30890         * lib/javacomp.c: Likewise.
30891         * lib/javacomp.h: Likewise.
30892         * lib/javaexec.c: Likewise.
30893         * lib/javaexec.h: Likewise.
30894         * lib/javaversion.c: Likewise.
30895         * lib/javaversion.h: Likewise.
30896         * lib/javaversion.java: Likewise.
30897         * lib/lbrkprop.h: Likewise.
30898         * lib/lchmod.h: Likewise.
30899         * lib/lchown.c: Likewise.
30900         * lib/ldexpl.c: Likewise.
30901         * lib/linebreak.c: Likewise.
30902         * lib/linebreak.h: Likewise.
30903         * lib/linebuffer.c: Likewise.
30904         * lib/linebuffer.h: Likewise.
30905         * lib/locale.in.h: Likewise.
30906         * lib/logl.c: Likewise.
30907         * lib/long-options.c: Likewise.
30908         * lib/long-options.h: Likewise.
30909         * lib/lstat.c: Likewise.
30910         * lib/lstat.h: Likewise.
30911         * lib/math.in.h: Likewise.
30912         * lib/mbchar.c: Likewise.
30913         * lib/mbchar.h: Likewise.
30914         * lib/mbfile.h: Likewise.
30915         * lib/mbiter.h: Likewise.
30916         * lib/mbscasecmp.c: Likewise.
30917         * lib/mbscasestr.c: Likewise.
30918         * lib/mbschr.c: Likewise.
30919         * lib/mbscspn.c: Likewise.
30920         * lib/mbslen.c: Likewise.
30921         * lib/mbsncasecmp.c: Likewise.
30922         * lib/mbsnlen.c: Likewise.
30923         * lib/mbspbrk.c: Likewise.
30924         * lib/mbspcasecmp.c: Likewise.
30925         * lib/mbsrchr.c: Likewise.
30926         * lib/mbssep.c: Likewise.
30927         * lib/mbsspn.c: Likewise.
30928         * lib/mbsstr.c: Likewise.
30929         * lib/mbstok_r.c: Likewise.
30930         * lib/mbswidth.c: Likewise.
30931         * lib/mbswidth.h: Likewise.
30932         * lib/mbuiter.h: Likewise.
30933         * lib/memcasecmp.c: Likewise.
30934         * lib/memcasecmp.h: Likewise.
30935         * lib/memchr.c: Likewise.
30936         * lib/memcmp.c: Likewise.
30937         * lib/memcoll.c: Likewise.
30938         * lib/memcoll.h: Likewise.
30939         * lib/memcpy.c: Likewise.
30940         * lib/memrchr.c: Likewise.
30941         * lib/mkancesdirs.c: Likewise.
30942         * lib/mkdir-p.c: Likewise.
30943         * lib/mkdir-p.h: Likewise.
30944         * lib/mkdir.c: Likewise.
30945         * lib/mkdirat.c: Likewise.
30946         * lib/mkdtemp.c: Likewise.
30947         * lib/mkstemp-safer.c: Likewise.
30948         * lib/mkstemp.c: Likewise.
30949         * lib/modechange.c: Likewise.
30950         * lib/modechange.h: Likewise.
30951         * lib/mountlist.c: Likewise.
30952         * lib/mountlist.h: Likewise.
30953         * lib/mpsort.c: Likewise.
30954         * lib/nanosleep.c: Likewise.
30955         * lib/obstack.c: Likewise.
30956         * lib/obstack.h: Likewise.
30957         * lib/open-safer.c: Likewise.
30958         * lib/open.c: Likewise.
30959         * lib/openat-die.c: Likewise.
30960         * lib/openat-priv.h: Likewise.
30961         * lib/openat-proc.c: Likewise.
30962         * lib/openat.c: Likewise.
30963         * lib/openat.h: Likewise.
30964         * lib/pagealign_alloc.c: Likewise.
30965         * lib/pagealign_alloc.h: Likewise.
30966         * lib/physmem.c: Likewise.
30967         * lib/physmem.h: Likewise.
30968         * lib/pipe-safer.c: Likewise.
30969         * lib/pipe.c: Likewise.
30970         * lib/pipe.h: Likewise.
30971         * lib/posixtm.c: Likewise.
30972         * lib/posixtm.h: Likewise.
30973         * lib/posixver.c: Likewise.
30974         * lib/printf-frexp.c: Likewise.
30975         * lib/printf-frexp.h: Likewise.
30976         * lib/printf-frexpl.c: Likewise.
30977         * lib/printf-frexpl.h: Likewise.
30978         * lib/printf.c: Likewise.
30979         * lib/progname.c: Likewise.
30980         * lib/progname.h: Likewise.
30981         * lib/progreloc.c: Likewise.
30982         * lib/putenv.c: Likewise.
30983         * lib/quote.c: Likewise.
30984         * lib/quote.h: Likewise.
30985         * lib/quotearg.c: Likewise.
30986         * lib/quotearg.h: Likewise.
30987         * lib/raise.c: Likewise.
30988         * lib/readline.c: Likewise.
30989         * lib/readline.h: Likewise.
30990         * lib/readlink.c: Likewise.
30991         * lib/readtokens.c: Likewise.
30992         * lib/readtokens.h: Likewise.
30993         * lib/readtokens0.c: Likewise.
30994         * lib/readtokens0.h: Likewise.
30995         * lib/readutmp.c: Likewise.
30996         * lib/readutmp.h: Likewise.
30997         * lib/realloc.c: Likewise.
30998         * lib/relocwrapper.c: Likewise.
30999         * lib/rename-dest-slash.c: Likewise.
31000         * lib/rename.c: Likewise.
31001         * lib/rmdir.c: Likewise.
31002         * lib/rpmatch.c: Likewise.
31003         * lib/safe-read.c: Likewise.
31004         * lib/safe-read.h: Likewise.
31005         * lib/safe-write.c: Likewise.
31006         * lib/safe-write.h: Likewise.
31007         * lib/same-inode.h: Likewise.
31008         * lib/same.c: Likewise.
31009         * lib/same.h: Likewise.
31010         * lib/save-cwd.c: Likewise.
31011         * lib/save-cwd.h: Likewise.
31012         * lib/savedir.c: Likewise.
31013         * lib/savedir.h: Likewise.
31014         * lib/savewd.c: Likewise.
31015         * lib/savewd.h: Likewise.
31016         * lib/search.in.h: Likewise.
31017         * lib/setenv.c: Likewise.
31018         * lib/setenv.h: Likewise.
31019         * lib/settime.c: Likewise.
31020         * lib/sh-quote.c: Likewise.
31021         * lib/sh-quote.h: Likewise.
31022         * lib/sig2str.c: Likewise.
31023         * lib/sig2str.h: Likewise.
31024         * lib/signal.in.h: Likewise.
31025         * lib/signbitd.c: Likewise.
31026         * lib/signbitf.c: Likewise.
31027         * lib/signbitl.c: Likewise.
31028         * lib/sigprocmask.c: Likewise.
31029         * lib/sincosl.c: Likewise.
31030         * lib/sleep.c: Likewise.
31031         * lib/sprintf.c: Likewise.
31032         * lib/sqrtl.c: Likewise.
31033         * lib/stat-time.h: Likewise.
31034         * lib/stdio--.h: Likewise.
31035         * lib/stdio-safer.h: Likewise.
31036         * lib/stdlib--.h: Likewise.
31037         * lib/stdlib-safer.h: Likewise.
31038         * lib/stdlib.in.h: Likewise.
31039         * lib/stpcpy.c: Likewise.
31040         * lib/stpncpy.c: Likewise.
31041         * lib/strchrnul.c: Likewise.
31042         * lib/strcspn.c: Likewise.
31043         * lib/strerror.c: Likewise.
31044         * lib/strftime.c: Likewise.
31045         * lib/strftime.h: Likewise.
31046         * lib/striconveh.c: Likewise.
31047         * lib/striconveh.h: Likewise.
31048         * lib/striconveha.c: Likewise.
31049         * lib/striconveha.h: Likewise.
31050         * lib/stripslash.c: Likewise.
31051         * lib/strnlen1.c: Likewise.
31052         * lib/strnlen1.h: Likewise.
31053         * lib/strtod.c: Likewise.
31054         * lib/strtoimax.c: Likewise.
31055         * lib/strtok_r.c: Likewise.
31056         * lib/strtol.c: Likewise.
31057         * lib/strtoll.c: Likewise.
31058         * lib/strtoul.c: Likewise.
31059         * lib/strtoull.c: Likewise.
31060         * lib/sysexits.in.h: Likewise.
31061         * lib/tempname.c: Likewise.
31062         * lib/tempname.h: Likewise.
31063         * lib/timespec.h: Likewise.
31064         * lib/tls.c: Likewise.
31065         * lib/tls.h: Likewise.
31066         * lib/tmpdir.c: Likewise.
31067         * lib/tmpdir.h: Likewise.
31068         * lib/tmpfile-safer.c: Likewise.
31069         * lib/tmpfile.c: Likewise.
31070         * lib/trigl.c: Likewise.
31071         * lib/trigl.h: Likewise.
31072         * lib/trim.c: Likewise.
31073         * lib/trim.h: Likewise.
31074         * lib/trunc.c: Likewise.
31075         * lib/truncf.c: Likewise.
31076         * lib/truncl.c: Likewise.
31077         * lib/tsearch.c: Likewise.
31078         * lib/unicodeio.c: Likewise.
31079         * lib/unicodeio.h: Likewise.
31080         * lib/unistd--.h: Likewise.
31081         * lib/unistd-safer.h: Likewise.
31082         * lib/unistdio/ulc-fprintf.c: Likewise.
31083         * lib/unistdio/ulc-vfprintf.c: Likewise.
31084         * lib/unlinkdir.c: Likewise.
31085         * lib/unlinkdir.h: Likewise.
31086         * lib/unlocked-io.h: Likewise.
31087         * lib/unsetenv.c: Likewise.
31088         * lib/userspec.c: Likewise.
31089         * lib/utime.c: Likewise.
31090         * lib/utimecmp.c: Likewise.
31091         * lib/utimecmp.h: Likewise.
31092         * lib/utimens.c: Likewise.
31093         * lib/verify.h: Likewise.
31094         * lib/verror.c: Likewise.
31095         * lib/verror.h: Likewise.
31096         * lib/version-etc-fsf.c: Likewise.
31097         * lib/version-etc.c: Likewise.
31098         * lib/version-etc.h: Likewise.
31099         * lib/vfprintf.c: Likewise.
31100         * lib/vprintf.c: Likewise.
31101         * lib/vsprintf.c: Likewise.
31102         * lib/w32spawn.h: Likewise.
31103         * lib/wait-process.c: Likewise.
31104         * lib/wait-process.h: Likewise.
31105         * lib/wcwidth.c: Likewise.
31106         * lib/write-any-file.c: Likewise.
31107         * lib/xalloc-die.c: Likewise.
31108         * lib/xalloc.h: Likewise.
31109         * lib/xasprintf.c: Likewise.
31110         * lib/xgetcwd.c: Likewise.
31111         * lib/xgetcwd.h: Likewise.
31112         * lib/xgetdomainname.c: Likewise.
31113         * lib/xgetdomainname.h: Likewise.
31114         * lib/xgethostname.c: Likewise.
31115         * lib/xmalloc.c: Likewise.
31116         * lib/xmalloca.c: Likewise.
31117         * lib/xmalloca.h: Likewise.
31118         * lib/xmemcoll.c: Likewise.
31119         * lib/xnanosleep.c: Likewise.
31120         * lib/xreadlink.c: Likewise.
31121         * lib/xreadlink.h: Likewise.
31122         * lib/xsetenv.c: Likewise.
31123         * lib/xsetenv.h: Likewise.
31124         * lib/xstriconv.c: Likewise.
31125         * lib/xstriconv.h: Likewise.
31126         * lib/xstrndup.c: Likewise.
31127         * lib/xstrndup.h: Likewise.
31128         * lib/xstrtod.c: Likewise.
31129         * lib/xstrtod.h: Likewise.
31130         * lib/xstrtol-error.c: Likewise.
31131         * lib/xstrtol.c: Likewise.
31132         * lib/xstrtol.h: Likewise.
31133         * lib/xtime.h: Likewise.
31134         * lib/xvasprintf.c: Likewise.
31135         * lib/xvasprintf.h: Likewise.
31136         * lib/yesno.c: Likewise.
31137         * lib/yesno.h: Likewise.
31138         * posix-modules: Likewise.
31139         * tests/test-alloca-opt.c: Likewise.
31140         * tests/test-arcfour.c: Likewise.
31141         * tests/test-arctwo.c: Likewise.
31142         * tests/test-argmatch.c: Likewise.
31143         * tests/test-argp-2.sh: Likewise.
31144         * tests/test-argp.c: Likewise.
31145         * tests/test-arpa_inet.c: Likewise.
31146         * tests/test-array_list.c: Likewise.
31147         * tests/test-array_oset.c: Likewise.
31148         * tests/test-atexit.c: Likewise.
31149         * tests/test-avltree_list.c: Likewise.
31150         * tests/test-avltree_oset.c: Likewise.
31151         * tests/test-avltreehash_list.c: Likewise.
31152         * tests/test-base64.c: Likewise.
31153         * tests/test-binary-io.c: Likewise.
31154         * tests/test-byteswap.c: Likewise.
31155         * tests/test-c-ctype.c: Likewise.
31156         * tests/test-c-strcasecmp.c: Likewise.
31157         * tests/test-c-strcasestr.c: Likewise.
31158         * tests/test-c-strncasecmp.c: Likewise.
31159         * tests/test-c-strstr.c: Likewise.
31160         * tests/test-canonicalize-lgpl.c: Likewise.
31161         * tests/test-canonicalize.c: Likewise.
31162         * tests/test-carray_list.c: Likewise.
31163         * tests/test-ceilf.c: Likewise.
31164         * tests/test-ceill.c: Likewise.
31165         * tests/test-count-one-bits.c: Likewise.
31166         * tests/test-crc.c: Likewise.
31167         * tests/test-dirname.c: Likewise.
31168         * tests/test-fbufmode.c: Likewise.
31169         * tests/test-fcntl.c: Likewise.
31170         * tests/test-fflush.c: Likewise.
31171         * tests/test-floorf.c: Likewise.
31172         * tests/test-floorl.c: Likewise.
31173         * tests/test-fopen.c: Likewise.
31174         * tests/test-fprintf-posix.c: Likewise.
31175         * tests/test-fprintf-posix.h: Likewise.
31176         * tests/test-fpurge.c: Likewise.
31177         * tests/test-freadable.c: Likewise.
31178         * tests/test-freadahead.c: Likewise.
31179         * tests/test-freading.c: Likewise.
31180         * tests/test-freopen.c: Likewise.
31181         * tests/test-frexp.c: Likewise.
31182         * tests/test-frexpl.c: Likewise.
31183         * tests/test-fseek.c: Likewise.
31184         * tests/test-fseeko.c: Likewise.
31185         * tests/test-fseterr.c: Likewise.
31186         * tests/test-fstrcmp.c: Likewise.
31187         * tests/test-ftell.c: Likewise.
31188         * tests/test-ftello.c: Likewise.
31189         * tests/test-fwritable.c: Likewise.
31190         * tests/test-fwriting.c: Likewise.
31191         * tests/test-getaddrinfo.c: Likewise.
31192         * tests/test-getpass.c: Likewise.
31193         * tests/test-gettimeofday.c: Likewise.
31194         * tests/test-hmac-md5.c: Likewise.
31195         * tests/test-hmac-sha1.c: Likewise.
31196         * tests/test-iconv.c: Likewise.
31197         * tests/test-iconvme.c: Likewise.
31198         * tests/test-inttypes.c: Likewise.
31199         * tests/test-isnan.c: Likewise.
31200         * tests/test-isnanf.c: Likewise.
31201         * tests/test-isnanl-nolibm.c: Likewise.
31202         * tests/test-isnanl.c: Likewise.
31203         * tests/test-isnanl.h: Likewise.
31204         * tests/test-ldexpl.c: Likewise.
31205         * tests/test-linked_list.c: Likewise.
31206         * tests/test-linkedhash_list.c: Likewise.
31207         * tests/test-locale.c: Likewise.
31208         * tests/test-localename.c: Likewise.
31209         * tests/test-lock.c: Likewise.
31210         * tests/test-lseek.c: Likewise.
31211         * tests/test-malloca.c: Likewise.
31212         * tests/test-math.c: Likewise.
31213         * tests/test-mbscasecmp.c: Likewise.
31214         * tests/test-mbscasestr1.c: Likewise.
31215         * tests/test-mbscasestr2.c: Likewise.
31216         * tests/test-mbscasestr3.c: Likewise.
31217         * tests/test-mbscasestr4.c: Likewise.
31218         * tests/test-mbschr.c: Likewise.
31219         * tests/test-mbscspn.c: Likewise.
31220         * tests/test-mbsncasecmp.c: Likewise.
31221         * tests/test-mbspbrk.c: Likewise.
31222         * tests/test-mbspcasecmp.c: Likewise.
31223         * tests/test-mbsrchr.c: Likewise.
31224         * tests/test-mbsspn.c: Likewise.
31225         * tests/test-mbsstr1.c: Likewise.
31226         * tests/test-mbsstr2.c: Likewise.
31227         * tests/test-mbsstr3.c: Likewise.
31228         * tests/test-md5.c: Likewise.
31229         * tests/test-memmem.c: Likewise.
31230         * tests/test-netinet_in.c: Likewise.
31231         * tests/test-open.c: Likewise.
31232         * tests/test-printf-frexp.c: Likewise.
31233         * tests/test-printf-frexpl.c: Likewise.
31234         * tests/test-printf-posix.c: Likewise.
31235         * tests/test-printf-posix.h: Likewise.
31236         * tests/test-rbtree_list.c: Likewise.
31237         * tests/test-rbtree_oset.c: Likewise.
31238         * tests/test-rbtreehash_list.c: Likewise.
31239         * tests/test-read-file.c: Likewise.
31240         * tests/test-rijndael.c: Likewise.
31241         * tests/test-search.c: Likewise.
31242         * tests/test-signbit.c: Likewise.
31243         * tests/test-sleep.c: Likewise.
31244         * tests/test-snprintf-posix.c: Likewise.
31245         * tests/test-snprintf-posix.h: Likewise.
31246         * tests/test-snprintf.c: Likewise.
31247         * tests/test-sprintf-posix.c: Likewise.
31248         * tests/test-sprintf-posix.h: Likewise.
31249         * tests/test-stat-time.c: Likewise.
31250         * tests/test-stdbool.c: Likewise.
31251         * tests/test-stdint.c: Likewise.
31252         * tests/test-stdio.c: Likewise.
31253         * tests/test-stdlib.c: Likewise.
31254         * tests/test-stpncpy.c: Likewise.
31255         * tests/test-strcasestr.c: Likewise.
31256         * tests/test-striconv.c: Likewise.
31257         * tests/test-striconveh.c: Likewise.
31258         * tests/test-striconveha.c: Likewise.
31259         * tests/test-string.c: Likewise.
31260         * tests/test-sys_select.c: Likewise.
31261         * tests/test-sys_socket.c: Likewise.
31262         * tests/test-sys_stat.c: Likewise.
31263         * tests/test-sys_time.c: Likewise.
31264         * tests/test-sysexits.c: Likewise.
31265         * tests/test-time.c: Likewise.
31266         * tests/test-tls.c: Likewise.
31267         * tests/test-trunc.c: Likewise.
31268         * tests/test-truncf.c: Likewise.
31269         * tests/test-truncl.c: Likewise.
31270         * tests/test-unistd.c: Likewise.
31271         * tests/test-vasnprintf-posix.c: Likewise.
31272         * tests/test-vasnprintf-posix2.c: Likewise.
31273         * tests/test-vasnprintf.c: Likewise.
31274         * tests/test-vasprintf-posix.c: Likewise.
31275         * tests/test-vasprintf.c: Likewise.
31276         * tests/test-verify.c: Likewise.
31277         * tests/test-vfprintf-posix.c: Likewise.
31278         * tests/test-vprintf-posix.c: Likewise.
31279         * tests/test-vsnprintf-posix.c: Likewise.
31280         * tests/test-vsnprintf.c: Likewise.
31281         * tests/test-vsprintf-posix.c: Likewise.
31282         * tests/test-wchar.c: Likewise.
31283         * tests/test-wctype.c: Likewise.
31284         * tests/test-wcwidth.c: Likewise.
31285         * tests/test-xstrtol.c: Likewise.
31286         * tests/test-xvasprintf.c: Likewise.
31287         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31288         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31289         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31290         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31291         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31292         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31293         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31294         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31295         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31296         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31297         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31298         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31299         * tests/uniname/test-uninames.c: Likewise.
31300         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31301         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31302         * tests/unistdio/test-u16-printf1.h: Likewise.
31303         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31304         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31305         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31306         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31307         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31308         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31309         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31310         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31311         * tests/unistdio/test-u32-printf1.h: Likewise.
31312         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31313         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31314         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31315         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31316         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31317         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31318         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31319         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31320         * tests/unistdio/test-u8-printf1.h: Likewise.
31321         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31322         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31323         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31324         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31325         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31326         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31327         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31328         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31329         * tests/unistdio/test-ulc-printf1.h: Likewise.
31330         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31331         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31332         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31333         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31334         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31335         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31336         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31337         * tests/uniwidth/test-u16-width.c: Likewise.
31338         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31339         * tests/uniwidth/test-u32-width.c: Likewise.
31340         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31341         * tests/uniwidth/test-u8-width.c: Likewise.
31342         * tests/uniwidth/test-uc_width.c: Likewise.
31343         * config/srclist-update: Likewise.
31344         (fixlicense): Update to GPLv3+.
31345
31346         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31347         * tests/test-tsearch.c: Change copyright notice.
31348
31349         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31350         * lib/c-strcaseeq.h: Change copyright notice.
31351         * lib/streq.h: Likewise.
31352         * lib/uniconv.h: Likewise.
31353         * lib/uniconv/u-conv-from-enc.h: Likewise.
31354         * lib/uniconv/u-conv-to-enc.h: Likewise.
31355         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31356         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31357         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31358         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31359         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31360         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31361         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31362         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31363         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31364         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31365         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31366         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31367         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31368         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31369         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31370         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31371         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31372         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31373         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31374         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31375         * lib/uniname.h: Likewise.
31376         * lib/uniname/uniname.c: Likewise.
31377         * lib/unistdio.h: Likewise.
31378         * lib/unistdio/u-asnprintf.h: Likewise.
31379         * lib/unistdio/u-asprintf.h: Likewise.
31380         * lib/unistdio/u-printf-args.c: Likewise.
31381         * lib/unistdio/u-printf-args.h: Likewise.
31382         * lib/unistdio/u-printf-parse.h: Likewise.
31383         * lib/unistdio/u-snprintf.h: Likewise.
31384         * lib/unistdio/u-sprintf.h: Likewise.
31385         * lib/unistdio/u-vasprintf.h: Likewise.
31386         * lib/unistdio/u-vsnprintf.h: Likewise.
31387         * lib/unistdio/u-vsprintf.h: Likewise.
31388         * lib/unistdio/u16-asnprintf.c: Likewise.
31389         * lib/unistdio/u16-asprintf.c: Likewise.
31390         * lib/unistdio/u16-printf-parse.c: Likewise.
31391         * lib/unistdio/u16-snprintf.c: Likewise.
31392         * lib/unistdio/u16-sprintf.c: Likewise.
31393         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31394         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31395         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31396         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31397         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31398         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31399         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31400         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31401         * lib/unistdio/u16-vasnprintf.c: Likewise.
31402         * lib/unistdio/u16-vasprintf.c: Likewise.
31403         * lib/unistdio/u16-vsnprintf.c: Likewise.
31404         * lib/unistdio/u16-vsprintf.c: Likewise.
31405         * lib/unistdio/u32-asnprintf.c: Likewise.
31406         * lib/unistdio/u32-asprintf.c: Likewise.
31407         * lib/unistdio/u32-printf-parse.c: Likewise.
31408         * lib/unistdio/u32-snprintf.c: Likewise.
31409         * lib/unistdio/u32-sprintf.c: Likewise.
31410         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31411         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31412         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31413         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31414         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31415         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31416         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31417         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31418         * lib/unistdio/u32-vasnprintf.c: Likewise.
31419         * lib/unistdio/u32-vasprintf.c: Likewise.
31420         * lib/unistdio/u32-vsnprintf.c: Likewise.
31421         * lib/unistdio/u32-vsprintf.c: Likewise.
31422         * lib/unistdio/u8-asnprintf.c: Likewise.
31423         * lib/unistdio/u8-asprintf.c: Likewise.
31424         * lib/unistdio/u8-printf-parse.c: Likewise.
31425         * lib/unistdio/u8-snprintf.c: Likewise.
31426         * lib/unistdio/u8-sprintf.c: Likewise.
31427         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31428         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31429         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31430         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31431         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31432         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31433         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31434         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31435         * lib/unistdio/u8-vasnprintf.c: Likewise.
31436         * lib/unistdio/u8-vasprintf.c: Likewise.
31437         * lib/unistdio/u8-vsnprintf.c: Likewise.
31438         * lib/unistdio/u8-vsprintf.c: Likewise.
31439         * lib/unistdio/ulc-asnprintf.c: Likewise.
31440         * lib/unistdio/ulc-asprintf.c: Likewise.
31441         * lib/unistdio/ulc-printf-parse.c: Likewise.
31442         * lib/unistdio/ulc-snprintf.c: Likewise.
31443         * lib/unistdio/ulc-sprintf.c: Likewise.
31444         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31445         * lib/unistdio/ulc-vasprintf.c: Likewise.
31446         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31447         * lib/unistdio/ulc-vsprintf.c: Likewise.
31448         * lib/unistr.h: Likewise.
31449         * lib/unistr/u-cpy-alloc.h: Likewise.
31450         * lib/unistr/u-cpy.h: Likewise.
31451         * lib/unistr/u-endswith.h: Likewise.
31452         * lib/unistr/u-move.h: Likewise.
31453         * lib/unistr/u-set.h: Likewise.
31454         * lib/unistr/u-startswith.h: Likewise.
31455         * lib/unistr/u-stpcpy.h: Likewise.
31456         * lib/unistr/u-stpncpy.h: Likewise.
31457         * lib/unistr/u-strcat.h: Likewise.
31458         * lib/unistr/u-strcpy.h: Likewise.
31459         * lib/unistr/u-strcspn.h: Likewise.
31460         * lib/unistr/u-strdup.h: Likewise.
31461         * lib/unistr/u-strlen.h: Likewise.
31462         * lib/unistr/u-strncat.h: Likewise.
31463         * lib/unistr/u-strncpy.h: Likewise.
31464         * lib/unistr/u-strnlen.h: Likewise.
31465         * lib/unistr/u-strpbrk.h: Likewise.
31466         * lib/unistr/u-strspn.h: Likewise.
31467         * lib/unistr/u-strstr.h: Likewise.
31468         * lib/unistr/u-strtok.h: Likewise.
31469         * lib/unistr/u16-check.c: Likewise.
31470         * lib/unistr/u16-chr.c: Likewise.
31471         * lib/unistr/u16-cmp.c: Likewise.
31472         * lib/unistr/u16-cpy-alloc.c: Likewise.
31473         * lib/unistr/u16-cpy.c: Likewise.
31474         * lib/unistr/u16-endswith.c: Likewise.
31475         * lib/unistr/u16-mblen.c: Likewise.
31476         * lib/unistr/u16-mbsnlen.c: Likewise.
31477         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31478         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31479         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31480         * lib/unistr/u16-mbtouc.c: Likewise.
31481         * lib/unistr/u16-mbtoucr.c: Likewise.
31482         * lib/unistr/u16-move.c: Likewise.
31483         * lib/unistr/u16-next.c: Likewise.
31484         * lib/unistr/u16-prev.c: Likewise.
31485         * lib/unistr/u16-set.c: Likewise.
31486         * lib/unistr/u16-startswith.c: Likewise.
31487         * lib/unistr/u16-stpcpy.c: Likewise.
31488         * lib/unistr/u16-stpncpy.c: Likewise.
31489         * lib/unistr/u16-strcat.c: Likewise.
31490         * lib/unistr/u16-strchr.c: Likewise.
31491         * lib/unistr/u16-strcmp.c: Likewise.
31492         * lib/unistr/u16-strcpy.c: Likewise.
31493         * lib/unistr/u16-strcspn.c: Likewise.
31494         * lib/unistr/u16-strdup.c: Likewise.
31495         * lib/unistr/u16-strlen.c: Likewise.
31496         * lib/unistr/u16-strmblen.c: Likewise.
31497         * lib/unistr/u16-strmbtouc.c: Likewise.
31498         * lib/unistr/u16-strncat.c: Likewise.
31499         * lib/unistr/u16-strncmp.c: Likewise.
31500         * lib/unistr/u16-strncpy.c: Likewise.
31501         * lib/unistr/u16-strnlen.c: Likewise.
31502         * lib/unistr/u16-strpbrk.c: Likewise.
31503         * lib/unistr/u16-strrchr.c: Likewise.
31504         * lib/unistr/u16-strspn.c: Likewise.
31505         * lib/unistr/u16-strstr.c: Likewise.
31506         * lib/unistr/u16-strtok.c: Likewise.
31507         * lib/unistr/u16-to-u32.c: Likewise.
31508         * lib/unistr/u16-to-u8.c: Likewise.
31509         * lib/unistr/u16-uctomb-aux.c: Likewise.
31510         * lib/unistr/u16-uctomb.c: Likewise.
31511         * lib/unistr/u32-check.c: Likewise.
31512         * lib/unistr/u32-chr.c: Likewise.
31513         * lib/unistr/u32-cmp.c: Likewise.
31514         * lib/unistr/u32-cpy-alloc.c: Likewise.
31515         * lib/unistr/u32-cpy.c: Likewise.
31516         * lib/unistr/u32-endswith.c: Likewise.
31517         * lib/unistr/u32-mblen.c: Likewise.
31518         * lib/unistr/u32-mbsnlen.c: Likewise.
31519         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31520         * lib/unistr/u32-mbtouc.c: Likewise.
31521         * lib/unistr/u32-mbtoucr.c: Likewise.
31522         * lib/unistr/u32-move.c: Likewise.
31523         * lib/unistr/u32-next.c: Likewise.
31524         * lib/unistr/u32-prev.c: Likewise.
31525         * lib/unistr/u32-set.c: Likewise.
31526         * lib/unistr/u32-startswith.c: Likewise.
31527         * lib/unistr/u32-stpcpy.c: Likewise.
31528         * lib/unistr/u32-stpncpy.c: Likewise.
31529         * lib/unistr/u32-strcat.c: Likewise.
31530         * lib/unistr/u32-strchr.c: Likewise.
31531         * lib/unistr/u32-strcmp.c: Likewise.
31532         * lib/unistr/u32-strcpy.c: Likewise.
31533         * lib/unistr/u32-strcspn.c: Likewise.
31534         * lib/unistr/u32-strdup.c: Likewise.
31535         * lib/unistr/u32-strlen.c: Likewise.
31536         * lib/unistr/u32-strmblen.c: Likewise.
31537         * lib/unistr/u32-strmbtouc.c: Likewise.
31538         * lib/unistr/u32-strncat.c: Likewise.
31539         * lib/unistr/u32-strncmp.c: Likewise.
31540         * lib/unistr/u32-strncpy.c: Likewise.
31541         * lib/unistr/u32-strnlen.c: Likewise.
31542         * lib/unistr/u32-strpbrk.c: Likewise.
31543         * lib/unistr/u32-strrchr.c: Likewise.
31544         * lib/unistr/u32-strspn.c: Likewise.
31545         * lib/unistr/u32-strstr.c: Likewise.
31546         * lib/unistr/u32-strtok.c: Likewise.
31547         * lib/unistr/u32-to-u16.c: Likewise.
31548         * lib/unistr/u32-to-u8.c: Likewise.
31549         * lib/unistr/u32-uctomb.c: Likewise.
31550         * lib/unistr/u8-check.c: Likewise.
31551         * lib/unistr/u8-chr.c: Likewise.
31552         * lib/unistr/u8-cmp.c: Likewise.
31553         * lib/unistr/u8-cpy-alloc.c: Likewise.
31554         * lib/unistr/u8-cpy.c: Likewise.
31555         * lib/unistr/u8-endswith.c: Likewise.
31556         * lib/unistr/u8-mblen.c: Likewise.
31557         * lib/unistr/u8-mbsnlen.c: Likewise.
31558         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31559         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31560         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31561         * lib/unistr/u8-mbtouc.c: Likewise.
31562         * lib/unistr/u8-mbtoucr.c: Likewise.
31563         * lib/unistr/u8-move.c: Likewise.
31564         * lib/unistr/u8-next.c: Likewise.
31565         * lib/unistr/u8-prev.c: Likewise.
31566         * lib/unistr/u8-set.c: Likewise.
31567         * lib/unistr/u8-startswith.c: Likewise.
31568         * lib/unistr/u8-stpcpy.c: Likewise.
31569         * lib/unistr/u8-stpncpy.c: Likewise.
31570         * lib/unistr/u8-strcat.c: Likewise.
31571         * lib/unistr/u8-strchr.c: Likewise.
31572         * lib/unistr/u8-strcmp.c: Likewise.
31573         * lib/unistr/u8-strcpy.c: Likewise.
31574         * lib/unistr/u8-strcspn.c: Likewise.
31575         * lib/unistr/u8-strdup.c: Likewise.
31576         * lib/unistr/u8-strlen.c: Likewise.
31577         * lib/unistr/u8-strmblen.c: Likewise.
31578         * lib/unistr/u8-strmbtouc.c: Likewise.
31579         * lib/unistr/u8-strncat.c: Likewise.
31580         * lib/unistr/u8-strncmp.c: Likewise.
31581         * lib/unistr/u8-strncpy.c: Likewise.
31582         * lib/unistr/u8-strnlen.c: Likewise.
31583         * lib/unistr/u8-strpbrk.c: Likewise.
31584         * lib/unistr/u8-strrchr.c: Likewise.
31585         * lib/unistr/u8-strspn.c: Likewise.
31586         * lib/unistr/u8-strstr.c: Likewise.
31587         * lib/unistr/u8-strtok.c: Likewise.
31588         * lib/unistr/u8-to-u16.c: Likewise.
31589         * lib/unistr/u8-to-u32.c: Likewise.
31590         * lib/unistr/u8-uctomb-aux.c: Likewise.
31591         * lib/unistr/u8-uctomb.c: Likewise.
31592         * lib/unitypes.h: Likewise.
31593         * lib/uniwidth.h: Likewise.
31594         * lib/uniwidth/cjk.h: Likewise.
31595         * lib/uniwidth/u16-strwidth.c: Likewise.
31596         * lib/uniwidth/u16-width.c: Likewise.
31597         * lib/uniwidth/u32-strwidth.c: Likewise.
31598         * lib/uniwidth/u32-width.c: Likewise.
31599         * lib/uniwidth/u8-strwidth.c: Likewise.
31600         * lib/uniwidth/u8-width.c: Likewise.
31601         * lib/uniwidth/width.c: Likewise.
31602
31603 2007-10-07  Bruno Haible  <bruno@clisp.org>
31604
31605         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31606         The file is still under LGPL (see modules/inttypes).
31607
31608 2007-10-06  Bruno Haible  <bruno@clisp.org>
31609
31610         * modules/trunc (Dependencies): Add 'extensions'.
31611         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31612         Reported by Ben Pfaff <blp@gnu.org>.
31613
31614 2007-10-06  Bruno Haible  <bruno@clisp.org>
31615
31616         * modules/freopen-tests: New file.
31617         * tests/test-freopen.c: New file.
31618
31619         * modules/fopen-tests: New file.
31620         * tests/test-fopen.c: New file.
31621
31622         * modules/fopen: New file.
31623         * lib/fopen.c: New file.
31624         * m4/fopen.m4: New file.
31625         * modules/freopen: New file.
31626         * lib/freopen.c: New file.
31627         * m4/freopen.m4: New file.
31628         * lib/stdio.in.h (fopen, freopen): New declarations.
31629         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31630         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31631         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31632         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31633         * doc/functions/fopen.texi: Mention the 'fopen' module.
31634         * doc/functions/freopen.texi: Mention the 'freopen' module.
31635
31636 2007-10-06  Bruno Haible  <bruno@clisp.org>
31637
31638         * modules/open-tests: New file.
31639         * tests/test-open.c: New file.
31640
31641         * modules/open: New file.
31642         * lib/open.c: New file.
31643         * m4/open.m4: New file.
31644         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31645         lib/open.c does.
31646         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31647         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31648         macros.
31649         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31650         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31651         REPLACE_OPEN.
31652         * doc/functions/open.texi: Mention the 'open' module.
31653
31654 2007-10-04  Bruno Haible  <bruno@clisp.org>
31655
31656         * modules/ceill-tests: New file.
31657         * tests/test-ceill.c: New file.
31658
31659         * modules/ceill: New file.
31660         * lib/ceill.c: Replace entire file.
31661         * m4/ceill.m4: New file.
31662         * lib/math.in.h (ceill): Replace declaration.
31663         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31664         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31665         * doc/functions/ceill.texi: Mention the 'ceill' module.
31666         * modules/mathl (Files): Remove lib/ceill.c.
31667         (Depends-on): Add ceill.
31668
31669 2007-10-04  Bruno Haible  <bruno@clisp.org>
31670
31671         * modules/ceilf-tests: New file.
31672         * tests/test-ceilf.c: New file.
31673
31674         * modules/ceilf: New file.
31675         * lib/ceil.c: New file.
31676         * lib/ceilf.c: New file.
31677         * m4/ceilf.m4: New file.
31678         * lib/math.in.h (ceilf): New declaration.
31679         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31680         HAVE_DECL_CEILF.
31681         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31682         HAVE_DECL_CEILF.
31683         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31684
31685 2007-10-04  Bruno Haible  <bruno@clisp.org>
31686
31687         * modules/floorl-tests: New file.
31688         * tests/test-floorl.c: New file.
31689
31690         * modules/floorl: New file.
31691         * lib/floorl.c: Replace entire file.
31692         * m4/floorl.m4: New file.
31693         * lib/math.in.h (floorl): Replace declaration.
31694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31695         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31696         * doc/functions/floorl.texi: Mention the 'floorl' module.
31697         * modules/mathl (Files): Remove lib/floorl.c.
31698         (Depends-on): Add floorl.
31699
31700 2007-10-04  Bruno Haible  <bruno@clisp.org>
31701
31702         * modules/floorf-tests: New file.
31703         * tests/test-floorf.c: New file.
31704
31705         * modules/floorf: New file.
31706         * lib/floor.c: New file.
31707         * lib/floorf.c: New file.
31708         * m4/floorf.m4: New file.
31709         * lib/math.in.h (floorf): New declaration.
31710         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31711         HAVE_DECL_FLOORF.
31712         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31713         HAVE_DECL_FLOORF.
31714         * doc/functions/floorf.texi: Mention the 'floorf' module.
31715
31716 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31717             Bruno Haible  <bruno@clisp.org>
31718
31719         Advertise for the Git server instead of the CVS server.
31720         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31721         repository instead of the CVS one.
31722         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31723         about all VCS systems generically.
31724         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31725
31726 2007-10-04  Bruno Haible  <bruno@clisp.org>
31727
31728         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31729         means.
31730         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31731
31732 2007-10-04  Bruno Haible  <bruno@clisp.org>
31733
31734         * modules/truncl-tests: New file.
31735         * tests/test-truncl.c: New file.
31736
31737         * modules/truncl: New file.
31738         * lib/truncl.c: New file.
31739         * m4/truncl.m4: New file.
31740         * lib/math.in.h (truncl): New declaration.
31741         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31742         HAVE_DECL_TRUNCL.
31743         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31744         HAVE_DECL_TRUNCL.
31745         * doc/functions/truncl.texi: Mention the 'truncl' module.
31746
31747 2007-10-04  Bruno Haible  <bruno@clisp.org>
31748
31749         * modules/truncf-tests: New file.
31750         * tests/test-truncf.c: New file.
31751
31752         * modules/truncf: New file.
31753         * lib/trunc.c: Make paramerizable through USE_* macros.
31754         * lib/truncf.c: New file.
31755         * m4/truncf.m4: New file.
31756         * lib/math.in.h (truncf): New declaration.
31757         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31758         HAVE_DECL_TRUNCF.
31759         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31760         HAVE_DECL_TRUNCF.
31761         * doc/functions/truncf.texi: Mention the 'truncf' module.
31762
31763 2007-10-03  Bruno Haible  <bruno@clisp.org>
31764
31765         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31766         augmentation also for tests modules.
31767         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31768         * modules/atexit-tests (Makefile.am): Likewise.
31769         * modules/binary-io-tests (Makefile.am): Likewise.
31770         * modules/c-strcase-tests (Makefile.am): Likewise.
31771         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31772         * modules/canonicalize-tests (Makefile.am): Likewise.
31773         * modules/closein-tests (Makefile.am): Likewise.
31774         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31775         * modules/freadahead-tests (Makefile.am): Likewise.
31776         * modules/fseek-tests (Makefile.am): Likewise.
31777         * modules/fseeko-tests (Makefile.am): Likewise.
31778         * modules/ftell-tests (Makefile.am): Likewise.
31779         * modules/ftello-tests (Makefile.am): Likewise.
31780         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31781         * modules/isnanl-tests (Makefile.am): Likewise.
31782         * modules/lseek-tests (Makefile.am): Likewise.
31783         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31784         * modules/mbscasestr-tests (Makefile.am): Likewise.
31785         * modules/mbschr-tests (Makefile.am): Likewise.
31786         * modules/mbscspn-tests (Makefile.am): Likewise.
31787         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31788         * modules/mbspbrk-tests (Makefile.am): Likewise.
31789         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31790         * modules/mbsrchr-tests (Makefile.am): Likewise.
31791         * modules/mbsspn-tests (Makefile.am): Likewise.
31792         * modules/mbsstr-tests (Makefile.am): Likewise.
31793         * modules/printf-posix-tests (Makefile.am): Likewise.
31794         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31795         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31796         * modules/tsearch-tests (Makefile.am): Likewise.
31797         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31798         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31799         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31800         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31801         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31802         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31803         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31804         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31805         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31806         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31807         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31808         * modules/xstrtol-tests (Makefile.am): Likewise.
31809         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31810         * modules/yesno-tests (Makefile.am): Likewise.
31811
31812 2007-10-03  Bruno Haible  <bruno@clisp.org>
31813
31814         * modules/trunc-tests: New file.
31815         * tests/test-trunc.c: New file.
31816
31817         * modules/trunc: New file.
31818         * lib/trunc.c: New file.
31819         * m4/trunc.m4: New file.
31820         * lib/math.in.h (trunc): New declaration.
31821         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31822         HAVE_DECL_TRUNC.
31823         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31824         HAVE_DECL_TRUNC.
31825         * doc/functions/trunc.texi: Mention the 'trunc' module.
31826
31827 2007-10-03  Bruno Haible  <bruno@clisp.org>
31828
31829         * tests/test-fpending.c: New file, mostly copied
31830         from coreutils/lib/t-fpending.c.
31831         * modules/fpending-tests: New file.
31832
31833 2007-10-03  Bruno Haible  <bruno@clisp.org>
31834
31835         Port the stdio extensions to QNX (untested).
31836         * lib/fseterr.c (fseterr): Add support for QNX.
31837         * lib/fbufmode.c (fbufmode): Likewise.
31838         * lib/freadable.c (freadable): Likewise.
31839         * lib/fwritable.c (fwritable): Likewise.
31840         * lib/freading.c (freading): Likewise.
31841         * lib/fwriting.c (fwriting): Likewise.
31842         * lib/freadahead.c (freadahed): Likewise.
31843         * lib/fpurge.c (fpurge): Likewise.
31844         * lib/fseeko.c (rpl_fseeko): Likewise.
31845
31846 2007-10-03  Bruno Haible  <bruno@clisp.org>
31847             Jim Meyering  <jim@meyering.net>
31848             Eric Blake  <ebb9@byu.net>
31849
31850         * doc/relocatable.texi: Use @command instead of @program.
31851
31852 2007-10-02  Jim Meyering  <jim@meyering.net>
31853
31854         Perform one more "_.h" -> ".in.h" substitution.
31855         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31856         instead of unistd_.h here, too.
31857
31858 2007-10-01  Bruno Haible  <bruno@clisp.org>
31859
31860         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31861         Needed for the alloca-opt module.
31862
31863 2007-09-30  Bruno Haible  <bruno@clisp.org>
31864
31865         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31866         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31867         alloca_.h.
31868         * lib/argz.in.h: Renamed from lib/argz_.h.
31869         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31870         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31871         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31872         byteswap_.h.
31873         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31874         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31875         dirent_.h.
31876         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31877         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31878         fcntl_.h.
31879         * lib/float.in.h: Renamed from lib/float_.h.
31880         * modules/float (Files, Makefile.am): Use float.in.h instead of
31881         float_.h.
31882         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31883         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31884         fnmatch_.h.
31885         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31886         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31887         getopt_.h.
31888         * lib/glob.in.h: Renamed from lib/glob_.h.
31889         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31890         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31891         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31892         iconv_.h.
31893         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31894         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31895         inttypes_.h.
31896         * lib/locale.in.h: Renamed from lib/locale_.h.
31897         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31898         locale_.h.
31899         * lib/math.in.h: Renamed from lib/math_.h.
31900         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31901         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31902         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31903         of netinet_in_.h. Add dependency.
31904         * lib/poll.in.h: Renamed from lib/poll_.h.
31905         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31906         * lib/search.in.h: Renamed from lib/search_.h.
31907         * modules/search (Files, Makefile.am): Use search.in.h instead of
31908         search_.h.
31909         * lib/signal.in.h: Renamed from lib/signal_.h.
31910         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31911         _signal.h.
31912         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31913         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31914         stdbool_.h.
31915         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31916         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31917         stdint_.h.
31918         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31919         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31920         stdio_.h.
31921         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31922         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31923         stdlib_.h.
31924         * lib/string.in.h: Renamed from lib/string_.h.
31925         * modules/string (Files, Makefile.am): Use string.in.h instead of
31926         string_.h.
31927         * doc/gnulib-tool.texi (Initial import): Update.
31928         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31929         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31930         of sys_select_.h. Add dependency.
31931         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31932         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31933         of sys_socket_.h.
31934         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31935         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31936         sys_stat_.h.
31937         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31938         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31939         sys_time_.h.
31940         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31941         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31942         sysexits_.h.
31943         * lib/time.in.h: Renamed from lib/time_.h.
31944         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31945         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31946         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31947         unistd_.h.
31948         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31949         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31950         wchar_.h.
31951         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31952         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31953         wctype_.h.
31954         * build-aux/bootstrap (slurp): Update.
31955         * lib/.cppi-disable: Update.
31956
31957 2007-09-30  Bruno Haible  <bruno@clisp.org>
31958
31959         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31960         Needed on BeOS.
31961
31962 2007-09-30  Bruno Haible  <bruno@clisp.org>
31963
31964         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31965
31966 2007-09-29  Bruno Haible  <bruno@clisp.org>
31967
31968         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31969
31970 2007-09-29  Bruno Haible  <bruno@clisp.org>
31971
31972         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31973         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31974         * build-aux/install-reloc: Compile also areadlink.c.
31975         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31976
31977 2007-09-29  Bruno Haible  <bruno@clisp.org>
31978
31979         * gnulib-tool (func_emit_initmacro_done): Indentation.
31980
31981 2007-09-29  Bruno Haible  <bruno@clisp.org>
31982
31983         * README: Add CVS checkout update instructions.
31984         Info from Bob Proulx <bob@proulx.com>.
31985
31986 2007-09-28  Eric Blake  <ebb9@byu.net>
31987
31988         Provide move-if-change.
31989         * build-aux/move-if-change: New file, based on best practice
31990         rather than any canonical upstream location.
31991
31992 2007-09-28  Jim Meyering  <jim@meyering.net>
31993
31994         Fix canonicalize loop-detection corner case.
31995         Do not attempt to stat the symlink values stored via seen_triple.
31996         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31997         on linux-2.6.18, (but not 2.6.22).
31998         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31999         triple_compare.  The former compares dev,ino,filename, while the latter
32000         would actually stat dirname(filename) when dev and ino were equal.
32001         * lib/hash-triple.c: Install <string.h>.
32002         (STREQ): Define.
32003         (triple_compare_ino_str): New function.
32004         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32005
32006 2007-09-28  Eric Blake  <ebb9@byu.net>
32007
32008         Enforce that AC_REPLACE_FUNCS files exist.
32009         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32010         override check for typos.
32011
32012         Fix test-closein on Solaris 10.
32013         * tests/test-closein.c (main): Don't assume stdin can be inherited
32014         closed on all systems.
32015         * tests/test-closein.sh: Likewise.
32016         Reported by Piotr Tarnowski.
32017
32018 2007-09-28  Jim Meyering  <jim@meyering.net>
32019
32020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32021
32022 2007-09-27  Jim Meyering  <jim@meyering.net>
32023
32024         canonicalize: Avoid a false-positive cycle failure.
32025         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32026         Sort.  Remove cycle-check.
32027         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32028         not cycle-check.h.
32029         (seen_triple): New function.
32030         (canonicalize_filename_mode): Use it instead of cycle-check.
32031         * tests/test-canonicalize.c: Add a test for this bug.
32032         * tests/test-canonicalize.sh: Set up and run the test.
32033
32034         New module, file-set, from coreutils.
32035         * modules/file-set: Define it.
32036         * lib/file-set.c, lib/file-set.h: Implement.
32037
32038         New module, hash-triple, from coreutils.
32039         * modules/hash-triple: Define it.
32040         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32041
32042 2007-09-25  Eric Blake  <ebb9@byu.net>
32043
32044         Fix strerror on Interix.
32045         * lib/string_.h (strerror): Declare replacement.
32046         * doc/functions/strerror.texi (strerror): Document the Interix
32047         shortcoming.
32048         * modules/string (Makefile.am): Support new hooks.
32049         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32050         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32051         gl_FUNC_STRERROR_SEPARATE.
32052         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32053         * lib/strerror.c (rpl_strerror): Provide replacement.
32054         * modules/strerror (Depends-on): Add string.
32055         (configure.ac): Detect use of module.
32056         * tests/test-strerror.c: New file.
32057         * modules/strerror-tests: New test module.
32058         * modules/argp (Depends-on): Add strerror.
32059         * modules/error (Depends-on): Likewise.
32060         Reported by Martin Koeppe.
32061
32062 2007-09-24  Bruno Haible  <bruno@clisp.org>
32063
32064         * README: Update git instructions.
32065
32066 2007-09-24  Eric Blake  <ebb9@byu.net>
32067
32068         Revert fpending breakage from 2007-09-08.
32069         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32070         __fpending.c.
32071
32072 2007-09-24  Jim Meyering  <jim@meyering.net>
32073
32074         filenamecat.c: Add a test.
32075         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32076         showing how the function works when DIR is the empty string.
32077
32078 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32079
32080         * tests/test-canonicalize.sh: Turn on executable bit.
32081
32082 2007-09-19  Eric Blake  <ebb9@byu.net>
32083
32084         * README: Update CVS instructions.
32085
32086 2007-09-18  Bruno Haible  <bruno@clisp.org>
32087
32088         * modules/areadlink: New file.
32089         * lib/areadlink.h (areadlink): New declaration.
32090         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32091
32092 2007-09-17  Jim Meyering  <jim@meyering.net>
32093
32094         * lib/savewd.c (ESTALE) [!defined]: Define.
32095         Reported to be required on Interix by Martin Koeppe.
32096
32097 2007-09-17  Bruno Haible  <bruno@clisp.org>
32098
32099         * gnulib-tool (func_version): Use $version.
32100
32101 2007-09-16  Bruno Haible  <bruno@clisp.org>
32102
32103         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32104         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32105         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32106         Reported by Greg Schafer <gschafer@zip.com.au>.
32107
32108 2007-09-15  Bruno Haible  <bruno@clisp.org>
32109
32110         * gnulib-tool (sed): Try a little harder to make bash understand the
32111         alias.
32112         Reported by Bruce Korb <bruce.korb@gmail.com>.
32113
32114 2007-09-13  Eric Blake  <ebb9@byu.net>
32115
32116         * ChangeLog: Remove conflict markers.
32117
32118 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32119
32120         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32121         Reported by Bruno Haible <bruno@clisp.org>.
32122
32123 2007-09-12  Bruno Haible  <bruno@clisp.org>
32124
32125         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32126         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32127         is not defined.
32128
32129 2007-09-12  Eric Blake  <ebb9@byu.net>
32130
32131         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32132         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32133         Autoconf definition.
32134         * modules/euidaccess (Depends-on): Add extensions, for
32135         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32136         * modules/fnmatch (Depends-on): Likewise.
32137         * modules/getaddrinfo (Depends-on): Likewise.
32138         * modules/getdelim (Depends-on): Likewise.
32139         * modules/getline (Depends-on): Likewise.
32140         * modules/getsubopt (Depends-on): Likewise.
32141         * modules/gettext (Depends-on): Likewise.
32142         * modules/group-member (Depends-on): Likewise.
32143         * modules/mbchar (Depends-on): Likewise.
32144         * modules/memmem (Depends-on): Likewise.
32145         * modules/mempcpy (Depends-on): Likewise.
32146         * modules/memrchr (Depends-on): Likewise.
32147         * modules/pagealign_alloc (Depends-on): Likewise.
32148         * modules/readutmp (Depends-on): Likewise.
32149         * modules/stpcpy (Depends-on): Likewise.
32150         * modules/stpncpy (Depends-on): Likewise.
32151         * modules/strchrnul (Depends-on): Likewise.
32152         * modules/strndup (Depends-on): Likewise.
32153         * modules/strsep (Depends-on): Likewise.
32154         * modules/strverscmp (Depends-on): Likewise.
32155         * modules/vasprintf (Depends-on): Likewise.
32156         * modules/wcwidth (Depends-on): Likewise.
32157         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32158         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32159         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32160         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32161         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32162         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32163         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32164         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32165         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32166         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32167         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32168         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32169         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32170         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32171         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32172         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32173         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32174         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32175         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32176         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32177         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32178         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32179         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32180         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32181         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32182         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32183         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32184         so that lock.m4 can be used in gettext without extensions module.
32185
32186 2007-09-11  Bruno Haible  <bruno@clisp.org>
32187
32188         * m4/isc-posix.m4: Remove file.
32189         Suggested by Eric Blake.
32190
32191 2007-09-11  Eric Blake  <ebb9@byu.net>
32192
32193         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32194
32195 2007-09-10  Bruno Haible  <bruno@clisp.org>
32196
32197         * posix-modules: Fix typo in error message.
32198         Reported by Matt <mkraai@beckman.com>.
32199
32200 2007-09-09  Bruno Haible  <bruno@clisp.org>
32201
32202         * doc/functions/getdelim.texi: Update list of platforms lacking the
32203         function.
32204         * doc/functions/getline.texi: Likewise.
32205
32206 2007-09-09  Jim Meyering  <jim@meyering.net>
32207
32208         * lib/hash.c (hash_initialize): Detect calloc failure.
32209         Reported by Bruno Haible.
32210
32211 2007-09-09  Bruno Haible  <bruno@clisp.org>
32212
32213         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32214         malloc or realloc fails.
32215
32216 2007-09-09  Bruno Haible  <bruno@clisp.org>
32217
32218         * modules/getcwd (Depends-on): Add malloc-posix.
32219         * modules/glob (Depends-on): Likewise.
32220         * modules/putenv (Depends-on): Likewise.
32221         * modules/strdup (Depends-on): Likewise.
32222         * modules/getdelim (Depends-on): Add realloc-posix.
32223         * modules/read-file (Depends-on): Likewise.
32224
32225 2007-09-09  Bruno Haible  <bruno@clisp.org>
32226
32227         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32228         (gl_FUNC_MALLOC_POSIX): Require it.
32229         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32230         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32231         * modules/realloc (Files): Add m4/malloc.m4.
32232         * modules/calloc (Files): Likewise.
32233
32234 2007-09-09  Bruno Haible  <bruno@clisp.org>
32235
32236         * modules/malloc-posix: New file.
32237         * modules/malloc (Depends-on): Add malloc-posix.
32238         * lib/malloc.c: Include errno.h.
32239         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32240         and a POSIX-compatible malloc into a single function. Set ENOMEM
32241         when returning NULL.
32242         * m4/malloc.m4: New file.
32243         * doc/functions/malloc.texi: Mention the malloc-posix module.
32244         * lib/stdlib_.h (malloc): New declaration.
32245         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32246         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32247         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32248         and HAVE_MALLOC_POSIX.
32249
32250 2007-09-09  Bruno Haible  <bruno@clisp.org>
32251
32252         * modules/realloc-posix: New file.
32253         * modules/realloc (Depends-on): Add realloc-posix.
32254         * lib/realloc.c: Include errno.h.
32255         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32256         and a POSIX-compatible realloc into a single function. Set ENOMEM
32257         when returning NULL.
32258         * m4/realloc.m4: New file.
32259         * doc/functions/realloc.texi: Mention the realloc-posix module.
32260         * lib/stdlib_.h (realloc): New declaration.
32261         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32262         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32263         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32264         and HAVE_REALLOC_POSIX.
32265
32266 2007-09-09  Bruno Haible  <bruno@clisp.org>
32267
32268         * modules/calloc-posix: New file.
32269         * modules/calloc (Depends-on): Add calloc-posix.
32270         * lib/calloc.c: Include errno.h.
32271         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32272         and a POSIX-compatible calloc into a single function. Set ENOMEM
32273         when returning NULL.
32274         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32275         * doc/functions/calloc.texi: Mention the calloc-posix module.
32276         * lib/stdlib_.h (calloc): New declaration.
32277         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32278         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32279         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32280         and HAVE_CALLOC_POSIX.
32281
32282 2007-09-09  Bruno Haible  <bruno@clisp.org>
32283
32284         Allow for modules to show an arbitrary notice.
32285         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32286         * gnulib-tool: New option --extract-notice.
32287         (func_usage): Document it.
32288         (sed_extract_prog): Update.
32289         (func_get_notice): New function.
32290         (func_modules_notice): New function.
32291         (func_import, func_create_testdir): Invoke it.
32292         Suggested by Jim Meyering.
32293
32294 2007-09-09  Bruno Haible  <bruno@clisp.org>
32295
32296         * gnulib-tool: New options --verbose, --quiet.
32297         (func_usage): Document them.
32298         (verbose): New variable.
32299         (func_execute_command): New function.
32300         (func_import): Don't show the module list and the file list if
32301         $verbose < 0.
32302         (func_create_testdir): Likewise. Use func_execute_command.
32303         (func_create_megatestdir): Use func_execute_command.
32304
32305 2007-09-08  Bruno Haible  <bruno@clisp.org>
32306
32307         * gnulib-tool (func_import): Prefer rsync over wget when available,
32308         for fetching the PO files.
32309
32310 2007-09-08  Bruno Haible  <bruno@clisp.org>
32311
32312         * posix-modules: New file. Portions copied from gnulib-tool.
32313         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32314
32315 2007-09-08  Jim Meyering  <jim@meyering.net>
32316
32317         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32318         * lib/fpending.h: Rename from __fpending.h.
32319         * lib/fpending.c: Rename from __fpending.c.
32320         Include "fpending.h", not "__fpending.h".
32321         * lib/__fpending.h, lib/__fpending.c: Remove files.
32322         * modules/fpending (Files): Reflect new file names.
32323         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32324
32325 2007-09-08  Bruno Haible  <bruno@clisp.org>
32326
32327         * m4/inttypes-h.m4: Remove stub file.
32328
32329 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32330
32331         * doc/headers/stdint.texi: Discuss #include_next issue.
32332
32333 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32334
32335         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32336
32337 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32338
32339         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32340         in variable name.
32341
32342 2007-09-03  Jim Meyering  <jim@meyering.net>
32343
32344         New module: git-version-gen.
32345         * modules/git-version-gen: New file.
32346
32347         Import changes from coreutils for bootstrap script.
32348
32349         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32350
32351         bootstrap: uses rsync to download the .po files
32352         * build-aux/bootstrap (po_download_command_format): New global.
32353         (download_po_files): Use rsync.
32354         (update_po_files): Don't remove .po files after download,
32355         so future rsync runs can take advantage of the copies.
32356
32357         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32358
32359         Solve the unnecessary-.po-file-regeneration problem once and for all.
32360         * build-aux/bootstrap (download_po_files): New function, renamed from
32361         get_translations.  Now, downloads, but doesn't update LINGUAS.
32362         (update_po_files): New function.
32363
32364         bootstrap: Ignore more.
32365         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32366         uniwidth to e.g., lib/.gitignore.
32367         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32368
32369         * build-aux/bootstrap: New setting: vc_ignore.
32370         (insert_sorted_if_absent): Create $file if absent.
32371         Adapt to new, possibly empty, list: $vc_ignore.
32372
32373         bootstrap: generate more ignorable names
32374         * build-aux/bootstrap (slurp): When generating ignorable names,
32375         also map .sin to .sed, .gperf to .c, and .y to .c.
32376
32377 2007-09-03  Jim Meyering  <jim@meyering.net>
32378
32379         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32380         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32381
32382 2007-09-02  Bruno Haible  <bruno@clisp.org>
32383
32384         Fix mis-recognition of 'mcs' on QNX 6.
32385         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32386         output contains the string "Mono".
32387         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32388         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32389
32390 2007-09-01  Bruno Haible  <bruno@clisp.org>
32391
32392         Fix collision between uniwidth/* and linebreak modules.
32393         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32394         u32_width): Remove declarations.
32395         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32396         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32397         streq3, streq2, streq1, streq0): Remove functions.
32398         (STREQ): Remove macro.
32399         (is_cjk_encoding): Remove function.
32400         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32401         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32402         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32403         * NEWS: Document the change.
32404
32405 2007-09-01  Bruno Haible  <bruno@clisp.org>
32406
32407         * lib/streq.h: Add double-inclusion guard.
32408
32409 2007-09-01  Karl Berry  <karl@gnu.org>
32410
32411         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32412
32413 2007-08-28  Jim Meyering  <jim@meyering.net>
32414
32415         Rename mreadlink_with_size to areadlink_with_size.
32416         * NEWS: Document the change.
32417         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32418         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32419         * lib/mreadlink.h: Rename this to...
32420         * lib/areadlink.h: ...this.
32421         * modules/mreadlink-with-size: Rename this to...
32422         * modules/areadlink-with-size: ...this.
32423         * lib/canonicalize.c: Reflect the renaming.
32424         * modules/canonicalize: Likewise.
32425
32426 2007-08-26  Bruno Haible  <bruno@clisp.org>
32427
32428         * gnulib-tool (func_import): When deciding which files to remove,
32429         consider also dangling symbolic links.
32430         Reported by Eric Blake.
32431
32432 2007-08-26  Bruno Haible  <bruno@clisp.org>
32433
32434         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32435
32436 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32437
32438         * lib/readline.c: Don't include getline.h, the prototype is now
32439         found in stdio.h.
32440
32441 2007-08-23  Jim Meyering  <jim@meyering.net>
32442
32443         Getdelim touchup.
32444         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32445         around the funlockfile call, since funlockfile never sets errno.
32446         Don't set errno upon failed realloc.
32447
32448 2007-08-22  Eric Blake  <ebb9@byu.net>
32449
32450         Getline touchups.
32451         * lib/getdelim.c (getdelim): Revert regression that required *n to
32452         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32453         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32454         getdelim, rather than whether implementation is missing.
32455         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32456         * lib/stdio_.h (getline): Also declare if replacement is
32457         required.
32458         * doc/functions/getdelim.texi: New file.
32459         * doc/functions/getline.texi: Likewise.
32460         * doc/gnulib.texi (Function Substitutes): Add new files.
32461         Reported by Bruno Haible.
32462
32463 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32464
32465         * users.txt: Add Guile.
32466
32467 2007-08-22  Eric Blake  <ebb9@byu.net>
32468
32469         * tests/test-getdelim.c (main): Use remove, not unlink.
32470         * tests/test-getline.c (main): Likewise.
32471
32472         Move getline and getdelim into stdio.h, per POSIX 200x.
32473         * modules/getline (Files): Remove getline.h.
32474         (Depends-on): Add stdio.
32475         (configure.ac): Add module indicator.
32476         * modules/getdelim (Files): Remove getdelim.h.
32477         (Depends-on): Add stdio.
32478         (configure.ac): Add module indicator.
32479         * modules/stdio (Makefile.am): Work with new indicators.
32480         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32481         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32482         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32483         * lib/getdelim.h: Delete.
32484         * lib/getline.h: Delete.
32485         * lib/stdio_.h (getdelim, getline): Declare.
32486         * modules/getdelim-tests: New module.
32487         * modules/getline-tests: Likewise.
32488         * tests/test-getdelim.c: New file.
32489         * tests/test-getline.c: Likewise.
32490         * NEWS: Document the change.
32491         * lib/getline.c: Update choice of header.
32492         * lib/csharpcomp.c: Likewise.
32493         * lib/getpass.c: Likewise.
32494         * lib/javacomp.c: Likewise.
32495         * lib/javaversion.c: Likewise.
32496         * lib/yesno.c: Likewise.
32497         * lib/getdelim.c: Likewise.
32498         (getdelim): Set errno on failure, and avoid memory leak.
32499
32500 2007-08-19  Bruno Haible  <bruno@clisp.org>
32501
32502         * modules/closein (Depends-on): Add freadahead.
32503         * lib/closein.c: Include freadahead.h.
32504         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32505         is zero.
32506
32507 2007-08-19  Bruno Haible  <bruno@clisp.org>
32508
32509         * modules/freadahead-tests: New file.
32510         * tests/test-freadahead.sh: New file.
32511         * tests/test-freadahead.c: New file.
32512
32513         * modules/freadahead: New file.
32514         * lib/freadahead.h: New file.
32515         * lib/freadahead.c: New file.
32516         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32517         fbufmode, fpurge, freadable, fwritable.
32518
32519 2007-08-19  Eric Blake  <ebb9@byu.net>
32520
32521         Test yesno in combination with closein.
32522         * lib/yesno.c (yesno): Document use of stdin.
32523         * modules/yesno-tests (Files): New module.
32524         * tests/test-yesno.c (main): New file.
32525         * tests/test-yesno.sh: Likewise.
32526
32527 2007-08-19  Bruno Haible  <bruno@clisp.org>
32528
32529         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32530         * lib/fseeko.c (rpl_fseeko): Likewise.
32531         * lib/fseterr.c (fseterr): Likewise.
32532
32533 2007-08-19  Bruno Haible  <bruno@clisp.org>
32534
32535         * tests/test-lseek.c (main): Disable a test for BeOS.
32536         * doc/functions/lseek.texi: Document the BeOS bug.
32537
32538 2007-08-19  Bruno Haible  <bruno@clisp.org>
32539             Eric Blake  <ebb9@byu.net>
32540
32541         * lib/lseek.c: Include <sys/stat.h>.
32542         (rpl_lseek): Add workaround code also for Unix platforms.
32543         Needed for BeOS.
32544         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32545         * doc/functions/lseek.texi: Document BeOS definiency.
32546
32547 2007-08-18  Bruno Haible  <bruno@clisp.org>
32548
32549         * modules/fstrcmp-tests: New file.
32550         * tests/test-fstrcmp.c: New file.
32551
32552 2007-08-18  Bruno Haible  <bruno@clisp.org>
32553
32554         * modules/fstrcmp: New file, from GNU gettext with modifications.
32555         * lib/fstrcmp.h: New file, from GNU gettext.
32556         * lib/fstrcmp.c: New file, from GNU gettext.
32557         * MODULES.html.sh (String handling): Add fstrcmp.
32558
32559 2007-08-18  Bruno Haible  <bruno@clisp.org>
32560
32561         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32562         'bool'.
32563         (diag, compareseq): Remove const from the ctxt argument.
32564         (USE_HEURISTIC): Undefine at the end.
32565
32566 2007-08-18  Jim Meyering  <jim@meyering.net>
32567
32568         New file: lib/idcache.h
32569         * NEWS: Mention the addition.
32570         * modules/idcache (Files): Add lib/idcache.h
32571         * lib/idcache.c: Include "idcache.h".
32572         Don't include <sys/types.h>.
32573         Add a FIXME comment.
32574         Move file-scoped "static" declarations to the top.
32575         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32576
32577 2007-08-17  Bruno Haible  <bruno@clisp.org>
32578         and Paul Eggert  <eggert@cs.ucla.edu>
32579
32580         * MODULES.html.sh: Add diffseq.
32581         * modules/diffseq: New file.
32582         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32583         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32584
32585 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32586
32587         Import changes from coreutils for bootstrap script.
32588
32589         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32590
32591         * build-aux/bootstrap (slurp): Work even in environments where
32592         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32593         current code does not slurp files whose names start with ".", and
32594         this looks like it might be a troublesome area.
32595
32596         2007-07-11  Jim Meyering  <jim@meyering.net>
32597
32598         If there's a GPL vN copyright comment, require that N == 3.
32599
32600         2007-07-08  Jim Meyering  <jim@meyering.net>
32601
32602         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32603         * build-aux/bootstrap (mam_template): Move definition out of loop.
32604
32605         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32606
32607         * build-aux/bootstrap (symlink_to_dir): Rename function from
32608         symlink_to_gnulib.  Add a directory parameter.  Update all
32609         callers.
32610         (cp_mark_as_generated): Also check for -- and link to -- files in
32611         gl/.
32612
32613         2007-07-08  Jim Meyering  <jim@meyering.net>
32614
32615         Adapt to deeper hierarchy in gnulib.
32616         * build-aux/bootstrap (symlink_to_dir): If the destination
32617         directory doesn't exist, create it. This is required at least for
32618         "lib/uniwidth/cjk.h".
32619
32620         2007-05-15  Jim Meyering  <jim@meyering.net>
32621
32622         * build-aux/bootstrap: Now that generated Makefile.am files
32623         are no longer under version control, they must be created at
32624         bootstrap time.
32625
32626 2007-08-14  Ben Pfaff  <blp@gnu.org>
32627
32628         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32629
32630 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32631
32632         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32633         given the changes below.
32634         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32635         even on hosts that have padding bits beyond the supported 64.
32636
32637 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32638
32639         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32640         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32641         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32642         depends on it.
32643         (xstrtol_error): Remove.
32644         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32645         but with a different signature.
32646         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32647         * lib/xstrtol-error.c: Include exitfail.h.
32648         (xstrtol_fatal): New function, with a different signature from the
32649         old xstrtol_error, so that the caller need not worry about passing
32650         in an exit status, or about storage management of the option argument.
32651         (xstrtol_error): Now a static function.  Redo signature to
32652         implement xstrtol_fatal.  Output the correct number of hyphens in
32653         front of the option so that the caller need not worry about
32654         storage management.
32655         (N_): New macro.
32656         (_): Remove; not used now.
32657         * modules/xstrtol: Depend on getopt.
32658         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32659         of old STRTOL_FATAL_ERROR macro.
32660         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32661         of test program.
32662         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32663         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32664
32665 2007-08-08  Eric Blake  <ebb9@byu.net>
32666
32667         * lib/xstrtol-error.c: Add missing include.
32668
32669         Move xstrtol messages into gnulib domain, when --pobase is used.
32670         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32671         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32672         * modules/xstrtol (Files): Distribute new file.
32673         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32674         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32675         * tests/test-xstrtol.c: ...into new file.
32676         * tests/test-xstrtoul.c: Also test xstrtoul.
32677         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32678         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32679         * tests/test-xstrtol.sh: Drive the tests.
32680         * tests/test-xstrtoimax.sh: Likewise.
32681         * tests/test-xstrtoumax.sh: Likewise.
32682         * modules/xstrtol-tests: New module.
32683         * modules/xstrtoimax-tests: Likewise.
32684         * modules/xstrtoumax-tests: Likewise.
32685
32686 2007-08-08  Jim Meyering  <jim@meyering.net>
32687
32688         New function: mfile_name_concat.
32689         * lib/filenamecat.c (mfile_name_concat): New function, just like
32690         file_name_concat, but return NULL upon failure rather than exiting
32691         with a diagnostic.
32692         * lib/filenamecat.h: Declare it.
32693
32694 2007-08-07  Bruno Haible  <bruno@clisp.org>
32695
32696         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32697         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32698         warning from gcc.
32699         Reported by Eric Blake.
32700
32701 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32702
32703         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32704         * modules/crypto/arcfour (License): Likewise.
32705         * modules/crypto/des-tests (License): Likewise.
32706         * modules/crypto/gc-arctwo-tests (License): Likewise.
32707         * modules/crypto/gc-des-tests (License): Likewise.
32708         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32709         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32710         * modules/crypto/gc-md2-tests (License): Likewise.
32711         * modules/crypto/gc-md4-tests (License): Likewise.
32712         * modules/crypto/gc-md5-tests (License): Likewise.
32713         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32714         * modules/crypto/gc-rijndael-tests (License): Likewise.
32715         * modules/crypto/gc-sha1-tests (License): Likewise.
32716         * modules/crypto/gc-tests (License): Likewise.
32717         * modules/crypto/hmac-md5 (License): Likewise.
32718         * modules/crypto/hmac-sha1 (License): Likewise.
32719         * modules/crypto/md2-tests (License): Likewise.
32720         * modules/crypto/md4-tests (License): Likewise.
32721         * modules/crypto/md5 (License): Likewise.
32722         * modules/crypto/rijndael (License): Likewise.
32723         * modules/crypto/sha1 (License): Likewise.
32724         * modules/memxor (License): Likewise.
32725
32726 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32727         and Bruno Haible  <bruno@clisp.org>
32728
32729         * NEWS: Describe interface changes to human, xstrtol.
32730         * lib/human.h: Include <xstrtol.h>.
32731         (human_options): Return enum strtol_error, not int.  Remove
32732         bool arg; take int * instead.
32733         * lib/human.c: Don't include "gettext.h".
32734         (_): Remove; no longer used.
32735         Don't include <xstrtol.h>, since human.h does it.
32736         (human_options): Adjust to abovementioned interface changes.
32737         Do not report error to stderr; that's now the caller's
32738         responsibility.
32739         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32740         interface change.
32741         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32742         Str, Argument_type_string.  All uses changed.  Put " argument"
32743         in diagnostics to make them clearer.  Change wording of suffix
32744         message for clarity.
32745         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32746         Argument_type_string.
32747         (STRTOL_FATAL_WARN): Remove; no longer used.
32748         * modules/human (Depends-on): Remove gettext-h.
32749
32750 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32751
32752         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32753
32754 2007-07-31  Bruno Haible  <bruno@clisp.org>
32755
32756         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32757         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32758         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32759
32760 2007-07-31  Bruno Haible  <bruno@clisp.org>
32761
32762         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32763         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32764
32765 2007-07-30  Bruno Haible  <bruno@clisp.org>
32766
32767         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32768         * modules/c-ctype (License): Likewise.
32769         * modules/c-strcase (License): Likewise.
32770         * modules/check-version (License): Likewise.
32771         * modules/iconv (License): Likewise.
32772         * modules/iconv_open (License): Likewise.
32773         * modules/read-file (License): Likewise.
32774         * modules/striconv (License): Likewise.
32775         * modules/strverscmp (License): Likewise.
32776         * modules/vasprintf (License): Likewise.
32777         * modules/crypto/des (License): Likewise.
32778         * modules/crypto/gc (License): Likewise.
32779         * modules/crypto/gc-arcfour (License): Likewise.
32780         * modules/crypto/gc-arctwo (License): Likewise.
32781         * modules/crypto/gc-des (License): Likewise.
32782         * modules/crypto/gc-hmac-md5 (License): Likewise.
32783         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32784         * modules/crypto/gc-md2 (License): Likewise.
32785         * modules/crypto/gc-md4 (License): Likewise.
32786         * modules/crypto/gc-md5 (License): Likewise.
32787         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32788         * modules/crypto/gc-random (License): Likewise.
32789         * modules/crypto/gc-rijndael (License): Likewise.
32790         * modules/crypto/gc-sha1 (License): Likewise.
32791         * modules/crypto/md2 (License): Likewise.
32792         * modules/crypto/md4 (License): Likewise.
32793
32794 2007-07-30  Jim Meyering  <jim@meyering.net>
32795
32796         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32797         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32798         it has valid stat data.  This bug would cause du not to count the
32799         sizes of inaccessible directories.
32800         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32801         in <http://bugzilla.redhat.com/250077>.
32802
32803 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32804             Bruno Haible  <bruno@clisp.org>
32805
32806         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32807         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32808         #include_next, gives a diagnostic about it, but reports no error in
32809         the exit code.
32810         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32811
32812 2007-07-24  Ben Pfaff  <blp@gnu.org>
32813
32814         Improve name: "count-one-bits" is better than "popcount".
32815         * MODULES.html.sh: Update name.
32816         * lib/popcount.h: Renamed lib/count-one-bits.h.
32817         (popcount): Renamed count_one_bits.
32818         (popcountl): Renamed count_one_bits_l.
32819         (popcountll): Renamed count_one_bits_ll.
32820         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32821         * modules/popcount: Renamed module/count-one-bits.
32822         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32823         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32824
32825 2007-07-23  Ben Pfaff  <blp@gnu.org>
32826
32827         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32828         better code generation, and add U to large constants to avoid
32829         warnings, in non-GCC case.
32830         Suggested by Bruno Haible.
32831
32832 2007-07-23  Ben Pfaff  <blp@gnu.org>
32833
32834         * lib/popcount.h: Use verify_true instead of if...abort.
32835         * modules/popcount: Depend on verify module.
32836         Suggested by Jim Meyering.
32837
32838 2007-07-23  Bruno Haible  <bruno@clisp.org>
32839
32840         * gnulib-tool (func_import): Create a .cvsignore file also when the
32841         directory is not yet in CVS but the toplevel directory is. When
32842         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32843         Reported by Karl Berry.
32844
32845 2007-07-22  Ben Pfaff  <blp@gnu.org>
32846
32847         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32848         case.
32849         Suggested by Eric Blake.
32850
32851 2007-07-22  Ben Pfaff  <blp@gnu.org>
32852
32853         New module: popcount.
32854         * MODULES.html.sh: Add popcount.
32855         * modules/popcount: New file.
32856         * modules/popcount-tests: New file.
32857         * tests/test-popcount.c: New file.
32858         * lib/popcount.h: New file.
32859         * m4/popcount.m4: New file.
32860
32861 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32862
32863         * build-aux/announce-gen: Update to GPLv3.
32864
32865         * build-aux/config.guess: Update from config.
32866
32867 2007-07-21  Bruno Haible  <bruno@clisp.org>
32868
32869         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32870         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32871
32872 2007-07-20  Jim Meyering  <jim@meyering.net>
32873
32874         * check-module: Diagnose a self-dependency.
32875
32876 2007-07-19  Bruno Haible  <bruno@clisp.org>
32877
32878         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32879         empty.
32880         Reported by Eric Blake.
32881
32882 2007-07-18  Bruno Haible  <bruno@clisp.org>
32883
32884         * gnulib-tool: New options --po-base, --po-domain.
32885         (func_usage): Document them.
32886         (pobase, po_domain): New variables.
32887         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32888         DEFAULT_TEXT_DOMAIN.
32889         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32890         (func_import): Consider pobase and po_domain. Create a po/ directory.
32891         (func_create_testdir): Set pobase and po_domain to empty.
32892         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32893         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32894
32895 2007-07-18  Bruno Haible  <bruno@clisp.org>
32896
32897         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32898         EXTRA_DIST augmentation for files in build-aux/.
32899
32900 2007-07-16  Bruno Haible  <bruno@clisp.org>
32901
32902         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32903         * modules/getdelim (License): Likewise.
32904
32905 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32906
32907         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32908         * modules/d-type (License): Likewise.
32909         * modules/extensions (License): Likewise.
32910         * modules/fnmatch (License): Likewise.
32911         * modules/fseeko (License): Likewise.
32912         * modules/getaddrinfo (License): Likewise.
32913         * modules/getline (License): Likewise.
32914         * modules/getlogin_r (License): Likewise.
32915         * modules/getpass (License): Likewise.
32916         * modules/gettimeofday (License): Likewise.
32917         * modules/glob (License): Likewise.
32918         * modules/inet_ntop (License): Likewise.
32919         * modules/malloc (License): Likewise.
32920         * modules/malloca (License): Likewise.
32921         * modules/memmem (License): Likewise.
32922         * modules/mempcpy (License): Likewise.
32923         * modules/memset (License): Likewise.
32924         * modules/minmax (License): Likewise.
32925         * modules/mktime (License): Likewise.
32926         * modules/netinet_in (License): Likewise.
32927         * modules/pathmax (License): Likewise.
32928         * modules/poll (License): Likewise.
32929         * modules/regex (License): Likewise.
32930         * modules/snprintf (License): Likewise.
32931         * modules/stdbool (License): Likewise.
32932         * modules/stdint (License): Likewise.
32933         * modules/stdio (License): Likewise.
32934         * modules/strcase (License): Likewise.
32935         * modules/strcasestr (License): Likewise.
32936         * modules/strdup (License): Likewise.
32937         * modules/string (License): Likewise.
32938         * modules/strndup (License): Likewise.
32939         * modules/strnlen (License): Likewise.
32940         * modules/strpbrk (License): Likewise.
32941         * modules/strptime (License): Likewise.
32942         * modules/strsep (License): Likewise.
32943         * modules/sys_select (License): Likewise.
32944         * modules/sys_socket (License): Likewise.
32945         * modules/sys_stat (License): Likewise.
32946         * modules/sys_time (License): Likewise.
32947         * modules/time (License): Likewise.
32948         * modules/time_r (License): Likewise.
32949         * modules/timegm (License): Likewise.
32950         * modules/unistd (License): Likewise.
32951         * modules/vsnprintf (License): Likewise.
32952         * modules/wctype (License): Likewise.
32953
32954 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32955
32956         * modules/argz (License): LGPLv2+.
32957
32958 2007-07-15  Karl Berry  <karl@gnu.org>
32959
32960         * doc/gnulib.texi: revise node structure per new fdl.texi.
32961
32962 2007-07-14  Bruno Haible  <bruno@clisp.org>
32963
32964         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32965         the output file.
32966         * lib/uniname/uninames.h: Regenerated.
32967
32968 2007-07-14  Karl Berry  <karl@gnu.org>
32969
32970         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32971         omitting sectioning and index commands.
32972
32973 2007-07-13  Bruno Haible  <bruno@clisp.org>
32974
32975         New gnulib-tool option --more-symlinks.
32976         * gnulib-tool (func_usage): Document --more-symlinks.
32977         (do_copyrights): New variable.
32978         Recognize option --more-symlinks.
32979         (func_import): Don't add a copyright notice transform to
32980         sed_transform_lib_file if do_copyrights is empty.
32981
32982 2007-07-13  Bruno Haible  <bruno@clisp.org>
32983
32984         * lib/vasnprintf.c (decimal_point_char): Define also if
32985         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32986         && !NEED_PRINTF_DIRECTIVE_A.
32987         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32988         Gary V. Vaughan <gary@gnu.org>.
32989
32990 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32991
32992         * lib/inttypes_.h: Undo previous change, since it was fixed
32993         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32994
32995 2007-07-13  Bruno Haible  <bruno@clisp.org>
32996
32997         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32998         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32999
33000 2007-07-13  Jim Meyering  <jim@meyering.net>
33001
33002         df: Don't fail for Tru64's "file-on-file mount".
33003         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33004         so we fall through and use statfs instead.  Details here:
33005         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33006         Reported by Albert Chin.
33007
33008 2007-07-13  Bruno Haible  <bruno@clisp.org>
33009
33010         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33011         * modules/configmake (License): Likewise.
33012         * modules/gettext (License): Likewise.
33013         * modules/gettext-h (License): Likewise.
33014         * modules/include_next (License): Likewise.
33015         * modules/link-warning (License): Likewise.
33016         * modules/localcharset (License): Likewise.
33017         * modules/localename (License): Likewise.
33018         * modules/lock (License): Likewise.
33019         * modules/relocatable-lib-lgpl (License): Likewise.
33020         * modules/size_max (License): Likewise.
33021         * modules/vasnprintf (License): Likewise.
33022         * modules/wchar (License): Likewise.
33023         * modules/xsize (License): Likewise.
33024
33025 2007-07-13  Bruno Haible  <bruno@clisp.org>
33026
33027         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33028         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33029
33030 2007-07-12  Bruno Haible  <bruno@clisp.org>
33031
33032         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33033         in the modules files.
33034
33035 2007-07-11  Karl Berry  <karl@gnu.org>
33036
33037         * MODULES.html.sh (func_module): use
33038          sed -e '\|^'"${includefile}"'$|d'
33039          instead of /.../d, to avoid errors on $includefile's containing /.
33040
33041 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33042
33043         * gnulib-tool (func_import): Avoid duplication of --avoid
33044         statements
33045         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33046         names to `_' in variable names.
33047
33048 2007-07-10  Eric Blake  <ebb9@byu.net>
33049
33050         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33051         * NEWS: Document this change.
33052
33053 2007-07-08  Bruno Haible  <bruno@clisp.org>
33054
33055         Update to Unicode 5.0.
33056         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33057         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33058         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33059         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33060         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33061         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33062         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33063         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33064         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33065         U+10A3F, U+1D242..U+1D244.
33066         (nonspacing_table_ind): Update.
33067         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33068         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33069
33070 2007-07-08  Bruno Haible  <bruno@clisp.org>
33071
33072         Update to Unicode 5.0.
33073         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33074         code transform. Extend the name index field of unicode_name_to_code and
33075         unicode_code_to_name from 16 to 24 bits.
33076         * lib/uniname/uniname.c (unicode_character_name,
33077         unicode_name_character): Add the range 0x12xxx to the code transform.
33078         * lib/uniname/uninames.h: Regenerated.
33079         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33080
33081 2007-07-07  Bruno Haible  <bruno@clisp.org>
33082
33083         * modules/wcwidth-tests: New file.
33084         * tests/test-wcwidth.c: New file.
33085
33086         Work around MacOS X wcwidth() bug.
33087         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33088         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33089         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33090         original wcwidth in non-UTF-8 locales.
33091         * modules/wcwidth (Depends-on): Add localcharset, streq,
33092         uniwidth/width.
33093         * doc/functions/wcwidth.texi: Update.
33094
33095 2007-07-07  Bruno Haible  <bruno@clisp.org>
33096
33097         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33098         (wcwidth): New declaration.
33099         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33100         macros.
33101         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33102         here. Prepare for creating <wchar.h> unconditionally.
33103         * modules/wchar (Depends-on): Add link-warning.
33104         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33105         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33106         * lib/wcwidth.h: Remove file.
33107         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33108         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33109         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33110         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33111         (Include): Replace wcwidth.h with <wchar.h>.
33112         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33113         * lib/mbchar.h: Don't include wcwidth.h.
33114         * lib/mbswidth.c: Likewise.
33115         * NEWS: Mention the change.
33116
33117 2007-07-07  Bruno Haible  <bruno@clisp.org>
33118
33119         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33120         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33121         definition with an external declaration.
33122         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33123         defined as a function. Remove AC_C_INLINE requirement.
33124         * modules/wcwidth (Files): Add lib/wcwidth.c.
33125         (Makefile.am): Remove redundant statement.
33126
33127 2007-07-07  Bruno Haible  <bruno@clisp.org>
33128
33129         * MODULES.html.sh (Unicode string functions): Add the new modules.
33130
33131         * tests/uniwidth/test-u32-strwidth.c: New file.
33132         * modules/uniwidth/u32-strwidth-tests: New file.
33133
33134         * lib/uniwidth/u32-strwidth.c: New file.
33135         * modules/uniwidth/u32-strwidth: New file.
33136
33137         * tests/uniwidth/test-u16-strwidth.c: New file.
33138         * modules/uniwidth/u16-strwidth-tests: New file.
33139
33140         * lib/uniwidth/u16-strwidth.c: New file.
33141         * modules/uniwidth/u16-strwidth: New file.
33142
33143         * tests/uniwidth/test-u8-strwidth.c: New file.
33144         * modules/uniwidth/u8-strwidth-tests: New file.
33145
33146         * lib/uniwidth/u8-strwidth.c: New file.
33147         * modules/uniwidth/u8-strwidth: New file.
33148
33149         * tests/uniwidth/test-u32-width.c: New file.
33150         * modules/uniwidth/u32-width-tests: New file.
33151
33152         * lib/uniwidth/u32-width.c: New file.
33153         * modules/uniwidth/u32-width: New file.
33154
33155         * tests/uniwidth/test-u16-width.c: New file.
33156         * modules/uniwidth/u16-width-tests: New file.
33157
33158         * lib/uniwidth/u16-width.c: New file.
33159         * modules/uniwidth/u16-width: New file.
33160
33161         * tests/uniwidth/test-u8-width.c: New file.
33162         * modules/uniwidth/u8-width-tests: New file.
33163
33164         * lib/uniwidth/u8-width.c: New file.
33165         * modules/uniwidth/u8-width: New file.
33166
33167         * tests/uniwidth/test-uc_width.c: New file.
33168         * modules/uniwidth/width-tests: New file.
33169
33170         * lib/uniwidth/width.c: New file, from GNU libiconv.
33171         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33172         * modules/uniwidth/width: New file.
33173
33174         * lib/uniwidth.h: New file, from GNU libiconv.
33175         * modules/uniwidth/base: New file.
33176
33177 2007-07-07  Bruno Haible  <bruno@clisp.org>
33178
33179         * lib/uniname.h: New file, from GNU gettext.
33180         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33181         * lib/uniname/uninames.h: New file, from GNU gettext.
33182         * lib/uniname/uniname.c: New file, from GNU gettext.
33183         * tests/uniname/test-uninames.sh: New file.
33184         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33185         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33186         * modules/uniname/base: New file.
33187         * modules/uniname/uniname: New file.
33188         * modules/uniname/uniname-tests: New file.
33189         * MODULES.html.sh (Unicode string functions): Add the new modules.
33190
33191 2007-07-06  Bruno Haible  <bruno@clisp.org>
33192
33193         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33194
33195 2007-07-06  Bruno Haible  <bruno@clisp.org>
33196
33197         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33198         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33199         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33200         include <sys/time.h>.
33201         Reported by Eric Blake.
33202
33203 2007-07-06  Eric Blake  <ebb9@byu.net>
33204
33205         Fix testing canonicalize on cygwin.
33206         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33207         Revert patch from 2007-06-19.
33208         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33209         canonicalize module is also in use.
33210         * tests/test-canonicalize.c: New file.
33211         * tests/test-canonicalize.sh: Likewise.
33212         * modules/canonicalize-tests: Likewise.
33213
33214 2007-07-06  Jim Meyering  <jim@meyering.net>
33215
33216         * lib/getugroups.c (getugroups): Detect getgrent failure.
33217         Adjust comment to reflect reality: this function may return -1.
33218
33219 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33220
33221         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33222         the new TP address.
33223         (usage): Fix typo
33224         (gnulib_mk): New variable.
33225
33226 2007-07-05  Jim Meyering  <jim@meyering.net>
33227
33228         Don't let endgrent clobber errno, no matter how improbable.
33229         * lib/getugroups.c (getugroups): Save and restore errno around
33230         endgrent call.
33231
33232         Close the group DB even when failing with 2^31 or more members.
33233         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33234
33235 2007-07-04  Jim Meyering  <jim@meyering.net>
33236
33237         * lib/getugroups.h: New file.
33238         * lib/getugroups.c: Include "getugroups.h".
33239         Remove uses of "register" keyword.
33240         Move local variable, "cp", down into scope where used.
33241         Give "username" parameter the "const" attribute.
33242         * modules/getugroups (Files): Add lib/getugroups.h
33243
33244 2007-07-04  Karl Berry  <karl@gnu.org>
33245
33246         * MODULES.html.sh (func_all_modules): Complete rename of
33247         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33248
33249 2007-07-02  Bruno Haible  <bruno@clisp.org>
33250
33251         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33252         mode, when inttypes.h comes from gnulib.
33253         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33254
33255 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33256
33257         * NEWS: Mention lgpl module name change.
33258
33259         * modules/lgpl-2.1: Renamed from lgpl.
33260
33261         * NEWS: Mention gpl module name change.
33262
33263         * modules/gpl-3.0: New file, based on gpl-2.0.
33264
33265         * modules/gpl-2.0: Renamed from gpl.
33266
33267         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33268         doc/gpl-2.0.texi.
33269
33270 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33271
33272         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33273         #define __STDC_LIMIT_MACROS temporarily while including
33274         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33275         Problem reported by Joel E. Denny in
33276         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33277
33278 2007-07-01  Bruno Haible  <bruno@clisp.org>
33279
33280         * lib/unistdio.h: New file.
33281         * lib/unistdio/u-asnprintf.h: New file.
33282         * lib/unistdio/u-asprintf.h: New file.
33283         * lib/unistdio/u-printf-args.c: New file.
33284         * lib/unistdio/u-printf-args.h: New file.
33285         * lib/unistdio/u-printf-parse.h: New file.
33286         * lib/unistdio/u-snprintf.h: New file.
33287         * lib/unistdio/u-sprintf.h: New file.
33288         * lib/unistdio/u-vasprintf.h: New file.
33289         * lib/unistdio/u-vsnprintf.h: New file.
33290         * lib/unistdio/u-vsprintf.h: New file.
33291         * lib/unistdio/ulc-asnprintf.c: New file.
33292         * lib/unistdio/ulc-asprintf.c: New file.
33293         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33294         * lib/unistdio/ulc-printf-parse.c: New file.
33295         * lib/unistdio/ulc-snprintf.c: New file.
33296         * lib/unistdio/ulc-sprintf.c: New file.
33297         * lib/unistdio/ulc-vasnprintf.c: New file.
33298         * lib/unistdio/ulc-vasprintf.c: New file.
33299         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33300         * lib/unistdio/ulc-vsnprintf.c: New file.
33301         * lib/unistdio/ulc-vsprintf.c: New file.
33302         * lib/unistdio/u8-asnprintf.c: New file.
33303         * lib/unistdio/u8-asprintf.c: New file.
33304         * lib/unistdio/u8-printf-parse.c: New file.
33305         * lib/unistdio/u8-snprintf.c: New file.
33306         * lib/unistdio/u8-sprintf.c: New file.
33307         * lib/unistdio/u8-vasnprintf.c: New file.
33308         * lib/unistdio/u8-vasprintf.c: New file.
33309         * lib/unistdio/u8-vsnprintf.c: New file.
33310         * lib/unistdio/u8-vsprintf.c: New file.
33311         * lib/unistdio/u8-u8-asnprintf.c: New file.
33312         * lib/unistdio/u8-u8-asprintf.c: New file.
33313         * lib/unistdio/u8-u8-snprintf.c: New file.
33314         * lib/unistdio/u8-u8-sprintf.c: New file.
33315         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33316         * lib/unistdio/u8-u8-vasprintf.c: New file.
33317         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33318         * lib/unistdio/u8-u8-vsprintf.c: New file.
33319         * lib/unistdio/u16-asnprintf.c: New file.
33320         * lib/unistdio/u16-asprintf.c: New file.
33321         * lib/unistdio/u16-printf-parse.c: New file.
33322         * lib/unistdio/u16-snprintf.c: New file.
33323         * lib/unistdio/u16-sprintf.c: New file.
33324         * lib/unistdio/u16-vasnprintf.c: New file.
33325         * lib/unistdio/u16-vasprintf.c: New file.
33326         * lib/unistdio/u16-vsnprintf.c: New file.
33327         * lib/unistdio/u16-vsprintf.c: New file.
33328         * lib/unistdio/u16-u16-asnprintf.c: New file.
33329         * lib/unistdio/u16-u16-asprintf.c: New file.
33330         * lib/unistdio/u16-u16-snprintf.c: New file.
33331         * lib/unistdio/u16-u16-sprintf.c: New file.
33332         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33333         * lib/unistdio/u16-u16-vasprintf.c: New file.
33334         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33335         * lib/unistdio/u16-u16-vsprintf.c: New file.
33336         * lib/unistdio/u32-asnprintf.c: New file.
33337         * lib/unistdio/u32-asprintf.c: New file.
33338         * lib/unistdio/u32-printf-parse.c: New file.
33339         * lib/unistdio/u32-snprintf.c: New file.
33340         * lib/unistdio/u32-sprintf.c: New file.
33341         * lib/unistdio/u32-vasnprintf.c: New file.
33342         * lib/unistdio/u32-vasprintf.c: New file.
33343         * lib/unistdio/u32-vsnprintf.c: New file.
33344         * lib/unistdio/u32-vsprintf.c: New file.
33345         * lib/unistdio/u32-u32-asnprintf.c: New file.
33346         * lib/unistdio/u32-u32-asprintf.c: New file.
33347         * lib/unistdio/u32-u32-snprintf.c: New file.
33348         * lib/unistdio/u32-u32-sprintf.c: New file.
33349         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33350         * lib/unistdio/u32-u32-vasprintf.c: New file.
33351         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33352         * lib/unistdio/u32-u32-vsprintf.c: New file.
33353         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33354         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33355         * tests/unistdio/test-ulc-printf1.h: New file.
33356         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33357         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33358         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33359         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33360         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33361         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33362         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33363         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33364         * tests/unistdio/test-u8-asnprintf1.c: New file.
33365         * tests/unistdio/test-u8-asnprintf1.h: New file.
33366         * tests/unistdio/test-u8-printf1.h: New file.
33367         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33368         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33369         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33370         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33371         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33372         * tests/unistdio/test-u8-vasprintf1.c: New file.
33373         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33374         * tests/unistdio/test-u8-vsprintf1.c: New file.
33375         * tests/unistdio/test-u16-asnprintf1.c: New file.
33376         * tests/unistdio/test-u16-asnprintf1.h: New file.
33377         * tests/unistdio/test-u16-printf1.h: New file.
33378         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33379         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33380         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33381         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33382         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33383         * tests/unistdio/test-u16-vasprintf1.c: New file.
33384         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33385         * tests/unistdio/test-u16-vsprintf1.c: New file.
33386         * tests/unistdio/test-u32-asnprintf1.c: New file.
33387         * tests/unistdio/test-u32-asnprintf1.h: New file.
33388         * tests/unistdio/test-u32-printf1.h: New file.
33389         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33390         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33391         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33392         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33393         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33394         * tests/unistdio/test-u32-vasprintf1.c: New file.
33395         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33396         * tests/unistdio/test-u32-vsprintf1.c: New file.
33397         * modules/unistdio/base: New file.
33398         * modules/unistdio/u-printf-args: New file.
33399         * modules/unistdio/ulc-asnprintf: New file.
33400         * modules/unistdio/ulc-asprintf: New file.
33401         * modules/unistdio/ulc-fprintf: New file.
33402         * modules/unistdio/ulc-printf-parse: New file.
33403         * modules/unistdio/ulc-snprintf: New file.
33404         * modules/unistdio/ulc-sprintf: New file.
33405         * modules/unistdio/ulc-vasnprintf: New file.
33406         * modules/unistdio/ulc-vasprintf: New file.
33407         * modules/unistdio/ulc-vfprintf: New file.
33408         * modules/unistdio/ulc-vsnprintf: New file.
33409         * modules/unistdio/ulc-vsprintf: New file.
33410         * modules/unistdio/u8-asnprintf: New file.
33411         * modules/unistdio/u8-asprintf: New file.
33412         * modules/unistdio/u8-printf-parse: New file.
33413         * modules/unistdio/u8-snprintf: New file.
33414         * modules/unistdio/u8-sprintf: New file.
33415         * modules/unistdio/u8-vasnprintf: New file.
33416         * modules/unistdio/u8-vasprintf: New file.
33417         * modules/unistdio/u8-vsnprintf: New file.
33418         * modules/unistdio/u8-vsprintf: New file.
33419         * modules/unistdio/u8-u8-asnprintf: New file.
33420         * modules/unistdio/u8-u8-asprintf: New file.
33421         * modules/unistdio/u8-u8-snprintf: New file.
33422         * modules/unistdio/u8-u8-sprintf: New file.
33423         * modules/unistdio/u8-u8-vasnprintf: New file.
33424         * modules/unistdio/u8-u8-vasprintf: New file.
33425         * modules/unistdio/u8-u8-vsnprintf: New file.
33426         * modules/unistdio/u8-u8-vsprintf: New file.
33427         * modules/unistdio/u16-asnprintf: New file.
33428         * modules/unistdio/u16-asprintf: New file.
33429         * modules/unistdio/u16-printf-parse: New file.
33430         * modules/unistdio/u16-snprintf: New file.
33431         * modules/unistdio/u16-sprintf: New file.
33432         * modules/unistdio/u16-vasnprintf: New file.
33433         * modules/unistdio/u16-vasprintf: New file.
33434         * modules/unistdio/u16-vsnprintf: New file.
33435         * modules/unistdio/u16-vsprintf: New file.
33436         * modules/unistdio/u16-u16-asnprintf: New file.
33437         * modules/unistdio/u16-u16-asprintf: New file.
33438         * modules/unistdio/u16-u16-snprintf: New file.
33439         * modules/unistdio/u16-u16-sprintf: New file.
33440         * modules/unistdio/u16-u16-vasnprintf: New file.
33441         * modules/unistdio/u16-u16-vasprintf: New file.
33442         * modules/unistdio/u16-u16-vsnprintf: New file.
33443         * modules/unistdio/u16-u16-vsprintf: New file.
33444         * modules/unistdio/u32-asnprintf: New file.
33445         * modules/unistdio/u32-asprintf: New file.
33446         * modules/unistdio/u32-printf-parse: New file.
33447         * modules/unistdio/u32-snprintf: New file.
33448         * modules/unistdio/u32-sprintf: New file.
33449         * modules/unistdio/u32-vasnprintf: New file.
33450         * modules/unistdio/u32-vasprintf: New file.
33451         * modules/unistdio/u32-vsnprintf: New file.
33452         * modules/unistdio/u32-vsprintf: New file.
33453         * modules/unistdio/u32-u32-asnprintf: New file.
33454         * modules/unistdio/u32-u32-asprintf: New file.
33455         * modules/unistdio/u32-u32-snprintf: New file.
33456         * modules/unistdio/u32-u32-sprintf: New file.
33457         * modules/unistdio/u32-u32-vasnprintf: New file.
33458         * modules/unistdio/u32-u32-vasprintf: New file.
33459         * modules/unistdio/u32-u32-vsnprintf: New file.
33460         * modules/unistdio/u32-u32-vsprintf: New file.
33461         * modules/unistdio/ulc-asnprintf-tests: New file.
33462         * modules/unistdio/ulc-vasnprintf-tests: New file.
33463         * modules/unistdio/ulc-vasprintf-tests: New file.
33464         * modules/unistdio/ulc-vsnprintf-tests: New file.
33465         * modules/unistdio/ulc-vsprintf-tests: New file.
33466         * modules/unistdio/u8-asnprintf-tests: New file.
33467         * modules/unistdio/u8-vasnprintf-tests: New file.
33468         * modules/unistdio/u8-vasprintf-tests: New file.
33469         * modules/unistdio/u8-vsnprintf-tests: New file.
33470         * modules/unistdio/u8-vsprintf-tests: New file.
33471         * modules/unistdio/u16-asnprintf-tests: New file.
33472         * modules/unistdio/u16-vasnprintf-tests: New file.
33473         * modules/unistdio/u16-vasprintf-tests: New file.
33474         * modules/unistdio/u16-vsnprintf-tests: New file.
33475         * modules/unistdio/u16-vsprintf-tests: New file.
33476         * modules/unistdio/u32-asnprintf-tests: New file.
33477         * modules/unistdio/u32-vasnprintf-tests: New file.
33478         * modules/unistdio/u32-vasprintf-tests: New file.
33479         * modules/unistdio/u32-vsnprintf-tests: New file.
33480         * modules/unistdio/u32-vsprintf-tests: New file.
33481         * MODULES.html.sh (Unicode string functions): Add the new modules.
33482
33483 2007-07-01  Bruno Haible  <bruno@clisp.org>
33484
33485         * lib/sprintf.c (sprintf): Limit the available length estimation,
33486         to avoid address wraparound.
33487         * lib/vsprintf.c (vsprintf): Likewise.
33488         * modules/sprintf-posix (Dependencies): Add stdint.
33489         * modules/vsprintf-posix (Dependencies): Likewise.
33490
33491 2007-07-01  Bruno Haible  <bruno@clisp.org>
33492
33493         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33494         Windows PATH as well. Conservative double-quoting. Comments.
33495
33496 2007-07-01  Bruno Haible  <bruno@clisp.org>
33497             Eric Blake  <ebb9@byu.net>
33498             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33499
33500         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33501         empty components in $PATH, denoting '.'.
33502
33503 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33504
33505         * gnulib-tool: Fix indentation.
33506         (func_create_megatestdir): Likewise.
33507         Report by Bruno Haible.
33508
33509 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33510
33511         Sync from Automake.
33512         * build-aux/gnupload: Fix shell portability issues with for loops.
33513         Report by Karl Berry.
33514
33515 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33516
33517         * build-aux/maint.mk (POURL): Use translationproject.org.
33518
33519 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33520             Bruno Haible  <bruno@clisp.org>
33521
33522         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33523         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33524         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33525         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33526         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33527
33528 2007-06-27  Bruno Haible  <bruno@clisp.org>
33529
33530         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33531         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33532
33533 2007-06-26  Karl Berry  <karl@gnu.org>
33534
33535         * MODULES.html.sh: remove xreadlink-with-size.
33536
33537 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33538
33539         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33540         method that I hope also handles the double-include problem noted
33541         by Bruno Haible in
33542         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33543
33544 2007-06-23  Bruno Haible  <bruno@clisp.org>
33545
33546         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33547         Don't let the 'mostlyclean' target fail if the last subdirectory could
33548         not be removed.
33549         Reported by Karl Berry.
33550
33551 2007-06-23  Bruno Haible  <bruno@clisp.org>
33552
33553         * gnulib-tool (echo): Add a speedier workaround for ksh.
33554         * tests/test-echo.sh: Likewise.
33555
33556 2007-06-23  Bruno Haible  <bruno@clisp.org>
33557
33558         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33559         * tests/test-echo.sh: Likewise.
33560
33561 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33562
33563         * gnulib-tool (IFS): Initialize early, so we don't set it to
33564         empty later.
33565         (self_abspathname): Rewrite algorithm to set it, reindent.
33566         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33567         (func_create_megatestdir): Merge some sed scripts.
33568
33569 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33570
33571         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33572         exposed by Sun Studio 11 cc on Solaris 8.
33573
33574 2007-06-22  Bruno Haible  <bruno@clisp.org>
33575
33576         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33577         backslashes.
33578         * tests/test-echo.sh: New file.
33579
33580 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33581
33582         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33583         simplify `sed_replace_build_aux' scripts, they are portable but
33584         echoing them with `echo' is not.
33585         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33586
33587 2007-06-21  Karl Berry  <karl@gnu.org>
33588
33589         * config/srclist.txt: guess we can't handle the licenses via
33590         srclist at the moment.
33591
33592 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33593
33594         * MODULES.html.sh: Add include_next.
33595         * modules/include_next: New file.
33596
33597 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33598
33599         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33600         INCLUDE_NEXT.
33601         (gl_CHECK_NEXT_HEADERS): New macro.
33602         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33603         the obsolescent gl_ABSOLUTE_HEADER.
33604         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33605         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33606         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33607         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33608         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33609         * m4/math_h.m4 (gl_MATH_H): Likewise.
33610         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33611         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33612         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33613         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33614         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33615         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33616         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33617         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33618         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33619         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33620         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33621         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33622         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33623         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33624         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33625         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33626         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33627         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33628         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33629         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33630         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33631         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33632         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33633         * lib/float_.h: Likewise.
33634         * lib/inttypes_.h: Likewise.
33635         * lib/math_.h: Likewise.
33636         * lib/search_.h: Likewise.
33637         * lib/signal_.h: Likewise.
33638         * lib/stdint_.h: Likewise.
33639         * lib/stdio_.h: Likewise.
33640         * lib/stdlib_.h: Likewise.
33641         * lib/string_.h: Likewise.
33642         * lib/sys_stat_.h: Likewise.
33643         * lib/sys_time_.h: Likewise.
33644         * lib/time_.h: Likewise.
33645         * lib/unistd_.h: Likewise.
33646         * lib/wchar_.h: Likewise.
33647         * lib/wctype_.h: Likewise.
33648         * lib/dirent_.h: Likewise.
33649         * lib/iconv_.h: Likewise.
33650         * lib/locale_.h: Likewise.
33651         * lib/netinet_in_.h: Likewise.
33652         * lib/sys_select_.h: Likewise.
33653         * lib/sys_socket_.h: Likewise.
33654         * lib/sysexits_.h: Likewise.
33655         * modules/fcntl (Depends-on): Depend on include_next, not
33656         absolute_header.
33657         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33658         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33659         * modules/fchdir: Likewise.
33660         * modules/float: Likewise.
33661         * modules/iconv_open: Likewise.
33662         * modules/inttypes: Likewise.
33663         * modules/locale: Likewise.
33664         * modules/math: Likewise.
33665         * modules/netinet_in: Likewise.
33666         * modules/search: Likewise.
33667         * modules/signal: Likewise.
33668         * modules/stdint: Likewise.
33669         * modules/stdio: Likewise.
33670         * modules/stdlib: Likewise.
33671         * modules/string: Likewise.
33672         * modules/sys_select: Likewise.
33673         * modules/sys_socket: Likewise.
33674         * modules/sys_stat: Likewise.
33675         * modules/sys_time: Likewise.
33676         * modules/sysexits: Likewise.
33677         * modules/time: Likewise.
33678         * modules/unistd: Likewise.
33679         * modules/wchar: Likewise.
33680         * modules/wctype: Likewise.
33681         * modules/sys_stat: Change maintainer to "all".
33682         * modules/unistd: Likewise.
33683
33684 2007-06-20  Karl Berry  <karl@gnu.org>
33685
33686         * config/srclist.txt: track www changes in license files.
33687
33688 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33689
33690         * build-aux/bootstrap: Remove stray dot.
33691         Make sure build_aux settings are honored when linking
33692         gnulib_extra_files.
33693
33694 2007-06-19  Eric Blake  <ebb9@byu.net>
33695
33696         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33697         Allow compilation on cygwin.
33698
33699 2007-06-19  Jim Meyering  <jim@meyering.net>
33700
33701         xreadlink-with-size: Remove module.  No longer used.
33702         Ex-callers now use xreadlink or mreadlink-with-size.
33703         * modules/xreadlink-with-size: Remove module.
33704         * lib/xreadlink-with-size.c: Remove file.
33705         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33706         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33707         just before the function definition *is* accurate.
33708
33709         Eliminate one way canonicalize_filename_mode could exit.
33710         * lib/canonicalize.c (canonicalize_filename_mode):
33711         Use mreadlink_with_size, not xreadlink_with_size.
33712
33713 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33714
33715         Detect porting problems to FreeBSD/arm, which has time_t wider than
33716         long int.  Original problem reported for GNU diff by Xin Li in
33717         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33718         * modules/getdate (Depends-on): Add intprops, verify.
33719         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33720         is an integer type no wider than long int.
33721
33722 2007-06-18  Jim Meyering  <jim@meyering.net>
33723
33724         New module: mreadlink-with-size.
33725         * MODULES.html.sh: Add mreadlink-with-size.
33726         * modules/mreadlink-with-size: New module
33727         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33728         not xreadlink-with-size.
33729         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33730
33731 2007-06-16  Bruno Haible  <bruno@clisp.org>
33732
33733         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33734         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33735         Reported by Gary V. Vaughan <gary@gnu.org>.
33736
33737 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33738
33739         Revamp lchown so that it lives in unistd.h where it belongs.
33740         * lib/lchown.h: Remove.
33741         * lib/dirchownmod.c: Don't include lib/lchown.h.
33742         * lib/fchownat.c: Likewise.
33743         * lib/openat.c: Likewise.
33744         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33745         does not follow symlinks.
33746         (EOPNOTSUPP): Define if not defined.
33747         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33748         is defined to 0.
33749         (lchown): New decl.
33750         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33751         Do not check for lchown decl.
33752         Set REPLACE_LCHOWN.
33753         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33754         REPLACE_LCHOWN.
33755         * modules/chown: Make it clear it follows symlinks.
33756         * modules/lchown: Make it clear it doesn't follow symlinks.
33757         (Files): Remove lib/lchown.h
33758         (Depends-on): Add unistd.
33759         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33760         (Include): Include <unistd.h>, not "lchown.h".
33761         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33762         REPLACE_LCHOWN.
33763
33764 2007-06-15  Jim Meyering  <jim@meyering.net>
33765
33766         Change license (GPL to LGPL) of fsusage and dependents.
33767         * modules/fsusage (License): Change to LGPL.
33768         * modules/full-read (License): Likewise.
33769         * modules/full-write (License): Likewise.
33770         * modules/safe-read (License): Likewise.
33771         * modules/safe-write (License): Likewise.
33772
33773 2007-06-14  Ben Pfaff  <blp@gnu.org>
33774
33775         Missing part of allocsa -> malloca transition.
33776         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33777         gl_MALLOCA.
33778
33779 2007-06-12  Bruno Haible  <bruno@clisp.org>
33780
33781         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33782         to ia64, x86_64, i386.
33783         Reported by Eric Blake.
33784
33785 2007-06-12  Bruno Haible  <bruno@clisp.org>
33786
33787         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33788         cross-compiling to x86_64.
33789
33790 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33791
33792         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33793         glitch reported by Ralf Wildenhues in
33794         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33795
33796         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33797         Vin Shelton.
33798
33799 2007-06-11  Bruno Haible  <bruno@clisp.org>
33800
33801         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33802         replacement string.
33803         Reported by Eric Blake.
33804
33805 2007-06-10  Bruno Haible  <bruno@clisp.org>
33806
33807         Prepare vasnprintf code for use with Unicode strings.
33808         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33809         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33810         TYPE_U32_STRING.
33811         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33812         a_u32_string variants.
33813         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33814         * lib/printf-args.c: Don't include config.h and the specification
33815         header if PRINTF_FETCHARGS is already defined.
33816         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33817         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33818         TYPE_U16_STRING, TYPE_U32_STRING.
33819         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33820         u16_directive, u16_directives, u32_directive, u32_directives): New
33821         types.
33822         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33823         New declarations.
33824         * lib/printf-parse.c: Don't include config.h and the specification
33825         header if PRINTF_PARSE is already defined. Eliminate the set of
33826         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33827         them now. Include c-ctype.h.
33828         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33829         directive and CHAR_T_ONLY_ASCII.
33830         * lib/vasnprintf.c: Don't include config.h and the specification header
33831         if VASNPRINTF is already defined.
33832         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33833         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33834         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33835         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33836         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33837         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33838         code accordingly.
33839         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33840         pad_ourselves also in this case, with the 'c' and 's' directives, and
33841         with a different notion of "width".
33842         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33843
33844 2007-06-10  Bruno Haible  <bruno@clisp.org>
33845
33846         * modules/unistr/u32-mbsnlen: New file.
33847         * lib/unistr/u32-mbsnlen.c: New file.
33848
33849         * modules/unistr/u16-mbsnlen: New file.
33850         * lib/unistr/u16-mbsnlen.c: New file.
33851
33852         * modules/unistr/u8-mbsnlen: New file.
33853         * lib/unistr/u8-mbsnlen.c: New file.
33854
33855         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33856         declarations.
33857
33858 2007-06-10  Bruno Haible  <bruno@clisp.org>
33859
33860         * lib/string_.h (mbsnlen): New declaration.
33861         * lib/mbsnlen.c: New file.
33862         * m4/mbsnlen.m4: New file.
33863         * modules/mbsnlen: New file.
33864         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33865         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33866         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33867
33868 2007-06-10  Bruno Haible  <bruno@clisp.org>
33869
33870         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33871
33872 2007-06-10  Bruno Haible  <bruno@clisp.org>
33873
33874         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33875         * lib/mbuiter.h: Likewise.
33876
33877 2007-06-10  Bruno Haible  <bruno@clisp.org>
33878
33879         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33880         declaration.
33881
33882 2007-06-10  Karl Berry  <karl@gnu.org>
33883
33884         * config/srclist.txt: remove gettext entries, Bruno prefers
33885         to update individually.
33886
33887 2007-06-10  Bruno Haible  <bruno@clisp.org>
33888
33889         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33890         'maxlen'. Ensure only length + width bytes are allocated, not
33891         length + 1 + width.
33892
33893 2007-06-09  Bruno Haible  <bruno@clisp.org>
33894
33895         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33896         (CHAR_T): Remove macro.
33897         (VASNPRINTF): Update.
33898
33899 2007-06-09  Bruno Haible  <bruno@clisp.org>
33900
33901         * MODULES.html.sh (Unicode string functions): Add the new modules.
33902
33903         * modules/uniconv/u32-conv-to-enc: New file.
33904         * lib/uniconv/u32-conv-to-enc.c: New file.
33905         * modules/uniconv/u32-conv-to-enc-tests: New file.
33906         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33907
33908         * modules/uniconv/u16-conv-to-enc: New file.
33909         * lib/uniconv/u16-conv-to-enc.c: New file.
33910         * lib/uniconv/u-conv-to-enc.h: New file.
33911         * modules/uniconv/u16-conv-to-enc-tests: New file.
33912         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33913
33914         * modules/uniconv/u8-conv-to-enc: New file.
33915         * lib/uniconv/u8-conv-to-enc.c: New file.
33916         * modules/uniconv/u8-conv-to-enc-tests: New file.
33917         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33918
33919         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33920         u32_conv_to_encoding): New declarations.
33921
33922 2007-06-09  Bruno Haible  <bruno@clisp.org>
33923
33924         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33925
33926 2007-06-09  Bruno Haible  <bruno@clisp.org>
33927
33928         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33929         * modules/malloca: Renamed from modules/allocsa, updated.
33930         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33931         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33932         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33933         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33934         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33935         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33936         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33937         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33938         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33939         * modules/c-strcasestr (Depends-on): Update.
33940         * lib/c-strcasestr.c: Update.
33941         * modules/c-strstr (Depends-on): Update.
33942         * lib/c-strstr.c: Update.
33943         * modules/canonicalize-lgpl (Depends-on): Update.
33944         * lib/canonicalize-lgpl.c: Update.
33945         * modules/clean-temp (Depends-on): Update.
33946         * lib/clean-temp.c: Update.
33947         * modules/csharpcomp (Depends-on): Update.
33948         * lib/csharpcomp.c: Update.
33949         * modules/csharpexec (Depends-on): Update.
33950         * lib/csharpexec.c: Update.
33951         * modules/javacomp (Depends-on): Update.
33952         * lib/javacomp.c: Update.
33953         * modules/javaexec (Depends-on): Update.
33954         * lib/javaexec.c: Update.
33955         * modules/mbscasestr (Depends-on): Update.
33956         * lib/mbscasestr.c: Update.
33957         * modules/mbsstr (Depends-on): Update.
33958         * lib/mbsstr.c: Update.
33959         * modules/setenv (Depends-on): Update.
33960         * lib/setenv.c: Update.
33961         * modules/strcasestr (Depends-on): Update.
33962         * lib/strcasestr.c: Update.
33963         * modules/striconveha (Depends-on): Update.
33964         * lib/striconveha.c: Update.
33965         * modules/relocatable-prog-wrapper (Files): Update.
33966         * lib/relocwrapper.c: Update.
33967         * build-aux/install-reloc: Update.
33968         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33969
33970 2007-06-08  Bruno Haible  <bruno@clisp.org>
33971
33972         Port to uClibc.
33973         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33974         * lib/fpurge.c (fpurge): Likewise.
33975         * lib/freading.c (freading): Likewise.
33976         * lib/fseeko.c (rpl_fseeko): Likewise.
33977         * lib/fseterr.c (fseterr): Likewise.
33978         * lib/fwriting.c (fwriting): Likewise.
33979         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33980
33981 2007-06-08  Bruno Haible  <bruno@clisp.org>
33982
33983         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33984         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33985         * modules/gettext (Files): Add m4/intlmacosx.m4.
33986
33987 2007-06-07  Bruno Haible  <bruno@clisp.org>
33988
33989         * modules/localename-tests: New file.
33990         * tests/test-localename.c: New file.
33991
33992         New module 'localename'.
33993         * lib/localename.h: New file.
33994         * lib/localename.c: New file, from GNU gettext.
33995         * m4/localename.m4: New file.
33996         * modules/localename: New file.
33997
33998 2007-06-07  Bruno Haible  <bruno@clisp.org>
33999
34000         Work around the lack of <wchar.h> on some builds of uClibc.
34001         * doc/headers/wchar.texi: Update.
34002         * lib/wchar_.h: Include <wchar.h> only if it exists.
34003         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34004         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34005         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34006         doesn't exist.
34007         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34008         * modules/mbfile (Depends-on): Add wchar.
34009         * modules/mbiter (Depends-on): Likewise.
34010         * modules/mbuiter (Depends-on): Likewise.
34011         Reported by Simon Josefsson.
34012
34013 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34014
34015         Work around problem reported by Steven M. Schweda in
34016         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34017         Tru64 5.1B with the Compaq compiler environment installed declares
34018         an 'isblank' function but does not define it in the C library.
34019         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34020         * lib/regex_internal.h (isblank): Likewise.
34021         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34022         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34023
34024 2007-06-05  Bruno Haible  <bruno@clisp.org>
34025
34026         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34027         ia64.
34028         * modules/printf-safe: New file.
34029         * modules/fprintf-posix (Depends-on): Add printf-safe.
34030         * modules/printf-posix (Depends-on): Likewise.
34031         * modules/snprintf-posix (Depends-on): Likewise.
34032         * modules/sprintf-posix (Depends-on): Likewise.
34033         * modules/vasnprintf-posix (Depends-on): Likewise.
34034         * modules/vasprintf-posix (Depends-on): Likewise.
34035         * modules/vfprintf-posix (Depends-on): Likewise.
34036         * modules/vprintf-posix (Depends-on): Likewise.
34037         * modules/vsnprintf-posix (Depends-on): Likewise.
34038         * modules/vsprintf-posix (Depends-on): Likewise.
34039         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34040         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34041         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34042         "no" on i386, x86_64, ia64.
34043         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34044         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34045         on i386, x86_64, ia64.
34046         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34047         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34048         on i386, x86_64, ia64.
34049         * tests/test-vasnprintf-posix.c: Include float.h.
34050         (LDBL80_WORDS): New macro.
34051         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34052         on i386, x86_64, ia64.
34053         * tests/test-vasprintf-posix.c: Include float.h.
34054         (LDBL80_WORDS): New macro.
34055         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34056         on i386, x86_64, ia64.
34057         * tests/test-snprintf-posix.c: Include float.h.
34058         * tests/test-sprintf-posix.c: Likewise.
34059         * tests/test-vsnprintf-posix.c: Likewise.
34060         * tests/test-vsprintf-posix.c: Likewise.
34061
34062 2007-06-05  Bruno Haible  <bruno@clisp.org>
34063
34064         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34065         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34066         non-IEEE numbers on i386, x86_64, ia64.
34067         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34068         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34069         * tests/test-isnanl.h: Include float.h.
34070         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34071
34072 2007-06-05  Bruno Haible  <bruno@clisp.org>
34073
34074         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34075         also the %a / %A. Handle the %a / %A code before this extra handling.
34076
34077 2007-06-05  Bruno Haible  <bruno@clisp.org>
34078
34079         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34080         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34081
34082 2007-06-05  Bruno Haible  <bruno@clisp.org>
34083
34084         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34085         typo in variable name.
34086
34087 2007-06-05  Eric Blake  <ebb9@byu.net>
34088
34089         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34090         Reported by Simon Josefsson.
34091
34092 2007-06-04  Bruno Haible  <bruno@clisp.org>
34093
34094         Avoid test failures on some PowerPC platforms.
34095         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34096         Define differently for PowerPC.
34097         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34098         Reported by Gary V. Vaughan <gary@gnu.org>.
34099
34100 2007-06-02  Bruno Haible  <bruno@clisp.org>
34101
34102         Fix test-stdint failure on FreeBSD/ia64.
34103         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34104         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34105         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34106         * doc/headers/stdint.texi: Update.
34107
34108 2007-06-01  Bruno Haible  <bruno@clisp.org>
34109
34110         * tests/test-binary-io.c (main): Pass a third argument to open().
34111         Reported by Gary V. Vaughan <gary@gnu.org>.
34112
34113 2007-06-01  Bruno Haible  <bruno@clisp.org>
34114
34115         * doc/functions/frexpl.texi: Update for mingw.
34116
34117 2007-06-01  Bruno Haible  <bruno@clisp.org>
34118
34119         * tests/test-lseek.c (main): Disable test of errno for invalid third
34120         argument.
34121         * doc/functions/lseek.texi: Update.
34122         Reported by Gary V. Vaughan <gary@gnu.org>.
34123
34124 2007-05-28  Bruno Haible  <bruno@clisp.org>
34125
34126         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34127
34128 2007-05-31  Eric Blake  <ebb9@byu.net>
34129
34130         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34131         cross compiling.
34132
34133 2007-05-30  Eric Blake  <ebb9@byu.net>
34134         and Bruno Haible  <bruno@clisp.org>
34135
34136         Work around mingw test failures exposed by m4-1.4.9b.
34137         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34138         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34139         moment.
34140
34141 2007-05-30  Bruno Haible  <bruno@clisp.org>
34142
34143         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34144         assuming that they are closed. Needed on HP-UX 11.
34145
34146 2007-05-29  Bruno Haible  <bruno@clisp.org>
34147
34148         Fix a problem with #include_next.
34149         * lib/dirent_.h: Split the double-inclusion guard.
34150         * lib/fcntl_.h: Likewise.
34151         * lib/float_.h: Likewise.
34152         * lib/iconv_.h: Likewise.
34153         * lib/inttypes_.h: Likewise.
34154         * lib/locale_.h: Likewise.
34155         * lib/math_.h: Likewise.
34156         * lib/netinet_in_.h: Likewise.
34157         * lib/search_.h: Likewise.
34158         * lib/signal_.h: Likewise.
34159         * lib/stdint_.h: Likewise.
34160         * lib/stdio_.h: Likewise.
34161         * lib/stdlib_.h: Likewise.
34162         * lib/string_.h: Likewise.
34163         * lib/sys_select_.h: Likewise.
34164         * lib/sys_socket_.h: Likewise.
34165         * lib/sys_stat_.h: Likewise.
34166         * lib/sys_time_.h: Likewise.
34167         * lib/sysexits_.h: Likewise.
34168         * lib/time_.h: Likewise.
34169         * lib/unistd_.h: Likewise.
34170         * lib/wchar_.h: Likewise.
34171         * lib/wctype_.h: Likewise.
34172
34173 2007-05-29  Bruno Haible  <bruno@clisp.org>
34174
34175         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34176         for the moment.
34177
34178 2007-05-29  Bruno Haible  <bruno@clisp.org>
34179
34180         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34181         invocation.
34182         Reported by Eric Blake.
34183
34184 2007-05-29  Bruno Haible  <bruno@clisp.org>
34185
34186         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34187         compiling case.
34188
34189 2007-05-29  Eric Blake  <ebb9@byu.net>
34190             Bruno Haible  <bruno@clisp.org>
34191
34192         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34193         cross compiles.
34194
34195 2007-05-28  Eric Blake  <ebb9@byu.net>
34196
34197         * modules/closein-tests (test_closein_LDADD): Support test on
34198         cygwin with libtool.
34199
34200 2007-05-28  Bruno Haible  <bruno@clisp.org>
34201
34202         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34203         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34204         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34205         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34206         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34207         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34208         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34209         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34210         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34211
34212 2007-05-28  Eric Blake  <ebb9@byu.net>
34213
34214         Unconditionally include <config.h> in unit tests.
34215         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34216         * tests/test-allocsa.c, tests/test-arcfour.c,
34217         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34218         tests/test-array_list.c, tests/test-array_oset.c,
34219         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34220         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34221         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34222         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34223         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34224         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34225         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34226         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34227         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34228         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34229         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34230         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34231         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34232         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34233         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34234         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34235         test-md5.c, test-memmem.c, test-printf-posix.c,
34236         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34237         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34238         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34239         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34240         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34241         test-vasnprintf-posix2.c, test-vasnprintf.c,
34242         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34243         test-vfprintf-posix.c, test-vprintf-posix.c,
34244         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34245         test-xvasprintf.c: Likewise.
34246
34247 2007-05-28  Bruno Haible  <bruno@clisp.org>
34248
34249         * gnulib-tool (func_import): Remember the --with-tests command-line
34250         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34251         Reported by Eric Blake.
34252
34253 2007-05-28  Bruno Haible  <bruno@clisp.org>
34254
34255         * modules/ftell-tests: New file.
34256         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34257         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34258
34259         * lib/ftell.c: New file.
34260         * modules/ftell: New file.
34261         * m4/ftell.m4: New file.
34262         * doc/functions/ftell.texi: Update.
34263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34264         REPLACE_FTELL.
34265         * lib/stdio_.h (rpl_ftell): New declaration.
34266         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34267         REPLACE_FTELL.
34268
34269 2007-05-28  Eric Blake  <ebb9@byu.net>
34270
34271         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34272
34273 2007-05-28  Bruno Haible  <bruno@clisp.org>
34274
34275         * modules/fseek-tests: New file.
34276         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34277         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34278
34279         * lib/fseek.c: New file.
34280         * modules/fseek: New file.
34281         * m4/fseek.m4: New file.
34282         * doc/functions/fseek.texi: Update.
34283         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34284         REPLACE_FSEEK.
34285         * lib/stdio_.h (rpl_fseek): New declaration.
34286         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34287         REPLACE_FSEEK.
34288
34289 2007-05-28  Bruno Haible  <bruno@clisp.org>
34290
34291         * lib/stdio_.h (fflush): More comments.
34292
34293 2007-05-28  Bruno Haible  <bruno@clisp.org>
34294
34295         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34296         runtime test.
34297
34298 2007-05-28  Eric Blake  <ebb9@byu.net>
34299
34300         Improve lseek module.
34301         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34302         * lib/unistd_.h (lseek): Scale back link warning message.
34303         * tests/test-lseek.c: Beef up test.
34304         * tests/test-lseek.sh: Exercise more facets of lseek.
34305         Reported by Bruno Haible.
34306
34307 2007-05-28  Bruno Haible  <bruno@clisp.org>
34308
34309         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34310         to define.
34311
34312 2007-05-27  Bruno Haible  <bruno@clisp.org>
34313
34314         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34315
34316 2007-05-27  Bruno Haible  <bruno@clisp.org>
34317
34318         * modules/openmp: New file.
34319         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34320         Noah Misch.
34321
34322 2007-05-26  Bruno Haible  <bruno@clisp.org>
34323
34324         * modules/chdir-long (Depends-on): Add fchdir.
34325         * modules/chdir-safer (Depends-on): Likewise.
34326         * modules/fts (Depends-on): Likewise.
34327         * modules/fts-lgpl (Depends-on): Likewise.
34328         * modules/openat (Depends-on): Likewise.
34329         * modules/savewd (Depends-on): Likewise.
34330
34331 2007-05-24  Eric Blake  <ebb9@byu.net>
34332
34333         Fix lseek on mingw.
34334         * modules/lseek: New module.
34335         * m4/lseek.m4: New file.
34336         * lib/lseek.c: New file.
34337         * modules/lseek-tests: New file.
34338         * tests/test-lseek.c: New file.
34339         * tests/test-lseek.sh: New file.
34340         * MODULES.html.sh: Document lseek module.
34341         * modules/fflush (Depends-on): Add lseek, fseeko.
34342         * modules/fseeko (Depends-on): Likewise.
34343         * modules/ftello (Depends-on): Likewise.
34344         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34345         broken.
34346         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34347         broken.
34348         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34349         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34350         * lib/ftello.c (rpl_ftello): Likewise.
34351         * tests/test-fseeko.c (main): Test this.
34352         * tests/test-fseeko.sh: Likewise.
34353         * tests/test-ftello.c (main): Likewise.
34354         * tests/test-ftello.sh: Likewise.
34355         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34356         implies replacing fseek.
34357         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34358         HAVE_FTELLO.
34359         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34360         * modules/unistd (Makefile.am): Likewise.
34361         * lib/unistd_.h (lseek): Declare a replacement.
34362         * doc/functions/lseek.texi (lseek): Document this fix.
34363         * doc/functions/fseek.texi (fseek): Likewise.
34364         * doc/functions/ftell.texi (ftell): Likewise.
34365
34366 2007-05-24  Bruno Haible  <bruno@clisp.org>
34367
34368         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34369         in the printed representation of a NaN.
34370         * tests/test-vasprintf-posix.c (test_function): Likewise.
34371         * tests/test-snprintf-posix.h (test_function): Likewise.
34372         * tests/test-sprintf-posix.h (test_function): Likewise.
34373         Reported by Eric Blake.
34374
34375 2007-05-23  Eric Blake  <ebb9@byu.net>
34376
34377         Fix fseeko/ftello on cygwin 1.5.24.
34378         * doc/functions/fseeko.texi (fseeko): Document the fix.
34379         * doc/functions/ftello.texi (ftello): Document the fix.
34380         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34381         * doc/functions/stdout.text (stdout): New file.
34382         * doc/functions/stderr.text (stderr): New file.
34383         * doc/gnulib.texi (Function Substitutes): Use new files.
34384         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34385         prior to 1.7.0.
34386         * tests/test-ftello.c (main): Likewise for ftello.
34387         * tests/test-fseeko.sh: New file.
34388         * tests/test-ftello.sh: New file.
34389         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34390         with seekable stdin.
34391         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34392         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34393         (gl_REPLACE_FSEEKO): New macro.
34394         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34395         * modules/fseeko (Files): Distribute fseeko.c.
34396         * modules/ftello (Files): Distribute ftello.c.
34397         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34398         mode.
34399         * lib/ftello.c (rpl_ftello): New file.
34400         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34401         fseeko, ftello.
34402         (gl_STDIN_LARGE_OFFSET): New macro.
34403         * modules/stdio (Makefile.am): Perform the replacement.
34404         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34405
34406 2007-05-23  Bruno Haible  <bruno@clisp.org>
34407
34408         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34409         GNULIB_POSIXCHECK is defined.
34410
34411 2007-05-21  Bruno Haible  <bruno@clisp.org>
34412
34413         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34414         Check also the output for NaN arguments. When cross-compiling, guess
34415         no on IRIX.
34416         * lib/vasnprintf.c: Update comments.
34417         * tests/test-vasnprintf-posix.c (strisnan): New function.
34418         (test_function): Use it.
34419         * tests/test-vasprintf-posix.c (strisnan): New function.
34420         (test_function): Use it.
34421         * tests/test-snprintf-posix.h (strisnan): New function.
34422         (test_function): Use it.
34423         * tests/test-sprintf-posix.h (strisnan): New function.
34424         (test_function): Use it.
34425         Reported by Eric Blake.
34426
34427 2007-05-20  Bruno Haible  <bruno@clisp.org>
34428
34429         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34430         numbers that fails on BeOS.
34431         * doc/functions/frexpl.texi: Update.
34432
34433 2007-05-20  Jim Meyering  <jim@meyering.net>
34434
34435         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34436         forced upon us by glibc-2.6.
34437
34438 2007-05-20  Bruno Haible  <bruno@clisp.org>
34439
34440         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34441         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34442         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34443         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34444         NEED_PRINTF_INFINITE.
34445         (is_infinitel): New function.
34446         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34447         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34448         gl_PREREQ_VASNPRINTF_INFINITE.
34449         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34450         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34451         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34452         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34453         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34454         gl_PREREQ_VASNPRINTF_INFINITE.
34455         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34456         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34457         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34458         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34459         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34460         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34461         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34462         * doc/functions/fprintf.texi: Update.
34463         * doc/functions/printf.texi: Update.
34464         * doc/functions/snprintf.texi: Update.
34465         * doc/functions/sprintf.texi: Update.
34466         * doc/functions/vfprintf.texi: Update.
34467         * doc/functions/vprintf.texi: Update.
34468         * doc/functions/vsnprintf.texi: Update.
34469         * doc/functions/vsprintf.texi: Update.
34470
34471 2007-05-20  Bruno Haible  <bruno@clisp.org>
34472
34473         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34474         was not found in libc.
34475         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34476
34477 2007-05-20  Bruno Haible  <bruno@clisp.org>
34478
34479         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34480         printed as "-nan" instead of "nan".
34481         * tests/test-vasprintf-posix.c (test_function): Likewise.
34482         * tests/test-snprintf-posix.h (test_function): Likewise.
34483         * tests/test-sprintf-posix.h (test_function): Likewise.
34484         Needed for HP-UX 11.
34485
34486 2007-05-20  Jim Meyering  <jim@meyering.net>
34487
34488         Fix buggy test for the fchownat-deref bug.
34489         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34490         symlink required for the run-test.  Without it, this test would
34491         always declare that fchownat doesn't work, and client code would
34492         unnecessarily use the replacement function with fixed libc.
34493         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34494         Reported by Greg Schafer.
34495
34496 2007-05-19  Bruno Haible  <bruno@clisp.org>
34497
34498         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34499         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34500         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34501         Needed for IRIX 6.5 and Solaris 2.5.1.
34502
34503 2007-05-19  Bruno Haible  <bruno@clisp.org>
34504
34505         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34506         (test_function): Skip tests involving -0.0 on platforms where
34507         -0.0 = 0.0.
34508         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34509         (test_function): Skip tests involving -0.0 on platforms where
34510         -0.0 = 0.0.
34511         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34512         (test_function): Skip tests involving -0.0 on platforms where
34513         -0.0 = 0.0.
34514         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34515         (test_function): Skip tests involving -0.0 on platforms where
34516         -0.0 = 0.0.
34517         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34518         tests.
34519         * tests/test-printf-posix.h (test_function): Likewise.
34520         * tests/test-printf-posix.output: Remove all -0.0 related results.
34521         Needed for IRIX 6.5.
34522
34523 2007-05-19  Bruno Haible  <bruno@clisp.org>
34524
34525         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34526         printed as "nan0x7fffffff" instead of "nan".
34527         * tests/test-vasprintf-posix.c (test_function): Likewise.
34528         * tests/test-snprintf-posix.h (test_function): Likewise.
34529         * tests/test-sprintf-posix.h (test_function): Likewise.
34530         * tests/test-fprintf-posix.h (NaN): Remove macro.
34531         (test_function): Remove all NaN related tests.
34532         * tests/test-printf-posix.h (NaN): Remove macro.
34533         (test_function): Remove all NaN related tests.
34534         * tests/test-printf-posix.output: Remove all NaN related results.
34535         Needed for IRIX 6.5.
34536
34537 2007-05-19  Bruno Haible  <bruno@clisp.org>
34538
34539         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34540         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34541
34542 2007-05-19  Bruno Haible  <bruno@clisp.org>
34543
34544         * lib/float_.h: New file.
34545         * m4/float_h.m4: New file.
34546         * modules/float: New file.
34547         * modules/isnanl (Dependencies): Add float.
34548         * modules/isnanl-nolibm (Dependencies): Likewise.
34549         * modules/mathl (Dependencies): Likewise.
34550         * modules/printf-frexpl (Dependencies): Likewise.
34551         * modules/signbit (Dependencies): Likewise.
34552         * modules/vasnprintf (Dependencies): Likewise.
34553         * doc/headers/float.texi: Update.
34554
34555 2007-05-19  Jim Meyering  <jim@meyering.net>
34556
34557         * lib/utimens.c (gl_futimens): Rename from futimens,
34558         now that glibc-2.6 declares futimens.
34559         * lib/utimens.h: Likewise.
34560
34561 2007-05-19  Bruno Haible  <bruno@clisp.org>
34562
34563         Avoid test failures on mingw.
34564         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34565         * tests/test-printf-posix.sh: Likewise.
34566         * tests/test-vfprintf-posix.sh: Likewise.
34567         * tests/test-vprintf-posix.sh: Likewise.
34568
34569 2007-05-19  Bruno Haible  <bruno@clisp.org>
34570
34571         Fix *printf result for NaN, Inf, -0.0 on mingw.
34572         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34573         * lib/vasnprintf.c: Include math.h and isnan.h.
34574         (is_infinite_or_zero): New function.
34575         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34576         values in the %f, %F, %e, %E, %g, %G directives.
34577         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34578         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34579         gl_PRINTF_INFINITE and test its result. Invoke
34580         gl_PREREQ_VASNPRINTF_INFINITE.
34581         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34582         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34583         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34584         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34585         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34586         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34587         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34588         * doc/functions/fprintf.texi: Update.
34589         * doc/functions/printf.texi: Update.
34590         * doc/functions/snprintf.texi: Update.
34591         * doc/functions/sprintf.texi: Update.
34592         * doc/functions/vfprintf.texi: Update.
34593         * doc/functions/vprintf.texi: Update.
34594         * doc/functions/vsnprintf.texi: Update.
34595         * doc/functions/vsprintf.texi: Update.
34596
34597 2007-05-19  Bruno Haible  <bruno@clisp.org>
34598
34599         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34600         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34601         Instead of multiplying with 10^k, set extra_zeroes to k.
34602         (scale10_round_long_double): Remove function.
34603
34604 2007-05-18  Bruno Haible  <bruno@clisp.org>
34605
34606         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34607         introduced on 2007-05-06.
34608
34609 2007-05-18  Bruno Haible  <bruno@clisp.org>
34610
34611         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34612         %g directives.
34613         * tests/test-vasprintf-posix.c (test_function): Likewise.
34614         * tests/test-snprintf-posix.h (test_function): Likewise.
34615         * tests/test-sprintf-posix.h (test_function): Likewise.
34616
34617 2007-05-18  Bruno Haible  <bruno@clisp.org>
34618
34619         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34620         (strmatch): New function.
34621         (test_function): Test the %f directive on numbers of various exponents.
34622         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34623         (strmatch): New function.
34624         (test_function): Test the %f directive on numbers of various exponents.
34625         * tests/test-snprintf-posix.h (strmatch): New function.
34626         (test_function): Test the %f directive on numbers of various exponents.
34627         * tests/test-sprintf-posix.h (strmatch): New function.
34628         (test_function): Test the %f directive on numbers of various exponents.
34629         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34630         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34631         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34632         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34633
34634 2007-05-18  Bruno Haible  <bruno@clisp.org>
34635
34636         Add support for 'long double' number output.
34637         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34638         * lib/vasnprintf.c: Include math.h and float+.h.
34639         (mp_limb_t): New type.
34640         (GMP_LIMB_BITS): New macro.
34641         (mp_twolimb_t): New type.
34642         (GMP_TWOLIMB_BITS): New macro.
34643         (mpn_t): New type.
34644         (multiply, divide, convert_to_decimal, decode_long_double,
34645         scale10_round_long_double, scale10_round_decimal_long_double,
34646         floorlog10l): New functions.
34647         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34648         for the %f, %F, %e, %E, %g, %G directives.
34649         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34650         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34651         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34652         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34653         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34654         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34655         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34656         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34657         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34658         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34659         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34660         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34661         * modules/snprintf-posix (Depends-on): Likewise.
34662         * modules/sprintf-posix (Depends-on): Likewise.
34663         * modules/vasnprintf-posix (Depends-on): Likewise.
34664         * modules/vasprintf-posix (Depends-on): Likewise.
34665         * modules/vfprintf-posix (Depends-on): Likewise.
34666         * modules/vsnprintf-posix (Depends-on): Likewise.
34667         * modules/vsprintf-posix (Depends-on): Likewise.
34668         * modules/vasnprintf (Files): Add lib/float+.h.
34669         * doc/functions/fprintf.texi: Update.
34670         * doc/functions/printf.texi: Update.
34671         * doc/functions/snprintf.texi: Update.
34672         * doc/functions/sprintf.texi: Update.
34673         * doc/functions/vfprintf.texi: Update.
34674         * doc/functions/vprintf.texi: Update.
34675         * doc/functions/vsnprintf.texi: Update.
34676         * doc/functions/vsprintf.texi: Update.
34677
34678 2007-05-18  Bruno Haible  <bruno@clisp.org>
34679
34680         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34681
34682 2007-05-18  Bruno Haible  <bruno@clisp.org>
34683
34684         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34685         for printing 64-bit integers. Needed for mingw.
34686
34687 2007-05-18  Bruno Haible  <bruno@clisp.org>
34688
34689         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34690         gl_FUNC_FREXPL_WORKS.
34691         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34692
34693 2007-05-18  Bruno Haible  <bruno@clisp.org>
34694
34695         * modules/frexpl-nolibm-tests: New file.
34696
34697         * modules/frexpl-nolibm: New file.
34698         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34699
34700 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34701
34702         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34703         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34704         GCC 4.2, which otherwise issues a lot of warnings.
34705         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34706         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34707         Likewise.
34708         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34709         * modules/iconv_open (iconv.h): Likewise.
34710         * modules/locale (locale.h): Likewise.
34711         * modules/netinet_in (netinet/in.h): Likewise.
34712         * modules/sys_select (sys_select.h): Likewise.
34713         * modules/sys_socket (sys/socket.h): Likewise.
34714         * modules/sys_stat (sys/stat.h): Likewise.
34715         * modules/sysexits (sysexits.h): Likewise.
34716         * modules/unistd (unistd.h): Likewise.
34717
34718 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34719
34720         * modules/closein-tests (Makefile.am): Distribute
34721         `test-closein.sh'.
34722
34723 2007-05-17  Bruno Haible  <bruno@clisp.org>
34724
34725         * tests/test-printf-posix.output: Renamed from
34726         tests/test-fprintf-posix.out.
34727         * modules/fprintf-posix-tests: Update.
34728         * modules/printf-posix-tests: Update.
34729         * modules/vfprintf-posix-tests: Update.
34730         * modules/vprintf-posix-tests: Update.
34731         * tests/test-fprintf-posix.sh: Update.
34732         * tests/test-printf-posix.sh: Update.
34733         * tests/test-vfprintf-posix.sh: Update.
34734         * tests/test-vprintf-posix.sh: Update.
34735         Reported by Ralf Wildenhues.
34736
34737 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34738
34739         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34740         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34741         GCC 4.2, which otherwise issues a lot of warnings.
34742         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34743         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34744         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34745         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34746         it should no longer be needed.
34747         * lib/string_.h: Likewise.
34748         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34749         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34750         * modules/inttypes (inttypes.h): Likewise.
34751         * modules/math (math.h): Likewise.
34752         * modules/search (search.h): Likewise.
34753         * modules/signal (signal.h): Likewise.
34754         * modules/stdint (stdint.h): Likewise.
34755         * modules/stdio (stdio.h): Likewise.
34756         * modules/stdlib (stdlib.h): Likewise.
34757         * modules/string (string.h): Likewise.
34758         * modules/sys_time (sys/time.h): Likewise.
34759         * modules/time (time.h): Likewise.
34760         * modules/wchar (wchar.h): Likewise.
34761         * modules/wctype (wtype.h): Likewise.
34762
34763 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34764
34765         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34766
34767 2007-05-13  Bruno Haible  <bruno@clisp.org>
34768
34769         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34770         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34771         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34772         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34773         (gl_PREREQ_STRTOK_R): Don't require it here.
34774
34775 2007-05-13  Bruno Haible  <bruno@clisp.org>
34776
34777         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34778         when used in C++ mode.
34779
34780 2007-05-12  Bruno Haible  <bruno@clisp.org>
34781
34782         * lib/linebuffer.h: Tweak doc.
34783         * lib/linebuffer.c: Likewise.
34784
34785 2007-05-12  James Youngman  <jay@gnu.org>
34786
34787         * lib/linebuffer.c (readlinebuffer_delim): New function,
34788         like readlinebuffer, but use a caller-specified delimiter.
34789         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34790         as the delimiter.
34791         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34792
34793 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34794
34795         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34796         * modules/openat (Files): Remove openat-die.c.
34797         (Depends-on): Add openat-die.
34798         * modules/openat-die: New module.
34799
34800 2007-05-06  Bruno Haible  <bruno@clisp.org>
34801
34802         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34803         Update with info about Cygwin.
34804         * doc/functions/fprintf.texi: Update.
34805         * doc/functions/printf.texi: Update.
34806         * doc/functions/snprintf.texi: Update.
34807         * doc/functions/sprintf.texi: Update.
34808         * doc/functions/vfprintf.texi: Update.
34809         * doc/functions/vprintf.texi: Update.
34810         * doc/functions/vsnprintf.texi: Update.
34811         * doc/functions/vsprintf.texi: Update.
34812         Reported by Eric Blake.
34813
34814 2007-05-06  Bruno Haible  <bruno@clisp.org>
34815
34816         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34817         padding ourselves for the floating-point directives.
34818         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34819         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34820         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34821         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34822         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34823         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34824         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34825         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34826         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34827         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34828         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34829         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34830         * tests/test-snprintf-posix.h (test_function): Also check the width
34831         and some flags in the %f directive.
34832         * tests/test-sprintf-posix.h (test_function): Likewise.
34833         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34834         * tests/test-vasprintf-posix.c (test_function): Likewise.
34835         * doc/functions/fprintf.texi: Update.
34836         * doc/functions/printf.texi: Update.
34837         * doc/functions/snprintf.texi: Update.
34838         * doc/functions/sprintf.texi: Update.
34839         * doc/functions/vfprintf.texi: Update.
34840         * doc/functions/vprintf.texi: Update.
34841         * doc/functions/vsnprintf.texi: Update.
34842         * doc/functions/vsprintf.texi: Update.
34843
34844 2007-05-06  Bruno Haible  <bruno@clisp.org>
34845
34846         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34847         pass the ' flag character to sprintf or snprintf.
34848         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34849         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34850         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34851         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34852         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34853         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34854         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34855         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34856         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34857         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34858         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34859         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34860         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34861         flag.
34862         * tests/test-sprintf-posix.h (test_function): Likewise.
34863         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34864         * tests/test-vasprintf-posix.c (test_function): Likewise.
34865         * doc/functions/fprintf.texi: Update.
34866         * doc/functions/printf.texi: Update.
34867         * doc/functions/snprintf.texi: Update.
34868         * doc/functions/sprintf.texi: Update.
34869         * doc/functions/vfprintf.texi: Update.
34870         * doc/functions/vprintf.texi: Update.
34871         * doc/functions/vsnprintf.texi: Update.
34872         * doc/functions/vsprintf.texi: Update.
34873
34874 2007-05-01  Bruno Haible  <bruno@clisp.org>
34875
34876         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34877
34878 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34879
34880         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34881         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34882
34883 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34884
34885         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34886         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34887         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34888
34889 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34890
34891         * lib/argp-help.c (struct hol_entry): New member `ord'.
34892         (HOL_ENTRY_PTRCMP): Use ord for comparison
34893         (hol_sort): Initialize ord.
34894
34895 2007-05-01  Bruno Haible  <bruno@clisp.org>
34896
34897         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34898         Reported by Eric Blake.
34899         * doc/gnulib.texi (Function Substitutes): Update.
34900
34901 2007-05-01  Bruno Haible  <bruno@clisp.org>
34902
34903         * doc/functions.texi: Remove file, now redundant through
34904         doc/functions/*.texi.
34905
34906 2007-05-01  Bruno Haible  <bruno@clisp.org>
34907
34908         * modules/argp (Depends-on): Add sleep.
34909
34910 2007-05-01  Bruno Haible  <bruno@clisp.org>
34911
34912         * modules/sleep-tests: New file.
34913         * tests/test-sleep.c: New file.
34914
34915         * modules/sleep: New file.
34916         * lib/sleep.c: New file.
34917         * m4/sleep.m4: New file.
34918         * lib/unistd_.h (sleep): New declaration.
34919         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34920         HAVE_SLEEP.
34921         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34922         * doc/functions/sleep.texi: Document the sleep module.
34923
34924 2007-05-01  Bruno Haible  <bruno@clisp.org>
34925
34926         * lib/sigprocmask.h: Remove file.
34927         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34928         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34929         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34930         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34931         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34932         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34933         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34934         HAVE_SIGSET_T as a shell variable.
34935         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34936         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34937         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34938         (Depends-on): Add signal. Remove verify.
34939         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34940         (Include): Mention <signal.h> instead of sigprocmask.h.
34941         * NEWS: Mention the change.
34942         * lib/fatal-signal.c: Don't include sigprocmask.h.
34943
34944 2007-05-01  Bruno Haible  <bruno@clisp.org>
34945
34946         * modules/signal: New file.
34947         * lib/signal_.h: New file.
34948         * m4/signal_h.m4: New file.
34949
34950 2007-05-01  Bruno Haible  <bruno@clisp.org>
34951
34952         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34953         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34954         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34955         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34956
34957 2007-05-01  Bruno Haible  <bruno@clisp.org>
34958
34959         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34960         configure time.
34961         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34962         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34963         * modules/sys_stat (Makefile.am): Substitute their values into
34964         sys/stat.h.
34965
34966 2007-05-01  Bruno Haible  <bruno@clisp.org>
34967
34968         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34969         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34970         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34971
34972 2007-05-01  Bruno Haible  <bruno@clisp.org>
34973
34974         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34975         'assert' module here.
34976
34977 2007-05-01  Bruno Haible  <bruno@clisp.org>
34978
34979         * doc/functions/*.texi: New files.
34980         * doc/functions/google-ranking.txt: New file.
34981         * doc/gnulib.texi (Function Substitutes): New chapter.
34982         (ctime, inet_ntoa): Remove sections.
34983         * doc/ctime.texi: Remove file.
34984         * doc/inet_ntoa.texi: Remove file.
34985         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34986         dependencies.
34987         (%.info): New rule, specifying a --reference-limit.
34988
34989 2007-05-01  Bruno Haible  <bruno@clisp.org>
34990
34991         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34992
34993 2007-05-01  Bruno Haible  <bruno@clisp.org>
34994
34995         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34996         the portability of 'mkdir' to mingw systems.
34997
34998 2007-05-01  Bruno Haible  <bruno@clisp.org>
34999
35000         * doc/headers/google-ranking.txt: New file.
35001
35002 2007-04-30  Eric Blake  <ebb9@byu.net>
35003
35004         Prefer fseeko to fseek.
35005         * modules/getpass (Depends-on): Add fseeko.
35006         * lib/getpass.c (getpass): Use fseeko, not fseek.
35007
35008 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35009
35010         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35011         assumes the sorting is stable, while most qsort implementations
35012         are not.  Use argument addresses to ensure they never compare as
35013         equal.
35014
35015         * tests/test-argp-2.sh (usage-indent test): Fix output
35016         (func_compare): Restore diff options
35017         * tests/test-argp.c: Restore #include "progname.h"
35018
35019 2007-04-29  Bruno Haible  <bruno@clisp.org>
35020
35021         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35022         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35023         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35024         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35025         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35026         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35027         (TESTS, check_PROGRAMS): Add test-snprintf.
35028         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35029         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35030         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35031         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35032         assertions that fail on HP-UX, OSF/1, or IRIX.
35033         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35034
35035 2007-04-29  Bruno Haible  <bruno@clisp.org>
35036
35037         * MODULES.html.sh (posix_functions): Remove 'contents'.
35038
35039 2007-04-29  Karl Berry  <karl@gnu.org>
35040
35041         * config/srclist.txt (gendocs_template_min): new entry.
35042
35043 2007-04-29  Bruno Haible  <bruno@clisp.org>
35044
35045         Work around fpurge bug on BSD systems.
35046         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35047         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35048         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35049         fpurge to rpl_fpurge if the system already has this function.
35050         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35051         the case where the system already has this function. Correct invariants
35052         on BSD systems.
35053         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35054         BSD systems.
35055
35056 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35057
35058         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35059         proposed by Sven Verdoolaege.
35060
35061         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35062         options.
35063         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35064         (usage and help tests): Update
35065
35066 2007-04-29  Bruno Haible  <bruno@clisp.org>
35067
35068         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35069         Print more information in case of failure. Disable a test on BeOS.
35070
35071 2007-04-29  Bruno Haible  <bruno@clisp.org>
35072
35073         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35074         This helps debugging on systems on which no gdb is available.
35075
35076 2007-04-29  Bruno Haible  <bruno@clisp.org>
35077
35078         * lib/freading.h: Improve comments.
35079         * lib/fwriting.h: Likewise.
35080         * tests/test-freading.c (main): Don't check freading immediately after
35081         repositioning. Needed for glibc.
35082
35083 2007-04-29  Bruno Haible  <bruno@clisp.org>
35084
35085         * lib/freading.c (freading): Trivial simplification.
35086
35087 2007-04-28  Bruno Haible  <bruno@clisp.org>
35088
35089         * tests/test-fwriting.c (main): Also test the interaction between
35090         fflush and fwriting.
35091         * modules/fwriting-tests (Depends-on): Add fflush.
35092
35093         * tests/test-freading.c (main): Also test the interaction between
35094         fflush and freading.
35095         * modules/freading-tests (Depends-on): Add fflush.
35096
35097 2007-04-28  Bruno Haible  <bruno@clisp.org>
35098
35099         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35100         fseeko and ftello.
35101         Suggested by Eric Blake.
35102
35103 2007-04-28  Jim Meyering  <jim@meyering.net>
35104
35105         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35106         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35107         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35108
35109 2007-04-27  Eric Blake  <ebb9@byu.net>
35110
35111         * doc/headers/assert.texi (assert.h): Document assert module use.
35112
35113 2007-04-27  Bruno Haible  <bruno@clisp.org>
35114
35115         * doc/headers/*.texi: New files.
35116         * doc/gnulib.texi (Header File Substitutes): New chapter.
35117         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35118         dependencies.
35119         (standards.info ,standards.html, standards.dvi): Update dependencies.
35120         (mostlyclean, clean): New targets.
35121
35122 2007-04-27  Bruno Haible  <bruno@clisp.org>
35123
35124         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35125         * modules/sysexits (Files, Makefile.am): Update.
35126
35127         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35128         * modules/sys_socket (Files, Makefile.am): Update.
35129
35130         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35131         * modules/sys_stat (Files, Makefile.am): Update.
35132
35133 2007-04-27  Eric Blake  <ebb9@byu.net>
35134
35135         * lib/freading.h: Improve comments.
35136         * lib/fwriting.h: Likewise.
35137         * lib/fflush.c: Likewise.
35138
35139         Fix closein for mingw.
35140         * modules/closein-tests: Add tests for closein.
35141         * tests/test-closein.c: New file.
35142         * tests/test-closein.sh: Likewise.
35143         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35144         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35145
35146 2007-04-27  Bruno Haible  <bruno@clisp.org>
35147
35148         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35149         version is < 6.
35150         * lib/math_.h [__DECC]: Likewise.
35151         * lib/stdio_.h [__DECC]: Likewise.
35152         * lib/stdlib_.h [__DECC]: Likewise.
35153         * lib/string_.h [__DECC]: Likewise.
35154         * lib/time_.h [__DECC]: Likewise.
35155         * lib/wchar_.h [__DECC]: Likewise.
35156         * lib/wctype_.h [__DECC]: Likewise.
35157
35158 2007-04-27  Bruno Haible  <bruno@clisp.org>
35159
35160         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35161
35162 2007-04-27  Bruno Haible  <bruno@clisp.org>
35163
35164         * lib/fflush.c: Add comments.
35165         * modules/fpurge-tests (Depends-on): Add fflush.
35166         * modules/freadable-tests (Depends-on): Likewise.
35167         * modules/fwritable-tests (Depends-on): Likewise.
35168
35169 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35170
35171         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35172         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35173         Report by Bruno Haible <bruno@clisp.org>.
35174
35175 2007-04-26  Eric Blake  <ebb9@byu.net>
35176
35177         Fix fflush on mingw.
35178         * modules/fflush (Depends-on): Add freading.
35179         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35180         but unread data.
35181
35182 2007-04-26  Eric Blake  <ebb9@byu.net>
35183         and Bruno Haible  <bruno@clisp.org>
35184
35185         Implement freading and fwriting.
35186         * lib/freading.c: New file.
35187         * lib/freading.h: Likewise.
35188         * m4/freading.m4: Likewise.
35189         * modules/freading: Likewise.
35190         * modules/freading-tests: Likewise.
35191         * tests/test-freading.c: Likewise.
35192         * lib/fwriting.c: New file.
35193         * lib/fwriting.h: Likewise.
35194         * m4/fwriting.m4: Likewise.
35195         * modules/fwriting: Likewise.
35196         * modules/fwriting-tests: Likewise.
35197         * tests/test-fwriting.c: Likewise.
35198         * MODULES.html.sh (File stream based Input/Output): Mention them.
35199
35200 2007-04-26  Bruno Haible  <bruno@clisp.org>
35201
35202         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35203         'long' when we assume it.
35204         Suggested by Eric Blake.
35205
35206 2007-04-26  Bruno Haible  <bruno@clisp.org>
35207
35208         Ensure fseeko, ftello are declared on glibc systems.
35209         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35210         * modules/fseeko (configure.ac-early): Likewise.
35211         * modules/ftello (configure.ac-early): Likewise.
35212         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35213         AC_FUNC_FSEEKO for this.
35214         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35215         (gl_CHECK_FSEEKO): Remove macro.
35216
35217 2007-04-26  Bruno Haible  <bruno@clisp.org>
35218
35219         * tests/test-fflush.c (main): Also check the ftell result after
35220         fflush and fseek/fseeko.
35221         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35222         file descriptor position cache in the stream.
35223         * lib/fseeko.c (rpl_fseeko): Likewise.
35224
35225 2007-04-26  Bruno Haible  <bruno@clisp.org>
35226
35227         * modules/fflush-tests (Depends-on): Add fseeko.
35228
35229 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35230             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35231
35232         * lib/argz_.h: ensure error_t definition is obtained in same
35233         mechanism system argz.h would have.
35234         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35235         argz facilities are known bad.  Err on the side of caution if
35236         cross-compiling.
35237
35238 2007-04-25  Eric Blake  <ebb9@byu.net>
35239
35240         * lib/fpurge.c (includes): Use stdlib.h for free.
35241         * tests/test-fflush.c (main): Also test fflush-fseeko.
35242
35243 2007-04-25  Bruno Haible  <bruno@clisp.org>
35244
35245         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35246         * lib/fseeko.c: New file.
35247         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35248         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35249         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35250         gl_FUNC_FSEEKO.
35251         (gl_FUNC_FSEEKO): Invoke it.
35252         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35253         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35254         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35255
35256 2007-04-25  Bruno Haible  <bruno@clisp.org>
35257
35258         * modules/fflush (Depends-on): Add ftello.
35259
35260 2007-04-25  Bruno Haible  <bruno@clisp.org>
35261
35262         * modules/ftello-tests: New file.
35263         * tests/test-ftello.c: New file.
35264
35265         * modules/ftello: New file.
35266         * m4/ftello.m4: New file.
35267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35268         HAVE_FTELLO.
35269         * lib/stdio_.h (ftello): New declaration.
35270         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35271         HAVE_FTELLO.
35272
35273 2007-04-25  Bruno Haible  <bruno@clisp.org>
35274
35275         * modules/fseeko-tests: New file.
35276         * tests/test-fseeko.c: New file.
35277
35278         * modules/fseeko: New file.
35279         * m4/fseeko.m4: New file.
35280         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35281         HAVE_FSEEKO.
35282         * lib/stdio_.h (fseeko): New declaration.
35283         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35284         HAVE_FSEEKO.
35285
35286 2007-04-25  Bruno Haible  <bruno@clisp.org>
35287
35288         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35289
35290 2007-04-25  Bruno Haible  <bruno@clisp.org>
35291
35292         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35293         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35294         * tests/test-unistd.c: Likewise.
35295         * tests/test-fcntl.c: Likewise.
35296
35297 2007-04-23  Eric Blake  <ebb9@byu.net>
35298
35299         * lib/fflush.c: Fix missing include.
35300         Reported by Bruno Haible.
35301
35302 2007-04-23  Bruno Haible  <bruno@clisp.org>
35303
35304         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35305         Reported by Eric Blake.
35306
35307 2007-04-23  Bruno Haible  <bruno@clisp.org>
35308
35309         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35310
35311 2007-04-23  Bruno Haible  <bruno@clisp.org>
35312
35313         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35314
35315 2007-04-23  Bruno Haible  <bruno@clisp.org>
35316
35317         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35318         Needed on HP-UX 11.
35319
35320 2007-04-16  Eric Blake  <ebb9@byu.net>
35321
35322         Make fflush rely on fpurge.
35323         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35324         open coding all variants.
35325         * modules/fflush (Depends-on): Add fpurge and unistd.
35326         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35327         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35328
35329         Fix --with-tests compilation on cygwin.
35330         * modules/argmatch-tests (Makefile.am): List gnulib library first
35331         in LDADD.
35332         * modules/argp-tests (Makefile.am): Likewise.
35333         * modules/array-list-tests (Makefile.am): Likewise.
35334         * modules/array-oset-tests (Makefile.am): Likewise.
35335         * modules/avltree-list-tests (Makefile.am): Likewise.
35336         * modules/avltree-oset-tests (Makefile.am): Likewise.
35337         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35338         * modules/carray-list-tests (Makefile.am): Likewise.
35339         * modules/dirname-tests (Makefile.am): Likewise.
35340         * modules/frexp-tests (Makefile.am): Likewise.
35341         * modules/isnanl-tests (Makefile.am): Likewise.
35342         * modules/linked-list-tests (Makefile.am): Likewise.
35343         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35344         * modules/lock-tests (Makefile.am): Likewise.
35345         * modules/rbtree-list-tests (Makefile.am): Likewise.
35346         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35347         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35348         * modules/tls-tests (Makefile.am): Likewise.
35349         * modules/tsearch-tests (Makefile.am): Likewise.
35350         * modules/xvasprintf-tests (Makefile.am): Likewise.
35351
35352         Fix fpurge for cygwin.
35353         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35354         value.
35355         * modules/fpurge-tests (Depends-on): Clean up trash.
35356
35357 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35358
35359         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35360
35361         * m4/autobuild.m4: Re-indent.
35362
35363 2007-04-13  Bruno Haible  <bruno@clisp.org>
35364
35365         * modules/fpurge-tests: New file.
35366         * tests/test-fpurge.c: New file.
35367
35368         * modules/fpurge: New file.
35369         * lib/fpurge.h: New file.
35370         * lib/fpurge.c: New file.
35371         * m4/fpurge.m4: New file.
35372
35373 2007-04-13  Bruno Haible  <bruno@clisp.org>
35374
35375         * modules/fbufmode-tests: New file.
35376         * tests/test-fbufmode.c: New file.
35377
35378         * modules/fbufmode: New file.
35379         * lib/fbufmode.h: New file.
35380         * lib/fbufmode.c: New file.
35381         * m4/fbufmode.m4: New file.
35382
35383 2007-04-13  Bruno Haible  <bruno@clisp.org>
35384
35385         * modules/fwritable-tests: New file.
35386         * tests/test-fwritable.c: New file.
35387
35388         * modules/fwritable: New file.
35389         * lib/fwritable.h: New file.
35390         * lib/fwritable.c: New file.
35391         * m4/fwritable.m4: New file.
35392
35393 2007-04-13  Bruno Haible  <bruno@clisp.org>
35394
35395         * modules/freadable-tests: New file.
35396         * tests/test-freadable.c: New file.
35397
35398         * modules/freadable: New file.
35399         * lib/freadable.h: New file.
35400         * lib/freadable.c: New file.
35401         * m4/freadable.m4: New file.
35402
35403 2007-04-13  Bruno Haible  <bruno@clisp.org>
35404
35405         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35406         MOSTLYCLEANFILES.
35407
35408 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35409
35410         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35411         gzip bootstrap.conf to avoid dragging in i18n machinery.
35412         (gnulib_tool_option): Use it.
35413
35414 2007-04-13  Bruno Haible  <bruno@clisp.org>
35415
35416         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35417         %F directives.
35418         * tests/test-vasprintf-posix.c (test_function): Likewise.
35419         * tests/test-snprintf-posix.h (test_function): Likewise.
35420         * tests/test-sprintf-posix.h (test_function): Likewise.
35421         * tests/test-fprintf-posix.h (test_function): Likewise.
35422         * tests/test-printf-posix.h (test_function): Likewise.
35423         * tests/test-fprintf-posix.out: Likewise.
35424
35425 2007-04-13  Bruno Haible  <bruno@clisp.org>
35426
35427         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35428         * modules/tls-tests (configure.ac): Likewise.
35429         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35430
35431 2007-04-13  Bruno Haible  <bruno@clisp.org>
35432
35433         * lib/tls.c (glthread_tls_get): Fix return type.
35434         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35435
35436 2007-04-12  Eric Blake  <ebb9@byu.net>
35437
35438         * modules/gettime (Depends-on): Remove gettime.
35439         Reported by Dmitry V. Levin.
35440
35441 2007-04-12  Bruno Haible  <bruno@clisp.org>
35442
35443         * modules/fflush (Include): Mention <stdio.h>.
35444         * modules/strtoimax (Include): Mention <inttypes.h>.
35445         * modules/strtoumax (Include): Likewise.
35446
35447 2007-04-12  Eric Blake  <ebb9@byu.net>
35448
35449         * .cvsignore: New file.
35450         * .gitignore: Likewise.
35451
35452 2007-04-12  Bruno Haible  <bruno@clisp.org>
35453
35454         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35455         not before, since $(LDADD) often contains libgnu.a.
35456         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35457         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35458         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35459         Needed on Cygwin.
35460
35461 2007-04-12  Eric Blake  <ebb9@byu.net>
35462
35463         Work around glibc's failure to flush stdin on fclose.
35464         * lib/closein.c (close_stdin): Flush stdin before closing.
35465
35466         Work around glibc's failure to reset seekable stdin on exit.
35467         * modules/closein: New module.
35468         * lib/closein.c: New file.
35469         * lib/closein.h: Likewise.
35470         * m4/closein.m4: Likewise.
35471         * MODULES.html.sh (File stream based Input/Output): Document it.
35472
35473 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35474
35475         * gnulib-tool: Rename generated 'autobuild' script to
35476         'do-autobuild' in --create-megatestdir output.
35477
35478         * doc/gnulib.texi (Build robot for gnulib): Fix.
35479
35480 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35481
35482         * modules/sysexits (Depends-on): Add absolute-header.
35483
35484 2007-04-12  Eric Blake  <ebb9@byu.net>
35485
35486         No need to preserve errno on success.
35487         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35488         Reported by Bruno Haible.
35489
35490 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35491
35492         * MODULES.html.sh (Support for maintaining and releasing
35493         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35494
35495 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35496
35497         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35498
35499 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35500
35501         * modules/autobuild: New module.
35502
35503         * m4/autobuild.m4: New file.
35504
35505 2007-04-11  Bruno Haible  <bruno@clisp.org>
35506
35507         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35508         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35509         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35510         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35511         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35512         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35513         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35514         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35515         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35516         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35517         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35518         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35519         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35520         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35521         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35522         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35523         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35524         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35525         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35526         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35527         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35528         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35529         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35530         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35531         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35532         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35533         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35534         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35535         Reported by Eric Blake.
35536
35537 2007-04-11  Bruno Haible  <bruno@clisp.org>
35538
35539         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35540
35541 2007-04-10  Bruno Haible  <bruno@clisp.org>
35542
35543         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35544         for NaN and Infinity. Needed on FreeBSD 6.1.
35545         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35546         regarding results for "%010a" of Infinity and NaN.
35547         * tests/test-vasprintf-posix.c (test_function): Likewise.
35548         * tests/test-snprintf-posix.h (test_function): Likewise.
35549         * tests/test-sprintf-posix.h (test_function): Likewise.
35550         * tests/test-fprintf-posix.h (test_function): Likewise.
35551         * tests/test-printf-posix.h (test_function): Likewise.
35552         * tests/test-fprintf-posix.out: Likewise.
35553
35554 2007-04-10  Bruno Haible  <bruno@clisp.org>
35555
35556         * modules/locale-tests: New file.
35557         * tests/test-locale.c: New file.
35558
35559         * modules/locale: New file.
35560         * lib/locale_.h: New file.
35561         * m4/locale_h.m4: New file.
35562
35563 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35564             Bruno Haible  <bruno@clisp.org>
35565
35566         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35567         be determined, test for availability of the copysignf, copysign,
35568         copysignl functions.
35569         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35570         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35571         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35572
35573 2007-04-09  Eric Blake  <ebb9@byu.net>
35574
35575         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35576         * modules/stdio (Makefile.am): Support fflush.
35577         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35578         * modules/fflush: New file.
35579         * lib/fflush.c: Likewise.
35580         * m4/fflush.m4: Likewise.
35581         * modules/fflush-tests: New test.
35582         * tests/test-fflush.c: Likewise.
35583         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35584
35585 2007-04-06  Bruno Haible  <bruno@clisp.org>
35586
35587         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35588         (VASNPRINTF): Use signbit for faster determination whether to print a
35589         minus sign.
35590         * modules/vasnprintf (Files): Remove lib/float+.h.
35591         * modules/fprintf-posix (Depends-on): Add signbit.
35592         * modules/snprintf-posix (Depends-on): Likewise.
35593         * modules/sprintf-posix (Depends-on): Likewise.
35594         * modules/vasnprintf-posix (Depends-on): Likewise.
35595         * modules/vasprintf-posix (Depends-on): Likewise.
35596         * modules/vfprintf-posix (Depends-on): Likewise.
35597         * modules/vsnprintf-posix (Depends-on): Likewise.
35598         * modules/vsprintf-posix (Depends-on): Likewise.
35599
35600 2007-04-06  Bruno Haible  <bruno@clisp.org>
35601
35602         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35603         * tests/test-frexpl.c (main): Likewise.
35604         * tests/test-ldexpl.c (main): Likewise.
35605         * modules/frexp-tests (Depends-on): Add signbit.
35606         * modules/frexpl-tests (Depdends-on): Likewise.
35607         * modules/ldexpl-tests (Depdends-on): Likewise.
35608
35609 2007-04-06  Bruno Haible  <bruno@clisp.org>
35610
35611         * modules/signbit-tests: New file.
35612         * tests/test-signbit.c: New file.
35613
35614         * modules/signbit: New file.
35615         * lib/signbitf.c: New file.
35616         * lib/signbitd.c: New file.
35617         * lib/signbitl.c: New file.
35618         * m4/signbit.m4: New file.
35619         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35620         (signbit): New macro.
35621         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35622         REPLACE_SIGNBIT.
35623         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35624         REPLACE_FREXPL into math.h.
35625
35626 2007-04-06  Bruno Haible  <bruno@clisp.org>
35627
35628         * modules/isnanf-nolibm-tests: New file.
35629         * tests/test-isnanf.c: New file.
35630
35631         * modules/isnanf-nolibm: New file.
35632         * lib/isnanf.h: New file.
35633         * lib/isnanf.c: New file.
35634         * lib/isnan.c: Consider the USE_FLOAT macro.
35635         * m4/isnanf.m4: New file.
35636
35637 2007-04-06  Bruno Haible  <bruno@clisp.org>
35638
35639         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35640         (Link): New section.
35641
35642         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35643
35644 2007-04-06  Bruno Haible  <bruno@clisp.org>
35645
35646         Assume the 'long double' type.
35647         * m4/longdouble.m4: Remove file.
35648         * config/srclist.txt: Don't mention longdouble.m4.
35649         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35650         * lib/float+.h: Likewise.
35651         * lib/frexp.c: Likewise.
35652         * lib/printf-args.h: Likewise.
35653         * lib/printf-args.c: Likewise.
35654         * lib/printf-frexp.c: Likewise.
35655         * lib/printf-parse.c: Likewise.
35656         * lib/vasnprintf.c: Likewise.
35657         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35658         * m4/intl.m4: Likewise.
35659         * m4/isnanl.m4: Likewise.
35660         * m4/printf.m4: Likewise.
35661         * m4/printf-frexpl.m4: Likewise.
35662         * m4/vasnprintf.m4: Likewise.
35663         * modules/allocsa (Files): Remove m4/longdouble.m4.
35664         * modules/gettext (Files): Likewise.
35665         * modules/relocatable-prog-wrapper (Files): Likewise.
35666         * modules/vasnprintf (Files): Likewise.
35667         * modules/isnanl (Files): Likewise.
35668         (Include): Simplify.
35669         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35670         (Include): Simplify.
35671         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35672         (Include): Simplify.
35673         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35674         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35675         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35676         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35677         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35678         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35679         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35680         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35681         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35682         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35683         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35684         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35685         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35686         * tests/test-isnanl.c: Likewise.
35687         * tests/test-snprintf-posix.h: Likewise.
35688         * tests/test-sprintf-posix.h: Likewise.
35689         * tests/test-vasnprintf-posix.c: Likewise.
35690         * tests/test-vasnprintf-posix2.c: Likewise.
35691         * tests/test-vasprintf-posix.c: Likewise.
35692
35693 2007-04-06  Bruno Haible  <bruno@clisp.org>
35694
35695         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35696         * lib/math_.h [__DECC]: Include the overridden include file through
35697         #include_next, outside the double-inclusion guard.
35698         * lib/stdio_.h [__DECC]: Likewise.
35699         * lib/stdlib_.h [__DECC]: Likewise.
35700         * lib/string_.h [__DECC]: Likewise.
35701         * lib/time_.h [__DECC]: Likewise.
35702         * lib/wchar_.h [__DECC]: Likewise.
35703         * lib/wctype_.h [__DECC]: Likewise.
35704         * lib/inttypes_.h [__DECC]: Likewise.
35705         Reported by Albert Chin <china@thewrittenword.com> in
35706         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35707
35708 2007-04-04  Eric Blake  <ebb9@byu.net>
35709
35710         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35711         1.5.x.
35712
35713 2007-04-04  Bruno Haible  <bruno@clisp.org>
35714
35715         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35716         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35717
35718 2007-04-04  Bruno Haible  <bruno@clisp.org>
35719
35720         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35721         results for "%010a" of Infinity and NaN.
35722         * tests/test-vasprintf-posix.c (test_function): Likewise.
35723         * tests/test-snprintf-posix.h (test_function): Likewise.
35724         * tests/test-sprintf-posix.h (test_function): Likewise.
35725         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35726         * tests/test-printf-posix.h (test_function): Likewise.
35727         * tests/test-fprintf-posix.out: Update.
35728         Needed for FreeBSD 6.1.
35729
35730 2007-04-04  Bruno Haible  <bruno@clisp.org>
35731
35732         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35733         directly used by the gnulib modules nor by gnulib-tool.
35734
35735 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         * DEPENDENCIES: Give overall description of version dependency
35738         desirability.  Use more-typical names for apps.
35739         Add shell, coreutils, diffutils, grep, tar, gzip.
35740
35741 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35742
35743         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35744
35745 2007-04-04  Karl Berry  <karl@gnu.org>
35746
35747         * MODULES.html.sh (func_module): missing '.
35748
35749 2007-04-03  Bruno Haible  <bruno@clisp.org>
35750
35751         * modules/argmatch-tests (Makefile.am): New variable
35752         test_argmatch_LDADD.
35753         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35754         * modules/array-list-tests (Makefile.am): New variable
35755         test_array_list_LDADD.
35756         * modules/array-oset-tests (Makefile.am): New variable
35757         test_array_oset_LDADD.
35758         * modules/avltree-list-tests (Makefile.am): New variable
35759         test_avltree_list_LDADD.
35760         * modules/avltree-oset-tests (Makefile.am): New variable
35761         test_avltree_oset_LDADD.
35762         * modules/avltreehash-list-tests (Makefile.am): New variable
35763         test_avltreehash_list_LDADD.
35764         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35765         test_canonicalize_lgpl_LDADD.
35766         * modules/carray-list-tests (Makefile.am): New variable
35767         test_carray_list_LDADD.
35768         * modules/dirname-tests (Makefile.am): New variable
35769         test_dirname_LDADD.
35770         * modules/linked-list-tests (Makefile.am): New variable
35771         test_linked_list_LDADD.
35772         * modules/linkedhash-list-tests (Makefile.am): New variable
35773         test_linkedhash_list_LDADD.
35774         * modules/rbtree-list-tests (Makefile.am): New variable
35775         test_rbtree_list_LDADD.
35776         * modules/rbtree-oset-tests (Makefile.am): New variable
35777         test_rbtree_oset_LDADD.
35778         * modules/rbtreehash-list-tests (Makefile.am): New variable
35779         test_rbtreehash_list_LDADD.
35780         * modules/xvasprintf-tests (Makefile.am): New variable
35781         test_xvasprintf_LDADD.
35782         Reported by Eric Blake.
35783
35784 2007-04-03  Eric Blake  <ebb9@byu.net>
35785
35786         * DEPENDENCIES: Weaken m4 requirements.
35787
35788 2007-04-03  Bruno Haible  <bruno@clisp.org>
35789
35790         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35791         * modules/isnanl-tests (configure.ac): Likewise.
35792
35793 2007-04-03  Ben Pfaff  <blp@gnu.org>
35794
35795         * modules/iconv_open: Add $(srcdir)/ to source directory
35796         references in Makefile fragments that call gperf, to fix VPATH
35797         builds.
35798
35799 2007-04-03  Bruno Haible  <bruno@clisp.org>
35800
35801         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35802         * lib/ldexpl.c: Undo last change.
35803
35804 2007-04-03  Bruno Haible  <bruno@clisp.org>
35805
35806         * modules/printf-frexpl (Depends-on): Undo last change.
35807         (Files): Add m4/ldexpl.m4.
35808
35809 2007-04-03  Bruno Haible  <bruno@clisp.org>
35810
35811         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35812         * modules/isnanl (Link): New section.
35813
35814         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35815         * modules/frexp (Link): New section.
35816
35817         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35818         * modules/frexpl (Link): New section.
35819
35820         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35821         * modules/ldexpl (Link): New section.
35822
35823 2007-04-03  Bruno Haible  <bruno@clisp.org>
35824
35825         * modules/TEMPLATE-EXTENDED: New file.
35826         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35827
35828 2007-04-03  Bruno Haible  <bruno@clisp.org>
35829
35830         * DEPENDENCIES: New file.
35831         Suggested by Simon Josefsson.
35832
35833 2007-04-03  Bruno Haible  <bruno@clisp.org>
35834
35835         * doc/gnulib.texi: Escape @.
35836
35837 2007-04-03  James Youngman  <jay@gnu.org>
35838         and Paul Eggert  <eggert@cs.ucla.edu>
35839
35840         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35841         birthtime on all systems that have birthtime, not just those which
35842         use st_birthtimensec rather than st_birthtim.  Putting zero in
35843         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35844         that the birth time is not available for files on an NFS mount.
35845
35846 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35847
35848         * modules/memxor: Move back from crypto/, suggested by Bruno.
35849         * modules/crypto/hmac-sha1: Fix memxor dependency.
35850
35851         * modules/crypto/gc: Moved from ../.
35852
35853 2007-04-02  Eric Blake  <ebb9@byu.net>
35854
35855         * lib/ldexpl.c (includes): Avoid libm.
35856
35857         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35858
35859 2007-04-02  Bruno Haible  <bruno@clisp.org>
35860
35861         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35862         on IRIX.
35863
35864 2007-04-02  Bruno Haible  <bruno@clisp.org>
35865
35866         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35867         x86 or x86_64 platforms running MacOS X.
35868         Reported by Ryan Schmidt <@ryandesign.com>.
35869
35870 2007-04-02  Bruno Haible  <bruno@clisp.org>
35871
35872         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35873         i386.
35874
35875 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35876
35877         * modules/crypto/arcfour: Moved from ../.
35878         * modules/crypto/arcfour-tests: Moved from ../.
35879         * modules/crypto/arctwo: Moved from ../.
35880         * modules/crypto/arctwo-tests: Moved from ../.
35881         * modules/crypto/des: Moved from ../.
35882         * modules/crypto/des-tests: Moved from ../.
35883         * modules/crypto/gc-arcfour: Moved from ../.
35884         * modules/crypto/gc-arcfour-tests: Moved from ../.
35885         * modules/crypto/gc-arctwo: Moved from ../.
35886         * modules/crypto/gc-arctwo-tests: Moved from ../.
35887         * modules/crypto/gc-des: Moved from ../.
35888         * modules/crypto/gc-des-tests: Moved from ../.
35889         * modules/crypto/gc-hmac-md5: Moved from ../.
35890         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35891         * modules/crypto/gc-hmac-sha1: Moved from ../.
35892         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35893         * modules/crypto/gc-md2: Moved from ../.
35894         * modules/crypto/gc-md2-tests: Moved from ../.
35895         * modules/crypto/gc-md4: Moved from ../.
35896         * modules/crypto/gc-md4-tests: Moved from ../.
35897         * modules/crypto/gc-md5: Moved from ../.
35898         * modules/crypto/gc-md5-tests: Moved from ../.
35899         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35900         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35901         * modules/crypto/gc-random: Moved from ../.
35902         * modules/crypto/gc-rijndael: Moved from ../.
35903         * modules/crypto/gc-rijndael-tests: Moved from ../.
35904         * modules/crypto/gc-sha1: Moved from ../.
35905         * modules/crypto/gc-sha1-tests: Moved from ../.
35906         * modules/crypto/gc-tests: Moved from ../.
35907         * modules/crypto/hmac-md5: Moved from ../.
35908         * modules/crypto/hmac-md5-tests: Moved from ../.
35909         * modules/crypto/hmac-sha1: Moved from ../.
35910         * modules/crypto/hmac-sha1-tests: Moved from ../.
35911         * modules/crypto/md2: Moved from ../.
35912         * modules/crypto/md2-tests: Moved from ../.
35913         * modules/crypto/md4: Moved from ../.
35914         * modules/crypto/md4-tests: Moved from ../.
35915         * modules/crypto/md5: Moved from ../.
35916         * modules/crypto/md5-tests: Moved from ../.
35917         * modules/crypto/memxor: Moved from ../.
35918         * modules/crypto/rijndael: Moved from ../.
35919         * modules/crypto/rijndael-tests: Moved from ../.
35920         * modules/crypto/sha1: Moved from ../.
35921
35922 2007-03-30  James Youngman  <jay@gnu.org>
35923
35924         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35925         rename() to change the ctime of a file (because ctime is unaffected
35926         by rename on jfs2 on AIX 5.1).
35927         (main): Start by doing cleanup, in case a previous run failed leaving
35928         test files behind.
35929
35930 2007-03-31  Bruno Haible  <bruno@clisp.org>
35931
35932         Support old proprietary implementations of iconv.
35933         * modules/iconv_open: New file.
35934         * lib/iconv_.h: New file.
35935         * m4/iconv_h.m4: New file.
35936         * lib/iconv_open.c: New file.
35937         * lib/iconv_open-aix.gperf: New file.
35938         * lib/iconv_open-hpux.gperf: New file.
35939         * lib/iconv_open-irix.gperf: New file.
35940         * lib/iconv_open-osf.gperf: New file.
35941         * m4/iconv_open.m4: New file.
35942         * modules/linebreak (Depends-on): Add iconv_open.
35943         * modules/striconv (Depends-on): Likewise.
35944         * modules/striconveh (Depends-on): Likewise.
35945         * modules/unicodeio (Depends-on): Likewise.
35946         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35947         (iconv_t)(-1).
35948         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35949         conversion if cd is (iconv_t)(-1).
35950         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35951         is not possible.
35952
35953 2007-03-31  Bruno Haible  <bruno@clisp.org>
35954
35955         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35956         work on Solaris either. Protect also second use of "autodetect_jp".
35957
35958 2007-03-31  Bruno Haible  <bruno@clisp.org>
35959
35960         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35961         the function is not present.
35962
35963 2007-03-31  Bruno Haible  <bruno@clisp.org>
35964
35965         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35966         the function is not present.
35967
35968 2007-03-31  Bruno Haible  <bruno@clisp.org>
35969
35970         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35971         a bug in HP-UX iconv_open().
35972
35973 2007-03-31  Bruno Haible  <bruno@clisp.org>
35974
35975         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35976         (Mathematics <math.h>): New section, add fpieee.
35977         (Input/output <stdio.h>): Add fseterr.
35978         (Mathematics <math.h>): New section, add printf-frexp.
35979         (Container data structures): Add sublist.
35980         (Core language properties): Add fpucw, inline.
35981         (Functions for greatest-width integer types <inttypes.h>): Add
35982         imaxabs, imaxdiv, inttypes.
35983         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35984         isnanl-nolibm, ldexp.
35985         (Mathematics <math.h>): New section, add printf-frexpl.
35986         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35987         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35988         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35989         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35990         (Unicode string functions): Add unistr/u*-mbtoucr.
35991         (Java): Add javacomp-script, javaexec-script.
35992         (C#): Add csharpcomp-script, csharpexec-script.
35993         (Support for building libraries and executables): Add havelib,
35994         relocatable-*.
35995         (Support for maintaining and releasing projects): Renamed from
35996         'Support for maintaining and release projects'. Add announce-gen.
35997
35998 2007-03-31  Bruno Haible  <bruno@clisp.org>
35999
36000         * README: Talk primarily about git.
36001         (git and CVS): Renamed from CVS.
36002         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36003         gnulib is available through git.
36004         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36005
36006 2007-03-30  Bruno Haible  <bruno@clisp.org>
36007
36008         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36009         * lib/poll_.h: Likewise.
36010         * lib/stat_.h: Likewise.
36011         * lib/sys_time_.h: Likewise.
36012         * lib/sysexit_.h: Likewise.
36013         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36014         * lib/stdbool_.h: Likewise.
36015         * lib/byteswap_.h: Add double-inclusion guard.
36016
36017 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36018
36019         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36020
36021 2007-03-30  Karl Berry  <karl@gnu.org>
36022
36023         * config/srclist-update: double space after USA in the license
36024         substitution, since that's how it's usually (?) written.
36025
36026 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36027
36028         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36029         reported by Bruno Haible.
36030
36031 2007-03-29  Bruno Haible  <bruno@clisp.org>
36032
36033         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36034         a bug in AIX iconv().
36035
36036 2007-03-29  Bruno Haible  <bruno@clisp.org>
36037
36038         * modules/ldexpl-tests: New file.
36039         * tests/test-ldexpl.c: New file.
36040
36041 2007-03-29  Bruno Haible  <bruno@clisp.org>
36042
36043         * lib/ldexpl.c: Include fpucw.h.
36044         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36045         multiplication.
36046         * modules/ldexpl (Depends-on): Add fpucw.
36047
36048 2007-03-29  Bruno Haible  <bruno@clisp.org>
36049
36050         * modules/ldexpl: New file.
36051         * m4/ldexpl.m4: New file.
36052         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36053         set.
36054         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36055         REPLACE_LDEXPL.
36056         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36057         REPLACE_LDEXPL.
36058         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36059         gl_FUNC_LDEXPL_WORKS.
36060         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36061         * modules/mathl (Files): Remove lib/ldexpl.c.
36062         (Depends-on): Add ldexpl.
36063
36064 2007-03-29  Bruno Haible  <bruno@clisp.org>
36065
36066         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36067
36068 2007-03-29  Bruno Haible  <bruno@clisp.org>
36069
36070         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36071         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36072         and possibly also HP-UX.
36073         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36074         work on AIX, IRIX, HP-UX, OSF/1.
36075         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36076         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36077         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36078         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36079         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36080         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36081
36082 2007-03-29  Bruno Haible  <bruno@clisp.org>
36083
36084         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36085
36086 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36087
36088         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36089         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36090
36091 2007-03-29  Eric Blake  <ebb9@byu.net>
36092
36093         * lib/acl-internal.h: Remove redundant include.
36094         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36095         Cygwin when a file is locked.
36096
36097 2007-03-29  Bruno Haible  <bruno@clisp.org>
36098
36099         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36100         file.
36101         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36102
36103 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36104
36105         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36106         try to remove a parent directory if the child couldn't be removed
36107         (except for the first rmdir, which could fail because the child
36108         doesn't exist).  Problem reported by Jeff Blaine in
36109         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36110
36111 2007-03-28  Bruno Haible  <bruno@clisp.org>
36112
36113         * lib/striconveh.c (utf8conv_carefully): New function.
36114         (mem_cd_iconveh_internal): Invoke it.
36115
36116 2007-03-28  Bruno Haible  <bruno@clisp.org>
36117
36118         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36119         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36120         input.
36121         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36122         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36123         unistr/u8-uctomb.
36124
36125 2007-03-28  Bruno Haible  <bruno@clisp.org>
36126
36127         * modules/unistr/u8-mbtoucr: New file.
36128         * lib/unistr/u8-mbtoucr.c: New file.
36129         * modules/unistr/u16-mbtoucr: New file.
36130         * lib/unistr/u16-mbtoucr.c: New file.
36131         * modules/unistr/u16-mbtoucr: New file.
36132         * lib/unistr/u16-mbtoucr.c: New file.
36133         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36134
36135 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36136             Bruno Haible  <bruno@clisp.org>
36137
36138         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36139         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36140         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36141
36142         * m4/stdio_h.m4: Add stubs for vasprintf too.
36143
36144         * modules/stdio: Support vasprintf in sed command.
36145
36146         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36147         vasprintf.h.  Add stdio module indicator.
36148
36149         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36150         vasprintf.h.
36151
36152         * lib/vasprintf.h: File removed.
36153
36154         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36155         * lib/vasprintf.c: Ditto.
36156         * lib/xvasprintf.c: Ditto.
36157         * tests/test-vasprintf-posix.c: Ditto.
36158         * tests/test-vasprintf.c: Ditto.
36159
36160 2007-03-27  Bruno Haible  <bruno@clisp.org>
36161
36162         Make vasnprintf multithread-safe.
36163         * lib/vasnprintf.c (decimal_point_char): New function.
36164         (VASNPRINTF): Use it.
36165         Suggested by Simon Josefsson.
36166
36167 2007-03-27  Eric Blake  <ebb9@byu.net>
36168
36169         Support sub-second birthtime on cygwin.
36170         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36171         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36172         (get_stat_birthtime): Also work with st_birthtim.
36173
36174 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36175
36176         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36177         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36178         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36179         (get_stat_birthtime_ns): Simplify compile-time tests.
36180         (get_stat_birthtime): Change the API to look like
36181         get_stat_mtime etc., except return a negative tv_nsec on error.
36182         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36183         Don't check for "spare" fields.
36184         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36185         or for struct stat.st_birthtime, as these tests aren't used.
36186         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36187
36188 2007-03-27  Bruno Haible  <bruno@clisp.org>
36189
36190         * lib/stat-time.h: Include <sys/stat.h>.
36191
36192 2007-03-27  James Youngman  <jay@gnu.org>
36193
36194         * lib/stat-time.h (get_stat_birthtime): New function for
36195           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36196         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36197           and its variants.
36198         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36199         * modules/stat-time-test: New file.
36200         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36201
36202 2007-03-26  Bruno Haible  <bruno@clisp.org>
36203
36204         Better support of signalling NaNs.
36205         * lib/atanl.c: Include isnanl.h.
36206         (atanl): Perform test for NaN at the beginning of the function and
36207         through a call to isnanl.
36208         * lib/cosl.c: Include isnanl.h.
36209         (cosl): Perform test for NaN at the beginning of the function and
36210         through a call to isnanl.
36211         * lib/ldexpl.c: Include isnanl.h.
36212         (ldexpl): Perform test for NaN through a call to isnanl.
36213         * lib/logl.c: Include isnanl.h.
36214         (logl): Perform test for NaN at the beginning of the function and
36215         through a call to isnanl.
36216         * lib/sinl.c: Include isnanl.h.
36217         (sinl): Perform test for NaN at the beginning of the function and
36218         through a call to isnanl.
36219         * lib/sqrtl.c: Include isnanl.h.
36220         (sqrtl): Perform test for NaN at the beginning of the function and
36221         through a call to isnanl.
36222         * lib/tanl.c: Include isnanl.h.
36223         (tanl): Perform test for NaN at the beginning of the function and
36224         through a call to isnanl.
36225         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36226         * modules/mathl (Depends-on): Add isnanl.
36227
36228 2007-03-26  Eric Blake  <ebb9@byu.net>
36229
36230         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36231         regression in logic sense of previous patch.
36232
36233 2007-03-26  Bruno Haible  <bruno@clisp.org>
36234
36235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36236         unportable shell command "if ! ...".
36237         Reported by Ralf Wildenhues.
36238
36239 2007-03-25  Bruno Haible  <bruno@clisp.org>
36240
36241         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36242         <sysexits.h> file, and only add EX_CONFIG.
36243         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36244         absolute file name and whether it is sufficient. Substitute also
36245         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36246         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36247         ABSOLUTE_SYSEXITS_H into sysexits.h.
36248
36249 2007-03-25  Bruno Haible  <bruno@clisp.org>
36250
36251         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36252         hints is NULL.
36253
36254 2007-03-25  Bruno Haible  <bruno@clisp.org>
36255
36256         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36257         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36258
36259 2007-03-25  Bruno Haible  <bruno@clisp.org>
36260
36261         * lib/vasnprintf.c: Include langinfo.h.
36262         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36263         multithread-safe.
36264         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36265         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36266         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36267         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36268         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36269         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36270         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36271         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36272         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36273         Reported by Simon Josefsson.
36274
36275 2007-03-25  Bruno Haible  <bruno@clisp.org>
36276
36277         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36278         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36279         * modules/vasnprintf (Depends-on): Add stdint.
36280
36281 2007-03-25  Bruno Haible  <bruno@clisp.org>
36282
36283         * modules/fpieee: New file.
36284         * m4/fpieee.m4: New file.
36285         * modules/isnan-nolibm (Depends-on): Add fpieee.
36286         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36287         * modules/isnanl (Depends-on): Add fpieee.
36288
36289 2007-03-25  Bruno Haible  <bruno@clisp.org>
36290
36291         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36292
36293 2007-03-25  Bruno Haible  <bruno@clisp.org>
36294
36295         Avoid test failures on IRIX 6.5.
36296         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36297         (main): Use it.
36298         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36299         macros.
36300         (main): Use them.
36301
36302 2007-03-25  Bruno Haible  <bruno@clisp.org>
36303
36304         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36305         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36306         exists but doesn't work.
36307         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36308         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36309         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36310         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36311
36312 2007-03-25  Bruno Haible  <bruno@clisp.org>
36313
36314         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36315         returns inf. Needed on IRIX 6.5.
36316
36317 2007-03-25  Bruno Haible  <bruno@clisp.org>
36318
36319         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36320         (main): Use isnanl instead of x != x idiom.
36321         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36322
36323         * tests/test-frexp.c: Include isnan.h.
36324         (main): Use isnan instead of x != x idiom.
36325         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36326
36327 2007-03-25  Bruno Haible  <bruno@clisp.org>
36328
36329         * tests/test-frexp.c (NaN): New function/macro.
36330         (main): Use it instead of 0.0 / 0.0.
36331         * tests/test-isnan.c (NaN): New function/macro.
36332         (main): Use it instead of 0.0 / 0.0.
36333         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36334         (test_function): Use it instead of 0.0 / 0.0.
36335         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36336         (test_function): Use it instead of 0.0 / 0.0.
36337         * tests/test-snprintf-posix.h (NaN): New function/macro.
36338         (test_function): Use it instead of 0.0 / 0.0.
36339         * tests/test-sprintf-posix.h (NaN): New function/macro.
36340         (test_function): Use it instead of 0.0 / 0.0.
36341         * tests/test-fprintf-posix.h (NaN): New function/macro.
36342         (test_function): Use it instead of 0.0 / 0.0.
36343         * tests/test-printf-posix.h (NaN): New function/macro.
36344         (test_function): Use it instead of 0.0 / 0.0.
36345
36346         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36347
36348 2007-03-25  Bruno Haible  <bruno@clisp.org>
36349
36350         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36351
36352 2007-03-25  Bruno Haible  <bruno@clisp.org>
36353
36354         * lib/regexec.c (merge_state_with_log): Make static.
36355
36356 2007-03-25  Bruno Haible  <bruno@clisp.org>
36357
36358         * lib/trigl.c (kernel_rem_pio2): Make static.
36359
36360 2007-03-25  Bruno Haible  <bruno@clisp.org>
36361
36362         * lib/sincosl.c (sincosl_table): Make static.
36363
36364 2007-03-25  Bruno Haible  <bruno@clisp.org>
36365
36366         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36367         if the compiler does not support C99.
36368
36369 2007-03-25  Bruno Haible  <bruno@clisp.org>
36370
36371         * modules/time (Makefile.am): Ensure all rule action lines start with a
36372         tab.
36373
36374 2007-03-24  Bruno Haible  <bruno@clisp.org>
36375
36376         * modules/tsearch-tests: New file.
36377         * tests/test-tsearch.sh: New file.
36378         * tests/test-tsearch.c: New file, mostly copied from glibc.
36379
36380         * modules/search-tests: New file.
36381         * tests/test-search.c: New file.
36382
36383         * modules/search: New file.
36384         * lib/search_.h: New file, incorporating lib/tsearch.h.
36385         * m4/search_h.m4: New file.
36386         * lib/tsearch.h: Remove file.
36387         * lib/tsearch.c: Include search.h instead of tsearch.h.
36388         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36389         HAVE_TSEARCH.
36390         * modules/tsearch (Files): Remove lib/tsearch.h.
36391         (Depends-on): Add search.
36392         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36393         (Include): Change tsearch.h into search.h.
36394
36395 2007-03-24  Bruno Haible  <bruno@clisp.org>
36396
36397         * modules/fpucw: New file.
36398         * lib/fpucw.h: New file.
36399         * lib/frexp.c: Include fpucw.h.
36400         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36401         (FUNC): Use them.
36402         * lib/printf-frexp.c: Include fpucw.h.
36403         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36404         (FUNC): Use them.
36405         * lib/vasnprintf.c: Include fpucw.h.
36406         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36407         'long double' calculations.
36408         * tests/test-frexpl.c: Include fpucw.h.
36409         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36410         * tests/test-printf-frexpl.c: Include fpucw.h.
36411         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36412         * modules/frexpl (Depends-on): Add fpucw.
36413         * modules/printf-frexpl (Depends-on): Likewise.
36414         * modules/fprintf-posix (Depends-on): Likewise.
36415         * modules/snprintf-posix (Depends-on): Likewise.
36416         * modules/sprintf-posix (Depends-on): Likewise.
36417         * modules/vasnprintf-posix (Depends-on): Likewise.
36418         * modules/vasprintf-posix (Depends-on): Likewise.
36419         * modules/vfprintf-posix (Depends-on): Likewise.
36420         * modules/vsnprintf-posix (Depends-on): Likewise.
36421         * modules/vsprintf-posix (Depends-on): Likewise.
36422         * modules/frexpl-tests (Depends-on): Likewise.
36423         * modules/printf-frexpl-tests (Depends-on): Likewise.
36424
36425 2007-03-24  Bruno Haible  <bruno@clisp.org>
36426
36427         * lib/float+.h: New file.
36428         * lib/isnan.c: Include float+.h.
36429         (SIZE): New macro.
36430         (FUNC): Compare only SIZE bytes of the value.
36431         * lib/vasnprintf.c: Include float+.h.
36432         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36433         SIZEOF_LDBL or SIZEOF_DBL bytes.
36434         * modules/isnan-nolibm (Files): Add lib/float+.h.
36435         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36436         * modules/isnanl (Files): Add lib/float+.h.
36437         * modules/vasnprintf (Files): Add lib/float+.h.
36438
36439 2007-03-24  Bruno Haible  <bruno@clisp.org>
36440
36441         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36442         include isnanl-nolibm.h.
36443
36444 2007-03-24  Bruno Haible  <bruno@clisp.org>
36445
36446         * tests/test-read-file.c (main): Don't produce spurious output for
36447         expected situations. Make the test fail if it encountered unexpected
36448         results.
36449
36450 2007-03-24  Bruno Haible  <bruno@clisp.org>
36451
36452         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36453         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36454
36455 2007-03-24  Bruno Haible  <bruno@clisp.org>
36456
36457         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36458
36459 2007-03-24  Bruno Haible  <bruno@clisp.org>
36460
36461         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36462         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36463
36464         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36465         * modules/utf8-ucs4: Turn into a symbolic link to module
36466         unistr/u8-mbtouc.
36467
36468         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36469         utf8-ucs4-unsafe.
36470         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36471         unistr/u8-mbtouc-unsafe.
36472
36473         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36474         * modules/utf16-ucs4: Turn into a symbolic link to module
36475         unistr/u16-mbtouc.
36476
36477         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36478         utf16-ucs4-unsafe.
36479         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36480         unistr/u16-mbtouc-unsafe.
36481
36482         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36483         * modules/ucs4-utf8: Turn into a symbolic link to module
36484         unistr/u8-ubtomb.
36485
36486         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36487         * modules/ucs4-utf16: Turn into a symbolic link to module
36488         unistr/u16-ubtomb.
36489
36490 2007-03-24  Bruno Haible  <bruno@clisp.org>
36491
36492         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36493         Enable the function only if HAVE_INLINE.
36494         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36495         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36496         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36497         Enable the function only if HAVE_INLINE.
36498         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36499         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36500         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36501         Enable the function only if HAVE_INLINE.
36502         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36503         Enable the function only if HAVE_INLINE.
36504         * modules/utf8-ucs4: Update.
36505         * modules/utf8-ucs4-unsafe: Update.
36506         * modules/utf16-ucs4: Update.
36507         * modules/utf16-ucs4-unsafe: Update.
36508         * modules/ucs4-utf8: Update.
36509         * modules/ucs4-utf16: Update.
36510
36511 2007-03-24  Bruno Haible  <bruno@clisp.org>
36512
36513         * lib/utf8-ucs4.h: Remove file.
36514         * lib/utf8-ucs4-unsafe.h: Remove file.
36515         * lib/utf16-ucs4.h: Remove file.
36516         * lib/utf16-ucs4-unsafe.h: Remove file.
36517         * lib/ucs4-utf8.h: Remove file.
36518         * lib/ucs4-utf16.h: Remove file.
36519         * lib/unistr.h: Include their previous contents.
36520         * m4/utf-ucs4.m4: Remove file.
36521         * m4/ucs4-utf.m4: Remove file.
36522         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36523         (Depends-on): Add unistr/base.
36524         (configure.ac): Remove gl_UTF_UCS4.
36525         (Makefile.am): Update.
36526         (Include): Change to unistr.h.
36527         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36528         (Depends-on): Add unistr/base.
36529         (configure.ac): Remove gl_UTF_UCS4.
36530         (Makefile.am): Update.
36531         (Include): Change to unistr.h.
36532         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36533         (Depends-on): Add unistr/base.
36534         (configure.ac): Remove gl_UTF_UCS4.
36535         (Makefile.am): Update.
36536         (Include): Change to unistr.h.
36537         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36538         (Depends-on): Add unistr/base.
36539         (configure.ac): Remove gl_UTF_UCS4.
36540         (Makefile.am): Update.
36541         (Include): Change to unistr.h.
36542         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36543         (Depends-on): Add unistr/base.
36544         (configure.ac): Remove gl_UCS4_UTF.
36545         (Makefile.am): Update.
36546         (Include): Change to unistr.h.
36547         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36548         (Depends-on): Add unistr/base.
36549         (configure.ac): Remove gl_UCS4_UTF.
36550         (Makefile.am): Update.
36551         (Include): Change to unistr.h.
36552         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36553         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36554         utf8-ucs4-unsafe.h.
36555         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36556         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36557         utf16-ucs4-unsafe.h.
36558         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36559         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36560         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36561         * lib/unistr/u8-strchr.c: Likewise.
36562         * lib/unistr/u8-strrchr.c: Likewise.
36563         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36564         * lib/unistr/u16-strchr.c: Likewise.
36565         * lib/unistr/u16-strrchr.c: Likewise.
36566         * lib/striconveh.c: Update.
36567         * lib/linebreak.c: Update.
36568
36569 2007-03-24  Bruno Haible  <bruno@clisp.org>
36570
36571         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36572         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36573
36574 2007-03-22  Bruno Haible  <bruno@clisp.org>
36575
36576         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36577
36578 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36579
36580         * MODULES.html.sh (File system functions): New module write-any-file.
36581         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36582         * m4/write-any-file.m4: New files.
36583
36584 2007-03-23  Eric Blake  <ebb9@byu.net>
36585
36586         * gnulib-tool: Rearrange space-tab sequences, since some editors
36587         like to eat them.
36588
36589 2007-03-23  Eric Blake  <ebb9@byu.net>
36590
36591         * lib/version-etc.c (version_etc_va): Update license wording to
36592         be more concise.  Recommended by Richard Stallman.
36593
36594 2007-03-22  Bruno Haible  <bruno@clisp.org>
36595
36596         * lib/poll.c (MSG_PEEK): New fallback definition.
36597
36598 2007-03-22  Bruno Haible  <bruno@clisp.org>
36599
36600         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36601         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36602         (main): Update.
36603         Fixes a compilation error on BeOS.
36604
36605 2007-03-22  Bruno Haible  <bruno@clisp.org>
36606
36607         * modules/frexpl-tests: New file.
36608         * tests/test-frexpl.c: New file.
36609
36610         * modules/frexpl: New file.
36611         * m4/frexpl.m4: New file.
36612         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36613         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36614         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36615         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36616         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36617         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36618
36619 2007-03-22  Bruno Haible  <bruno@clisp.org>
36620
36621         * lib/frexpl.c: Share code with lib/frexp.c.
36622         * modules/mathl (Files): Add lib/frexp.c.
36623         (Depends-on): Add isnanl-nolibm.
36624
36625 2007-03-22  Bruno Haible  <bruno@clisp.org>
36626
36627         * modules/printf-frexp (Files): Add m4/frexp.m4.
36628         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36629         only if the found frexp function actually works.
36630
36631 2007-03-22  Bruno Haible  <bruno@clisp.org>
36632
36633         * lib/frexp.c: Remove older implementation that uses divisions.
36634
36635 2007-03-21  Bruno Haible  <bruno@clisp.org>
36636
36637         * modules/frexp-tests: New file.
36638         * tests/test-frexp.c: New file.
36639
36640         * modules/frexp: New file.
36641         * lib/frexp.c: New file.
36642         * m4/frexp.m4: New file.
36643         * lib/math_.h (frexp): New declaration.
36644         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36645         REPLACE_FREXP.
36646         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36647
36648 2007-03-21  Bruno Haible  <bruno@clisp.org>
36649
36650         * modules/isnanl-tests: New file.
36651         * tests/test-isnanl.c: New file.
36652
36653         * modules/isnanl: New file.
36654         * lib/isnanl.h: New file.
36655         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36656         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36657         gl_FUNC_ISNANL_WORKS.
36658         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36659         New macros.
36660
36661 2007-03-21  Bruno Haible  <bruno@clisp.org>
36662
36663         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36664         lib/isnanl.h.
36665         (Include): Update.
36666         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36667         * lib/vasnprintf.c: Update.
36668         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36669         tests/test-isnanl.h, remove tests/test-isnanl.c.
36670         (Makefile.am): Update.
36671         * tests/test-isnanl-nolibm.c: New file.
36672         * tests/test-isnanl.h: New file.
36673         * tests/test-isnanl.c: Remove file.
36674
36675 2007-03-21  Jim Meyering  <jim@meyering.net>
36676
36677         When trying to open ".", treat ESTALE like EACCES.
36678         * lib/savewd.c (savewd_save): Resort to forking not just upon
36679         failure with EACCES, but also when errno is ESTALE.
36680
36681 2007-03-20  Bruno Haible  <bruno@clisp.org>
36682
36683         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36684         Needed on AIX 5.1. Reported by Matthew Woehlke.
36685
36686 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36687
36688         Suggestions by Bruno Haible:
36689         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36690         our own.
36691         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36692         * modules/acl (Depends-on): Add gettext.
36693
36694 2007-03-19  Bruno Haible  <bruno@clisp.org>
36695
36696         * modules/iconvme: Remove file.
36697         * lib/iconvme.h: Remove file.
36698         * lib/iconvme.c: Remove file.
36699         * m4/iconvme.m4: Remove file.
36700
36701 2007-03-19  Bruno Haible  <bruno@clisp.org>
36702
36703         * doc/relocatable-maint.texi: Break long shell script line.
36704         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36705
36706 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36707
36708         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36709         handle file_has_acl.
36710         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36711         * lib/acl.c: Move header inclusions and related macro defns into
36712         lib/acl-internal.h.
36713         (S_ISLNK): Remove defn, since that's now done for us.
36714         (file_has_acl): Move to lib/file-has-acl.c.
36715         Call acl_trivial if available.  This is the crucial part of the fix.
36716         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36717         shared within the library.  Rewrite a bit, partly to make it compatible
36718         with the GNU coding style.
36719         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36720         Remove unnecessary double-quotes.
36721         Don't test for acl_to_text; the build will catch that.
36722         Replace acl_entries if it doesn't exist and it is needed.
36723         Check for -lsec and acl_trivial (as used on Solaris 10).
36724         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36725         lib/file-has-acl.c.
36726         (Depends-on): Add sys_stat, for S_ISLNK.
36727
36728 2007-03-19  Ben Pfaff  <blp@gnu.org>
36729
36730         * doc/gnulib.texi: Fix typos.
36731         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36732
36733 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36734
36735         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36736         If size is zero here, buf must be zero.
36737
36738 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36739
36740         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36741         <bruno@clisp.org>.
36742
36743 2007-03-18  Bruno Haible  <bruno@clisp.org>
36744
36745         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36746         Suggested by Eric Blake.
36747
36748 2007-03-18  Ben Pfaff  <blp@gnu.org>
36749
36750         * doc/relocatable.texi: Recommend using as prefix a directory
36751         that does not exist and will never be created.  Based on
36752         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36753         and others.
36754
36755 2007-03-17  Bruno Haible  <bruno@clisp.org>
36756
36757         * lib/fchownat.c: Include lchown.h.
36758
36759 2007-03-17  Bruno Haible  <bruno@clisp.org>
36760
36761         Fix endless loop when the given allocated size was > INT_MAX.
36762         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36763         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36764         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36765         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36766         * lib/sprintf.c (sprintf): Likewise.
36767
36768 2007-03-17  Bruno Haible  <bruno@clisp.org>
36769
36770         * tests/test-argp-2.sh (func_compare): Output a context diff.
36771
36772 2007-03-17  Bruno Haible  <bruno@clisp.org>
36773
36774         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36775         locale's decimal-point character.
36776
36777 2007-03-17  Bruno Haible  <bruno@clisp.org>
36778
36779         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36780         before comparing it. Needed because on some platforms (e.g. x86) a
36781         'long double' occupies less bytes than sizeof (long double).
36782
36783 2007-03-17  Bruno Haible  <bruno@clisp.org>
36784
36785         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36786         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36787         * tests/test-getaddrinfo.c (simple): Likewise.
36788         * tests/test-read-file.c (main): Likewise.
36789
36790 2007-03-17  Bruno Haible  <bruno@clisp.org>
36791
36792         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36793
36794 2007-03-17  Bruno Haible  <bruno@clisp.org>
36795
36796         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36797         unused variable.
36798
36799 2007-03-17  Bruno Haible  <bruno@clisp.org>
36800
36801         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36802         * tests/test-c-strncasecmp.c: Likewise.
36803
36804 2007-03-17  Bruno Haible  <bruno@clisp.org>
36805
36806         * modules/stdlib (Depends-on): Add unistd.
36807         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36808         Needed for MacOS X 10.3.
36809
36810 2007-03-17  Bruno Haible  <bruno@clisp.org>
36811
36812         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36813
36814 2007-03-17  Bruno Haible  <bruno@clisp.org>
36815
36816         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36817
36818 2007-03-17  Bruno Haible  <bruno@clisp.org>
36819
36820         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36821         to reflect files copied from gnulib (with or without modifications).
36822         Suggested by Jim Meyering.
36823
36824 2007-03-17  Eric Blake  <ebb9@byu.net>
36825
36826         * NEWS: Document stdlib change from 2007-02-18.
36827
36828 2007-03-17  Jim Meyering  <jim@meyering.net>
36829
36830         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36831         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36832         someone uses a name containing shell meta-characters.
36833         Reported by Alfred M. Szmidt.
36834
36835         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36836
36837 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36838
36839         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36840         and copy gettext configuration files only if configure.ac contains
36841         a use of AM_GNU_GETTEXT_VERSION.
36842
36843 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36844
36845         * build-aux/bootstrap (gnulib_name): New variable.
36846         (gnulib_tool_options): Use it.
36847
36848 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36849
36850         * tests/test-des.c: Use new namespace.
36851
36852 2007-03-15  Bruno Haible  <bruno@clisp.org>
36853
36854         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36855         Reported by James Youngman <jay@gnu.org>.
36856
36857 2007-03-15  Bruno Haible  <bruno@clisp.org>
36858
36859         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36860         declared prototype. Needed with cc on OSF/1 5.1.
36861
36862 2007-03-15  Bruno Haible  <bruno@clisp.org>
36863
36864         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36865         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36866         (struct gl_list_implementation): Add dispose_fn argument to the
36867         'create_empty', 'create' methods.
36868         (struct gl_list_impl_base): Add field 'dispose_fn'.
36869         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36870         argument.
36871         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36872         dispose_fn argument.
36873         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36874         dispose_fn on the dropped values.
36875         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36876         dispose_fn argument.
36877         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36878         dropped values.
36879         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36880         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36881         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36882         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36883         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36884         argument.
36885         (gl_tree_list_free): Call dispose_fn on the dropped values.
36886         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36887         the dropped values.
36888         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36889         Add dispose_fn argument.
36890         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36891         Call dispose_fn on the dropped values.
36892         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36893         Add dispose_fn argument.
36894         (gl_sublist_create): Initialize the 'dispose_fn' field.
36895         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36896         * tests/test-array_list.c (main): Update.
36897         * tests/test-carray_list.c (main): Update.
36898         * tests/test-avltree_list.c (main): Update.
36899         * tests/test-rbtree_list.c (main): Update.
36900         * tests/test-avltreehash_list.c (main): Update.
36901         * tests/test-rbtreehash_list.c (main): Update.
36902         * tests/test-linked_list.c (main): Update.
36903         * tests/test-linkedhash_list.c (main): Update.
36904         * tests/test-array_oset.c (main): Update.
36905
36906 2007-03-15  Bruno Haible  <bruno@clisp.org>
36907
36908         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36909         (gl_oset_create_empty): Add dispose_fn argument.
36910         (struct gl_oset_implementation): Add dispose_fn argument to
36911         'create_empty' method.
36912         (struct gl_oset_impl_base): Add dispose_fn field.
36913         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36914         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36915         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36916         values.
36917         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36918         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36919         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36920         dropped value.
36921         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36922         dropped value.
36923         * tests/test-array_oset.c (main): Update.
36924         * tests/test-avltree_oset.c (main): Update.
36925         * tests/test-rbtree_oset.c (main): Update.
36926         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36927
36928 2007-03-13  Bruno Haible  <bruno@clisp.org>
36929
36930         * tests/test-stdbool.c (i): Update after last patch.
36931
36932 2007-03-12  Bruno Haible  <bruno@clisp.org>
36933
36934         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36935         the iswprint macro. Needed on Solaris 2.5.1.
36936
36937 2007-03-12  Bruno Haible  <bruno@clisp.org>
36938
36939         * tests/test-printf-frexp.c (main): Declare x as volatile.
36940
36941 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36942
36943         * doc/gnulib.texi (Build robot for gnulib): New section.
36944
36945 2007-03-12  Jim Meyering  <jim@meyering.net>
36946
36947         * build-aux/bootstrap: New file.
36948         * build-aux/bootstrap.conf: New file, from coreutils.
36949
36950 2007-03-11  Bruno Haible  <bruno@clisp.org>
36951
36952         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36953
36954 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36955
36956         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36957         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36958         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36959
36960 2007-03-11  Bruno Haible  <bruno@clisp.org>
36961
36962         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36963         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36964
36965 2007-03-11  Bruno Haible  <bruno@clisp.org>
36966
36967         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36968         formula. Needed for SunPRO C 5.0.
36969
36970 2007-03-11  Bruno Haible  <bruno@clisp.org>
36971
36972         * modules/long-options (Depends-on): Add getopt.
36973
36974 2007-03-11  Bruno Haible  <bruno@clisp.org>
36975
36976         * modules/modechange (Depends-on): Add stdbool.
36977
36978 2007-03-11  Bruno Haible  <bruno@clisp.org>
36979
36980         * modules/i-ring (Depends-on): Add stdbool.
36981
36982 2007-03-11  Bruno Haible  <bruno@clisp.org>
36983
36984         * modules/gc-des (Depends-on): Add stdbool.
36985
36986 2007-03-11  Bruno Haible  <bruno@clisp.org>
36987
36988         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36989
36990 2007-03-11  Bruno Haible  <bruno@clisp.org>
36991
36992         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36993
36994 2007-03-11  Bruno Haible  <bruno@clisp.org>
36995
36996         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36997
36998 2007-03-11  Bruno Haible  <bruno@clisp.org>
36999
37000         * lib/vasnprintf.c (sprintf): Undefine.
37001
37002 2007-03-11  Bruno Haible  <bruno@clisp.org>
37003
37004         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37005         initializers in SunPRO C and Compaq C compilers.
37006
37007 2007-03-11  Bruno Haible  <bruno@clisp.org>
37008
37009         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37010         decrementing code ANSI C compliant.
37011
37012 2007-03-11  Bruno Haible  <bruno@clisp.org>
37013
37014         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37015         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37016
37017 2007-03-11  Bruno Haible  <bruno@clisp.org>
37018
37019         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37020         <stdbool.h> substitute doesn't pass.
37021
37022 2007-03-11  Bruno Haible  <bruno@clisp.org>
37023
37024         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37025
37026 2007-03-11  Bruno Haible  <bruno@clisp.org>
37027
37028         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37029         script, for submission to autobuild.josefsson.org.
37030
37031 2007-03-10  Bruno Haible  <bruno@clisp.org>
37032
37033         * modules/canonicalize-lgpl-tests: New file.
37034         * tests/test-canonicalize-lgpl.sh: New file.
37035         * tests/test-canonicalize-lgpl.c: New file.
37036
37037         * modules/c-strcase-tests: New file.
37038         * tests/test-c-strcase.sh: New file.
37039         * tests/test-c-strcasecmp.c: New file.
37040         * tests/test-c-strncasecmp.c: New file.
37041
37042         * modules/atexit-tests: New file.
37043         * tests/test-atexit.sh: New file.
37044         * tests/test-atexit.c: New file.
37045
37046 2007-03-10  Bruno Haible  <bruno@clisp.org>
37047
37048         * tests/test-binary-io.sh: Use temporary filenames that are not so
37049         likely to clash with those of other tests (in a parallel make).
37050         * tests/test-binary-io.c: Likewise.
37051
37052 2007-03-10  Bruno Haible  <bruno@clisp.org>
37053
37054         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37055         fallback; use #error instead.
37056         Suggested by Simon Josefsson.
37057
37058 2007-03-10  Bruno Haible  <bruno@clisp.org>
37059
37060         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37061         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37062         first and the last.
37063
37064 2007-03-10  Bruno Haible  <bruno@clisp.org>
37065
37066         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37067
37068 2007-03-10  Bruno Haible  <bruno@clisp.org>
37069
37070         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37071         "make distcheck".
37072         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37073         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37074         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37075
37076 2007-03-10  Bruno Haible  <bruno@clisp.org>
37077
37078         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37079         variable.
37080         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37081         variable.
37082
37083 2007-03-09  Eric Blake  <ebb9@byu.net>
37084         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37085
37086         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37087         types are not being provided by gnulib.
37088         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37089         types are supported.
37090
37091 2007-03-10  Bruno Haible  <bruno@clisp.org>
37092
37093         * lib/stdio_.h (__attribute__): New macro.
37094         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37095         vsprintf): Specify __attribute__ __format__ for GCC.
37096         Suggested by Eric Blake.
37097
37098 2007-03-09  Bruno Haible  <bruno@clisp.org>
37099
37100         * modules/printf-posix-tests: New file.
37101         * tests/test-printf-posix.sh: New file.
37102         * tests/test-printf-posix.c: New file.
37103
37104         * modules/printf-posix: New file.
37105         * lib/printf.c: New file.
37106         * m4/printf-posix-rpl.m4: New file.
37107         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37108         REPLACE_PRINTF.
37109         * lib/stdio_.h (printf): New declaration.
37110         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37111         ____strfmon____): New macros.
37112         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37113         REPLACE_PRINTF.
37114
37115 2007-03-09  Bruno Haible  <bruno@clisp.org>
37116
37117         * tests/test-vasnprintf-posix2.sh: New file.
37118         * tests/test-vasnprintf-posix2.c: New file.
37119         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37120         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37121         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37122
37123         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37124         a locale dependent decimal point, rather than always '.'.
37125
37126 2007-03-09  Eric Blake  <ebb9@byu.net>
37127
37128         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37129         spite of platforms like Tandem/NSK that define it to -1.
37130
37131 2007-03-08  Bruno Haible  <bruno@clisp.org>
37132
37133         * modules/vprintf-posix-tests: New file.
37134         * tests/test-vprintf-posix.sh: New file.
37135         * tests/test-vprintf-posix.c: New file.
37136         * tests/test-printf-posix.h: New file.
37137
37138         * modules/vprintf-posix: New file.
37139         * lib/vprintf.c: New file.
37140         * m4/vprintf-posix.m4: New file.
37141         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37142         REPLACE_VPRINTF.
37143         * lib/stdio_.h (vprintf): New declaration.
37144         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37145         REPLACE_VPRINTF.
37146
37147 2007-03-08  Bruno Haible  <bruno@clisp.org>
37148
37149         * modules/fprintf-posix-tests: New file.
37150         * tests/test-fprintf-posix.sh: New file.
37151         * tests/test-fprintf-posix.c: New file.
37152
37153         * modules/fprintf-posix: New file.
37154         * lib/fprintf.c: New file.
37155         * m4/fprintf-posix.m4: New file.
37156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37157         REPLACE_FPRINTF.
37158         * lib/stdio_.h (fprintf): New declaration.
37159         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37160         REPLACE_FPRINTF.
37161
37162 2007-03-08  Bruno Haible  <bruno@clisp.org>
37163
37164         * modules/vfprintf-posix-tests: New file.
37165         * tests/test-vfprintf-posix.sh: New file.
37166         * tests/test-vfprintf-posix.c: New file.
37167         * tests/test-fprintf-posix.h: New file.
37168         * tests/test-fprintf-posix.out: New file.
37169
37170         * modules/vfprintf-posix: New file.
37171         * lib/vfprintf.c: New file.
37172         * m4/vfprintf-posix.m4: New file.
37173         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37174         REPLACE_VFPRINTF.
37175         * lib/stdio_.h (vfprintf): New declaration.
37176         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37177         REPLACE_VFPRINTF.
37178
37179 2007-03-08  Bruno Haible  <bruno@clisp.org>
37180
37181         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37182
37183 2007-03-08  Bruno Haible  <bruno@clisp.org>
37184
37185         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37186         instead of 'expr' invocations.
37187         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37188         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37189         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37190         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37191         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37192         Suggested by Paul Eggert.
37193
37194 2007-03-08  Bruno Haible  <bruno@clisp.org>
37195
37196         * modules/fseterr-tests: New file.
37197         * tests/test-fseterr.c: New file.
37198
37199         * modules/fseterr: New file.
37200         * lib/fseterr.h: New file.
37201         * lib/fseterr.c: New file.
37202
37203 2007-03-08  Bruno Haible  <bruno@clisp.org>
37204
37205         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37206         * lib/getopt_.h: Likewise.
37207         * lib/mbswidth.h: Likewise.
37208         * lib/setenv.h: Likewise.
37209         * lib/vasnprintf.h: Likewise.
37210         * lib/vasprintf.h: Likewise.
37211         * lib/verror.h: Likewise.
37212         * lib/xsetenv.h: Likewise.
37213         * lib/xvasprintf.h: Likewise.
37214
37215 2007-03-08  Jim Meyering  <jim@meyering.net>
37216
37217         * users.txt: Add parted.
37218
37219         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37220
37221 2007-03-07  Bruno Haible  <bruno@clisp.org>
37222
37223         * m4/printf.m4: Make the shell script snippets copy&pastable.
37224
37225 2007-03-02  Bruno Haible  <bruno@clisp.org>
37226
37227         * lib/netinet_in_.h: New file.
37228         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37229         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37230         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37231         (Depends-on): Add absolute-header.
37232         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37233         into netinet/in.h.
37234
37235 2007-03-03  Bruno Haible  <bruno@clisp.org>
37236
37237         * lib/sys_select_.h: New file.
37238         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37239         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37240         * modules/sys_select (Files): Add lib/sys_select_.h.
37241         (Depends-on): Add absolute-header.
37242         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37243         into sys/select.h.
37244
37245 2007-03-02  Bruno Haible  <bruno@clisp.org>
37246
37247         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37248         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37249         values.
37250         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37251         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37252         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37253         * modules/sys_socket (Depends-on): Add absolute-header.
37254         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37255         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37256         (Include): Remove requirement of inclusion of <sys/types.h>.
37257
37258 2007-03-02  Bruno Haible  <bruno@clisp.org>
37259
37260         * lib/byteswap_.h (bswap_32): Fix formula.
37261
37262 2007-03-06  Bruno Haible  <bruno@clisp.org>
37263
37264         * modules/sprintf-posix-tests: New file.
37265         * tests/test-sprintf-posix.c: New file.
37266
37267         * modules/sprintf-posix: New file.
37268         * lib/sprintf.c: New file.
37269         * m4/sprintf-posix.m4: New file.
37270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37271         REPLACE_SPRINTF.
37272         * lib/stdio_.h (sprintf): New declaration.
37273         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37274         REPLACE_SPRINTF.
37275
37276 2007-03-06  Bruno Haible  <bruno@clisp.org>
37277
37278         * modules/vsprintf-posix-tests: New file.
37279         * tests/test-vsprintf-posix.c: New file.
37280         * tests/test-sprintf-posix.h: New file.
37281
37282         * modules/vsprintf-posix: New file.
37283         * lib/vsprintf.c: New file.
37284         * m4/vsprintf-posix.m4: New file.
37285         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37286         REPLACE_VSPRINTF.
37287         * lib/stdio_.h (vsprintf): New declaration.
37288         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37289         REPLACE_VSPRINTF.
37290
37291 2007-03-06  Bruno Haible  <bruno@clisp.org>
37292
37293         * modules/vsnprintf (Depend-on): Remove minmax.
37294
37295 2007-03-06  Bruno Haible  <bruno@clisp.org>
37296
37297         * modules/snprintf-posix-tests: New file.
37298         * tests/test-snprintf-posix.c: New file.
37299
37300         * modules/snprintf-posix: New file.
37301         * m4/snprintf-posix.m4: New file.
37302         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37303         gl_FUNC_SNPRINTF.
37304         (gl_FUNC_SNPRINTF): Invoke it.
37305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37306         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37307         is set.
37308         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37309
37310 2007-03-06  Bruno Haible  <bruno@clisp.org>
37311
37312         * modules/vsnprintf-posix-tests: New file.
37313         * tests/test-vsnprintf-posix.c: New file.
37314         * tests/test-snprintf-posix.h: New file.
37315
37316         * modules/vsnprintf-posix: New file.
37317         * m4/vsnprintf-posix.m4: New file.
37318         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37319         gl_FUNC_VSNPRINTF.
37320         (gl_FUNC_VSNPRINTF): Invoke it.
37321         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37322         * lib/stdio_.h (vsnprintf): Define as a replacement if
37323         REPLACE_VSNPRINTF is set.
37324         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37325
37326 2007-03-06  Bruno Haible  <bruno@clisp.org>
37327
37328         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37329         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37330
37331 2007-03-06  Bruno Haible  <bruno@clisp.org>
37332
37333         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37334         (asinl): Declare also if HAVE_DECL_ASINL is set.
37335         (atanl): Declare also if HAVE_DECL_ATANL is set.
37336         (ceill): Declare also if HAVE_DECL_CEILL is set.
37337         (cosl): Declare also if HAVE_DECL_COSL is set.
37338         (expl): Declare also if HAVE_DECL_EXPL is set.
37339         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37340         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37341         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37342         (logl): Declare also if HAVE_DECL_LOGL is set.
37343         (sinl): Declare also if HAVE_DECL_SINL is set.
37344         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37345         (tanl): Declare also if HAVE_DECL_TANL is set.
37346         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37347         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37348         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37349         declaration of frexpl, ldexpl.
37350         * modules/printf-frexpl (Depends-on): Add math.
37351         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37352
37353 2007-03-05  Bruno Haible  <bruno@clisp.org>
37354
37355         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37356         frexpl and ldexpl are declared.
37357         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37358
37359 2007-03-05  Bruno Haible  <bruno@clisp.org>
37360
37361         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37362         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37363
37364 2007-03-05  Bruno Haible  <bruno@clisp.org>
37365
37366         * lib/stdio_.h: Include <stddef.h>.
37367
37368 2007-03-05  Bruno Haible  <bruno@clisp.org>
37369
37370         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37371
37372 2007-03-05  Bruno Haible  <bruno@clisp.org>
37373
37374         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37375         NetBSD 4, from Ralf Wildenhues.
37376
37377 2007-03-04  Bruno Haible  <bruno@clisp.org>
37378
37379         * lib/vasprintf.h: Update #if logic for the case when the functions
37380         exist but are overridden.
37381
37382 2007-03-04  Bruno Haible  <bruno@clisp.org>
37383
37384         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37385         implementations: glibc-2.4 and MacOS X 10.3.
37386         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37387         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37388         * tests/test-vasprintf-posix.c (test_function): Likewise.
37389
37390 2007-03-04  Bruno Haible  <bruno@clisp.org>
37391
37392         * modules/vasprintf-posix-tests: New file.
37393         * tests/test-vasprintf-posix.c: New file.
37394
37395         * modules/vasprintf-posix: New file.
37396         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37397         defined.
37398         * m4/vasprintf-posix.m4: New file.
37399         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37400         gl_FUNC_VASPRINTF.
37401         (gl_FUNC_VASPRINTF): Invoke it.
37402         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37403         here.
37404         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37405
37406 2007-03-04  Bruno Haible  <bruno@clisp.org>
37407
37408         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37409         REPLACE_GETTIMEOFDAY.
37410         * modules/sys_time (Makefile.am): Likewise.
37411         * m4/sys_time_h.m4: Likewise.
37412         * m4/gettimeofday.m4: Likewise.
37413
37414 2007-03-04  Bruno Haible  <bruno@clisp.org>
37415
37416         * modules/vasnprintf-posix-tests: New file.
37417         * tests/test-vasnprintf-posix.c: New file.
37418
37419         * modules/vasnprintf-posix: New file.
37420         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37421         printf-frexpl.h.
37422         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37423         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37424         REPLACE_VASNPRINTF is defined.
37425         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37426         gl_FUNC_VASNPRINTF.
37427         (gl_FUNC_VASNPRINTF): Invoke it.
37428         * m4/vasnprintf-posix.m4: New file.
37429         * m4/printf.m4: New file.
37430
37431 2007-03-04  Bruno Haible  <bruno@clisp.org>
37432
37433         Compile progreloc.c only if --enable-relocatable is specified.
37434         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37435         if --enable-relocatable was specified.
37436         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37437         lib_SOURCES.
37438
37439 2007-03-04  Jim Meyering  <jim@meyering.net>
37440
37441         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37442         Use it consistently, rather than enumerating errno constants.
37443
37444 2007-03-04  Bruno Haible  <bruno@clisp.org>
37445
37446         * modules/xvasprintf-tests: New file.
37447         * tests/test-xvasprintf.c: New file.
37448
37449         * modules/vasprintf-tests: New file.
37450         * tests/test-vasprintf.c: New file.
37451
37452         * modules/vasnprintf-tests: New file.
37453         * tests/test-vasnprintf.c: New file.
37454
37455         * modules/vsnprintf-tests: New file.
37456         * tests/test-vsnprintf.c: New file.
37457
37458         * modules/snprintf-tests: New file.
37459         * tests/test-snprintf.c: New file.
37460
37461 2007-03-04  Bruno Haible  <bruno@clisp.org>
37462
37463         Compile relocatable.c only if --enable-relocatable is specified.
37464         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37465         gl_RELOCATABLE_LIBRARY.
37466         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37467         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37468         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37469         gl_RELOCATABLE_LIBRARY.
37470         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37471         (Makefile.am): Remove lib_SOURCES.
37472         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37473         gl_RELOCATABLE_LIBRARY.
37474         (Makefile.am): Remove lib_SOURCES.
37475         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37476         always.
37477         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37478         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37479
37480 2007-03-04  Bruno Haible  <bruno@clisp.org>
37481
37482         * modules/argmatch-tests: New file.
37483         * tests/test-argmatch.c: New file.
37484
37485         * tests/test-allocsa.c (main): Halve the number of loop runs.
37486
37487         * modules/alloca-opt-tests: New file.
37488         * tests/test-alloca-opt.c: New file.
37489
37490 2007-03-04  Jim Meyering  <jim@meyering.net>
37491
37492         Work around difference between Linux ACLs and Solaris 10 ZFS.
37493         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37494         for EINVAL.
37495
37496 2007-03-03  Bruno Haible  <bruno@clisp.org>
37497
37498         * modules/relocatable-prog (Depends-on): Add back progreloc's
37499         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37500
37501 2007-03-03  Bruno Haible  <bruno@clisp.org>
37502
37503         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37504         * modules/relocatable-lib: New file.
37505
37506 2007-03-03  Bruno Haible  <bruno@clisp.org>
37507
37508         * modules/relocatable-prog: Renamed from modules/relocatable.
37509         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37510
37511 2007-03-03  Bruno Haible  <bruno@clisp.org>
37512
37513         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37514         m4/relocatable-lib.m4.
37515         (Depends-on): Remove 'relocatable'.
37516         (configure.ac): Add gl_RELOCATABLE_NOP.
37517
37518 2007-03-03  Bruno Haible  <bruno@clisp.org>
37519
37520         * modules/relocatable-prog-wrapper: New file.
37521         * modules/relocatable (Depends-on): Add it. Remove all other
37522         dependencies except progname.
37523         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37524
37525         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37526         (gl_FUNC_STRERROR): Nop.
37527         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37528
37529         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37530         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37531
37532         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37533         (gl_FUNC_READLINK): Update.
37534
37535         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37536
37537 2007-03-03  Bruno Haible  <bruno@clisp.org>
37538
37539         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37540         * modules/xreadlink (Depends-on): Add unistd.
37541         * modules/xreadlink-with-size (Depends-on): Likewise.
37542
37543 2007-03-03  Bruno Haible  <bruno@clisp.org>
37544
37545         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37546         extracted from gt_FUNC_SETENV.
37547         (gt_FUNC_SETENV): Remove macro.
37548         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37549         remove gt_FUNC_SETENV.
37550
37551 2007-03-03  Bruno Haible  <bruno@clisp.org>
37552
37553         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37554         ENABLE_RELOCATABLE here.
37555         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37556
37557 2007-03-03  Bruno Haible  <bruno@clisp.org>
37558
37559         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37560         * tests/test-rbtreehash_list.c: Include progname.h.
37561         (main): Call set_program_name.
37562
37563         * modules/rbtree-oset-tests (Depends-on): Add progname.
37564         * tests/test-rbtree_oset.c: Include progname.h.
37565         (main): Call set_program_name.
37566
37567         * modules/rbtree-list-tests (Depends-on): Add progname.
37568         * tests/test-rbtree_list.c: Include progname.h.
37569         (main): Call set_program_name.
37570
37571         * modules/linked-list-tests (Depends-on): Add progname.
37572         * tests/test-linked_list.c: Include progname.h.
37573         (main): Call set_program_name.
37574
37575 2007-03-03  Bruno Haible  <bruno@clisp.org>
37576
37577         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37578         All uses of __restrict changed to _Restrict_.
37579         * lib/glob_.h (__restrict): Remove macro.
37580
37581 2007-03-02  Bruno Haible  <bruno@clisp.org>
37582
37583         * modules/gettext (configure.ac): Require gettext infrastructure
37584         from version 0.16.1.
37585
37586 2007-03-02  Bruno Haible  <bruno@clisp.org>
37587
37588         * modules/linkedhash-list-tests (Depends-on): Add progname.
37589         * tests/test-linkedhash_list.c: Include progname.h.
37590         (main): Call set_program_name.
37591
37592         * modules/carray-list-tests (Depends-on): Add progname.
37593         * tests/test-carray_list.c: Include progname.h.
37594         (main): Call set_program_name.
37595
37596         * modules/avltreehash-list-tests (Depends-on): Add progname.
37597         * tests/test-avltreehash_list.c: Include progname.h.
37598         (main): Call set_program_name.
37599
37600         * modules/avltree-oset-tests (Depends-on): Add progname.
37601         * tests/test-avltree_oset.c: Include progname.h.
37602         (main): Call set_program_name.
37603
37604         * modules/avltree-list-tests (Depends-on): Add progname.
37605         * tests/test-avltree_list.c: Include progname.h.
37606         (main): Call set_program_name.
37607
37608         * modules/array-oset-tests (Depends-on): Add progname.
37609         * tests/test-array_oset.c: Include progname.h.
37610         (main): Call set_program_name.
37611
37612         * modules/array-list-tests (Depends-on): Add progname.
37613         * tests/test-array_list.c: Include progname.h.
37614         (main): Call set_program_name.
37615
37616         * modules/argp-tests (Depends-on): Add progname.
37617         * tests/test-argp.c: Include argp.h first. Include progname.h.
37618         (main): Call set_program_name.
37619
37620 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37621
37622         * doc/gnulib-tool.texi (Initial import): Reword description of
37623         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37624         limited effect even if defined after the first system include.
37625
37626 2007-03-01  Bruno Haible  <bruno@clisp.org>
37627
37628         * build-aux/config.libpath: Update to libtool-1.5.22.
37629         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37630
37631 2007-03-01  Bruno Haible  <bruno@clisp.org>
37632
37633         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37634         foo_CFLAGS.
37635         Reported by Ralf Wildenhues.
37636
37637 2007-03-01  Bruno Haible  <bruno@clisp.org>
37638
37639         * build-aux/install-reloc: Remove object files left over by some
37640         compilers.
37641         Reported by Ralf Wildenhues.
37642
37643 2007-03-01  Bruno Haible  <bruno@clisp.org>
37644
37645         * build-aux/install-reloc: Break long lines.
37646
37647 2007-03-01  Bruno Haible  <bruno@clisp.org>
37648
37649         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37650         Reported by Ralf Wildenhues.
37651
37652 2007-03-01  Bruno Haible  <bruno@clisp.org>
37653
37654         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37655         include ordering constraints.
37656
37657 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37658
37659         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37660         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37661         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37662         as another example.
37663         * lib/time_.h: Fix misspelling.
37664         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37665         Require gl_HEADER_TIME_H_DEFAULTS.
37666         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37667         * m4/time_r.m4 (gl_TIME_R): Likewise.
37668         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37669
37670 2007-03-01  Bruno Haible  <bruno@clisp.org>
37671
37672         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37673         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37674
37675 2007-03-01  Jim Meyering  <jim@meyering.net>
37676
37677         * modules/xreadlink (Maintainer): Add my name.
37678         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37679
37680 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37681             Bruno Haible  <bruno@clisp.org>
37682
37683         * build-aux/install-reloc: Compile also c-ctype.c.
37684         * build-aux/relocatable.sh.in: New file.
37685         * doc/relocatable.texi: New file.
37686         * doc/relocatable-maint.texi: New file.
37687         * doc/gnulib.texi: Include relocatable-maint.texi.
37688         * lib/progreloc.c: Include unistd.h unconditionally.
37689         * lib/relocwrapper.c: Include unistd.h unconditionally.
37690         Include c-ctype.h.
37691         (add_dotbin): Use c_tolower.
37692         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37693         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37694         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37695         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37696         to m4/relocatable-lib.m4.
37697         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37698         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37699         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37700         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37701         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37702         * modules/relocatable: New file.
37703         * modules/relocatable-lib: New file.
37704         * modules/relocatable-script: New file.
37705
37706 2007-02-28  Bruno Haible  <bruno@clisp.org>
37707
37708         Import --enable-relocatable infrastructure.
37709         * build-aux/config.libpath: New file, from GNU gettext.
37710         * build-aux/install-reloc: New file, from GNU gettext.
37711         * build-aux/reloc-ldflags: New file, from GNU gettext.
37712         * lib/relocatable.h: New file, from GNU gettext.
37713         * lib/relocatable.c: New file, from GNU gettext.
37714         * lib/relocwrapper.c: New file, from GNU gettext.
37715         * m4/relocatable.m4: New file, from GNU gettext.
37716
37717 2007-02-28  Bruno Haible  <bruno@clisp.org>
37718
37719         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37720
37721         * modules/xreadlink: New file, from GNU gettext with modifications.
37722         * lib/xreadlink.c: New file, from GNU gettext.
37723         * lib/xreadlink.h: Add comments.
37724         (xreadlink): New declaration.
37725
37726         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37727         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37728         lib/xreadlink-with-size.c.
37729         (configure.ac): Remove gl_XREADLINK invocation.
37730         (Makefile.am): Augment lib_SOURCES.
37731         * m4/xreadlink.m4: Remove file.
37732         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37733         (xreadlink_with_size): Renamed from xreadink.
37734         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37735         * modules/canonicalize (Depends-on): Replace xreadlink with
37736         xreadlink-with-size.
37737         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37738
37739 2007-02-25  Jim Meyering  <jim@meyering.net>
37740
37741         * build-aux/announce-gen: When complaining about excess arguments,
37742         list them.
37743
37744 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37745
37746         * README: Document signed integer overflow situation more
37747         accurately.
37748
37749 2007-02-25  Bruno Haible  <bruno@clisp.org>
37750
37751         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37752         'a' or 'A' conversion.
37753
37754 2007-02-25  Bruno Haible  <bruno@clisp.org>
37755
37756         * modules/filename: Renamed from modules/pathname.
37757         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37758         lib/concatpath.c with lib/concat-filename.c.
37759         (Makefile.am): Update.
37760         (Include): Replace pathname.h with filename.h.
37761         * lib/filename.h: Renamed from lib/pathname.h.
37762         (concatenated_filename): Renamed from concatenated_pathname.
37763         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37764         (concatenated_filename): Renamed from concatenated_pathname.
37765         * lib/findprog.c: Include filename.h instead of pathname.h.
37766         (find_in_path): Update.
37767         * lib/javacomp.c: Include filename.h instead of pathname.h.
37768         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37769         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37770         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37771         is_oldgcj_14_13_usable, is_javac_usable): Update.
37772         * lib/javaexec.c: Include filename.h instead of pathname.h.
37773         (execute_java_class): Update.
37774         * modules/findprog: Update.
37775         * modules/javacomp: Update.
37776         * modules/javaexec: Update.
37777         * MODULES.html.sh (File system functions): Add 'filename', remove
37778         'pathname'.
37779
37780 2007-02-25  Bruno Haible  <bruno@clisp.org>
37781
37782         * modules/printf-frexpl-tests: New file.
37783         * tests/test-printf-frexpl.c: New file.
37784
37785         * modules/printf-frexpl: New file.
37786         * lib/printf-frexpl.h: New file.
37787         * lib/printf-frexpl.c: New file.
37788         * m4/printf-frexpl.m4: New file.
37789
37790 2007-02-25  Bruno Haible  <bruno@clisp.org>
37791
37792         * modules/printf-frexp-tests: New file.
37793         * tests/test-printf-frexp.c: New file.
37794
37795         * modules/printf-frexp: New file.
37796         * lib/printf-frexp.h: New file.
37797         * lib/printf-frexp.c: New file.
37798         * m4/printf-frexp.m4: New file.
37799
37800 2007-02-25  Bruno Haible  <bruno@clisp.org>
37801
37802         Assume automake >= 1.10 for the tests.
37803         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37804         * modules/arctwo-tests: Likewise.
37805         * modules/argp-tests: Likewise.
37806         * modules/avltree-list-tests: Likewise.
37807         * modules/avltree-oset-tests: Likewise.
37808         * modules/avltreehash-list-tests: Likewise.
37809         * modules/carray-list-tests: Likewise.
37810         * modules/crc-tests: Likewise.
37811         * modules/des-tests: Likewise.
37812         * modules/gc-arcfour-tests: Likewise.
37813         * modules/gc-arctwo-tests: Likewise.
37814         * modules/gc-des-tests: Likewise.
37815         * modules/gc-hmac-md5-tests: Likewise.
37816         * modules/gc-hmac-sha1-tests: Likewise.
37817         * modules/gc-md2-tests: Likewise.
37818         * modules/gc-md4-tests: Likewise.
37819         * modules/gc-md5-tests: Likewise.
37820         * modules/gc-pbkdf2-sha1-tests: Likewise.
37821         * modules/gc-rijndael-tests: Likewise.
37822         * modules/gc-sha1-tests: Likewise.
37823         * modules/gc-tests: Likewise.
37824         * modules/getaddrinfo-tests: Likewise.
37825         * modules/hmac-md5-tests: Likewise.
37826         * modules/hmac-sha1-tests: Likewise.
37827         * modules/linked-list-tests: Likewise.
37828         * modules/linkedhash-list-tests: Likewise.
37829         * modules/lock-tests: Likewise.
37830         * modules/md2-tests: Likewise.
37831         * modules/md4-tests: Likewise.
37832         * modules/md5-tests: Likewise.
37833         * modules/rbtree-list-tests: Likewise.
37834         * modules/rbtree-oset-tests: Likewise.
37835         * modules/rbtreehash-list-tests: Likewise.
37836         * modules/read-file-tests: Likewise.
37837         * modules/rijndael-tests: Likewise.
37838         * modules/stdint-tests: Likewise.
37839         * modules/tls-tests: Likewise.
37840
37841 2007-02-24  Bruno Haible  <bruno@clisp.org>
37842
37843         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37844         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37845         function; instead check whether isnan with a double argument links.
37846         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37847         function; instead check whether isnan with a 'long double' argument
37848         links.
37849         Reported by Eric Blake <ebb9@byu.net>.
37850
37851 2007-02-24  Bruno Haible  <bruno@clisp.org>
37852
37853         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37854         defined.
37855         * lib/isnanl.c: Remove all code. Just include isnan.c.
37856         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37857
37858 2007-02-25  Jim Meyering  <jim@meyering.net>
37859
37860         Avoid conflicting types for 'unsetenv' on FreeBSD.
37861         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37862         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37863         in stdlib.h.
37864
37865 2007-02-24  Bruno Haible  <bruno@clisp.org>
37866
37867         * modules/isnanl-nolibm-tests: New file.
37868         * tests/test-isnanl.c: New file.
37869
37870         * modules/isnanl-nolibm: New file.
37871         * lib/isnanl.h: New file.
37872         * lib/isnanl.c: New file.
37873         * m4/isnanl.m4: New file.
37874
37875 2007-02-24  Bruno Haible  <bruno@clisp.org>
37876
37877         * modules/isnan-nolibm-tests: New file.
37878         * tests/test-isnan.c: New file.
37879
37880         * modules/isnan-nolibm: New file.
37881         * lib/isnan.h: New file.
37882         * lib/isnan.c: New file.
37883         * m4/isnan.m4: New file.
37884
37885 2007-02-24  Bruno Haible  <bruno@clisp.org>
37886
37887         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37888         assume that an exponent fits in 20 bits.
37889
37890 2007-02-24  Jim Meyering  <jim@meyering.net>
37891
37892         * m4/regex.m4: Update the description of the configure-time option,
37893         --without-included-regex, to state accurately what the defaults are,
37894         and perhaps to give people an idea why using this option is risky.
37895
37896 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37897
37898         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37899         loops on small arguments.  This attempts to avoid the problem
37900         Bruno Haible reported for AIX 4.3.2 in
37901         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37902
37903 2007-02-23  Bruno Haible  <bruno@clisp.org>
37904
37905         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37906         Needed for help2man.
37907
37908 2007-02-23  Karl Berry  <karl@gnu.org>
37909
37910         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37911         exists, foo.h should be cvs-ignored, not committed.
37912
37913 2007-02-23  Eric Blake  <ebb9@byu.net>
37914
37915         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37916         * lib/stat-time.h (includes): Likewise.
37917         * lib/utimecmp.c (includes): Likewise.
37918         * lib/utimens.h (includes): Likewise.
37919         * lib/getdate.y (includes): Also include "timespec.h" for use
37920         internal to the module.
37921         * modules/utimens (Depends-on): Revert yesterday's patch.
37922         * modules/nanosleep (Depends-on): Add missing dependency.
37923
37924 2007-02-22  Bruno Haible  <bruno@clisp.org>
37925
37926         * lib/glob.c: Don't include getlogin_r.h.
37927
37928 2007-02-22  Jim Meyering  <jim@meyering.net>
37929
37930         * modules/utimens (Depends-on): Add timespec, required for
37931         utimens.h's inclusion of timespec.h.
37932
37933 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37934
37935         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37936         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37937         Schwab in
37938         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37939         I'll try to think of a better way to fix the Solaris problem.
37940
37941         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37942         like glibc; on Solaris 10, it fails with errno == EINVAL.
37943         POSIX says the behavior is unspecified if the first argument is NULL,
37944         so play it safe and never pass NULL to the system getcwd.
37945
37946 2007-02-21  Jim Meyering  <jim@meyering.net>
37947
37948         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37949         of gettimeofday.  It would conflict with the one now always
37950         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37951         an IRIX 6.5 build failure.
37952
37953 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37954
37955         Minor fixups to port to Solaris 10 with Sun C 5.8.
37956         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37957         * modules/getcwd (Depends-on): Add dirfd.
37958         * lib/putenv.c (putenv): #undef it.
37959         (rpl_putenv): New decl.
37960         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37961
37962 2007-02-20  Bruno Haible  <bruno@clisp.org>
37963
37964         * modules/stdio-tests: New file.
37965         * tests/test-stdio.c: New file.
37966
37967         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37968         (Depends-on): Add stdio.
37969         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37970         (Include): Use <stdio.h> instead of vsnprintf.h.
37971         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37972         HAVE_DECL_VSNPRINTF.
37973         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37974
37975         * modules/snprintf (Files): Remove lib/snprintf.h.
37976         (Depends-on): Add stdio.
37977         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37978         (Include): Use <stdio.h> instead of snprintf.h.
37979         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37980         HAVE_DECL_SNPRINTF.
37981         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37982         * lib/getaddrinfo.c: Likewise.
37983
37984         * modules/stdio: New file.
37985         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37986         * lib/snprintf.h: Remove file.
37987         * lib/vsnprintf.h: Remove file.
37988         * lib/.cppi-disable: Remove snprintf.h.
37989         * m4/stdio_h.m4: New file.
37990         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37991
37992 2007-02-20  Jim Meyering  <jim@meyering.net>
37993
37994         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37995         used by e.g., mingw.  From Bruno Haible.
37996
37997 2007-02-19  Bruno Haible  <bruno@clisp.org>
37998
37999         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38000         warnings.
38001         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38002
38003 2007-02-19  Bruno Haible  <bruno@clisp.org>
38004
38005         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38006         from mingw users.
38007
38008 2007-02-19  Bruno Haible  <bruno@clisp.org>
38009
38010         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38011         warnings.
38012         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38013
38014 2007-02-19  Jim Meyering  <jim@meyering.net>
38015
38016         Don't use FD after a successful "fdopendir (fd)".
38017         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38018         Reset it by calling dirfd on the just-obtained DIR*.
38019
38020         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38021         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38022
38023 2007-02-18  Bruno Haible  <bruno@clisp.org>
38024
38025         * lib/readlink.c: Include <unistd.h>.
38026         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38027         HAVE_READLINK.
38028         * modules/readlink (Depends-on): Add unistd.
38029         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38030         (Include): Add <unistd.h>.
38031
38032         * lib/getlogin_r.h: Remove file.
38033         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38034         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38035         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38036         HAVE_DECL_GETLOGIN_R.
38037         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38038         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38039         (Include): Use <unistd.h> instead of getlogin_r.h.
38040
38041         * lib/getcwd.h: Remove file.
38042         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38043         * lib/xgetcwd.c: Likewise.
38044         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38045         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38046         * modules/getcwd (Files): Remove lib/getcwd.h.
38047         (Depends-on): Add unistd.
38048         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38049         (Include): Use <unistd.h> instad of getcwd.h.
38050
38051         * lib/ftruncate.c: Include <unistd.h> first.
38052         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38053         Set HAVE_FTRUNCATE.
38054         * modules/ftruncate (Depends-on): Add unistd.
38055         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38056
38057         * lib/fchdir.c: Include <unistd.h> first.
38058         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38059         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38060         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38061         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38062         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38063
38064         * lib/dup2.c: Include <unistd.h> first.
38065         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38066         HAVE_DUP2.
38067         * modules/dup2 (Depends-on): Add unistd.
38068         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38069
38070         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38071         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38072         REPLACE_CHOWN. Don't define chown as a macro here.
38073         * modules/chown (Depends-on): Add unistd.
38074         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38075
38076         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38077         Add definition for GL_LINK_WARNING.
38078         (chown, dup2): New declarations.
38079         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38080         link warning.
38081         (ftruncate): New declaration.
38082         (getcwd): New declaration, taken from old getcwd.h.
38083         (getlogin_r): New declaration, taken from old getlogin_r.h.
38084         (readlink): New declaration.
38085         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38086         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38087         (gl_PREREQ_UNISTD): Remove macro.
38088         (gl_UNISTD_MODULE_INDICATOR): New macro.
38089         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38090         many new variables. Don't set UNISTD_H.
38091         * modules/unistd (Description): Change.
38092         (Depends-on): Add link-warning.
38093         (configure.ac): Update.
38094         (Makefile.am): Create unistd.h always. Substitute many new variables
38095         into it.
38096
38097 2007-02-18  Bruno Haible  <bruno@clisp.org>
38098
38099         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38100         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38101         HAVE_GETSUBOPT.
38102         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38103         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38104         * lib/getsubopt.h: Remove file.
38105         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38106         (Depends-on): Add stdlib.
38107         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38108         (Includes): Use <stdlib.h> instead of getsubopt.h.
38109         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38110         Set HAVE_GETSUBOPT.
38111         * lib/getsubopt.c: Don't include getsubopt.h.
38112
38113 2007-02-18  Bruno Haible  <bruno@clisp.org>
38114
38115         * modules/fchdir (Depends-on): Add dup2.
38116
38117 2007-02-18  Bruno Haible  <bruno@clisp.org>
38118
38119         * lib/stdlib_.h: Handle glibc's special invocation convention
38120         specially.
38121
38122 2007-02-18  Bruno Haible  <bruno@clisp.org>
38123
38124         * modules/stdlib-tests: New file.
38125         * tests/test-stdlib.c: New file.
38126
38127         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38128         (Depends-on): Add stdlib.
38129         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38130         (Includes): Use <stdlib.h> instead of mkstemp.h.
38131         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38132         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38133         * lib/mkstemp.c: Don't include mkstemp.h.
38134         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38135         * lib/stdlib--.h: Don't include mkstemp.h.
38136
38137         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38138         (Depends-on): Add stdlib.
38139         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38140         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38141         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38142         HAVE_MKDTEMP.
38143         * lib/mkdtemp.c: Don't include mkdtemp.h.
38144         * lib/clean-temp.c: Don't include mkdtemp.h.
38145
38146         * modules/exit (Files): Remove lib/exit.h.
38147         (Depends-on): Add stdlib.
38148         (Makefile.am): Remove lib_SOURCES.
38149         (Include): Use <stdlib.h> instead of exit.h.
38150         * lib/argmatch.c: Don't include exit.h.
38151         * lib/execute.c: Likewise.
38152         * lib/pagealign_alloc.c: Likewise.
38153         * lib/pipe.c: Likewise.
38154         * lib/wait-process.c: Likewise.
38155         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38156         * lib/exitfail.c: Likewise.
38157         * lib/savewd.c: Likewise.
38158         * lib/xsetenv.c: Likewise.
38159
38160         * modules/stdlib: New file.
38161         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38162         and extra comments about mkstemp().
38163         * lib/exit.h: Remove file.
38164         * lib/mkdtemp.h: Remove file.
38165         * lib/mkstemp.h: Remove file.
38166         * m4/stdlib_h.m4: New file.
38167         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38168
38169 2007-02-18  Bruno Haible  <bruno@clisp.org>
38170
38171         * modules/math-tests: New file.
38172         * tests/test-math.c: New file.
38173
38174         * modules/math: New file.
38175         * modules/mathl (Files): Remove lib/mathl.h.
38176         (Depends-on): Add math.
38177         (Makefile.am): Don't mention mathl.h.
38178         (Include): Use <math.h> instead of mathl.h.
38179         * lib/math_.h: New file.
38180         * lib/mathl.h: Remove file.
38181         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38182         mathl.h.
38183         * lib/asinl.c: Likewise.
38184         * lib/atanl.c: Likewise.
38185         * lib/ceill.c: Likewise.
38186         * lib/cosl.c: Likewise.
38187         * lib/expl.c: Likewise.
38188         * lib/floorl.c: Likewise.
38189         * lib/frexpl.c: Likewise.
38190         * lib/ldexpl.c: Likewise.
38191         * lib/logl.c: Likewise.
38192         * lib/sincosl.c: Likewise.
38193         * lib/sinl.c: Likewise.
38194         * lib/sqrtl.c: Likewise.
38195         * lib/tanl.c: Likewise.
38196         * lib/trigl.c: Likewise.
38197         * m4/math_h.m4: New file.
38198         * MODULES.html.sh (Mathematics): Add math.
38199
38200 2007-02-17  Bruno Haible  <bruno@clisp.org>
38201
38202         * modules/wctype-tests: New file.
38203         * tests/test-wctype.c: New file.
38204
38205         * modules/wchar-tests: New file.
38206         * tests/test-wchar.c: New file.
38207
38208         * modules/unistd-tests: New file.
38209         * tests/test-unistd.c: New file.
38210
38211         * modules/time-tests: New file.
38212         * tests/test-time.c: New file.
38213
38214         * modules/sysexits-tests: New file.
38215         * tests/test-sysexits.c: New file.
38216
38217         * modules/sys_time-tests: New file.
38218         * tests/test-sys_time.c: New file.
38219
38220         * modules/sys_stat-tests: New file.
38221         * tests/test-sys_stat.c: New file.
38222
38223         * modules/sys_socket-tests: New file.
38224         * tests/test-sys_socket.c: New file.
38225
38226         * modules/sys_select-tests: New file.
38227         * tests/test-sys_select.c: New file.
38228
38229         * modules/string-tests: New file.
38230         * tests/test-string.c: New file.
38231
38232         * modules/stdbool-tests: New file.
38233         * tests/test-stdbool.c: New file.
38234
38235         * modules/netinet_in-tests: New file.
38236         * tests/test-netinet_in.c: New file.
38237
38238         * modules/inttypes-tests: New file.
38239         * tests/test-inttypes.c: New file.
38240
38241         * modules/fcntl-tests: New file.
38242         * tests/test-fcntl.c: New file.
38243
38244         * modules/byteswap-tests: New file.
38245         * tests/test-byteswap.c: New file.
38246
38247         * modules/arpa_inet-tests: New file.
38248         * tests/test-arpa_inet.c: New file.
38249
38250 2007-02-17  Bruno Haible  <bruno@clisp.org>
38251
38252         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38253         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38254         if the corresponding module is not enabled. Emit link warnings if
38255         the function is used nevertheless.
38256         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38257         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38258         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38259         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38260         * modules/inttypes (Depends-on): Add link-warning.
38261         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38262         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38263         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38264         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38265         * modules/imaxdiv (configure.ac): Likewise.
38266         * modules/strtoimax (configure.ac): Likewise.
38267         * modules/strtoumax (configure.ac): Likewise.
38268
38269 2007-02-17  Bruno Haible  <bruno@clisp.org>
38270
38271         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38272         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38273         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38274         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38275
38276 2007-02-17  Bruno Haible  <bruno@clisp.org>
38277
38278         * modules/link-warning: New file.
38279         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38280         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38281         * modules/string (Depends-on): Add link-warning.
38282         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38283         string.h.
38284         * MODULES.html.sh (Support for building libraries and executables): Add
38285         link-warning.
38286
38287 2007-02-17  Bruno Haible  <bruno@clisp.org>
38288
38289         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38290         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38291         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38292         long lines.
38293
38294 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38295             Bruno Haible  <bruno@clisp.org>
38296
38297         * modules/tmpfile: New file.
38298         * lib/tmpfile.c: New file.
38299         * m4/tmpfile.m4: New file.
38300         * MODULES.html.sh (func_all_modules): New section "Input/output".
38301
38302 2007-02-15  Bruno Haible  <bruno@clisp.org>
38303
38304         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38305         (supports_delete_on_close): New function.
38306         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38307
38308 2007-02-14  Bruno Haible  <bruno@clisp.org>
38309
38310         * modules/mbspcasecmp-tests: New file.
38311         * tests/test-mbspcasecmp.sh: New file.
38312         * tests/test-mbspcasecmp.c: New file.
38313
38314         New module mbspcasecmp.
38315         * modules/mbspcasecmp: New file.
38316         * lib/mbspcasecmp.c: New file.
38317         * lib/string_.h (strncasecmp): Change warning message.
38318         (mbspcasecmp): New declaration.
38319         * m4/mbspcasecmp.m4: New file.
38320         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38321         GNULIB_MBSPCASECMP.
38322         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38323         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38324
38325 2007-02-14  Bruno Haible  <bruno@clisp.org>
38326
38327         * modules/mbsncasecmp-tests: New file.
38328         * tests/test-mbsncasecmp.sh: New file.
38329         * tests/test-mbsncasecmp.c: New file.
38330
38331         New module mbsncasecmp.
38332         * modules/mbsncasecmp: New file.
38333         * lib/mbsncasecmp.c: New file.
38334         * lib/string_.h (mbsncasecmp): New declaration.
38335         * m4/mbsncasecmp.m4: New file.
38336         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38337         GNULIB_MBSNCASECMP.
38338         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38339         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38340
38341 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38342
38343         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38344         Verify that it doesn't overlap with our flags.
38345         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38346         do not have the desired effect in multibyte locales; instead, use
38347         mbscasecmp.
38348         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38349         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38350         we don't require GNU fnmatch ourselves (if our users require it, they
38351         should do so explicitly).
38352
38353         Fix regex code so it doesn't rely on strcasecmp.
38354         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38355         Otherwise, include gnulib's langinfo.h.
38356         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38357         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38358         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38359         * modules/regex (FILES): Remove m4/codeset.m4.
38360         (Depends-on): Add localcharset.  Remove strcase.
38361
38362 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38363
38364         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38365         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38366
38367 2007-02-13  Bruno Haible  <bruno@clisp.org>
38368
38369         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38370         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38371
38372 2007-02-12  Bruno Haible  <bruno@clisp.org>
38373
38374         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38375         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38376         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38377         time warning rather than a link error.
38378
38379 2007-02-12  Bruno Haible  <bruno@clisp.org>
38380
38381         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38382         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38383         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38384
38385 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38386
38387         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38388         args, not 2.
38389
38390 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38391
38392         New module 'time', so that apps can include <time.h> as per
38393         POSIX and GNU instead of separate include files like time_r.h
38394         and timegm.h.  This implementation tries out a simpler approach
38395         for replacing decls in standard include files (as compared to
38396         the string module), somewhat as an experiment.
38397
38398         * config/srclist.txt: Comment out mktime.c for now.
38399         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38400         since it doesn't apply any more.  Use generic wording instead.
38401         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38402         'time'.
38403         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38404         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38405         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38406         Don't include <sys/types.h>; no longer needed since we assume C89.
38407         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38408         * lib/strftime.c: Likewise.
38409         * lib/time_r.c: Likewise.
38410         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38411         * lib/nanosleep.c: Include <time.h> first, to check interface.
38412         * lib/strptime.c: Likewise.
38413         * lib/time_r.c: Likewise.
38414         * lib/timegm.c: Likewise.
38415         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38416         needed.
38417         * lib/timegm.c: Don't include timegm.h; no longer needed.
38418         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38419         time.h now handles any problems in that area.
38420         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38421         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38422         that time.h defines struct timespec.
38423         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38424         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38425         handles that.
38426         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38427         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38428         needed.  Set REPLACE_LOCALTIME.
38429         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38430         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38431         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38432         nanosleep; time_h.m4 now does that.  Don't require
38433         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38434         module handles this now.
38435         * modules/getdate (Depends-on): Remove timespec.  Add time.
38436         * modules/nanosleep (Depends-on): Likewise.
38437         * modules/stat-time (Depends-on): Likewise.
38438         * modules/nanosleep (Include): Include time.h, not timespec.h.
38439         * modules/strptime (Files): Remove lib/strptime.h.
38440         (Depends-on): Add extensions, time.
38441         (Include): Include time.h, not strptime.h.
38442         * modules/time_r (Files): Remove lib/time_r.h.
38443         (Depends-on): Add time.
38444         (Include): Include time.h, not time_r.h.
38445         * modules/timegm: Likewise.
38446         * modules/timespec (Description): Now does timespec-related decls
38447         of our own, instead of struct timespec itself.
38448         (Depends-on): Add time; remove extensions.
38449         (Maintainer): Add self.
38450         * modules/utimecmp (Depends-on): Add time; remove timespec.
38451         * modules/utimens (Depends-on): Likewise.
38452         * modules/xnanosleep (Depends-on): Likewise.
38453
38454 2007-02-11  Bruno Haible  <bruno@clisp.org>
38455
38456         * lib/c-strstr.c: Include allocsa.h.
38457         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38458         * lib/c-strcasestr.c: Include allocsa.h.
38459         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38460         * lib/strcasestr.c: Include allocsa.h.
38461         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38462         * lib/mbsstr.c: Include allocsa.h.
38463         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38464         allocsa/freesa instead of malloc/free.
38465         * lib/mbscasestr.c: Include allocsa.h.
38466         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38467         allocsa/freesa instead of malloc/free.
38468         * modules/c-strstr (Depends-on): Add allocsa.
38469         * modules/c-strcasestr (Depends-on): Likewise.
38470         * modules/strcasestr (Depends-on): Likewise.
38471         * modules/mbsstr (Depends-on): Likewise.
38472         * modules/mbscasestr (Depends-on): Likewise.
38473
38474 2007-02-11  Bruno Haible  <bruno@clisp.org>
38475
38476         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38477
38478         * modules/mbsspn-tests: New file.
38479         * tests/test-mbsspn.sh: New file.
38480         * tests/test-mbsspn.c: New file.
38481
38482 2007-02-11  Bruno Haible  <bruno@clisp.org>
38483
38484         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38485
38486         * modules/mbspbrk-tests: New file.
38487         * tests/test-mbspbrk.sh: New file.
38488         * tests/test-mbspbrk.c: New file.
38489
38490 2007-02-11  Bruno Haible  <bruno@clisp.org>
38491
38492         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38493         unneeded cast.
38494
38495         * modules/mbscspn-tests: New file.
38496         * tests/test-mbscspn.sh: New file.
38497         * tests/test-mbscspn.c: New file.
38498
38499 2007-02-11  Bruno Haible  <bruno@clisp.org>
38500
38501         * modules/mbscasecmp-tests: New file.
38502         * tests/test-mbscasecmp.sh: New file.
38503         * tests/test-mbscasecmp.c: New file.
38504
38505 2007-02-11  Bruno Haible  <bruno@clisp.org>
38506
38507         Ensure O(n) worst-case complexity of mbscasestr.
38508         * lib/mbscasestr.c: Include stdbool.h.
38509         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38510         functions.
38511         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38512         the bookkeeping indicates that it's worth it.
38513         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38514
38515         * modules/mbscasestr-tests: New file.
38516         * tests/test-mbscasestr1.c: New file.
38517         * tests/test-mbscasestr2.sh: New file.
38518         * tests/test-mbscasestr2.c: New file.
38519         * tests/test-mbscasestr3.sh: New file.
38520         * tests/test-mbscasestr3.c: New file.
38521         * tests/test-mbscasestr4.sh: New file.
38522         * tests/test-mbscasestr4.c: New file.
38523         * m4/locale-tr.m4: New file.
38524
38525 2007-02-11  Bruno Haible  <bruno@clisp.org>
38526
38527         Ensure O(n) worst-case complexity of mbsstr.
38528         * lib/mbsstr.c: Include stdbool.h.
38529         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38530         functions.
38531         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38532         bookkeeping indicates that it's worth it.
38533         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38534
38535         * modules/mbsstr-tests: New file.
38536         * tests/test-mbsstr1.c: New file.
38537         * tests/test-mbsstr2.sh: New file.
38538         * tests/test-mbsstr2.c: New file.
38539         * tests/test-mbsstr3.sh: New file.
38540         * tests/test-mbsstr3.c: New file.
38541         * m4/locale-fr.m4: New file.
38542
38543 2007-02-11  Bruno Haible  <bruno@clisp.org>
38544
38545         * lib/mbsrchr.c (mbsrchr): Fix bug.
38546
38547         * modules/mbsrchr-tests: New file.
38548         * tests/test-mbsrchr.sh: New file.
38549         * tests/test-mbsrchr.c: New file.
38550
38551 2007-02-11  Bruno Haible  <bruno@clisp.org>
38552
38553         * lib/mbschr.c (mbschr): Fix bug.
38554
38555         * modules/mbschr-tests: New file.
38556         * tests/test-mbschr.sh: New file.
38557         * tests/test-mbschr.c: New file.
38558         * m4/locale-zh.m4: New file.
38559
38560 2007-02-11  Bruno Haible  <bruno@clisp.org>
38561
38562         Support for copying multibyte string iterators.
38563         * lib/mbiter.h: Include <string.h>.
38564         (mbiter_multi_copy): New function.
38565         (mbi_copy): New macro.
38566         * lib/mbuiter.h: Include <string.h>.
38567         (mbuiter_multi_copy): New function.
38568         (mbui_copy): New macro.
38569
38570 2007-02-11  Bruno Haible  <bruno@clisp.org>
38571
38572         New module mbslen.
38573         * modules/mbslen: New file.
38574         * lib/mbslen.c: New file.
38575         * lib/string_.h (mbslen): New declaration.
38576         * m4/mbslen.m4: New file.
38577         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38578         GNULIB_MBSLEN.
38579         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38580         * MODULES.html.sh (Internationalization functions): Add mbslen.
38581
38582 2007-02-11  Bruno Haible  <bruno@clisp.org>
38583
38584         Ensure O(n) worst-case complexity of strcasestr substitute.
38585         * lib/strcasestr.c: Include stdbool.h.
38586         (knuth_morris_pratt): New function.
38587         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38588         bookkeeping indicates that it's worth it.
38589         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38590
38591         * modules/strcasestr-tests: New file.
38592         * tests/test-strcasestr.c: New file.
38593
38594 2007-02-11  Bruno Haible  <bruno@clisp.org>
38595
38596         Ensure O(n) worst-case complexity of c_strcasestr.
38597         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38598         (knuth_morris_pratt): New function.
38599         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38600         the bookkeeping indicates that it's worth it.
38601         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38602
38603         * modules/c-strcasestr-tests: New file.
38604         * tests/test-c-strcasestr.c: New file.
38605
38606 2007-02-11  Bruno Haible  <bruno@clisp.org>
38607
38608         Ensure O(n) worst-case complexity of c_strstr.
38609         * lib/c-strstr.c: Include stdbool.h, string.h.
38610         (knuth_morris_pratt): New function.
38611         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38612         bookkeeping indicates that it's worth it.
38613         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38614
38615         * lib/c-strstr.c: Complete rewrite for maintainability.
38616
38617         * modules/c-strstr-tests: New file.
38618         * tests/test-c-strstr.c: New file.
38619
38620 2007-02-11  Bruno Haible  <bruno@clisp.org>
38621
38622         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38623         5.2.1 and earlier, whereby \055 was treated just like the range
38624         delimiter '-'.
38625         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38626
38627 2007-02-08  Bruno Haible  <bruno@clisp.org>
38628
38629         * modules/regex (Depends-on): Add stdbool.
38630         Reported by Dalibor Topic <robilad@kaffe.org>.
38631
38632 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38633
38634         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38635         Prefer returning from main to exiting from it.
38636         Remove unnecessary parens after sizeof.
38637
38638 2007-02-05  Bruno Haible  <bruno@clisp.org>
38639
38640         New module mbssep.
38641         * modules/mbssep: New file.
38642         * lib/mbssep.c: New file.
38643         * lib/string_.h (strsep): Add a conditional link warning.
38644         (mbssep): New declaration.
38645         * m4/mbssep.m4: New file.
38646         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38647         GNULIB_MBSSEP.
38648         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38649         * MODULES.html.sh (Internationalization functions): Add mbssep.
38650
38651 2007-02-05  Bruno Haible  <bruno@clisp.org>
38652
38653         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38654         Optimize search in case of 1 delimiter.
38655
38656 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38657
38658         * lib/acl.h: Include sys/types.h before sys/acl.h.
38659
38660 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38661
38662         Merge upstream fix for glibc bugzilla #3957:
38663
38664         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38665
38666         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38667         bit for RE_HAT_LISTS_NOT_NEWLINE.
38668         (build_charclass_op): Remove bogus comment.
38669
38670 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38671
38672         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38673
38674 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38675
38676         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38677         * lib/memmem.c [!defined _LIBC]: Include config.h.
38678
38679 2007-02-04  Bruno Haible  <bruno@clisp.org>
38680
38681         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38682         warning message.
38683
38684 2007-02-04  Bruno Haible  <bruno@clisp.org>
38685
38686         New module mbstok_r.
38687         * modules/mbstok_r: New file.
38688         * lib/mbstok_r.c: New file.
38689         * lib/string_.h (strtok_r): Change argument names to match the
38690         comments. Add a conditional link warning.
38691         (mbstok_r): New declaration.
38692         * m4/mbstok_r.m4: New file.
38693         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38694         GNULIB_MBSTOK_R.
38695         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38696         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38697
38698 2007-02-04  Bruno Haible  <bruno@clisp.org>
38699
38700         New module mbsspn.
38701         * modules/mbsspn: New file.
38702         * lib/mbsspn.c: New file.
38703         * lib/string_.h (strspn): Add a conditional link warning.
38704         (mbsspn): New declaration.
38705         * m4/mbsspn.m4: New file.
38706         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38707         GNULIB_MBSSPN.
38708         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38709         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38710
38711 2007-02-04  Bruno Haible  <bruno@clisp.org>
38712
38713         New module mbspbrk.
38714         * modules/mbspbrk: New file.
38715         * lib/mbspbrk.c: New file.
38716         * lib/string_.h (strpbrk): Add a conditional link warning.
38717         (mbspbrk): New declaration.
38718         * m4/mbspbrk.m4: New file.
38719         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38720         GNULIB_MBSPBRK.
38721         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38722         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38723
38724 2007-02-04  Bruno Haible  <bruno@clisp.org>
38725
38726         New module mbscspn.
38727         * modules/mbscspn: New file.
38728         * lib/mbscspn.c: New file.
38729         * lib/string_.h (strcspn): Add a conditional link warning.
38730         (mbscspn): New declaration.
38731         * m4/mbscspn.m4: New file.
38732         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38733         GNULIB_MBSCSPN.
38734         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38735         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38736
38737 2007-02-04  Bruno Haible  <bruno@clisp.org>
38738
38739         New module mbscasestr, reduced goal of strcasestr.
38740         * modules/mbscasestr: New file.
38741         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38742         (mbscasestr): Renamed from strcasestr.
38743         * lib/strcasestr.c: Don't include mbuiter.h.
38744         (strcasestr): Remove support for multibyte locales.
38745         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38746         Change the conditional link warning.
38747         (mbscasestr): New declaration.
38748         * m4/mbscasestr.m4: New file.
38749         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38750         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38751         REPLACE_STRCASESTR.
38752         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38753         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38754         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38755         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38756         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38757         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38758         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38759         (Depends-on): Remove mbuiter.
38760         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38761
38762 2007-02-04  Bruno Haible  <bruno@clisp.org>
38763
38764         Simplify handling of strncasecmp.
38765         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38766         the conditional link warning.
38767         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38768         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38769         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38770         * modules/strcase (configure.ac): Don't invoke
38771         gl_STRING_MODULE_INDICATOR.
38772         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38773
38774 2007-02-04  Bruno Haible  <bruno@clisp.org>
38775
38776         New module mbscasecmp, reduced goal of strcasecmp.
38777         * modules/mbscasecmp: New file.
38778         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38779         (mbscasecmp): Renamed from strcasecmp.
38780         * lib/strcasecmp.c: Don't include mbuiter.h.
38781         (strcasecmp): Remove support for multibyte locales.
38782         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38783         Change the conditional link warning.
38784         (mbscasecmp): New declaration.
38785         * m4/mbscasecmp.m4: New file.
38786         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38787         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38788         REPLACE_STRCASECMP.
38789         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38790         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38791         GNULIB_MBSCASECMP.
38792         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38793         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38794         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38795         (Depends-on): Remove mbuiter.
38796         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38797
38798 2007-02-04  Bruno Haible  <bruno@clisp.org>
38799
38800         New module mbsstr. Remove module strstr.
38801         * modules/mbsstr: New file.
38802         * modules/strstr: Remove file.
38803         * lib/mbsstr.c: Renamed from lib/strstr.c.
38804         (mbsstr): Renamed from strstr.
38805         * lib/string_.h (strstr): Remove declaration. Change the conditional
38806         link warning.
38807         (mbsstr): New declaration.
38808         * m4/mbsstr.m4: New file.
38809         * m4/strstr.m4: Remove file.
38810         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38811         REPLACE_STRSTR.
38812         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38813         Don't initialize GNULIB_STRSTR.
38814         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38815         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38816         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38817         (Support for systems lacking ANSI C 89): Remove strstr.
38818
38819 2007-02-04  Bruno Haible  <bruno@clisp.org>
38820
38821         New module mbsrchr.
38822         * modules/mbsrchr: New file.
38823         * lib/mbsrchr.c: New file.
38824         * lib/string_.h (strrchr): Add a conditional link warning.
38825         (mbsrchr): New declaration.
38826         * m4/mbsrchr.m4: New file.
38827         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38828         GNULIB_MBSRCHR.
38829         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38830         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38831
38832 2007-02-04  Bruno Haible  <bruno@clisp.org>
38833
38834         New module mbschr.
38835         * modules/mbschr: New file.
38836         * lib/mbschr.c: New file.
38837         * lib/string_.h (strchr): Add a conditional link warning.
38838         (mbschr): New declaration.
38839         * m4/mbschr.m4: New file.
38840         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38841         GNULIB_MBSCHR.
38842         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38843         * MODULES.html.sh (Internationalization functions): Add mbschr.
38844
38845 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38846
38847         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38848
38849         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38850
38851 2007-02-04  Bruno Haible  <bruno@clisp.org>
38852
38853         New module description section 'configure.ac-early'.
38854         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38855         (func_get_autoconf_early_snippet): New function.
38856         (func_import, func_create_testdir): Use it. Remove special cases for
38857         modules 'extensions' and 'lock'.
38858         * modules/extensions (configure.ac-early): Require
38859         gl_USE_SYSTEM_EXTENSIONS.
38860         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38861
38862 2007-02-04  Bruno Haible  <bruno@clisp.org>
38863
38864         Make use of gcj-4.3's -fsource and -ftarget option.
38865         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38866         and if so try the options -fsource and -ftarget.
38867         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38868         source_version, ftarget_option, target_version arguments.
38869         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38870         (is_envjavac_oldgcj_14_14_usable): Renamed from
38871         is_envjavac_gcj_14_14_usable.
38872         (is_envjavac_oldgcj_14_13_usable): Renamed from
38873         is_envjavac_gcj_14_13_usable.
38874         (is_gcj_present): Update.
38875         (is_gcj_43, is_gcj43_usable): New functions.
38876         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38877         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38878         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38879         try the options -fsource and -ftarget.
38880
38881 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38882
38883         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38884         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38885         larger value.
38886
38887 2007-02-03  Jim Meyering  <jim@meyering.net>
38888
38889         Give tools a better chance to allocate space for very large buffers.
38890         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38891
38892         Make pwd and readlink work also when run with an unreadable parent dir
38893         on systems with openat support.
38894         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38895         provided getcwd function, even when we have openat support.
38896         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38897
38898 2007-02-02  Bruno Haible  <bruno@clisp.org>
38899
38900         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38901         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38902         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38903         portability problems if one of these functions is only used on specific
38904         platforms.
38905         Reported by Paul Eggert.
38906
38907 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38908
38909         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38910         is causing more trouble than it's curing.
38911         * lib/regex_internal.h (__mempcpy): Remove.
38912         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38913         (and make the code a tad smaller to boot).
38914         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38915
38916 2007-02-02  Jim Meyering  <jim@meyering.net>
38917
38918         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38919         section, not in the Makefile.am: one.
38920
38921 2007-02-02  Eric Blake  <ebb9@byu.net>
38922
38923         * lib/strchrnul.c: Always include config.h first.
38924
38925         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38926         gnulib strstr is not necessary here.
38927
38928 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38929
38930         * m4/socklen.m4: Fix typo.
38931
38932 2007-02-02  Eric Blake  <ebb9@byu.net>
38933
38934         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38935         * modules/netinet_in (Makefile.am): Likewise.
38936
38937 2007-02-01  Bruno Haible  <bruno@clisp.org>
38938
38939         * lib/string_.h (GL_LINK_WARNING): New macro.
38940         (strcasecmp, strstr, strcasestr): If provided by the system,
38941         conditionally define as a macro that leads to a warning instead of to
38942         an error.
38943         (strncasecmp): Conditionally define as a macro that leads to a warning.
38944
38945 2007-02-01  Karl Berry  <karl@gnu.org>
38946
38947         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38948
38949 2007-02-01  Bruno Haible  <bruno@clisp.org>
38950
38951         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38952         renamings.
38953
38954 2007-02-01  Eric Blake  <ebb9@byu.net>
38955
38956         * modules/regex (Depends-on): Revert dependence on mempcpy.
38957         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38958         module's definition of mempcpy.
38959         Reported by Paul Eggert.
38960
38961 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38962
38963         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38964         the symbol XYZ before redefining it.  This fixes a problem with
38965         programs that don't use XYZ, when compiled on systems that define
38966         XYZ to something else.
38967
38968 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38969
38970         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38971         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38972         writeable to group or other and (2) is intended to have a special
38973         mode bit that is set or cleared.  In such a case, the directory
38974         should be neither group- nor other-writeable until the special
38975         mode bits are right.
38976
38977 2007-01-31  Eric Blake  <ebb9@byu.net>
38978
38979         * modules/mountlist (Depends-on): Add strstr.
38980
38981         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38982         bug.
38983         * modules/string (Makefile.am): Remove redundant replacement.
38984         * modules/regex (Depends-on): Add mempcpy.
38985
38986 2007-01-31  Bruno Haible  <bruno@clisp.org>
38987
38988         New module description field 'Link'.
38989         * gnulib-tool (func_usage): Document --extract-link-directive.
38990         (sed_extract_prog): Recognize 'Link' directive.
38991         (func_get_link_directive): New function.
38992         (func_import): Show summary of link directives.
38993         Handle --extract-link-directive option.
38994         * modules/acl (Link): New section.
38995         * modules/clock-time (Link): New section.
38996         * modules/euidaccess (Link): New section.
38997         * modules/gettext (Link): New section.
38998         * modules/iconv (Link): New section.
38999         * modules/lock (Link): New section.
39000         * modules/nanosleep (Link): New section.
39001         * modules/readline (Link): New section.
39002
39003 2007-01-27  Bruno Haible  <bruno@clisp.org>
39004
39005         Enforce the use of gnulib modules for unportable <string.h> functions.
39006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39007         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39008         (gl_HEADER_STRING_H_BODY): Require it.
39009         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39010         the symbol XYZ to one that gives a link error.
39011         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39012         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39013         * modules/mempcpy (configure.ac): Likewise.
39014         * modules/memrchr (configure.ac): Likewise.
39015         * modules/stpcpy (configure.ac): Likewise.
39016         * modules/stpncpy (configure.ac): Likewise.
39017         * modules/strcase (configure.ac): Likewise.
39018         * modules/strcasestr (configure.ac): Likewise.
39019         * modules/strchrnul (configure.ac): Likewise.
39020         * modules/strdup (configure.ac): Likewise.
39021         * modules/strndup (configure.ac): Likewise.
39022         * modules/strnlen (configure.ac): Likewise.
39023         * modules/strpbrk (configure.ac): Likewise.
39024         * modules/strsep (configure.ac): Likewise.
39025         * modules/strstr (configure.ac): Likewise.
39026         * modules/strtok_r (configure.ac): Likewise.
39027
39028 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39029
39030         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39031
39032 2007-01-30  Jim Meyering  <jim@meyering.net>
39033
39034         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39035
39036 2007-01-29  Bruno Haible  <bruno@clisp.org>
39037
39038         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39039         * lib/execute.c: Likewise.
39040         * lib/pipe.c: Likewise.
39041         * lib/printf-args.h: Likewise.
39042         * lib/printf-args.c: Likewise.
39043         * lib/printf-parse.c: Likewise.
39044         * lib/vasnprintf.c: Likewise.
39045
39046 2007-01-29  Eric Blake  <ebb9@byu.net>
39047
39048         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39049         declaration.
39050
39051 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39052
39053         * lib/strptime.h (strptime): Use 'restrict' for args where
39054         POSIX requires this.
39055         * lib/strptime.c (strptime): Likewise.
39056         Change license notice from LGPL to GPL, since gnulib-tool will
39057         change this as needed.
39058         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39059         defined.
39060         Include "strptime.h" first, to check interface.
39061         Do not #undef _LIBC and _NL_CURRENT.
39062         Do not include <stdlib.h>; no longer needed.
39063         Include "time_r.h" and declare ptime_locale_status
39064         only if _LIBC is not defined.
39065         (__P): Remove unused macro.
39066         (match_string): Bring back glibc version, but use it only if _LIBC
39067         is defined.
39068         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39069         Remove unnecessary assertion and abort() call.
39070         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39071         * m4/strptime.m4: Fix serial number comment.
39072         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39073         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39074         (Depends-on): Add time_r.
39075
39076 2007-01-29  Bruno Haible  <bruno@clisp.org>
39077
39078         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39079         strptime.
39080         * modules/strptime (Depends-on): Add stdbool.
39081         * lib/strptime.h: Include <time.h> always. Add comments.
39082
39083 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39084
39085         * modules/strptime: New file.
39086         * lib/strptime.h: New file.
39087         * lib/strptime.c: New file.
39088         * m4/strptime.m4: New file.
39089
39090 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39091
39092         * MODULES.html.sh: New module mpsort.
39093         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39094
39095         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39096         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39097         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39098         All uses changed.
39099         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39100         All uses changed.
39101         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39102         to _Restrict_.
39103         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39104         the parameter matches the prototype.
39105
39106 2007-01-28  Jim Meyering  <jim@meyering.net>
39107
39108         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39109         sys/time.h here, reverting that part of the previous patch:
39110         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39111
39112 2007-01-28  Bruno Haible  <bruno@clisp.org>
39113
39114         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39115         value of $(SYS_TIME_H).
39116         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39117         remove it conditionally, too. [added by Jim Meyering]
39118         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39119         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39120         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39121         GETTIMEOFDAY_REPLACEMENT to 1.
39122
39123 2007-01-28  Bruno Haible  <bruno@clisp.org>
39124
39125         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39126         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39127         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39128         Set UNISTD_H instead of UNISTD_H2.
39129         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39130
39131 2007-01-28  Bruno Haible  <bruno@clisp.org>
39132
39133         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39134         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39135
39136 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39137
39138         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39139         (func_create_testdir): Ensure C locale for `grep' and `tr'
39140         character ranges.
39141         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39142         ACLOCAL_AMFLAGS parsing state machine.
39143
39144 2007-01-27  Bruno Haible  <bruno@clisp.org>
39145
39146         * modules/unistr/base: Update.
39147
39148 2007-01-27  Bruno Haible  <bruno@clisp.org>
39149
39150         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39151         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39152         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39153         modules/unistr/u32-mbtouc.
39154         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39155         * lib/unistr.h: Update.
39156         * lib/linebreak.c: Update.
39157         * modules/unistr/u32-mbtouc: Renamed from
39158         modules/unistr/u32-mbtouc-safe.
39159         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39160         * lib/unistr.h: Update.
39161         * lib/unistr/u32-to-u8.c: Update.
39162         * lib/unistr/u32-to-u16.c: Update.
39163
39164 2007-01-27  Bruno Haible  <bruno@clisp.org>
39165
39166         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39167         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39168         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39169         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39170         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39171         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39172         modules/unistr/u16-mbtouc.
39173         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39174         * lib/unistr.h: Update.
39175         * lib/linebreak.c: Update.
39176         * modules/linebreak: Update.
39177         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39178         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39179         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39180         * modules/unistr/u16-mbtouc: Renamed from
39181         modules/unistr/u16-mbtouc-safe.
39182         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39183         * lib/unistr.h: Update.
39184         * lib/unistr/u16-to-u8.c: Update.
39185         * modules/unistr/u16-to-u8: Update.
39186         * lib/unistr/u16-to-u32.c: Update.
39187         * modules/unistr/u16-to-u32: Update.
39188
39189 2007-01-27  Bruno Haible  <bruno@clisp.org>
39190
39191         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39192         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39193         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39194         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39195         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39196         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39197         modules/unistr/u8-mbtouc.
39198         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39199         * lib/unistr.h: Update.
39200         * lib/striconveh.c: Update.
39201         * modules/striconveh: Update.
39202         * lib/linebreak.c: Update.
39203         * modules/linebreak: Update.
39204         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39205         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39206         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39207         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39208         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39209         * lib/unistr.h: Update.
39210         * lib/striconveh.c: Update.
39211         * modules/striconveh: Update.
39212         * lib/unistr/u8-to-u16.c: Update.
39213         * modules/unistr/u8-to-u16: Update.
39214         * lib/unistr/u8-to-u32.c: Update.
39215         * modules/unistr/u8-to-u32: Update.
39216
39217 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39218
39219         Sync from Libtool.
39220         * lib/argz.c: Do not include strings.h nor memory.h, include
39221         string.h unconditionally.  Patch by Simon Josefsson.
39222
39223 2007-01-27  Bruno Haible  <bruno@clisp.org>
39224
39225         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39226         from gl_HEADER_STRING_H_BODY.
39227         (gl_HEADER_STRING_H_BODY): Require it.
39228         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39229         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39230         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39231         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39232         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39233         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39234         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39235         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39236         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39237         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39238         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39239         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39240         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39241         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39242         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39243
39244 2007-01-27  Bruno Haible  <bruno@clisp.org>
39245
39246         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39247         check_PROGRAMS into noinst_PROGRAMS.
39248         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39249         check_PROGRAMS in this case.
39250         (func_import): Set for_test to false.
39251         (func_create_testdir): Set for_test to true.
39252
39253 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39254             Bruno Haible  <bruno@clisp.org>
39255
39256         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39257         (Depends-on): Add string.
39258         (Includes): Use <string.h> instead of strcasestr.h.
39259         * modules/string (Makefile.am): Also substitute the value of
39260         REPLACE_STRCASESTR.
39261         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39262         assume strcasestr is declared in <string.h> not <strings.h>. Also
39263         set REPLACE_STRCASESTR.
39264         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39265         REPLACE_STRCASESTR.
39266         * lib/strcasestr.h: Remove file.
39267         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39268         * lib/string_.h (strcasestr): New declaration.
39269
39270 2007-01-27  Bruno Haible  <bruno@clisp.org>
39271
39272         * lib/string_.h: Use 'extern'.
39273
39274 2007-01-27  Jim Meyering  <jim@meyering.net>
39275
39276         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39277         of set-but-not-used local, "q".
39278
39279         * lib/mempcpy.c: Include <config.h> before <string.h>.
39280         This fixes a compilation error on HP-UX, due to the system's
39281         "restrict"-using mempcpy prototype.
39282
39283 2007-01-26  Bruno Haible  <bruno@clisp.org>
39284
39285         Small optimization.
39286         * lib/javacomp.c: Include c-strstr.h.
39287          (is_envjavac_gcj): Use c_strstr instead of strstr.
39288         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39289
39290 2007-01-26  Bruno Haible  <bruno@clisp.org>
39291
39292         * MODULES.html.sh (Unicode string functions): Add the new modules.
39293
39294         * modules/uniconv/u32-strconv-to-locale: New file.
39295         * lib/uniconv/u32-strconv-to-locale.c: New file.
39296
39297         * modules/uniconv/u16-strconv-to-locale: New file.
39298         * lib/uniconv/u16-strconv-to-locale.c: New file.
39299
39300         * modules/uniconv/u8-strconv-to-locale: New file.
39301         * lib/uniconv/u8-strconv-to-locale.c: New file.
39302
39303         * modules/uniconv/u32-strconv-from-locale: New file.
39304         * lib/uniconv/u32-strconv-from-locale.c: New file.
39305
39306         * modules/uniconv/u16-strconv-from-locale: New file.
39307         * lib/uniconv/u16-strconv-from-locale.c: New file.
39308
39309         * modules/uniconv/u8-strconv-from-locale: New file.
39310         * lib/uniconv/u8-strconv-from-locale.c: New file.
39311
39312         * modules/uniconv/u32-strconv-to-enc: New file.
39313         * lib/uniconv/u32-strconv-to-enc.c: New file.
39314         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39315         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39316
39317         * modules/uniconv/u16-strconv-to-enc: New file.
39318         * lib/uniconv/u16-strconv-to-enc.c: New file.
39319         * lib/uniconv/u-strconv-to-enc.h: New file.
39320         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39321         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39322
39323         * modules/uniconv/u8-strconv-to-enc: New file.
39324         * lib/uniconv/u8-strconv-to-enc.c: New file.
39325         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39326         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39327
39328         * modules/uniconv/u32-strconv-from-enc: New file.
39329         * lib/uniconv/u32-strconv-from-enc.c: New file.
39330         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39331         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39332
39333         * modules/uniconv/u16-strconv-from-enc: New file.
39334         * lib/uniconv/u16-strconv-from-enc.c: New file.
39335         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39336         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39337
39338         * modules/uniconv/u8-strconv-from-enc: New file.
39339         * lib/uniconv/u8-strconv-from-enc.c: New file.
39340         * lib/uniconv/u-strconv-from-enc.h: New file.
39341         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39342         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39343
39344         * modules/uniconv/u32-conv-from-enc: New file.
39345         * lib/uniconv/u32-conv-from-enc.c: New file.
39346         * modules/uniconv/u32-conv-from-enc-tests: New file.
39347         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39348
39349         * modules/uniconv/u16-conv-from-enc: New file.
39350         * lib/uniconv/u16-conv-from-enc.c: New file.
39351         * lib/uniconv/u-conv-from-enc.h: New file.
39352         * modules/uniconv/u16-conv-from-enc-tests: New file.
39353         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39354
39355         * modules/uniconv/u8-conv-from-enc: New file.
39356         * lib/uniconv/u8-conv-from-enc.c: New file.
39357         * modules/uniconv/u8-conv-from-enc-tests: New file.
39358         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39359
39360         * modules/uniconv/base: New file.
39361         * lib/uniconv.h: New file.
39362
39363 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39364
39365         * doc/gnulib-tool.texi (Initial import): Update to match current
39366         behavior with strdup module.
39367         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39368         * lib/memmem.h: Remove; all uses removed.  This is now done
39369         by <string.h>.
39370         * lib/mempcpy.h: Likewise.
39371         * lib/memrchr.h: Likewise.
39372         * lib/stpcpy.h: Likewise.
39373         * lib/stpncpy.h: Likewise.
39374         * lib/strcase.h: Likewise.
39375         * lib/strchrnul.h: Likewise.
39376         * lib/strdup.h: Likewise.
39377         * lib/strndup.h: Likewise.
39378         * lib/strnlen.h: Likewise.
39379         * lib/strpbrk.h: Likewise.
39380         * lib/strsep.h: Likewise.
39381         * lib/strstr.h: Likewise.
39382         * lib/strtok_r.h: Likewise.
39383         * lib/string_.h: New file.
39384         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39385         Rely on <string.h> instead.
39386         * lib/canon-host.c: Likewise.
39387         * lib/chdir-long.c: Likewise.
39388         * lib/concatpath.c: Likewise.
39389         * lib/exclude.c: Likewise.
39390         * lib/fchdir.c: Likewise.
39391         * lib/getaddrinfo.c: Likewise.
39392         * lib/getcwd.c: Likewise.
39393         * lib/getsubopt.c: Likewise.
39394         * lib/glob.c: Likewise.
39395         * lib/hard-locale.c: Likewise.
39396         * lib/iconvme.c: Likewise.
39397         * lib/javacomp.c: Likewise.
39398         * lib/mempcpy.c: Likewise.
39399         * lib/memrchr.c: Likewise.
39400         * lib/regex_internal.h: Likewise.
39401         * lib/stpncpy.c: Likewise.
39402         * lib/strcasecmp.c: Likewise.
39403         * lib/strchrnul.c: Likewise.
39404         * lib/strdup.c: Likewise.
39405         * lib/striconv.c: Likewise.
39406         * lib/striconveh.c: Likewise.
39407         * lib/striconveha.c: Likewise.
39408         * lib/strncasecmp.c: Likewise.
39409         * lib/strndup.c: Likewise.
39410         * lib/strnlen.c: Likewise.
39411         * lib/strsep.c: Likewise.
39412         * lib/strstr.c: Likewise.
39413         * lib/strtok_r.c: Likewise.
39414         * lib/userspec.c: Likewise.
39415         * lib/w32spawn.h: Likewise.
39416         * lib/xstrndup.c: Likewise.
39417         * lib/mountlist.c (strstr): Remove decl.
39418         * m4/string_h.m4: New file.
39419         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39420         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39421         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39422         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39423         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39424         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39425         Set REPLACE_STRCASECMP if necessary.
39426         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39427         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39428         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39429         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39430         HAVE_DECL_STRDUP if necessary.
39431         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39432         since gl_FUNC_STRNDUP does that now.
39433         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39434         Check for decl here...
39435         (gl_PREREQ_STRNLEN): ... not here.
39436         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39437         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39438         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39439         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39440         necessary.
39441         * modules/string: New file.
39442         * modules/memmem (Files): Remove special-purpose include file.
39443         (Depends-on): Add string.
39444         (Include): Include <string.h>, not the removed file.
39445         * modules/mempcpy: Likewise.
39446         * modules/memrchr: Likewise.
39447         * modules/stpcpy: Likewise.
39448         * modules/stpncpy: Likewise.
39449         * modules/strcase: Likewise.
39450         * modules/strchrnul: Likewise.
39451         * modules/strdup: Likewise.
39452         * modules/strndup: Likewise.
39453         * modules/strnlen: Likewise.
39454         * modules/strpbrk: Likewise.
39455         * modules/strsep: Likewise.
39456         * modules/strstr: Likewise.
39457         * modules/strtok_r: Likewise.
39458         * tests/test-dirname.c: Don't include "strdup.h", since
39459         <string.h> now suffices.
39460         * tests/test-memmem.c: Don't include "memmem.h", since
39461         <string.h> now suffices.
39462
39463 2007-01-25  Bruno Haible  <bruno@clisp.org>
39464
39465         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39466         *resultp is 0.
39467
39468         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39469         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39470         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39471         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39472
39473         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39474         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39475         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39476         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39477         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39478         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39479
39480 2007-01-24  Bruno Haible  <bruno@clisp.org>
39481
39482         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39483         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39484         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39485         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39486         gl_FUNC_FTS_CORE.
39487         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39488         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39489         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39490         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39491         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39492         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39493         gl_FUNC_FCHOWNAT.
39494         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39495         gl_FUNC_STRFTIME.
39496         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39497         Reported by Ralf Wildenhues.
39498
39499 2007-01-24  Bruno Haible  <bruno@clisp.org>
39500
39501         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39502         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39503         gl_GETADDRINFO.
39504         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39505         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39506         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39507
39508 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39509
39510         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39511         Don't use 'exit'; just return from 'main'.
39512         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39513
39514         * lib/fnmatch_.h: Readjust white space and comments to match
39515         glibc, to avoid spurious diffs.
39516
39517 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39518
39519         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39520         2004-12-01 change by Jakub Jelinek, since this code won't compile
39521         if !LIBC.  Problem reported by Bob Proulx.
39522
39523 2007-01-23  Bruno Haible  <bruno@clisp.org>
39524
39525         * lib/striconveh.c: Include c-strcaseeq.h.
39526         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39527         * modules/striconveh (Depends-on): Add c-strcaseeq.
39528
39529 2007-01-23  Bruno Haible  <bruno@clisp.org>
39530
39531         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39532
39533         * modules/c-strcaseeq: New file.
39534         * lib/c-strcaseeq.h: New file.
39535
39536         * modules/streq: New file.
39537         * lib/streq.h: New file.
39538
39539 2007-01-23  Bruno Haible  <bruno@clisp.org>
39540
39541         * modules/striconveha-tests: New file.
39542         * tests/test-striconveha.c: New file.
39543
39544         * lib/striconveha.h: Include <stdbool.h>.
39545         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39546         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39547         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39548         (mem_iconveha): New function.
39549         (str_iconveha_notranslit): Renamed from str_iconveha.
39550         (str_iconveha): New function.
39551         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39552         c-strcase.
39553
39554 2007-01-23  Bruno Haible  <bruno@clisp.org>
39555
39556         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39557         encodings without forgiving before trying any encoding with handler.
39558         (str_iconveha): Try all encodings without forgiving before trying any
39559         encoding with handler.
39560
39561 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39562
39563         Import the following changes from libc.
39564
39565         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39566
39567         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39568
39569         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39570
39571         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39572         normal_bracket label.
39573
39574         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39575
39576         [BZ #361]
39577         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39578         to normal_bracket after fetching the next character.
39579
39580 2007-01-22  Bruno Haible  <bruno@clisp.org>
39581
39582         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39583         argument.
39584         * lib/striconveh.c (iconv_carefully_1): New function.
39585         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39586         argument.
39587         (str_cd_iconveh): Update.
39588         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39589         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39590         * tests/test-striconveh.c (MAGIC): New macro.
39591         (new_offsets): New function.
39592         (main): Test call with and without offsets.
39593
39594 2007-01-22  Bruno Haible  <bruno@clisp.org>
39595
39596         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39597         * modules/sys_select (Makefile.am): Likewise.
39598         * modules/sys_socket (Makefile.am): Likewise.
39599         * modules/sys_time (Makefile.am): Likewise.
39600
39601 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39602
39603         * modules/gettimeofday (License): Change from GPL to LGPL, since
39604         gettimeofday is a library function.
39605
39606 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39607
39608         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39609
39610 2007-01-21  Bruno Haible  <bruno@clisp.org>
39611
39612         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39613
39614 2007-01-21  Bruno Haible  <bruno@clisp.org>
39615
39616         * modules/striconveha: New file.
39617         * lib/striconveha.h: New file.
39618         * lib/striconveha.c: New file.
39619         * MODULES.html.sh (Internationalization functions): Add striconveha.
39620         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39621         string.
39622         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39623
39624 2007-01-21  Bruno Haible  <bruno@clisp.org>
39625
39626         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39627         * lib/striconveh.c (str_iconveh): Likewise.
39628
39629 2007-01-21  Bruno Haible  <bruno@clisp.org>
39630
39631         * lib/striconveh.h (mem_iconveh): New declaration.
39632         * lib/striconveh.c (mem_iconveh): New function.
39633         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39634
39635 2007-01-21  Bruno Haible  <bruno@clisp.org>
39636
39637         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39638
39639         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39640         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39641         original result buffer.
39642         (str_cd_iconveh): Update.
39643         * tests/test-striconveh.c (main): Update.
39644
39645         * lib/striconv.h (mem_cd_iconv): Change specification.
39646         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39647         result buffer.
39648         (str_cd_iconv): Update.
39649         * tests/test-striconv.c (main): Update.
39650
39651 2007-01-21  Bruno Haible  <bruno@clisp.org>
39652
39653         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39654
39655 2007-01-20  Jim Meyering  <jim@meyering.net>
39656
39657         * lib/userspec.c (parse_with_separator): If a user or group string
39658         starts with "+", skip the corresponding name-to-ID look-up, since
39659         such a look-up must fail: user and group names may not include "+".
39660
39661 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39662
39663         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39664         since we now assume the sys_time module.
39665         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39666         check for sys/time.h; no longer needed.
39667         * modules/poll (Depends-on): Depend on sys_time.
39668
39669 2007-01-18  Bruno Haible  <bruno@clisp.org>
39670
39671         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39672         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39673
39674         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39675         gettimeofday.
39676
39677         * tests/test-gettimeofday.c: Include <time.h>.
39678         (dummy): Remove variable.
39679
39680         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39681         gl_HEADER_SYS_TIME_H.
39682         (gl_HEADER_SYS_TIME_H): New macro.
39683
39684         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39685         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39686         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39687         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39688         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39689         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39690         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39691         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39692         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39693         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39694         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39695
39696         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39697         last change; it caused a compilation error when cross-compiling to
39698         Cygwin.
39699
39700 2007-01-18  Jim Meyering  <jim@meyering.net>
39701
39702         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39703         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39704         than the race-prone "test -d sys || mkdir sys".
39705         (configure.ac): Use AC_PROG_MKDIR_P.
39706         * modules/sys_select: Likewise.
39707         * modules/sys_socket: Likewise.
39708         * modules/sys_time: Likewise.
39709
39710 2007-01-18  Eric Blake  <ebb9@byu.net>
39711
39712         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39713         replace gettimeofday.
39714         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39715         name, to avoid infinite recursion.
39716
39717 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39718
39719         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39720         module sys_time.
39721         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39722         assume timespec.h defines struct timeval.
39723         * lib/settime.c: Likewise.
39724         * lib/utimens.c: Likewise.
39725         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39726         since we now assume the gettimeofday module.
39727         * lib/tempname.c (__gen_tempname): Likewise.
39728         * lib/gettimeofday.h: Remove.
39729         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39730         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39731         Include <time.h>, for 'time()'.
39732         (localtime_buffer_addr): Also use this workaround if
39733         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39734         to simplify the uses.  All uses changed.
39735         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39736         that #undef is inside {}, and 'const' follows type name consistently.
39737         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39738         (gettimeofday): Do not use the maximum possible value for
39739         tv->tv_usec, since that might break usages other than ls.c.
39740         Instead, we'll leave ls.c alone.  This undoes today's patch
39741         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39742         we've never observed the problem but might as well keep the
39743         canary.
39744         * lib/nanosleep.c: Include timespec.h first, for interface check.
39745         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39746         now assume the sys_time module.
39747         * lib/tempname.c: Likewise.
39748         * lib/timespec.h: Likewise.
39749         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39750         needed.
39751         * lib/strftime.c: Likewise.
39752         * lib/timespec.h: Likewise.
39753         * lib/posixtm.c: Include posixtm.h first, for interface check.
39754         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39755         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39756         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39757         * lib/sys_time_.h: New file.
39758         * lib/timespec.h (struct timespec): Use long int, not long.
39759         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39760         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39761         Remove obsolescent call to AC_HEADER_TIME.
39762         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39763         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39764         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39765         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39766         Likewise.
39767         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39768         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39769         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39770         into the sys_time module.  Check for gettimeofday just once.
39771         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39772         for gettimeofday signature to just check the signature.  Merely
39773         compile it, since linking doesn't test signature.  Improve test for
39774         whether gettimeofday.o is actually needed.
39775         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39776         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39777         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39778         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39779         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39780         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39781         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39782         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39783         than worrying about sys/time.h.
39784         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39785         Don't bother worrying about TIME_WITH_SYS_TIME.
39786         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39787         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39788         * m4/sys_time_h.m4: New file.
39789         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39790         Don't include sys/time.h.  Return from main rather than exiting.
39791         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39792         all uses changed.
39793         * modules/gethrxtime (Depends-on): Add sys_time.
39794         * modules/gettime (Depends-on): Likewise.
39795         * modules/gettimeofday (Depends-on): Likewise.
39796         * modules/nanosleep (Depends-on): Likewise.
39797         * modules/settime (Depends-on): Likewise.
39798         * modules/tempname (Depends-on): Likewise.
39799         * modules/utimens (Depends-on): Likewise.
39800         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39801         (Include:) Change back to <sys/time.h>.
39802         (Maintainer:) Add self.
39803         * modules/sys_time: New file.
39804         * modules/tempname (Depends-on): Add gettimeofday.
39805         * tests/test-gettimeofday.c: Include <sys/time.h>
39806         rather than gettimeofday.h.
39807
39808 2007-01-17  Bruno Haible  <bruno@clisp.org>
39809
39810         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39811         the license default to GPL.
39812         (func_create_testdir): Don't complain if a module is LGPL and its
39813         tests module depends on GPLed modules.
39814
39815 2007-01-17  Bruno Haible  <bruno@clisp.org>
39816
39817         * lib/gettimeofday.c (gettimeofday): Add code for the case
39818         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39819         maximum possible value for tv->tv_usec, rather than the minimum one.
39820
39821 2005-10-08  Martin Lambers  <marlam@marlam.de>
39822 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39823 2007-01-16  Bruno Haible  <bruno@clisp.org>
39824
39825         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39826         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39827         gl_FUNC_GETTIMEOFDAY.
39828         (Include): Add gettimeofday.h.
39829         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39830         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39831         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39832         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39833         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39834         * lib/gettimeofday.h: New file.
39835         * lib/gettimeofday.c: Include <sys/timeb.h>.
39836         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39837         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39838         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39839         fall back on time().
39840
39841         * tests/test-gettimeofday.c: New file.
39842         * modules/gettimeofday-tests: New file.
39843
39844 2007-01-16  Eric Blake  <ebb9@byu.net>
39845
39846         * modules/fnmatch (Depends-on): Depend on wchar.
39847         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39848         * m4/fnmatch.m4: Likewise.
39849         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39850         * m4/mbchar.m4: Likewise.
39851         * modules/mbswidth (Depends-on): Depend on wchar.
39852         * lib/mbswidth.c: Assume <wchar.h>.
39853         * m4/mbswidth.m4: Likewise.
39854         * modules/quotearg (Depends-on): Depend on wchar.
39855         * lib/quotearg.c: Assume <wchar.h>.
39856         * m4/quotearg.m4: Likewise.
39857         * modules/regex (Depends-on): Depend on wchar.
39858         * lib/regex_internal.h: Assume <wchar.h>.
39859         * m4/regex.m4: Likewise.
39860         * modules/stdint (Depends-on): Depend on wchar.
39861         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39862         * m4/stdint.m4: Likewise.
39863         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39864         * modules/strftime (Depends-on): Depend on wchar.
39865         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39866         * modules/strtol (Depends-on): Depend on wchar.
39867         * lib/strtol.c: Assume <wchar.h>.
39868         * modules/wcwidth (Depends-on): Depend on wchar.
39869         * lib/wcwidth.h: Assume <wchar.h>.
39870         * m4/wcwidth.m4: Likewise.
39871
39872 2007-01-16  Bruno Haible  <bruno@clisp.org>
39873
39874         * modules/csharpexec-script: New, created from...
39875         * modules/csharpexec: ... this.
39876
39877 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39878
39879         * modules/javaexec-script: New, created from...
39880         * modules/javaexec: ... this.
39881
39882 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39883
39884         * modules/poll (Dependencies): Add sys_select.
39885
39886 2007-01-15  Jim Meyering  <jim@meyering.net>
39887
39888         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39889         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39890         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39891         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39892
39893 2007-01-15  Bruno Haible  <bruno@clisp.org>
39894
39895         * modules/striconveh: New file.
39896         * lib/striconveh.h: New file.
39897         * lib/striconveh.c: New file.
39898         * MODULES.html.sh (Internationalization functions): Add striconveh.
39899
39900         * modules/striconveh-tests: New file.
39901         * tests/test-striconveh.c: New file.
39902
39903 2007-01-15  Bruno Haible  <bruno@clisp.org>
39904
39905         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39906         not from GNU libiconv or GNU libc.
39907
39908 2007-01-15  Bruno Haible  <bruno@clisp.org>
39909
39910         * doc/gnulib-intro.texi (Copyright): Explain the different license
39911         terms for module descriptions, autoconf macros, tests, documentation.
39912
39913 2007-01-14  Bruno Haible  <bruno@clisp.org>
39914
39915         * modules/striconv-tests: New file.
39916         * tests/test-striconv.c: New file.
39917
39918 2007-01-14  Bruno Haible  <bruno@clisp.org>
39919
39920         * modules/iconv-tests: New file.
39921         * tests/test-iconv.c: New file.
39922
39923 2007-01-14  Bruno Haible  <bruno@clisp.org>
39924
39925         * gnulib-tool (func_get_license): For test modules, use the license of
39926         the main module.
39927
39928 2007-01-14  Bruno Haible  <bruno@clisp.org>
39929
39930         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39931         if iconv is found to exist.
39932
39933 2007-01-14  Bruno Haible  <bruno@clisp.org>
39934
39935         * modules/c-ctype-tests: New file.
39936         * tests/test-c-ctype.c: New file.
39937
39938 2007-01-14  Bruno Haible  <bruno@clisp.org>
39939
39940         * modules/binary-io-tests: New file.
39941         * tests/test-binary-io.sh: New file.
39942         * tests/test-binary-io.c: New file.
39943
39944 2007-01-14  Bruno Haible  <bruno@clisp.org>
39945
39946         * modules/array-oset-tests: New file.
39947         * tests/test-array_oset.c: New file.
39948
39949 2007-01-14  Bruno Haible  <bruno@clisp.org>
39950
39951         * modules/array-list-tests: New file.
39952         * tests/test-array_list.c: New file.
39953
39954 2007-01-14  Bruno Haible  <bruno@clisp.org>
39955
39956         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39957         and make.
39958         Reported by Simon Josefsson in
39959         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39960
39961 2007-01-14  Bruno Haible  <bruno@clisp.org>
39962
39963         * modules/allocsa-tests: New file.
39964         * tests/test-allocsa.c: New file.
39965
39966 2007-01-14  Bruno Haible  <bruno@clisp.org>
39967
39968         * modules/fchdir (Depends-on): Add absolute-header.
39969         * modules/unistd (Depends-on): Likewise.
39970
39971 2006-12-30  Bruno Haible  <bruno@clisp.org>
39972
39973         * modules/fchdir: New file.
39974         * modules/unistd (Files): Add lib/unistd_.h.
39975         (Makefile.am): Generate unistd.h from unistd_.h.
39976         * lib/fchdir.c: New file.
39977         * lib/dirent_.h: New file.
39978         * lib/unistd_.h: New file.
39979         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39980         * m4/fchdir.m4: New file.
39981         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39982         (gl_HEADER_UNISTD): Invoke it.
39983         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39984         function.
39985         * lib/backupfile.c (opendir, closedir): Undefine.
39986         * lib/chown.c (open, close): Undefine.
39987         * lib/clean-temp.c (open, close): Undefine.
39988         * lib/copy-file.c (open, close): Undefine.
39989         * lib/execute.c (open, close): Undefine.
39990         * lib/fsusage.c (open, close): Undefine.
39991         * lib/gc-gnulib.c (open, close): Undefine.
39992         * lib/getcwd.c (opendir, closedir): Undefine.
39993         * lib/glob.c (opendir, closedir): Undefine.
39994         * lib/javacomp.c (open, close): Undefine.
39995         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39996         * lib/openat-proc.c (open, close): Undefine.
39997         * lib/pagealign_alloc.c (open, close): Undefine.
39998         * lib/pipe.c (open, close): Undefine.
39999         * lib/progreloc.c (open, close): Undefine.
40000         * lib/savedir.c (opendir, closedir): Undefine.
40001         * lib/utime.c (open, close): Undefine.
40002         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40003
40004 2007-01-10  Bruno Haible  <bruno@clisp.org>
40005
40006         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40007
40008 2007-01-12  Eric Blake  <ebb9@byu.net>
40009
40010         Provide a robust <wchar.h>.  Further simplifications are now
40011         possible in other modules, but not included here.
40012         * modules/wchar: New module.
40013         * m4/wchar.m4: New file.
40014         * lib/wchar_.h: Likewise.
40015         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40016         of the new module.
40017         * MODULES.html.sh (Extended multibyte and wide character utilities):
40018         New section.
40019
40020 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40021
40022         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40023         to a reasonable default for memory allocation.
40024         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40025         file system that reports garbage st_size values for symlinks.
40026         Problem reported by Liyang Hu.
40027
40028 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40029
40030         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40031         Emacs .#* auto-save files).
40032
40033 2007-01-11  Bruno Haible  <bruno@clisp.org>
40034
40035         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40036         directory.
40037
40038 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40039
40040         Use @...@ consistently in lib/wctype_.h.
40041         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40042         on it being set to 1 or 0.
40043         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40044         go back to AC_SUBSTing it.
40045         * modules/wctype (Makefile.am): Undo previous change.
40046
40047 2007-01-10  Eric Blake  <ebb9@byu.net>
40048
40049         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40050         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40051         * modules/wctype (Makefile.am): Likewise.
40052         Reported by Chris McGuire.
40053
40054 2007-01-10  Jim Meyering  <jim@meyering.net>
40055
40056         fts.c: a small readability/maintainability improvement
40057         * lib/fts.c (fts_read): Make this code slightly more readable and
40058         maintainable by hoisting the "sp->fts_cur = p" assignments to
40059         immediately follow the statements that set P.  Derived from
40060         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40061
40062 2007-01-10  Eric Blake  <ebb9@byu.net>
40063
40064         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40065         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40066         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40067         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40068         Reported by Chris McGuire.
40069
40070 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40071
40072         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40073         in sed script.
40074
40075 2007-01-09  Bruno Haible  <bruno@clisp.org>
40076
40077         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40078         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40079         variables.
40080         (func_module): Use them.
40081
40082 2007-01-09  Bruno Haible  <bruno@clisp.org>
40083
40084         * modules/unistr/base: New file.
40085         * lib/unistr.h: New file.
40086
40087         * modules/unistr/u8-to-u16: New file.
40088         * lib/unistr/u8-to-u16.c: New file.
40089
40090         * modules/unistr/u8-to-u32: New file.
40091         * lib/unistr/u8-to-u32.c: New file.
40092
40093         * modules/unistr/u16-to-u8: New file.
40094         * lib/unistr/u16-to-u8.c: New file.
40095
40096         * modules/unistr/u16-to-u32: New file.
40097         * lib/unistr/u16-to-u32.c: New file.
40098
40099         * modules/unistr/u32-to-u8: New file.
40100         * lib/unistr/u32-to-u8.c: New file.
40101
40102         * modules/unistr/u32-to-u16: New file.
40103         * lib/unistr/u32-to-u16.c: New file.
40104
40105         * modules/unistr/u8-check: New file.
40106         * modules/unistr/u16-check: New file.
40107         * modules/unistr/u32-check: New file.
40108         * lib/unistr/u8-check.c: New file.
40109         * lib/unistr/u16-check.c: New file.
40110         * lib/unistr/u32-check.c: New file.
40111
40112         * modules/unistr/u8-chr: New file.
40113         * modules/unistr/u16-chr: New file.
40114         * modules/unistr/u32-chr: New file.
40115         * lib/unistr/u8-chr.c: New file.
40116         * lib/unistr/u16-chr.c: New file.
40117         * lib/unistr/u32-chr.c: New file.
40118
40119         * modules/unistr/u8-cmp: New file.
40120         * modules/unistr/u16-cmp: New file.
40121         * modules/unistr/u32-cmp: New file.
40122         * lib/unistr/u8-cmp.c: New file.
40123         * lib/unistr/u16-cmp.c: New file.
40124         * lib/unistr/u32-cmp.c: New file.
40125
40126         * modules/unistr/u8-cpy: New file.
40127         * modules/unistr/u16-cpy: New file.
40128         * modules/unistr/u32-cpy: New file.
40129         * lib/unistr/u8-cpy.c: New file.
40130         * lib/unistr/u16-cpy.c: New file.
40131         * lib/unistr/u32-cpy.c: New file.
40132         * lib/unistr/u-cpy.h: New file.
40133
40134         * modules/unistr/u8-cpy-alloc: New file.
40135         * modules/unistr/u16-cpy-alloc: New file.
40136         * modules/unistr/u32-cpy-alloc: New file.
40137         * lib/unistr/u8-cpy-alloc.c: New file.
40138         * lib/unistr/u16-cpy-alloc.c: New file.
40139         * lib/unistr/u32-cpy-alloc.c: New file.
40140         * lib/unistr/u-cpy-alloc.h: New file.
40141
40142         * modules/unistr/u8-endswith: New file.
40143         * modules/unistr/u16-endswith: New file.
40144         * modules/unistr/u32-endswith: New file.
40145         * lib/unistr/u8-endswith.c: New file.
40146         * lib/unistr/u16-endswith.c: New file.
40147         * lib/unistr/u32-endswith.c: New file.
40148         * lib/unistr/u-endswith.h: New file.
40149
40150         * modules/unistr/u8-mblen: New file.
40151         * modules/unistr/u16-mblen: New file.
40152         * modules/unistr/u32-mblen: New file.
40153         * lib/unistr/u8-mblen.c: New file.
40154         * lib/unistr/u16-mblen.c: New file.
40155         * lib/unistr/u32-mblen.c: New file.
40156
40157         * modules/unistr/u8-mbtouc: New file.
40158         * modules/unistr/u16-mbtouc: New file.
40159         * modules/unistr/u32-mbtouc: New file.
40160         * lib/unistr/u8-mbtouc.c: New file.
40161         * lib/unistr/u16-mbtouc.c: New file.
40162         * lib/unistr/u32-mbtouc.c: New file.
40163
40164         * modules/unistr/u8-mbtouc-safe: New file.
40165         * modules/unistr/u16-mbtouc-safe: New file.
40166         * modules/unistr/u32-mbtouc-safe: New file.
40167         * lib/unistr/u8-mbtouc-safe.c: New file.
40168         * lib/unistr/u16-mbtouc-safe.c: New file.
40169         * lib/unistr/u32-mbtouc-safe.c: New file.
40170
40171         * modules/unistr/u8-move: New file.
40172         * modules/unistr/u16-move: New file.
40173         * modules/unistr/u32-move: New file.
40174         * lib/unistr/u8-move.c: New file.
40175         * lib/unistr/u16-move.c: New file.
40176         * lib/unistr/u32-move.c: New file.
40177         * lib/unistr/u-move.h: New file.
40178
40179         * modules/unistr/u8-next: New file.
40180         * modules/unistr/u16-next: New file.
40181         * modules/unistr/u32-next: New file.
40182         * lib/unistr/u8-next.c: New file.
40183         * lib/unistr/u16-next.c: New file.
40184         * lib/unistr/u32-next.c: New file.
40185
40186         * modules/unistr/u8-prev: New file.
40187         * modules/unistr/u16-prev: New file.
40188         * modules/unistr/u32-prev: New file.
40189         * lib/unistr/u8-prev.c: New file.
40190         * lib/unistr/u16-prev.c: New file.
40191         * lib/unistr/u32-prev.c: New file.
40192
40193         * modules/unistr/u8-set: New file.
40194         * modules/unistr/u16-set: New file.
40195         * modules/unistr/u32-set: New file.
40196         * lib/unistr/u8-set.c: New file.
40197         * lib/unistr/u16-set.c: New file.
40198         * lib/unistr/u32-set.c: New file.
40199         * lib/unistr/u-set.h: New file.
40200
40201         * modules/unistr/u8-startswith: New file.
40202         * modules/unistr/u16-startswith: New file.
40203         * modules/unistr/u32-startswith: New file.
40204         * lib/unistr/u8-startswith.c: New file.
40205         * lib/unistr/u16-startswith.c: New file.
40206         * lib/unistr/u32-startswith.c: New file.
40207         * lib/unistr/u-startswith.h: New file.
40208
40209         * modules/unistr/u8-stpcpy: New file.
40210         * modules/unistr/u16-stpcpy: New file.
40211         * modules/unistr/u32-stpcpy: New file.
40212         * lib/unistr/u8-stpcpy.c: New file.
40213         * lib/unistr/u16-stpcpy.c: New file.
40214         * lib/unistr/u32-stpcpy.c: New file.
40215         * lib/unistr/u-stpcpy.h: New file.
40216
40217         * modules/unistr/u8-stpncpy: New file.
40218         * modules/unistr/u16-stpncpy: New file.
40219         * modules/unistr/u32-stpncpy: New file.
40220         * lib/unistr/u8-stpncpy.c: New file.
40221         * lib/unistr/u16-stpncpy.c: New file.
40222         * lib/unistr/u32-stpncpy.c: New file.
40223         * lib/unistr/u-stpncpy.h: New file.
40224
40225         * modules/unistr/u8-strcat: New file.
40226         * modules/unistr/u16-strcat: New file.
40227         * modules/unistr/u32-strcat: New file.
40228         * lib/unistr/u8-strcat.c: New file.
40229         * lib/unistr/u16-strcat.c: New file.
40230         * lib/unistr/u32-strcat.c: New file.
40231         * lib/unistr/u-strcat.h: New file.
40232
40233         * modules/unistr/u8-strchr: New file.
40234         * modules/unistr/u16-strchr: New file.
40235         * modules/unistr/u32-strchr: New file.
40236         * lib/unistr/u8-strchr.c: New file.
40237         * lib/unistr/u16-strchr.c: New file.
40238         * lib/unistr/u32-strchr.c: New file.
40239
40240         * modules/unistr/u8-strcmp: New file.
40241         * modules/unistr/u16-strcmp: New file.
40242         * modules/unistr/u32-strcmp: New file.
40243         * lib/unistr/u8-strcmp.c: New file.
40244         * lib/unistr/u16-strcmp.c: New file.
40245         * lib/unistr/u32-strcmp.c: New file.
40246
40247         * modules/unistr/u8-strcpy: New file.
40248         * modules/unistr/u16-strcpy: New file.
40249         * modules/unistr/u32-strcpy: New file.
40250         * lib/unistr/u8-strcpy.c: New file.
40251         * lib/unistr/u16-strcpy.c: New file.
40252         * lib/unistr/u32-strcpy.c: New file.
40253         * lib/unistr/u-strcpy.h: New file.
40254
40255         * modules/unistr/u8-strcspn: New file.
40256         * modules/unistr/u16-strcspn: New file.
40257         * modules/unistr/u32-strcspn: New file.
40258         * lib/unistr/u8-strcspn.c: New file.
40259         * lib/unistr/u16-strcspn.c: New file.
40260         * lib/unistr/u32-strcspn.c: New file.
40261         * lib/unistr/u-strcspn.h: New file.
40262
40263         * modules/unistr/u8-strdup: New file.
40264         * modules/unistr/u16-strdup: New file.
40265         * modules/unistr/u32-strdup: New file.
40266         * lib/unistr/u8-strdup.c: New file.
40267         * lib/unistr/u16-strdup.c: New file.
40268         * lib/unistr/u32-strdup.c: New file.
40269         * lib/unistr/u-strdup.h: New file.
40270
40271         * modules/unistr/u8-strlen: New file.
40272         * modules/unistr/u16-strlen: New file.
40273         * modules/unistr/u32-strlen: New file.
40274         * lib/unistr/u8-strlen.c: New file.
40275         * lib/unistr/u16-strlen.c: New file.
40276         * lib/unistr/u32-strlen.c: New file.
40277         * lib/unistr/u-strlen.h: New file.
40278
40279         * modules/unistr/u8-strmblen: New file.
40280         * modules/unistr/u16-strmblen: New file.
40281         * modules/unistr/u32-strmblen: New file.
40282         * lib/unistr/u8-strmblen.c: New file.
40283         * lib/unistr/u16-strmblen.c: New file.
40284         * lib/unistr/u32-strmblen.c: New file.
40285
40286         * modules/unistr/u8-strmbtouc: New file.
40287         * modules/unistr/u16-strmbtouc: New file.
40288         * modules/unistr/u32-strmbtouc: New file.
40289         * lib/unistr/u8-strmbtouc.c: New file.
40290         * lib/unistr/u16-strmbtouc.c: New file.
40291         * lib/unistr/u32-strmbtouc.c: New file.
40292
40293         * modules/unistr/u8-strncat: New file.
40294         * modules/unistr/u16-strncat: New file.
40295         * modules/unistr/u32-strncat: New file.
40296         * lib/unistr/u8-strncat.c: New file.
40297         * lib/unistr/u16-strncat.c: New file.
40298         * lib/unistr/u32-strncat.c: New file.
40299         * lib/unistr/u-strncat.h: New file.
40300
40301         * modules/unistr/u8-strncmp: New file.
40302         * modules/unistr/u16-strncmp: New file.
40303         * modules/unistr/u32-strncmp: New file.
40304         * lib/unistr/u8-strncmp.c: New file.
40305         * lib/unistr/u16-strncmp.c: New file.
40306         * lib/unistr/u32-strncmp.c: New file.
40307
40308         * modules/unistr/u8-strncpy: New file.
40309         * modules/unistr/u16-strncpy: New file.
40310         * modules/unistr/u32-strncpy: New file.
40311         * lib/unistr/u8-strncpy.c: New file.
40312         * lib/unistr/u16-strncpy.c: New file.
40313         * lib/unistr/u32-strncpy.c: New file.
40314         * lib/unistr/u-strncpy.h: New file.
40315
40316         * modules/unistr/u8-strnlen: New file.
40317         * modules/unistr/u16-strnlen: New file.
40318         * modules/unistr/u32-strnlen: New file.
40319         * lib/unistr/u8-strnlen.c: New file.
40320         * lib/unistr/u16-strnlen.c: New file.
40321         * lib/unistr/u32-strnlen.c: New file.
40322         * lib/unistr/u-strnlen.h: New file.
40323
40324         * modules/unistr/u8-strpbrk: New file.
40325         * modules/unistr/u16-strpbrk: New file.
40326         * modules/unistr/u32-strpbrk: New file.
40327         * lib/unistr/u8-strpbrk.c: New file.
40328         * lib/unistr/u16-strpbrk.c: New file.
40329         * lib/unistr/u32-strpbrk.c: New file.
40330         * lib/unistr/u-strpbrk.h: New file.
40331
40332         * modules/unistr/u8-strrchr: New file.
40333         * modules/unistr/u16-strrchr: New file.
40334         * modules/unistr/u32-strrchr: New file.
40335         * lib/unistr/u8-strrchr.c: New file.
40336         * lib/unistr/u16-strrchr.c: New file.
40337         * lib/unistr/u32-strrchr.c: New file.
40338
40339         * modules/unistr/u8-strspn: New file.
40340         * modules/unistr/u16-strspn: New file.
40341         * modules/unistr/u32-strspn: New file.
40342         * lib/unistr/u8-strspn.c: New file.
40343         * lib/unistr/u16-strspn.c: New file.
40344         * lib/unistr/u32-strspn.c: New file.
40345         * lib/unistr/u-strspn.h: New file.
40346
40347         * modules/unistr/u8-strstr: New file.
40348         * modules/unistr/u16-strstr: New file.
40349         * modules/unistr/u32-strstr: New file.
40350         * lib/unistr/u8-strstr.c: New file.
40351         * lib/unistr/u16-strstr.c: New file.
40352         * lib/unistr/u32-strstr.c: New file.
40353         * lib/unistr/u-strstr.h: New file.
40354
40355         * modules/unistr/u8-strtok: New file.
40356         * modules/unistr/u16-strtok: New file.
40357         * modules/unistr/u32-strtok: New file.
40358         * lib/unistr/u8-strtok.c: New file.
40359         * lib/unistr/u16-strtok.c: New file.
40360         * lib/unistr/u32-strtok.c: New file.
40361         * lib/unistr/u-strtok.h: New file.
40362
40363         * modules/unistr/u8-uctomb: New file.
40364         * modules/unistr/u16-uctomb: New file.
40365         * modules/unistr/u32-uctomb: New file.
40366         * lib/unistr/u8-uctomb.c: New file.
40367         * lib/unistr/u16-uctomb.c: New file.
40368         * lib/unistr/u32-uctomb.c: New file.
40369
40370         * MODULES.html.sh (Unicode string functions): Add the new modules.
40371
40372 2007-01-08  Bruno Haible  <bruno@clisp.org>
40373
40374         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40375         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40376         subdirectories.
40377
40378 2007-01-08  Karl Berry  <karl@gnu.org>
40379
40380         * doc/error.texi: mention that main() fns must set program_name
40381         when progname is used.
40382
40383 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40384
40385         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40386         WCTYPE_H is empty, for the benefit of builds from non-distclean
40387         directories.  Problem reported by Eric Blake in
40388         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40389
40390 2007-01-08  Bruno Haible  <bruno@clisp.org>
40391
40392         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40393         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40394         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40395         PROVIDE_CANONICALIZE_FILENAME_MODE.
40396         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40397
40398 2007-01-08  Bruno Haible  <bruno@clisp.org>
40399
40400         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40401         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40402         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40403         * lib/fts.c: Likewise.
40404         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40405
40406 2006-12-25  Bruno Haible  <bruno@clisp.org>
40407
40408         * modules/utf8-ucs4-safe: New file.
40409         * lib/utf8-ucs4-safe.h: New file.
40410         * lib/unistr/utf8-ucs4-safe.c: New file.
40411
40412         * modules/utf16-ucs4-safe: New file.
40413         * lib/utf16-ucs4-safe.h: New file.
40414         * lib/unistr/utf16-ucs4-safe.c: New file.
40415
40416         * MODULES.html.sh (Unicode string functions): Add the new modules.
40417
40418 2007-01-08  Bruno Haible  <bruno@clisp.org>
40419
40420         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40421         (Depends-on): Add unitypes.
40422         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40423         (u8_mbtouc_aux): Move out to separate file.
40424         (u8_mbtouc): Use ucs4_t, uint8_t types.
40425         * lib/unistr/utf8-ucs4.c: New file.
40426
40427         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40428         (Depends-on): Add unitypes.
40429         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40430         (u16_mbtouc_aux): Move out to separate file.
40431         (u16_mbtouc): Use ucs4_t, uint16_t types.
40432         * lib/unistr/utf16-ucs4.c: New file.
40433
40434         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40435         (Depends-on): Add unitypes.
40436         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40437         (u8_uctomb_aux): Move out to separate file.
40438         (u8_uctomb): Use ucs4_t, uint8_t types.
40439         * lib/unistr/ucs4-utf8.c: New file.
40440
40441         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40442         (Depends-on): Add unitypes.
40443         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40444         (u16_uctomb_aux): Move out to separate file.
40445         (u16_uctomb): Use ucs4_t, uint16_t types.
40446         * lib/unistr/ucs4-utf16.c: New file.
40447
40448 2006-12-25  Bruno Haible  <bruno@clisp.org>
40449
40450         * modules/unitypes: New file.
40451         * lib/unitypes.h: New file.
40452         * MODULES.html.sh (func_all_modules): New section "Unicode string
40453         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40454         this section. Add unitypes.
40455
40456 2007-01-08  Bruno Haible  <bruno@clisp.org>
40457
40458         Avoid variable names that conflict with those from libtool.
40459         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40460         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40461         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40462         library_names_spec to acl_library_names_spec, hardcode_* to
40463         acl_hardcode_*.
40464         Reported by Ralf Wildenhues.
40465
40466 2007-01-08  Bruno Haible  <bruno@clisp.org>
40467
40468         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40469         definition.
40470         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40471         definition.
40472         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40473         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40474         definition.
40475         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40476         definition.
40477         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40478         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40479         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40480         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40481         definition.
40482         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40483         definition.
40484         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40485         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40486         GC_USE_<algorithm>.
40487         * lib/gc-libgcrypt.c: Likewise.
40488         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40489         * modules/gc-arctwo (configure.ac): Likewise.
40490         * modules/gc-des (configure.ac): Likewise.
40491         * modules/gc-hmac-md5 (configure.ac): Likewise.
40492         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40493         * modules/gc-md2 (configure.ac): Likewise.
40494         * modules/gc-md4 (configure.ac): Likewise.
40495         * modules/gc-md5 (configure.ac): Likewise.
40496         * modules/gc-random (configure.ac): Likewise.
40497         * modules/gc-rijndael (configure.ac): Likewise.
40498         * modules/gc-sha1 (configure.ac): Likewise.
40499
40500 2007-01-08  Bruno Haible  <bruno@clisp.org>
40501
40502         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40503         macro definition.
40504         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40505         definition.
40506         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40507         definition.
40508         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40509         * modules/fcntl-safer (configure.ac): Likewise.
40510         * modules/fopen-safer (configure.ac): Likewise.
40511         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40512         GNULIB_FWRITEERROR macro definition.
40513
40514 2007-01-08  Bruno Haible  <bruno@clisp.org>
40515
40516         * m4/gnulib-common.m4: New file.
40517         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40518         (func_get_filelist): Add m4/gnulib-common.m4.
40519
40520 2007-01-08  Bruno Haible  <bruno@clisp.org>
40521
40522         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40523         command.
40524
40525 2007-01-08  Jim Meyering  <jim@meyering.net>
40526
40527         Use a more robust test for a "can't happen" condition.
40528         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40529         narrowed the st_size value.  Presuming the "can't happen" condition
40530         is true, that narrowing could conceivably convert an invalid st_size
40531         value into a valid one.  Instead, use a change based on Matthew
40532         Woehlke's original patch.
40533
40534         Slight readability improvement: use an assert-like macro
40535         in place of literal "abort ()" uses.
40536         * lib/fts.c (fts_assert): Define.
40537         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40538         Use this macro instead of a bare 'abort'.
40539
40540 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40541
40542         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40543         simply work around them.
40544         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40545         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40546         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40547         declaring.
40548         Don't bother to define as macros, since the standard doesn't require it.
40549         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40550         longer worry about IRIX 5.3.
40551         (HAVE_WCTYPE_CTMP_BUG): Remove.
40552
40553 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40554
40555         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40556         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40557         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40558         Problems reported by Georg Schwarz for IRIX 5.3.
40559
40560         * gnulib-tool (autoconf_minversion): Take the maximum version number
40561         found, not the minimum.  Problem reported by James Youngman.
40562
40563 2007-01-03  Karl Berry  <karl@gnu.org>
40564
40565         * doc/error.texi: new file, explaining interaction with progname.
40566         * doc/gnulib.texi: include it.  Update copyright.
40567
40568 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40569
40570         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40571         AC_CANONICAL_HOST, to improve autobuild outputs.
40572
40573 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40574             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40575
40576         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40577         sockets, server sockets, and other file descriptors.  Count errors
40578         to compute the return value.  Reorder the code a bit to be easier
40579         to follow.  Don't set event bits that were not requested (except
40580         POLLERR and POLLHUP).
40581
40582 2007-01-01  Bruno Haible  <bruno@clisp.org>
40583
40584         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40585
40586 2007-01-03  Jim Meyering  <jim@meyering.net>
40587
40588         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40589
40590 2007-01-02  Bruno Haible  <bruno@clisp.org>
40591
40592         * modules/settime (Include): Require timespec.h.
40593         * modules/nanosleep (Include): Likewise.
40594
40595 2007-01-01  Bruno Haible  <bruno@clisp.org>
40596
40597         * gnulib-tool (func_emit_copyright_notice): Bump year.
40598         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40599
40600 2007-01-01  Bruno Haible  <bruno@clisp.org>
40601
40602         Improve support for OpenBSD.
40603         * build-aux/config.rpath (libname_spec): Export.
40604         (library_names_spec): New variable. Export.
40605         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40606         library_names_spec from the config.rpath output. Locate shared library
40607         through the name pattern in library_names_spec.
40608
40609 2007-01-01  Eric Blake  <ebb9@byu.net>
40610
40611         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40612
40613 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40614
40615         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40616         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40617         assume the C locale, and avoid an "eval" that could cause trouble.
40618         Problem with SORT reported by Bob Proulx.
40619
40620         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40621         Define.  Trivial patch from Henning Nielsen Lund, originally
40622         sent to bug-grep@gnu.org today.
40623
40624 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40625
40626         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40627         struct stat.  Problem reported by Henning Nielsen Lund.
40628         * lib/acl.c: Include acl.h first, to check interface.  Don't
40629         bother to include sys/types.h and sys/stat.h again.
40630
40631 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40632
40633         Import the following change from libc; problem reported by
40634         Sven Verdoolaege.
40635
40636         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40637
40638         [BZ #1373]
40639         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40640
40641 2006-12-28  Jim Meyering  <jim@meyering.net>
40642
40643         * build-aux/announce-gen: Do not assume that the package
40644         builds any of tar.gz, tar.bz2, and .xdelta files.
40645         Suggestion from Simon Josefsson.
40646
40647 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40648
40649         * modules/announce-gen: New file.
40650
40651 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40652
40653         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40654         handles its gotchas now.
40655         * lib/mbswidth.c: Likewise.
40656         * lib/wcwidth.h: Likewise.
40657         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40658         and iswcntrl; the wctype module does this stuff now.
40659         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40660         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40661         * modules/mbchar (Depends-on): Add wctype.
40662         * modules/mbswidth (Depends-on): Likewise.
40663         * modules/wcwidth (Depends-on): Likewise.
40664
40665 2006-12-27  Eric Blake  <ebb9@byu.net>
40666
40667         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40668         module uses more than what <wctype.h> is required to provide.
40669
40670 2006-12-26  Eric Blake  <ebb9@byu.net>
40671
40672         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40673
40674 2006-12-26  Eric Blake  <ebb9@byu.net>
40675
40676         * modules/absolute-header: New module.
40677         * modules/fcntl (Depends-on): Depend on it.
40678         * modules/inttypes (Depends-on): Likewise.
40679         * modules/stdint (Depends-on): Likewise.
40680         * modules/sys_stat (Depends-on): Likewise.
40681         * modules/wctype (Depends-on): Likewise.
40682         * MODULES.html.sh (Support for building libraries and
40683         executables): Document it.
40684
40685 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40686
40687         * gnulib-tool (SED): Remove, undoing previous change.
40688         The problem was that it broke coreutils on Solaris, because
40689         "sed --posix" leaked into a makefile.
40690         (sed): New alias, if 'alias' and GNU sed.
40691
40692 2006-12-24  Jim Meyering  <jim@meyering.net>
40693
40694         Work around an fchownat bug in glibc-2.4:
40695         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40696         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40697         in spite of the -P option.
40698         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40699         New macros.
40700         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40701         * modules/openat (Files): Add lib/fchownat.c.
40702         * lib/openat.c (fchownat): Don't define here.  Move to...
40703         * lib/fchownat.c: ...this new file.
40704
40705 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40706
40707         Fix bug reported by Bruno Haible in
40708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40709         where quotearg.c didn't compile on Mac OS X 10.2 because it
40710         lacks <wchar.h> and wint_t.
40711         * lib/wctype_.h (__wctype_wint_t): New type.
40712         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40713         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40714         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40715         Arg is now of type __wctype_wint_t, not wint_t.
40716         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40717         substitute HAVE_WINT_T.
40718         * modules/wctype (Files): Add m4/wint_t.m4.
40719         (wctype.h): Substitute HAVE_WINT_T.
40720
40721 2006-12-23  Bruno Haible  <bruno@clisp.org>
40722
40723         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40724
40725 2006-12-23  Bruno Haible  <bruno@clisp.org>
40726
40727         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40728         S_ISLNK.
40729         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40730         mingw.
40731
40732 2006-12-22  Bruno Haible  <bruno@clisp.org>
40733
40734         * lib/copy-file.c: Include acl.h.
40735         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40736         Close the file descriptors only after being done with copy_acl.
40737         * modules/copy-file (Depends-on): Add acl.
40738
40739 2006-12-22  Bruno Haible  <bruno@clisp.org>
40740
40741         * gnulib-tool (SED): New variable.
40742         Use $SED instead of sed everywhere.
40743
40744 2006-12-22  Bruno Haible  <bruno@clisp.org>
40745
40746         * modules/no-c++: New file.
40747         * m4/no-c++.m4: New file.
40748         * MODULES.html.sh (Support for building libraries and executables):
40749         Add no-c++.
40750
40751 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40752
40753         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40754         Include <limits.h>, and use its INT_MAX to rewrite the
40755         j loop so that it does not overflow 'int'.  Problem reported by
40756         Ralf Wildenhues in
40757         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40758         Play it safe by shifting left by 1 rather than multiplying by 2,
40759         as GCC is less likely to optimize this away when the value
40760         is signed (when it assumes overflow leads to undefined behavior).
40761         Also, don't assume time_t uses two's complement.
40762
40763 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40764
40765         * MODULES.html.sh: New module wctype.
40766         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40767         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40768         <wctype.h>, since the new wctype module should fix this.
40769         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40770         the wctype module should arrange for it.
40771         * lib/regex_internal.h: Likewise.
40772         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40773         since the wctype module should handle this now.
40774         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40775         * modules/fnmatch (Depends-on): Add wctype.
40776         * modules/quotearg (Depends-on): Likewise.
40777         * modules/regex (Depends-on): Likewise.
40778
40779 2006-12-19  Bruno Haible  <bruno@clisp.org>
40780
40781         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40782         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40783
40784 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40785
40786         * modules/savewd (Depends-on): Fix dependency on fcntl.
40787
40788 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40789
40790         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40791         conforms to C99, rather than relying on the user's environment
40792         setting of STDINT_H.
40793
40794 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40795         and Eric Blake  <ebb9@byu.net>
40796
40797         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40798         This is more consistent with the other defines here.
40799         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40800         Port to z/OS.  Problem reported by Paul Gilmartin.
40801         Change local vars to use gl_ prefix rather than ac_.
40802         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40803         with other defines.
40804         * modules/double-slash-root: New module.
40805         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40806         (Depends-on): Add double-slash-root.
40807         * MODULES.html.sh (File system functions): Mention new module.
40808
40809 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40810
40811         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40812         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40813         This is for the benefit of gzip, which doesn't do i18n.
40814
40815 2006-12-12  Jim Meyering  <jim@meyering.net>
40816
40817         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40818         Reported by Andreas Schwab <schwab@suse.de>.
40819
40820 2006-12-12  Bruno Haible  <bruno@clisp.org>
40821
40822         Merge these changes.
40823         2006-09-05  Bruno Haible  <bruno@clisp.org>
40824         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40825         iconv_alloc succeeded.
40826         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40827         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40828         test for " && dest " at the end - dest is always != NULL there. Call
40829         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40830         with 2xNULL arguments, also to flush the state storage. Handle the
40831         IRIX iconv behaviour. Realloc the final result, to throw away unused
40832         memory.
40833
40834 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40835
40836         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40837         and fchmodat unconditionally, since glibc 2.4 has them.
40838         Problem reported by Arkadiusz Miskiewicz.
40839
40840 2006-12-10  Bruno Haible  <bruno@clisp.org>
40841
40842         * gnulib-tool (func_import): Show the include files only for those
40843         modules that are copied and specified.
40844         Reported by Karl Berry.
40845
40846 2006-12-08  Jim Meyering  <jim@meyering.net>
40847
40848         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40849         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40850
40851         * build-aux/announce-gen: Add two new options, both optional:
40852         --bootstrap-tools=TOOL_LIST
40853               a comma-separated list of tools, e.g.,
40854               autoconf,automake,bison,gnulib
40855         --gnulib-snapshot-date=DATE
40856               if gnulib is in the bootstrap tool list,
40857               then report this as the snapshot date.
40858               If not specified, use the current date/time.
40859               If you specify a date here, be sure it's UTC.
40860
40861 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40862
40863         * tests/test-argp-2.sh: Fix test to match actual output.
40864         (func_compare): Fix sed script to be portable.
40865
40866 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40867
40868         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40869         workaround for this case.  It is not autoconfigured now; offhand
40870         it's hard to see how to autoconfigure it.
40871
40872 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40873
40874         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40875         a directory that is about to be chowned.  Such a directory's
40876         initial file permissions should permit the owner only and this
40877         should not be changed until after the chown, since the group and
40878         other bits would be incorrect if they granted permission before
40879         the chown.
40880
40881         Fix porting problem for iswctype reported by Georg Schwarz in:
40882         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40883         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40884         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40885         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40886         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40887
40888 2006-12-03  Jim Meyering  <jim@meyering.net>
40889
40890         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40891         p->fts_statp may not yet be defined.
40892         (fts_read): Instead, set it in the caller, once p->fts_statp is
40893         sure to be defined, and corresponds to a top-level directory.
40894         This bug made du -x fail.  Here's the coreutils test case:
40895         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40896         Reported by Mike Frysinger.
40897
40898 2006-12-01  Jim Meyering  <jim@meyering.net>
40899
40900         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40901         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40902         Reported by Simon Josefsson.
40903
40904 2006-11-30  Jim Meyering  <jim@meyering.net>
40905
40906         * m4/warning.m4: Use the all-permissive copyright notice
40907         recommended by RMS (rather than LGPL).
40908         * m4/vararrays.m4: Likewise.
40909         * m4/flexmember.m4: Likewise.
40910
40911 2006-11-29  Bruno Haible  <bruno@clisp.org>
40912
40913         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40914         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40915         using +=.
40916         Reported by Simon Josefsson <simon@josefsson.org>.
40917
40918 2006-11-28  James Youngman <jay@gnu.org>
40919
40920         * README: Advise users that they might find the bug-gnulib@gnu.org
40921         and autotools-announce@gnu.org mailing lists useful.
40922
40923 2006-11-28  Bruno Haible  <bruno@clisp.org>
40924
40925         * m4/ptrdiff_max.m4: Remove file.
40926
40927 2006-11-21  Bruno Haible  <bruno@clisp.org>
40928
40929         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40930         _AC_COMPUTE_INT.
40931         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40932         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40933         _AC_COMPUTE_INT.
40934         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40935         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40936         _AC_COMPUTE_INT.
40937         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40938
40939 2006-11-28  Jim Meyering  <jim@meyering.net>
40940
40941         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40942         warning from "gcc -Wshadow" about shadowing the builtin.
40943
40944 2006-11-27  Bruno Haible  <bruno@clisp.org>
40945
40946         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40947         _AC_COMPUTE_INT.
40948         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40949
40950 2006-11-27  Bruno Haible  <bruno@clisp.org>
40951             Paul Eggert  <eggert@cs.ucla.edu>
40952
40953         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40954
40955 2006-11-26  Bruno Haible  <bruno@clisp.org>
40956
40957         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40958         noinst_LTLIBRARIES.
40959
40960 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40961             Bruno Haible  <bruno@clisp.org>
40962
40963         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40964         if compiling with "gcc -ansi".
40965
40966 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40967
40968         Fix some incompatibilities with gcc -ansi -pedantic.
40969         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40970         if compiling pedantically with GCC, unless it's C99 or later.
40971         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40972         it mishandles gcc -ansi -pedantic as well.
40973         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40974         if gcc -pedantic.
40975         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40976         initializers for struct if -pedantic, unless it's C99 or later.
40977
40978 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40979
40980         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40981         Don't close an fd more than once. Identical atimes indicate
40982         success, not failure.
40983
40984 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40985
40986         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40987
40988 2006-11-23  Jim Meyering  <jim@meyering.net>
40989
40990         * build-aux/announce-gen: New file.  From coreutils.
40991
40992 2006-11-22  Jim Meyering  <jim@meyering.net>
40993
40994         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40995         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40996         (fts_read): Use a temporary to narrow the overused st_size member
40997         before using it in a switch statement.  Reported by Matthew Woehlke.
40998
40999         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41000         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41001
41002 2006-11-20  Bruno Haible  <bruno@clisp.org>
41003
41004         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41005         changequote instead of pairs of brackets.
41006         Reported by Andreas Schwab <schwab@suse.de>.
41007
41008 2006-11-21  Jim Meyering  <jim@meyering.net>
41009
41010         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41011         so as to remain compatible with older compilers.
41012         Patch from Michael Deutschmann.
41013
41014 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41015
41016         * MODULES.html.sh (File system functions): Add openat.
41017
41018         * lib/openat.h (rpl_fstatat): New macro, if
41019         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41020         (fstatat): Define to rpl_fstatat under the same conditions,
41021         unless COMPILING_FSTATAT.
41022         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41023         seems to have the bug.
41024         * lib/fstatat.c: New file.
41025         * modules/openat (Files): Add it.
41026
41027 2006-11-20  Bruno Haible  <bruno@clisp.org>
41028
41029         * Makefile: New file.
41030
41031 2006-11-20  Jim Meyering  <jim@meyering.net>
41032
41033         The beginnings of syntax-related checks for gnulib.
41034         * lib/Makefile: New file.
41035         * lib/t-idcache: New script.  Ensure that the two halves of
41036         idcache.c stay in sync.
41037
41038         * lib/idcache.c: Adjust comments in user- and group- portions to
41039         be more accurate, and to be consistent with one another.
41040
41041 2006-11-20  Jim Meyering  <jim@meyering.net>
41042
41043         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41044         continue using the flexible array member (thus, this module performs
41045         half as many malloc calls), with the addition that...
41046         (getgroup, getuser): Consistently record a non-match via an empty
41047         "name" string, and map an empty string match to a NULL return value.
41048         * modules/idcache (Depends-on): Re-add flexmember.
41049
41050         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41051         (getuidbyname, getgroup, getgidbyname): Likewise.
41052
41053         Use cleaner syntax: NULL rather than 0.
41054         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41055
41056 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41057
41058         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41059         It mishandled the case where the group was missing.
41060         Problem reported by Greg Schafer.
41061         * modules/idcache: Likewise.
41062
41063 2006-11-18  Jim Meyering  <jim@meyering.net>
41064
41065         * check-module (%exempt_header): Add exception for some
41066         conditionally-included headers.
41067
41068         * modules/i-ring (Depends-on): Add verify.
41069         (License): Change to LGPL.
41070
41071 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41072
41073         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41074         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41075         and inttostr.h.  Use snprintf rather than uinttostr, so that
41076         LGPLed code doesn't depend on GPLed.
41077
41078 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41079
41080         * modules/inline (License): Change from GPL to LGPL.
41081
41082 2006-11-17  Jim Meyering  <jim@meyering.net>
41083
41084         * modules/d-type (License): Switch to LGPL.
41085
41086 2006-11-15  Bruno Haible  <bruno@clisp.org>
41087
41088         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41089
41090 2006-11-15  Eric Blake  <ebb9@byu.net>
41091
41092         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41093         the module dependency.
41094
41095 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41096             Bruno Haible  <bruno@clisp.org>
41097
41098         * gnulib-tool (func_create_testdir): Add license consistency check.
41099
41100 2006-11-15  Eric Blake  <ebb9@byu.net>
41101
41102         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41103         random "(cached)" in configure output.
41104
41105 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41106
41107         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41108         test for conforming inttypes.h is both announced and cached.
41109
41110         * MODULES.html.sh (seen_modules, seen_files): New variables.
41111         (func_module): Rewrite to use a few less gnulib-tool and sed
41112         invocations.  Avoid a couple of quadratic algorithms for ...
41113         (missed_modules, missed_files): ... these, with ...
41114         (func_append, func_tmpdir): ... these new functions, from
41115         gnulib-tool.  Analogously, install traps for cleanup.
41116
41117         * tests/test-gc.c (main): Remove unused variables.
41118         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41119
41120 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41121
41122         * modules/inttostr (License): Change to LGPL.
41123
41124 2006-11-14  Eric Blake  <ebb9@byu.net>
41125
41126         * modules/tempname (License): Change to LGPL.
41127
41128 2006-11-14  Eric Blake  <ebb9@byu.net>
41129
41130         * doc/functions.texi (Function Portability): *printf functions on
41131         Cygwin now understand all POSIX size specifiers.
41132
41133 2006-11-14  Bruno Haible  <bruno@clisp.org>
41134
41135         * modules/c-ctype (License): Change to LGPL.
41136
41137 2006-11-12  Bruno Haible  <bruno@clisp.org>
41138
41139         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41140         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41141         for GNOME libraries, for which the include files are installed in
41142         subdirectories of $prefix/include.
41143
41144 2006-11-12  Bruno Haible  <bruno@clisp.org>
41145
41146         * m4/lib-link.m4: Require at least autoconf-2.54.
41147         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41148         name to underscores for the --with option.
41149
41150 2006-11-13  Bruno Haible  <bruno@clisp.org>
41151
41152         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41153         the tests directory.
41154         Reported by Ralf Wildenhues.
41155
41156 2006-11-13  Bruno Haible  <bruno@clisp.org>
41157
41158         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41159         (func_emit_initmacro_end): Undo the override here.
41160         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41161         Works around the famous automake error in coreutils.
41162
41163 2006-11-13  Eric Blake  <ebb9@byu.net>
41164
41165         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41166         element, not its node.
41167
41168 2006-11-12  Bruno Haible  <bruno@clisp.org>
41169
41170         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41171         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41172
41173 2006-11-12  Bruno Haible  <bruno@clisp.org>
41174
41175         * gnulib-tool: New option --local-symlink.
41176         (func_usage): Document it.
41177         (lsymbolic): New variable.
41178         (func_import, func_create_testdir): If --symlink was not specified,
41179         test whether --local-symlink was specified and the file comes from
41180         the local_gnulib_dir.
41181
41182 2006-11-12  Bruno Haible  <bruno@clisp.org>
41183
41184         * gnulib-tool (func_ln): New function.
41185         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41186
41187 2006-11-12  Bruno Haible  <bruno@clisp.org>
41188
41189         Finish support for source files in subdirectories.
41190         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41191         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41192         AUTOMAKE_OPTIONS.
41193         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41194
41195 2006-11-12  Bruno Haible  <bruno@clisp.org>
41196
41197         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41198         EXTRA_lib_SOURCES augmentation.
41199         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41200
41201 2006-11-12  Jim Meyering  <jim@meyering.net>
41202
41203         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41204         file descriptors.  This also averts a failure on systems with
41205         native openat support when a traversed directory lacks "x" access.
41206         * lib/fts_.h: Include "i-ring.h"
41207         (struct FTS) [fts_fd_ring]: New member.
41208         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41209         (FCHDIR): Add parentheses.
41210         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41211         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41212         When descending, rather than simply closing the previous
41213         fts_cwd_fd value, push that file descriptor onto the ring.
41214         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41215         (fts_open): Initialize the new fd_ring member.
41216         (fts_close): Clear the ring.
41217         (fts_safe_changedir): When possible, use our new fd_ring to skip
41218         the diropen and fstat and dev/ino comparison that would normally
41219         accompany a virtual `chdir ("..")'.
41220
41221         * modules/fts (Depends-on): Add i-ring.
41222         * modules/i-ring: New module.
41223         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41224         * m4/i-ring.m4: New file.
41225
41226 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41227
41228         * gnulib-tool (func_create_testdir): Fix replacement of
41229         `build-aux' in configure.ac.  Run autotools in gltests
41230         subdirectory.
41231         (func_create_testdir, func_create_megatestdir, test): There is
41232         no need for '--force' in most autotool invocations in a new
41233         tree.  Actually fail the whole test if any of the tools, or the
41234         configure or make stages fail.
41235
41236         Sync from Automake.
41237         * build-aux/gnupload: Revert last change.  Add pointer to upload
41238         instructions of the GNU Maintenance Instructions.
41239         Suggestion by Karl Berry.
41240
41241 2006-11-10  Jim Meyering  <jim@meyering.net>
41242
41243         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41244
41245 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41246
41247         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41248         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41249         (bind_textdomain_codeset) [! ENABLE_NLS]:
41250         Evaluate all the arguments.  That way, callers get compatible behavior
41251         if the arguments have side effects.  Also, it avoids some GCC
41252         diagnostics in some cases; Joel E. Denny reported problems when Bison
41253         was configured with --enable-gcc-warnigs.
41254
41255 2006-11-10  Jim Meyering  <jim@meyering.net>
41256
41257         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41258         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41259         account.
41260
41261 2006-11-10  Jim Meyering  <jim@meyering.net>
41262
41263         * modules/inline: New file/module.
41264         * modules/xalloc (Files): Remove m4/inline.m4.
41265         (Depends-on): Add inline, instead.
41266         * modules/oset: Likewise.
41267         * modules/list: Likewise.
41268
41269 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41270
41271         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41272         Problem reported by Matthew Woehlke.
41273
41274 2006-11-09  Bruno Haible  <bruno@clisp.org>
41275
41276         * lib/tempname.c (gen_tempname): Remove variant that invokes
41277         __gen_tempname.
41278         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41279         __gen_tempname.
41280
41281 2006-11-08  Bruno Haible  <bruno@clisp.org>
41282
41283         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41284         to 'yes' instead of 'cross-compiling'.
41285
41286 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41287
41288         * lib/quotearg.h (quotearg_free): New decl.
41289         * lib/quotearg.c (quotearg_free): New function.
41290         (slot0, nslots, slotvec0, slotvec):
41291         Now file-scope so that quotearg_free can get at them.
41292
41293 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41294
41295         Sync from Automake.
41296         * build-aux/gnupload: Add missing 'gnu' to example URL.
41297         Report by Karl Berry.
41298
41299 2006-11-08  Bruno Haible  <bruno@clisp.org>
41300
41301         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41302         Suggested by Paul Eggert.
41303
41304 2006-11-08  Jim Meyering  <jim@meyering.net>
41305
41306         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41307         It's already included if !_LIBC.
41308         (fts_safe_changedir): Add a comment.
41309
41310 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41311
41312         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41313         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41314         Matthew Woehlke.
41315
41316         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41317         definitions up, to avoid colliding with change below.
41318         (static_inline) [HAVE_INLINE]: New macro.
41319         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41320         Provide extern decls when !HAVE_INLINE.  Do not define unless
41321         static_inline is defined, either by us or by xmalloc.c.  Use
41322         static_inline rather than static inline.
41323         (XCALLOC): Optimize sizeof(T) = 1 case.
41324         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41325
41326 2006-11-07  Bruno Haible  <bruno@clisp.org>
41327
41328         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41329         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41330         AC_C_INLINE.
41331         * modules/xalloc (Files): Add m4/inline.m4.
41332
41333 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41334
41335         * README: Fix typo.
41336         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41337         (Miscellanous Notes): ...from this.
41338
41339 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41340
41341         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41342         Mention that offsetof should be used instead of sizeof.
41343         From Bruno Haible.
41344
41345 2006-11-07  Bruno Haible  <bruno@clisp.org>
41346
41347         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41348
41349 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41350
41351         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41352         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41353         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41354         (gl_tree_add_before, gl_tree_add_after):
41355         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41356         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41357         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41358         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41359         (gl_linked_add_after, gl_linked_add_at): Likewise.
41360         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41361         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41362         (gl_tree_add_before, gl_tree_add_after): Likewise.
41363         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41364         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41365         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41366
41367 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41368
41369         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41370
41371 2006-11-06  Bruno Haible  <bruno@clisp.org>
41372
41373         * m4/inline.m4: New file.
41374         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41375         * modules/list (Files): Add m4/inline.m4.
41376         * modules/oset (Files): Likewise.
41377
41378 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41379
41380         * lib/idcache.c: Include <stddef.h>, for offsetof.
41381         (struct userid.name): Change from char * to a flexible array member.
41382         All uses changed.
41383         * modules/idcache (Depends-on): Add flexmember.
41384
41385         * MODULES.html.sh (Core language properties): New module flexmember.
41386         * modules/flexmember, m4/flexmember.m4: New files.
41387
41388         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41389         inline functions that are identical with the old xnmalloc_inline,
41390         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41391         that we can avoid some unnecessary integer multiplications and
41392         divisions in the common case where the element size is known at
41393         compile time.
41394         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41395         needed.
41396         (xnboundedmalloc): Remove.
41397         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41398         arguments, for consistency with rest of this header.
41399         (xcharalloc): Rewrite using XNMALLOC.
41400         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41401         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41402         versions have been moved to lib/xalloc.h and renamed to be the
41403         non-*_inline versions.
41404         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41405         and xnrealloc functions, since those functions are now inline and
41406         now call us.
41407         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41408         renaming described above.
41409         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41410         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41411         captures the dependency in AC_C_INLINE.
41412
41413         New module canonicalize-lgpl, proposed by Charles Wilson in
41414         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41415         with a few small changes afterwards.
41416         * MODULES.html.sh (File system functions): New module
41417         canonicalize-lgpl.
41418         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41419         and canonicalize_file_name.
41420         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41421         * modules/canonicalize-lgpl: New files.
41422
41423 2006-11-05  Bruno Haible  <bruno@clisp.org>
41424
41425         * gnulib-tool (func_import, func_create_testdir): Create directories
41426         also for files in subdirectories of lib/.
41427
41428 2006-11-05  Bruno Haible  <bruno@clisp.org>
41429
41430         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41431         ANSI C compliant.
41432
41433 2006-11-03  Bruno Haible  <bruno@clisp.org>
41434
41435         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41436         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41437         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41438         (xnboundedmalloc): New inline function.
41439         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41440         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41441         xmalloc.
41442         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41443         xmalloc.
41444         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41445         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41446         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41447         xmalloc.
41448         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41449         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41450         xmalloc.
41451         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41452         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41453         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41454         xmalloc.
41455         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41456         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41457         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41458         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41459         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41460         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41461         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41462
41463 2006-11-03  Bruno Haible  <bruno@clisp.org>
41464
41465         * lib/c-ctype.h [C++]: Define functions without name mangling.
41466         * lib/fwriteerror.h [C++]: Likewise.
41467         * lib/gcd.h [C++]: Likewise.
41468         * lib/linebreak.h [C++]: Likewise.
41469
41470 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41471
41472         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41473         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41474         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41475         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41476         Check for functions and headers just once.
41477         Check for declaration of canonicalize_file_name.
41478         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41479
41480 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41481
41482         * gnulib-tool (func_import): Fix typo in actioncmd.
41483
41484 2006-11-02  Bruno Haible  <bruno@clisp.org>
41485
41486         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41487         newline sequence in the Makefile.am snippet as a space, like "make"
41488         does.
41489         Reported by Roger Persson <perrog@gmail.com>.
41490
41491 2006-11-01  Bruno Haible  <bruno@clisp.org>
41492
41493         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41494         already declared in <string.h>.
41495         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41496
41497 2006-11-01  Bruno Haible  <bruno@clisp.org>
41498
41499         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41500         * lib/strcase.h: Include <string.h>.
41501         (strcasecmp): Define to rpl_strcasecmp here.
41502
41503 2006-11-01  Bruno Haible  <bruno@clisp.org>
41504
41505         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41506
41507 2006-11-01  Eric Blake  <ebb9@byu.net>
41508
41509         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41510
41511         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41512
41513 2006-10-29  Bruno Haible  <bruno@clisp.org>
41514
41515         Make it compile in C++ mode.
41516         * lib/full-write.c (full_rw): Add a cast.
41517
41518 2006-11-01  Bruno Haible  <bruno@clisp.org>
41519
41520         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41521         be POSIX compliant.
41522         Reported by Roger Persson <perrog@gmail.com>.
41523
41524 2006-11-01  Eric Blake  <ebb9@byu.net>
41525
41526         * lib/getopt_.h: Fix comments.
41527
41528 2006-10-31  Eric Blake  <ebb9@byu.net>
41529
41530         * modules/tmpdir (Depends-on): Add sys_stat.
41531         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41532         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41533         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41534         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41535         tempname.
41536
41537 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41538
41539         Avoid some C++ diagnostics reported by Bruno Haible.
41540         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41541         xmalloc.
41542         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41543         (struct slotvec): Move to top level.
41544         (quotearg_n_options): Rewrite to avoid xmalloc.
41545         * lib/xalloc.h (xcharalloc): New function.
41546         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41547         [defined __cplusplus]: Add function template that provides result
41548         type propagation.  This part of the change is from Bruno Haible.
41549
41550 2006-10-29  Bruno Haible  <bruno@clisp.org>
41551
41552         Make it compile in C++ mode.
41553         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41554         * lib/strnlen1.c (strnlen1): Cast memchr result.
41555         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41556         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41557         (create_temp_dir): Rename local variable 'template'.
41558         (compile_csharp_using_sscli): Add cast.
41559         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41560         * lib/findprog.c (find_in_path): Likewise.
41561         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41562         * lib/wait-process.c (register_slave_subprocess): Likewise.
41563
41564 2006-10-22  Bruno Haible  <bruno@clisp.org>
41565
41566         * modules/tsearch: New file.
41567         * lib/tsearch.h: New file.
41568         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41569         * m4/tsearch.m4: New file.
41570         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41571
41572 2006-10-29  Eric Blake  <ebb9@byu.net>
41573
41574         * lib/arcfour.c: Assume config.h.
41575         * lib/arctwo.c: Likewise.
41576         * lib/base64.c: Likewise.
41577         * lib/check-version.c: Likewise.
41578         * lib/crc.c: Likewise.
41579         * lib/des.c: Likewise.
41580         * lib/gc-gnulib.c: Likewise.
41581         * lib/gc-libgcrypt.c: Likewise.
41582         * lib/gc-pbkdf2-sha1.c: Likewise.
41583         * lib/getaddrinfo.c: Likewise.
41584         * lib/getdelim.c: Likewise.
41585         * lib/getline.c: Likewise.
41586         * lib/hmac-md5.c: Likewise.
41587         * lib/hmac-sha1.c: Likewise.
41588         * lib/iconvme.c: Likewise.
41589         * lib/md2.c: Likewise.
41590         * lib/md4.c: Likewise.
41591         * lib/memxor.c: Likewise.
41592         * lib/read-file.c: Likewise.
41593         * lib/readline.c: Likewise.
41594         * lib/rijndael-alg-fst.c: Likewise.
41595         * lib/rijndael-api-fst.c: Likewise.
41596         * lib/xgetdomainname.c: Likewise.
41597
41598 2006-10-28  Eric Blake  <ebb9@byu.net>
41599
41600         * lib/xstrndup.c: Assume config.h.
41601
41602 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41603
41604         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41605         stat-macros.h is now for our own macros, whereas stat_h is for
41606         macros in the <sys/stat.h> name space.
41607         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41608         (STAT_MACROS_H): Remove.
41609         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41610         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41611         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41612         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41613         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41614         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41615         Move these macros to ...
41616         * lib/stat_.h: here.  Don't include stat-macros.h.
41617         * lib/canonicalize.c: Don't include stat-macros.h.
41618         * lib/chown.c: Likewise.
41619         * lib/euidaccess.c: Likewise.
41620         * lib/file-type.c: Likewise.
41621         * lib/filemode.c: Likewise.
41622         * lib/glob.c: Likewise.
41623         * lib/isapipe.c: Likewise.
41624         * lib/lchown.c: Likewise.
41625         * lib/lstat.c: Likewise.
41626         * lib/mkdir-p.c: Likewise.
41627         * lib/rmdir.c: Likewise.
41628         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41629         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41630         unless mkdir isn't declared, to speed up 'configure'.
41631         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41632         would define all the S_* symbols.
41633         * modules/canonicalize (Depends-on):
41634         Depend on sys_stat, not stat-macros.
41635         * modules/chown: Likewise.
41636         * modules/euidaccess: Likewise.
41637         * modules/filemode: Likewise.
41638         * modules/file-type: Likewise.
41639         * modules/glob: Likewise.
41640         * modules/isapipe: Likewise.
41641         * modules/lchown: Likewise.
41642         * modules/lstat: Likewise.
41643         * modules/mkancesdirs: Likewise.
41644         * modules/rmdir: Likewise.
41645         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41646         * modules/modechange: Likewise.
41647         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41648         (configure.ac): Remove gl_STAT_MACROS.
41649         * modules/sys_stat (Depends-on): Remove stat-macros.
41650
41651 2006-10-27  Bruno Haible  <bruno@clisp.org>
41652
41653         * m4/signed.m4: Remove file.
41654         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41655         invocation.
41656         * modules/vasnprintf (Files): Remove m4/signed.m4.
41657
41658 2006-10-27  Bruno Haible  <bruno@clisp.org>
41659
41660         Update to GNU gettext 0.16.
41661         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41662         m4/inttypes-h.m4, m4/signed.m4.
41663         * m4/gettext.m4: Update to GNU gettext 0.16.
41664         * m4/intl.m4: New file, from GNU gettext.
41665         * m4/intldir.m4: New file, from GNU gettext.
41666         * config/srclist.txt: Update
41667
41668 2006-10-27  Eric Blake  <ebb9@byu.net>
41669
41670         * MODULES.html.sh: Document tempname.
41671         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41672         dependencies.
41673         (Files): Move lib/tempname.c...
41674         * modules/tempname: ...to this new module.
41675         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41676         (gl_PREREQ_TEMPNAME): Move...
41677         * m4/tempname.m4: ...to this new file.
41678         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41679         * modules/sys_stat (Depends-on): Add stat-macros.
41680         * lib/stat_.h (includes): Pick up stat macros.
41681         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41682         if stat macros are broken.
41683         * lib/tempname.c (includes): No need to include "stat-macros.h".
41684         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41685         (direxists, __path_search) [!_LIBC]: Don't compile these in
41686         gnulib; the tmpdir module covers that.
41687         * lib/tempname.h: New file.
41688
41689 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41690
41691         * COPYING: Explain how gnulib-tool converts licence headers.
41692         Almost all wording by Eric Blake.
41693
41694 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41695
41696         * lib/mbchar.h (is_basic_table): Make read-only.
41697         * lib/mbchar.c (is_basic_table): Likewise.
41698         Reported by John Darrington.
41699
41700 2006-10-25  Bruno Haible  <bruno@clisp.org>
41701
41702         * lib/progname.h (set_program_name): Undefine before defining.
41703
41704 2006-10-25  Bruno Haible  <bruno@clisp.org>
41705
41706         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41707         false for non-gcc C++ compilers.
41708         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41709
41710 2006-10-24  Bruno Haible  <bruno@clisp.org>
41711
41712         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41713         iconv implementations like Irix iconv.
41714
41715 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41716
41717         * modules/vararrays: New file.
41718         * m4/vararrays.m4: New file, taken from diffutils.
41719         * MODULES.html.sh: New module vararrays.
41720
41721 2006-10-24  Karl Berry  <karl@gnu.org>
41722
41723         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41724         Don't call GNU Unix.
41725
41726 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41727
41728         * users.txt: Add Libtool.
41729
41730         Sync from Libtool:
41731
41732         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41733
41734         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41735         to gnulib's policy of including config.h unconditionally.
41736
41737 2006-10-24  Bruno Haible  <bruno@clisp.org>
41738
41739         * modules/wcwidth (Files): Add m4/wint_t.m4.
41740         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41741         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41742
41743 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41744
41745         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41746         to pacify GCC with some -W flags enabled.  Problem reported by
41747         Bruno Haible.
41748
41749 2006-10-24  Jim Meyering  <jim@meyering.net>
41750
41751         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41752         Reported by Karl Berry.
41753
41754 2006-10-23  Bruno Haible  <bruno@clisp.org>
41755
41756         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41757
41758 2006-10-24  Bruno Haible  <bruno@clisp.org>
41759
41760         * lib/gl_list.h: Use C comment style, not C++ comment style.
41761
41762 2006-10-23  Eric Blake  <ebb9@byu.net>
41763
41764         * lib/getaddrinfo.c (includes): Add missing include.
41765
41766 2006-10-23  Bruno Haible  <bruno@clisp.org>
41767             Paul Eggert  <eggert@cs.ucla.edu>
41768
41769         Ability to rename obstack_free.
41770         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41771         obstack_free.
41772         (obstack_free): Invoke the __obstack_free macro.
41773         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41774
41775 2006-10-23  Bruno Haible  <bruno@clisp.org>
41776             Paul Eggert  <eggert@cs.ucla.edu>
41777
41778         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41779         __argc, __argv from the declaration. (They are defined as macros on
41780         mingw.)
41781
41782 2006-10-22  Bruno Haible  <bruno@clisp.org>
41783
41784         * doc/gnulib-intro.texi: New file.
41785         * doc/gnulib.texi: Include it.
41786
41787 2006-10-21  Bruno Haible  <bruno@clisp.org>
41788
41789         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41790         "Introduction", "Miscellanous Notes", "Particular Modules".
41791
41792 2006-10-21  Bruno Haible  <bruno@clisp.org>
41793
41794         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41795         Change mostlyclean-local rule to avoid sh syntax error from bash
41796         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41797
41798 2006-10-23  Jim Meyering  <jim@meyering.net>
41799
41800         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41801         in place of snprintf.
41802
41803         * modules/inttostr (Files): Add lib/uinttostr.c.
41804         * lib/uinttostr.c (inttostr): New file/function.
41805         * lib/inttostr.h (uinttostr): Declare.
41806         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41807         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41808         Add uinttostr.
41809         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41810
41811 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41812
41813         * lib/canonicalize.c (ELOOP): Define if not already defined.
41814         Problem reported by Bruno Haible in
41815         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41816
41817 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41818
41819         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41820         Problem reported by Perry Smith and Ville Laurikari.
41821
41822         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41823         uses.
41824
41825 2006-10-19  Bruno Haible  <bruno@clisp.org>
41826
41827         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41828         for mingw.
41829
41830 2006-10-19  Bruno Haible  <bruno@clisp.org>
41831
41832         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41833         Needed for mingw.
41834
41835 2006-10-19  Bruno Haible  <bruno@clisp.org>
41836
41837         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41838
41839 2006-10-19  Bruno Haible  <bruno@clisp.org>
41840
41841         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41842         it.
41843
41844 2006-10-19  Bruno Haible  <bruno@clisp.org>
41845
41846         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41847         invocation.
41848
41849 2006-10-19  Bruno Haible  <bruno@clisp.org>
41850
41851         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41852         mountlist by default.
41853
41854 2006-10-16  Bruno Haible  <bruno@clisp.org>
41855
41856         * lib/c-strstr.c: Include c-strstr.h.
41857
41858 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41859
41860         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41861         in a slash.
41862
41863 2006-10-18  Bruno Haible  <bruno@clisp.org>
41864
41865         * lib/lock.h [C++]: Wrap definitions in extern "C".
41866
41867 2006-10-18  Bruno Haible  <bruno@clisp.org>
41868
41869         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41870         gl_LIBOBJS list.
41871
41872 2006-10-18  Bruno Haible  <bruno@clisp.org>
41873
41874         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41875
41876 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41877
41878         * lib/xstrtol.h: Include gettext.h.
41879         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41880         Problem reported by Eric Blake.
41881         * modules/xstrtol (Depends-on): Add gettext-h.
41882
41883 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41884
41885         * lib/strftime.c (advance): New macro.
41886         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41887         incomplete type, so you can't add 0 to it.  Problem and patch
41888         reported by Eelco Dolstra for dietlibc.
41889
41890 2006-10-18  Jim Meyering  <jim@meyering.net>
41891
41892         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41893         type for a local, and rename it: s/up/user_proc/.
41894
41895 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41896
41897         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41898         READ_UTMP_USER_PROCESS.
41899         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41900
41901 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41902
41903         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41904         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41905
41906 2006-10-17  Eric Blake  <ebb9@byu.net>
41907
41908         * lib/sigprocmask.c (sigprocmask): Fix typo.
41909
41910         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41911
41912         * modules/clean-temp (Makefile.am): Don't add to make output...
41913         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41914         config.h.
41915
41916 2006-10-17  Bruno Haible  <bruno@clisp.org>
41917
41918         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41919         differently if DEFAULT_TEXT_DOMAIN is set.
41920
41921 2006-10-16  Bruno Haible  <bruno@clisp.org>
41922
41923         * lib/clean-temp.c: Include fwriteerror.h.
41924
41925 2006-10-16  Bruno Haible  <bruno@clisp.org>
41926
41927         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41928
41929 2006-10-16  Bruno Haible  <bruno@clisp.org>
41930
41931         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41932         * lib/sigprocmask.h: Include <sys/types.h>.
41933         (sigset_t): Use the system's definition if present.
41934
41935 2006-10-17  Eric Blake  <ebb9@byu.net>
41936
41937         * lib/xvasprintf.c (includes): Assume config.h.
41938         * lib/xasprintf.c (includes): Likewise.
41939
41940 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41941
41942         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41943         at least as wide as intmax_t.
41944
41945 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41946
41947         (Imported from Automake.)
41948         * build-aux/gnupload: Update to version 1.1 of directive file.
41949
41950 2006-10-16  Eric Blake  <ebb9@byu.net>
41951
41952         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41953         match Automake 1.10a.
41954
41955 2006-10-14  Bruno Haible  <bruno@clisp.org>
41956
41957         * modules/sigprocmask: New file.
41958         * lib/sigprocmask.h: New file.
41959         * lib/sigprocmask.c: New file.
41960         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41961         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41962         request sigprocmask.o.
41963         (gl_PREREQ_SIGPROCMASK): New macro.
41964         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41965         (Depends-on): Add sigprocmask.
41966         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41967         gt_SIGNALBLOCKING. Test for 'raise' only once.
41968         * lib/fatal-signal.c: Include sigprocmask.h.
41969         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41970         unblock_fatal_signals): Define always.
41971         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41972         sigprocmask.
41973
41974 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41975
41976         Sync from Automake.
41977         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41978         which incorrectly sets the mode of an existing destination
41979         directory.  In some cases the unpatched install-sh could do the
41980         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41981         system.  We hope this is rare in practice, but it's clearly worth
41982         fixing.  Problem reported by Alex Unleashed in
41983         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41984         Also, don't bother to check for -m bugs unless we're using -m;
41985         suggested by Stepan Kasal.
41986
41987 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41988
41989         Sync from Automake.
41990         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41991         `-c' flag, so they appear at the same position as in %FASTDEP%
41992         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41993         which ignores unknown options only after the first non-option.
41994         Bug report against M4 by Nelson H. F. Beebe.
41995
41996 2006-10-13  Jim Meyering  <jim@meyering.net>
41997
41998         Fix a bug in yesterday's change.
41999         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42000         p->fts_statp->st_dev would be used uninitialized.
42001         Ensures that we always call fts_stat on the very first entry.
42002         Miklos Szeredi reported that find -xdev stopped working.
42003
42004 2006-10-12  Bruno Haible  <bruno@clisp.org>
42005
42006         * gnulib-tool (func_get_automake_snippet): Append an automatically
42007         computed EXTRA_DIST augmentation.
42008         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42009         * modules/alloca-opt (Makefile.am): Likewise.
42010         * modules/allocsa (Makefile.am): Likewise.
42011         * modules/arcfour (Makefile.am): Likewise.
42012         * modules/arctwo (Makefile.am): Likewise.
42013         * modules/argmatch (Makefile.am): Likewise.
42014         * modules/argz (Makefile.am): Likewise.
42015         * modules/atexit (Makefile.am): Likewise.
42016         * modules/backupfile (Makefile.am): Likewise.
42017         * modules/byteswap (Makefile.am): Likewise.
42018         * modules/c-strtod (Makefile.am): Likewise.
42019         * modules/c-strtold (Makefile.am): Likewise.
42020         * modules/calloc (Makefile.am): Likewise.
42021         * modules/canon-host (Makefile.am): Likewise.
42022         * modules/canonicalize (Makefile.am): Likewise.
42023         * modules/chdir-long (Makefile.am): Likewise.
42024         * modules/chdir-safer (Makefile.am): Likewise.
42025         * modules/check-version (Makefile.am): Likewise.
42026         * modules/chown (Makefile.am): Likewise.
42027         * modules/cloexec (Makefile.am): Likewise.
42028         * modules/close-stream (Makefile.am): Likewise.
42029         * modules/closeout (Makefile.am): Likewise.
42030         * modules/crc (Makefile.am): Likewise.
42031         * modules/csharpexec (Makefile.am): Likewise.
42032         * modules/cycle-check (Makefile.am): Likewise.
42033         * modules/des (Makefile.am): Likewise.
42034         * modules/dev-ino (Makefile.am): Likewise.
42035         * modules/dirfd (Makefile.am): Likewise.
42036         * modules/dirname (Makefile.am): Likewise.
42037         * modules/dup2 (Makefile.am): Likewise.
42038         * modules/eealloc (Makefile.am): Likewise.
42039         * modules/error (Makefile.am): Likewise.
42040         * modules/euidaccess (Makefile.am): Likewise.
42041         * modules/exclude (Makefile.am): Likewise.
42042         * modules/exitfail (Makefile.am): Likewise.
42043         * modules/fcntl-safer (Makefile.am): Likewise.
42044         * modules/fcntl (Makefile.am): Likewise.
42045         * modules/file-type (Makefile.am): Likewise.
42046         * modules/fileblocks (Makefile.am): Likewise.
42047         * modules/filemode (Makefile.am): Likewise.
42048         * modules/filenamecat (Makefile.am): Likewise.
42049         * modules/fnmatch (Makefile.am): Likewise.
42050         * modules/fopen-safer (Makefile.am): Likewise.
42051         * modules/fpending (Makefile.am): Likewise.
42052         * modules/fprintftime (Makefile.am): Likewise.
42053         * modules/free (Makefile.am): Likewise.
42054         * modules/fsusage (Makefile.am): Likewise.
42055         * modules/ftruncate (Makefile.am): Likewise.
42056         * modules/fts (Makefile.am): Likewise.
42057         * modules/gc-arcfour (Makefile.am): Likewise.
42058         * modules/gc-des (Makefile.am): Likewise.
42059         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42060         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42061         * modules/gc-md4 (Makefile.am): Likewise.
42062         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42063         * modules/gc-sha1 (Makefile.am): Likewise.
42064         * modules/gc (Makefile.am): Likewise.
42065         * modules/getaddrinfo (Makefile.am): Likewise.
42066         * modules/getcwd (Makefile.am): Likewise.
42067         * modules/getdelim (Makefile.am): Likewise.
42068         * modules/getdomainname (Makefile.am): Likewise.
42069         * modules/getgroups (Makefile.am): Likewise.
42070         * modules/gethostname (Makefile.am): Likewise.
42071         * modules/gethrxtime (Makefile.am): Likewise.
42072         * modules/getline (Makefile.am): Likewise.
42073         * modules/getloadavg (Makefile.am): Likewise.
42074         * modules/getlogin_r (Makefile.am): Likewise.
42075         * modules/getndelim2 (Makefile.am): Likewise.
42076         * modules/getopt (Makefile.am): Likewise.
42077         * modules/getpagesize (Makefile.am): Likewise.
42078         * modules/getpass-gnu (Makefile.am): Likewise.
42079         * modules/getpass (Makefile.am): Likewise.
42080         * modules/getsubopt (Makefile.am): Likewise.
42081         * modules/gettime (Makefile.am): Likewise.
42082         * modules/gettimeofday (Makefile.am): Likewise.
42083         * modules/getugroups (Makefile.am): Likewise.
42084         * modules/getusershell (Makefile.am): Likewise.
42085         * modules/glob (Makefile.am): Likewise.
42086         * modules/group-member (Makefile.am): Likewise.
42087         * modules/hard-locale (Makefile.am): Likewise.
42088         * modules/hash (Makefile.am): Likewise.
42089         * modules/hmac-md5 (Makefile.am): Likewise.
42090         * modules/hmac-sha1 (Makefile.am): Likewise.
42091         * modules/human (Makefile.am): Likewise.
42092         * modules/idcache (Makefile.am): Likewise.
42093         * modules/imaxabs (Makefile.am): Likewise.
42094         * modules/imaxdiv (Makefile.am): Likewise.
42095         * modules/inet_ntop (Makefile.am): Likewise.
42096         * modules/inet_pton (Makefile.am): Likewise.
42097         * modules/intprops (Makefile.am): Likewise.
42098         * modules/inttostr (Makefile.am): Likewise.
42099         * modules/inttypes (Makefile.am): Likewise.
42100         * modules/isapipe (Makefile.am): Likewise.
42101         * modules/javaversion (Makefile.am): Likewise.
42102         * modules/lchmod (Makefile.am): Likewise.
42103         * modules/lchown (Makefile.am): Likewise.
42104         * modules/localcharset (Makefile.am): Likewise.
42105         * modules/long-options (Makefile.am): Likewise.
42106         * modules/lstat (Makefile.am): Likewise.
42107         * modules/malloc (Makefile.am): Likewise.
42108         * modules/mathl (Makefile.am): Likewise.
42109         * modules/mbchar (Makefile.am): Likewise.
42110         * modules/md2 (Makefile.am): Likewise.
42111         * modules/md4 (Makefile.am): Likewise.
42112         * modules/md5 (Makefile.am): Likewise.
42113         * modules/memcasecmp (Makefile.am): Likewise.
42114         * modules/memchr (Makefile.am): Likewise.
42115         * modules/memcmp (Makefile.am): Likewise.
42116         * modules/memcoll (Makefile.am): Likewise.
42117         * modules/memcpy (Makefile.am): Likewise.
42118         * modules/memmem (Makefile.am): Likewise.
42119         * modules/memmove (Makefile.am): Likewise.
42120         * modules/mempcpy (Makefile.am): Likewise.
42121         * modules/memrchr (Makefile.am): Likewise.
42122         * modules/memset (Makefile.am): Likewise.
42123         * modules/memxor (Makefile.am): Likewise.
42124         * modules/mkancesdirs (Makefile.am): Likewise.
42125         * modules/mkdir-p (Makefile.am): Likewise.
42126         * modules/mkdir (Makefile.am): Likewise.
42127         * modules/mkdtemp (Makefile.am): Likewise.
42128         * modules/mkstemp (Makefile.am): Likewise.
42129         * modules/mktime (Makefile.am): Likewise.
42130         * modules/modechange (Makefile.am): Likewise.
42131         * modules/mountlist (Makefile.am): Likewise.
42132         * modules/nanosleep (Makefile.am): Likewise.
42133         * modules/obstack (Makefile.am): Likewise.
42134         * modules/openat (Makefile.am): Likewise.
42135         * modules/pagealign_alloc (Makefile.am): Likewise.
42136         * modules/pathmax (Makefile.am): Likewise.
42137         * modules/physmem (Makefile.am): Likewise.
42138         * modules/poll (Makefile.am): Likewise.
42139         * modules/posixtm (Makefile.am): Likewise.
42140         * modules/posixver (Makefile.am): Likewise.
42141         * modules/putenv (Makefile.am): Likewise.
42142         * modules/quote (Makefile.am): Likewise.
42143         * modules/quotearg (Makefile.am): Likewise.
42144         * modules/raise (Makefile.am): Likewise.
42145         * modules/read-file (Makefile.am): Likewise.
42146         * modules/readline (Makefile.am): Likewise.
42147         * modules/readlink (Makefile.am): Likewise.
42148         * modules/readtokens (Makefile.am): Likewise.
42149         * modules/readutmp (Makefile.am): Likewise.
42150         * modules/realloc (Makefile.am): Likewise.
42151         * modules/regex (Makefile.am): Likewise.
42152         * modules/rename-dest-slash (Makefile.am): Likewise.
42153         * modules/rename (Makefile.am): Likewise.
42154         * modules/rijndael (Makefile.am): Likewise.
42155         * modules/rmdir (Makefile.am): Likewise.
42156         * modules/rpmatch (Makefile.am): Likewise.
42157         * modules/safe-read (Makefile.am): Likewise.
42158         * modules/safe-write (Makefile.am): Likewise.
42159         * modules/same-inode (Makefile.am): Likewise.
42160         * modules/same (Makefile.am): Likewise.
42161         * modules/save-cwd (Makefile.am): Likewise.
42162         * modules/savedir (Makefile.am): Likewise.
42163         * modules/setenv (Makefile.am): Likewise.
42164         * modules/settime (Makefile.am): Likewise.
42165         * modules/sha1 (Makefile.am): Likewise.
42166         * modules/sig2str (Makefile.am): Likewise.
42167         * modules/snprintf (Makefile.am): Likewise.
42168         * modules/stat-macros (Makefile.am): Likewise.
42169         * modules/stat-time (Makefile.am): Likewise.
42170         * modules/stdbool (Makefile.am): Likewise.
42171         * modules/stdint (Makefile.am): Likewise.
42172         * modules/stdlib-safer (Makefile.am): Likewise.
42173         * modules/stpcpy (Makefile.am): Likewise.
42174         * modules/stpncpy (Makefile.am): Likewise.
42175         * modules/strcase (Makefile.am): Likewise.
42176         * modules/strcasestr (Makefile.am): Likewise.
42177         * modules/strchrnul (Makefile.am): Likewise.
42178         * modules/strcspn (Makefile.am): Likewise.
42179         * modules/strdup (Makefile.am): Likewise.
42180         * modules/strerror (Makefile.am): Likewise.
42181         * modules/strftime (Makefile.am): Likewise.
42182         * modules/strndup (Makefile.am): Likewise.
42183         * modules/strnlen (Makefile.am): Likewise.
42184         * modules/strpbrk (Makefile.am): Likewise.
42185         * modules/strsep (Makefile.am): Likewise.
42186         * modules/strstr (Makefile.am): Likewise.
42187         * modules/strtod (Makefile.am): Likewise.
42188         * modules/strtoimax (Makefile.am): Likewise.
42189         * modules/strtok_r (Makefile.am): Likewise.
42190         * modules/strtol (Makefile.am): Likewise.
42191         * modules/strtoll (Makefile.am): Likewise.
42192         * modules/strtoul (Makefile.am): Likewise.
42193         * modules/strtoull (Makefile.am): Likewise.
42194         * modules/strtoumax (Makefile.am): Likewise.
42195         * modules/strverscmp (Makefile.am): Likewise.
42196         * modules/sys_socket (Makefile.am): Likewise.
42197         * modules/sys_stat (Makefile.am): Likewise.
42198         * modules/sysexits (Makefile.am): Likewise.
42199         * modules/time_r (Makefile.am): Likewise.
42200         * modules/timegm (Makefile.am): Likewise.
42201         * modules/timespec (Makefile.am): Likewise.
42202         * modules/tmpfile-safer (Makefile.am): Likewise.
42203         * modules/trim (Makefile.am): Likewise.
42204         * modules/unistd-safer (Makefile.am): Likewise.
42205         * modules/unlinkdir (Makefile.am): Likewise.
42206         * modules/unlocked-io (Makefile.am): Likewise.
42207         * modules/userspec (Makefile.am): Likewise.
42208         * modules/utime (Makefile.am): Likewise.
42209         * modules/utimecmp (Makefile.am): Likewise.
42210         * modules/utimens (Makefile.am): Likewise.
42211         * modules/vasnprintf (Makefile.am): Likewise.
42212         * modules/vasprintf (Makefile.am): Likewise.
42213         * modules/vsnprintf (Makefile.am): Likewise.
42214         * modules/xalloc (Makefile.am): Likewise.
42215         * modules/xgetcwd (Makefile.am): Likewise.
42216         * modules/xnanosleep (Makefile.am): Likewise.
42217         * modules/xreadlink (Makefile.am): Likewise.
42218         * modules/xstrtod (Makefile.am): Likewise.
42219         * modules/xstrtol (Makefile.am): Likewise.
42220         * modules/xstrtold (Makefile.am): Likewise.
42221         * modules/yesno (Makefile.am): Likewise.
42222         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42223
42224 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42225
42226         * modules/error (Makefile.am): Distribute files through
42227         EXTRA_DIST, not lib_SOURCES.
42228
42229 2006-10-12  Eric Blake  <ebb9@byu.net>
42230
42231         * modules/error (Makefile.am): Distribute files in /lib.
42232         * modules/obstack (Makefile.am): Likewise.
42233
42234 2006-10-12  Bruno Haible  <bruno@clisp.org>
42235
42236         * modules/acl (Makefile.am): Distribute all files in lib/ through
42237         EXTRA_DIST.
42238         * modules/arcfour (Makefile.am): Likewise.
42239         * modules/arctwo (Makefile.am): Likewise.
42240         * modules/argmatch (Makefile.am): Likewise.
42241         * modules/argz (Makefile.am): Likewise.
42242         * modules/atexit (Makefile.am): Likewise.
42243         * modules/backupfile (Makefile.am): Likewise.
42244         * modules/c-strtod (Makefile.am): Likewise.
42245         * modules/c-strtold (Makefile.am): Likewise.
42246         * modules/calloc (Makefile.am): Likewise.
42247         * modules/canon-host (Makefile.am): Likewise.
42248         * modules/canonicalize (Makefile.am): Likewise.
42249         * modules/chdir-long (Makefile.am): Likewise.
42250         * modules/chdir-safer (Makefile.am): Likewise.
42251         * modules/check-version (Makefile.am): Likewise.
42252         * modules/chown (Makefile.am): Likewise.
42253         * modules/cloexec (Makefile.am): Likewise.
42254         * modules/close-stream (Makefile.am): Likewise.
42255         * modules/closeout (Makefile.am): Likewise.
42256         * modules/crc (Makefile.am): Likewise.
42257         * modules/cycle-check (Makefile.am): Likewise.
42258         * modules/des (Makefile.am): Likewise.
42259         * modules/dirfd (Makefile.am): Likewise.
42260         * modules/dirname (Makefile.am): Likewise.
42261         * modules/dup2 (Makefile.am): Likewise.
42262         * modules/euidaccess (Makefile.am): Likewise.
42263         * modules/exclude (Makefile.am): Likewise.
42264         * modules/exitfail (Makefile.am): Likewise.
42265         * modules/fcntl-safer (Makefile.am): Likewise.
42266         * modules/file-type (Makefile.am): Likewise.
42267         * modules/fileblocks (Makefile.am): Likewise.
42268         * modules/filemode (Makefile.am): Likewise.
42269         * modules/filenamecat (Makefile.am): Likewise.
42270         * modules/fnmatch (Makefile.am): Likewise.
42271         * modules/fopen-safer (Makefile.am): Likewise.
42272         * modules/fpending (Makefile.am): Likewise.
42273         * modules/fprintftime (Makefile.am): Likewise.
42274         * modules/free (Makefile.am): Likewise.
42275         * modules/fsusage (Makefile.am): Likewise.
42276         * modules/ftruncate (Makefile.am): Likewise.
42277         * modules/fts (Makefile.am): Likewise.
42278         * modules/gc (Makefile.am): Likewise.
42279         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42280         * modules/getaddrinfo (Makefile.am): Likewise.
42281         * modules/getcwd (Makefile.am): Likewise.
42282         * modules/getdelim (Makefile.am): Likewise.
42283         * modules/getdomainname (Makefile.am): Likewise.
42284         * modules/getgroups (Makefile.am): Likewise.
42285         * modules/gethostname (Makefile.am): Likewise.
42286         * modules/gethrxtime (Makefile.am): Likewise.
42287         * modules/getline (Makefile.am): Likewise.
42288         * modules/getloadavg (Makefile.am): Likewise.
42289         * modules/getlogin_r (Makefile.am): Likewise.
42290         * modules/getopt (Makefile.am): Likewise.
42291         * modules/getpass (Makefile.am): Likewise.
42292         * modules/getpass-gnu (Makefile.am): Likewise.
42293         * modules/getsubopt (Makefile.am): Likewise.
42294         * modules/gettime (Makefile.am): Likewise.
42295         * modules/gettimeofday (Makefile.am): Likewise.
42296         * modules/getugroups (Makefile.am): Likewise.
42297         * modules/getusershell (Makefile.am): Likewise.
42298         * modules/glob (Makefile.am): Likewise.
42299         * modules/group-member (Makefile.am): Likewise.
42300         * modules/hard-locale (Makefile.am): Likewise.
42301         * modules/hash (Makefile.am): Likewise.
42302         * modules/hmac-md5 (Makefile.am): Likewise.
42303         * modules/hmac-sha1 (Makefile.am): Likewise.
42304         * modules/human (Makefile.am): Likewise.
42305         * modules/idcache (Makefile.am): Likewise.
42306         * modules/imaxabs (Makefile.am): Likewise.
42307         * modules/imaxdiv (Makefile.am): Likewise.
42308         * modules/inet_ntop (Makefile.am): Likewise.
42309         * modules/inet_pton (Makefile.am): Likewise.
42310         * modules/inttostr (Makefile.am): Likewise.
42311         * modules/isapipe (Makefile.am): Likewise.
42312         * modules/lchown (Makefile.am): Likewise.
42313         * modules/long-options (Makefile.am): Likewise.
42314         * modules/lstat (Makefile.am): Likewise.
42315         * modules/malloc (Makefile.am): Likewise.
42316         * modules/mathl (Makefile.am): Likewise.
42317         * modules/mbchar (Makefile.am): Likewise.
42318         * modules/md2 (Makefile.am): Likewise.
42319         * modules/md4 (Makefile.am): Likewise.
42320         * modules/md5 (Makefile.am): Likewise.
42321         * modules/memcasecmp (Makefile.am): Likewise.
42322         * modules/memchr (Makefile.am): Likewise.
42323         * modules/memcmp (Makefile.am): Likewise.
42324         * modules/memcoll (Makefile.am): Likewise.
42325         * modules/memcpy (Makefile.am): Likewise.
42326         * modules/memmem (Makefile.am): Likewise.
42327         * modules/memmove (Makefile.am): Likewise.
42328         * modules/mempcpy (Makefile.am): Likewise.
42329         * modules/memrchr (Makefile.am): Likewise.
42330         * modules/memset (Makefile.am): Likewise.
42331         * modules/memxor (Makefile.am): Likewise.
42332         * modules/mkancesdirs (Makefile.am): Likewise.
42333         * modules/mkdir (Makefile.am): Likewise.
42334         * modules/mkdir-p (Makefile.am): Likewise.
42335         * modules/mkdtemp (Makefile.am): Likewise.
42336         * modules/mkstemp (Makefile.am): Likewise.
42337         * modules/mktime (Makefile.am): Likewise.
42338         * modules/modechange (Makefile.am): Likewise.
42339         * modules/mountlist (Makefile.am): Likewise.
42340         * modules/nanosleep (Makefile.am): Likewise.
42341         * modules/openat (Makefile.am): Likewise.
42342         * modules/pagealign_alloc (Makefile.am): Likewise.
42343         * modules/physmem (Makefile.am): Likewise.
42344         * modules/poll (Makefile.am): Likewise.
42345         * modules/posixtm (Makefile.am): Likewise.
42346         * modules/posixver (Makefile.am): Likewise.
42347         * modules/putenv (Makefile.am): Likewise.
42348         * modules/quote (Makefile.am): Likewise.
42349         * modules/quotearg (Makefile.am): Likewise.
42350         * modules/raise (Makefile.am): Likewise.
42351         * modules/read-file (Makefile.am): Likewise.
42352         * modules/readline (Makefile.am): Likewise.
42353         * modules/readlink (Makefile.am): Likewise.
42354         * modules/readtokens (Makefile.am): Likewise.
42355         * modules/readutmp (Makefile.am): Likewise.
42356         * modules/realloc (Makefile.am): Likewise.
42357         * modules/regex (Makefile.am): Likewise.
42358         * modules/rename (Makefile.am): Likewise.
42359         * modules/rename-dest-slash (Makefile.am): Likewise.
42360         * modules/rijndael (Makefile.am): Likewise.
42361         * modules/rmdir (Makefile.am): Likewise.
42362         * modules/rpmatch (Makefile.am): Likewise.
42363         * modules/safe-read (Makefile.am): Likewise.
42364         * modules/safe-write (Makefile.am): Likewise.
42365         * modules/same (Makefile.am): Likewise.
42366         * modules/save-cwd (Makefile.am): Likewise.
42367         * modules/savedir (Makefile.am): Likewise.
42368         * modules/setenv (Makefile.am): Likewise.
42369         * modules/settime (Makefile.am): Likewise.
42370         * modules/sha1 (Makefile.am): Likewise.
42371         * modules/sig2str (Makefile.am): Likewise.
42372         * modules/snprintf (Makefile.am): Likewise.
42373         * modules/stdlib-safer (Makefile.am): Likewise.
42374         * modules/stpcpy (Makefile.am): Likewise.
42375         * modules/stpncpy (Makefile.am): Likewise.
42376         * modules/strcase (Makefile.am): Likewise.
42377         * modules/strcasestr (Makefile.am): Likewise.
42378         * modules/strchrnul (Makefile.am): Likewise.
42379         * modules/strcspn (Makefile.am): Likewise.
42380         * modules/strdup (Makefile.am): Likewise.
42381         * modules/strerror (Makefile.am): Likewise.
42382         * modules/strftime (Makefile.am): Likewise.
42383         * modules/strndup (Makefile.am): Likewise.
42384         * modules/strnlen (Makefile.am): Likewise.
42385         * modules/strpbrk (Makefile.am): Likewise.
42386         * modules/strsep (Makefile.am): Likewise.
42387         * modules/strstr (Makefile.am): Likewise.
42388         * modules/strtod (Makefile.am): Likewise.
42389         * modules/strtoimax (Makefile.am): Likewise.
42390         * modules/strtok_r (Makefile.am): Likewise.
42391         * modules/strtol (Makefile.am): Likewise.
42392         * modules/strtoll (Makefile.am): Likewise.
42393         * modules/strtoul (Makefile.am): Likewise.
42394         * modules/strtoull (Makefile.am): Likewise.
42395         * modules/strtoumax (Makefile.am): Likewise.
42396         * modules/strverscmp (Makefile.am): Likewise.
42397         * modules/time_r (Makefile.am): Likewise.
42398         * modules/timegm (Makefile.am): Likewise.
42399         * modules/tmpfile-safer (Makefile.am): Likewise.
42400         * modules/unistd-safer (Makefile.am): Likewise.
42401         * modules/unlinkdir (Makefile.am): Likewise.
42402         * modules/userspec (Makefile.am): Likewise.
42403         * modules/utime (Makefile.am): Likewise.
42404         * modules/utimecmp (Makefile.am): Likewise.
42405         * modules/utimens (Makefile.am): Likewise.
42406         * modules/vasnprintf (Makefile.am): Likewise.
42407         * modules/vasprintf (Makefile.am): Likewise.
42408         * modules/vsnprintf (Makefile.am): Likewise.
42409         * modules/xalloc (Makefile.am): Likewise.
42410         * modules/xgetcwd (Makefile.am): Likewise.
42411         * modules/xnanosleep (Makefile.am): Likewise.
42412         * modules/xreadlink (Makefile.am): Likewise.
42413         * modules/xstrtod (Makefile.am): Likewise.
42414         * modules/xstrtol (Makefile.am): Likewise.
42415         * modules/xstrtold (Makefile.am): Likewise.
42416         * modules/yesno (Makefile.am): Likewise.
42417
42418 2006-10-12  Jim Meyering  <jim@meyering.net>
42419
42420         * m4/getloadavg.m4: Revert the change below.
42421
42422         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42423         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42424         fail with a symlink, which is what coreutils' ./bootstrap now
42425         creates by default.
42426
42427 2006-10-12  Bruno Haible  <bruno@clisp.org>
42428
42429         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42430         mingw.
42431         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42432         MSVC and mingw explicitly.
42433
42434 2006-10-11  Simon Josefsson  <jas@extundo.com>
42435             Bruno Haible  <bruno@clisp.org>
42436
42437         Add support for multiple gnulib-tool invocations in the scope of a
42438         single configure.ac file.
42439         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42440         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42441         with the same contents as the _LIBADD variable.
42442         (func_emit_initmacro_start, func_emit_initmacro_end,
42443         func_emit_initmacro_done): New functions.
42444         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42445         gl_LIBOBJS and gl_LTLIBOBJS.
42446
42447 2006-10-11  Bruno Haible  <bruno@clisp.org>
42448
42449         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42450         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42451         autoreconf. Instead, invoke autopoint explicitly but move back the
42452         *.m4 files from gnulib.
42453
42454 2006-10-11  Bruno Haible  <bruno@clisp.org>
42455
42456         * gnulib-tool (func_usage): Make module names after --create-testdir
42457         optional.
42458         (func_create_testdir): If no module was specified, use nearly all
42459         modules.
42460
42461 2006-10-12  Jim Meyering  <jim@meyering.net>
42462
42463         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42464         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42465         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42466         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42467         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42468         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42469         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42470         (fts_set_stat_required): New function.
42471         (fts_open): Defer the calls to fts_stat, if possible or requested.
42472         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42473         into fts_stat itself.
42474         (fts_read): Perform any required (deferred) fts_stat call.
42475         (fts_build): Likewise, for the directory we're about to open and read.
42476         In the readdir loop, carefully decide whether each entry will require
42477         an eventual call to fts_stat, using dirent.d_type info if available.
42478         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42479         a command line argument into this function.  Update all callers.
42480         Map a return value of FTS_DOT to FTS_D for a command line argument.
42481         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42482         Thanks to Miklos Szeredi for his tenacity and for the initial
42483         bug report about "find" failing on a FUSE-based file system.
42484
42485         * lib/fts.c (fts_open): Use consistent indentation.
42486
42487 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42488
42489         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42490         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42491         reported by Jim Meyering.  All uses of cache variables renamed
42492         to match Autoconf's.
42493         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42494         the other one.
42495
42496         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42497         Fix misspelling in diagnostic.
42498
42499 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42500
42501         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42502         defined.  Problem reported by Matthew Woehlke.
42503
42504         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42505         Add support for Tandem NonStop R series.
42506         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42507         Use new macro.
42508
42509         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42510         (has_trailing_slash): Omit size arg; all callers changed.
42511         Omit 'inline', since it doesn't help performance and we'd
42512         need to configure it.
42513         Don't count //, ///, etc. as having a trailing slash.
42514         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42515         (rpl_rename_dest_slash): On failure, use rename's errno rather
42516         than (in some cases) an incorrect or junk errno.
42517         Simplify code by removing need to compute length; this does
42518         cause it to make two passes instead of one over the file name,
42519         but it's worth it.
42520
42521         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42522         change, since Autoconf's version may no longer be appropriate now
42523         that we are using CVS Autoconf's version.  Add support for Tandem.
42524
42525 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42526             Bruno Haible  <bruno@clisp.org>
42527
42528         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42529         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42530         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42531         gl_AC_TYPE_LONG_LONG.
42532
42533         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42534         instead of HAVE_LONG_LONG.
42535         * lib/printf-args.c (printf_fetchargs): Likewise.
42536         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42537         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42538         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42539         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42540         gl_AC_TYPE_LONG_LONG.
42541
42542 2006-10-11  Bruno Haible  <bruno@clisp.org>
42543
42544         * m4/longlong.m4: Add comments.
42545         * m4/ulonglong.m4: Likewise.
42546
42547 2006-10-10  Bruno Haible  <bruno@clisp.org>
42548
42549         Make it possible to #define stpcpy, strdup to aliases.
42550         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42551         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42552
42553 2006-10-10  Bruno Haible  <bruno@clisp.org>
42554
42555         Make it possible to #define gcd to an alias.
42556         * lib/gcd.c: Include config.h.
42557
42558 2006-10-10  Bruno Haible  <bruno@clisp.org>
42559
42560         Make it possible to #define c_isascii to an alias.
42561         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42562         defined. Undefine the macros before defining them, to avoid gcc
42563         warnings.
42564         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42565         define NO_C_CTYPE_MACROS early.
42566
42567 2006-10-10  Bruno Haible  <bruno@clisp.org>
42568
42569         Make it possible to #define set_program_name to an alias.
42570         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42571         ENABLE_RELOCATABLE early.
42572
42573 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42574
42575         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42576         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42577         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42578         More generally, don't assume that 64-bit signed int is available
42579         if unsigned int is, and vice versa.
42580         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42581         unsigned symbols, not on their signed counterparts.
42582         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42583         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42584         (UINT64_C, UINTMAX_C):
42585         Likewise.
42586         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42587         unsigned counterparts.
42588         (Have_long_long, Unsigned): New macros.
42589         (Int): Renamed from INT.
42590         (strtoimax): Use the new macros.
42591         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42592         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42593         * modules/inttypes (inttypes.h): Substitute
42594         HAVE_UNSIGNED_LONG_LONG_INT.
42595         * modules/stdint (stdint.h): Likewise.
42596         (Files): Add m4/ulonglong.m4.
42597
42598 2006-10-10  Bruno Haible  <bruno@clisp.org>
42599
42600         Fix a gcc -Wshadow warning.
42601         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42602         to 'bucket'.
42603         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42604         gl_linked_indexof_from_to): Likewise.
42605         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42606         Likewise.
42607         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42608         Likewise.
42609         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42610         Reported by Eric Blake.
42611
42612 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42613
42614         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42615         for NetBSD.  Problem reported by Bruno Haible.
42616
42617 2006-10-09  Jim Meyering  <jim@meyering.net>
42618
42619         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42620         Patch from Bruno Haible.
42621
42622 2006-10-09  Jim Meyering  <jim@meyering.net>
42623
42624         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42625         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42626         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42627
42628 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42629
42630         Don't include <config.h> twice; this doesn't work in some cases,
42631         e.g., when config.h has "#define intmax_t long long int" and
42632         we include <config.h>, <inttypes.h>, <config.h> in that order.
42633         Problem reported by Matthew Woehlke in:
42634         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42635         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42636         * lib/fts-cycle.c: Don't include config.h.
42637         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42638         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42639         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42640         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42641         inttypes.h.
42642         * lib/xstrtoumax.c: Likewise.
42643         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42644         __strtol and the like, so that this module is more like its siblings.
42645         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42646         Remove; no longer needed now that we assume gnulib inttypes.h.
42647
42648 2006-10-08  Bruno Haible  <bruno@clisp.org>
42649
42650         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42651         option.
42652
42653 2006-10-07  Jim Meyering  <jim@meyering.net>
42654
42655         * modules/inttypes (inttypes.h): Revert what seems to have been
42656         an inadvertent part of today's change: use "|", not "/" in the
42657         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42658
42659 2006-10-07  Bruno Haible  <bruno@clisp.org>
42660
42661         * modules/sublist: New file.
42662
42663 2006-10-07  Bruno Haible  <bruno@clisp.org>
42664
42665         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42666         * modules/argz (argz.h): Likewise.
42667         * modules/arpa_inet (arpa/inet.h): Likewise.
42668         * modules/byteswap (byteswap.h): Likewise.
42669         * modules/configmake (configmake.h): Likewise.
42670         * modules/fcntl (fcntl.h): Likewise.
42671         * modules/fnmatch (fnmatch.h): Likewise.
42672         * modules/getopt (getopt.h): Likewise.
42673         * modules/glob (glob.h): Likewise.
42674         * modules/inttypes (inttypes.h): Likewise.
42675         * modules/netinet_in (netinet/in.h): Likewise.
42676         * modules/poll (poll.h): Likewise.
42677         * modules/stdbool (stdbool.h): Likewise.
42678         * modules/stdint (stdint.h): Likewise.
42679         * modules/sys_select (sys/select.h): Likewise.
42680         * modules/sys_socket (sys/socket.h): Likewise.
42681         * modules/sys_stat (sys/stat.h): Likewise.
42682         * modules/sysexits (sysexits.h): Likewise.
42683         * modules/unistd (unistd.h): Likewise.
42684         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42685         Add a "DO NOT EDIT" comment to the generated file.
42686         (func_import): Likewise for gnulib-comp.m4.
42687
42688 2006-10-07  Bruno Haible  <bruno@clisp.org>
42689
42690         * lib/gl_sublist.h: New file.
42691         * lib/gl_sublist.c: New file.
42692
42693 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42694
42695         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42696         name (relative to the original working directory) and the file
42697         name component (relative to the temporary working directory).  All
42698         callers changed.
42699         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42700         * lib/mkdir-p.c (make_dir_parents): Likewise.
42701         * lib/mkdir-p.h (make_dir_parents): Likewise.
42702
42703 2006-10-06  Eric Blake  <ebb9@byu.net>
42704
42705         Define several macros for use by the clean-temp module.
42706         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42707         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42708         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42709
42710         * lib/clean-temp.h (close_stream_temp): New declaration.
42711         * lib/clean-temp.c (includes): Pull in headers according to what
42712         other modules are in use.
42713         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42714
42715 2006-10-06  Bruno Haible  <bruno@clisp.org>
42716
42717         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42718         instead of fopen, fwriteerror.
42719
42720 2006-10-06  Bruno Haible  <bruno@clisp.org>
42721
42722         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42723         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42724         int.
42725         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42726         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42727         Return an error indicator.
42728         Suggested by Eric Blake.
42729
42730 2006-10-06  Bruno Haible  <bruno@clisp.org>
42731
42732         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42733         Reported by Eric Blake.
42734
42735 2006-10-06  Bruno Haible  <bruno@clisp.org>
42736
42737         * modules/closeout (Description): Mention stderr too.
42738
42739 2006-10-06  Bruno Haible  <bruno@clisp.org>
42740         and Paul Eggert  <eggert@cs.ucla.edu>
42741
42742         * lib/closeout.c (close_stdout): Also close stderr.
42743         * lib/closeout.h: Update comment.
42744
42745 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42746
42747         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42748         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42749         * lib/dirchownmod.c: Include lchown.h.
42750         * lib/lchown.c: Don't include files that lchown.h now includes.
42751         Don't declare chown, since lchown.h now does that.
42752         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42753         (lchown): Define to rpl_chown if lchown is declared but
42754         does not exist.  Declare using a prototype if lchown is not
42755         declared.  Add a copyright notice.
42756         * lib/mkstemp.h: Include <unistd.h>.
42757         * lib/openat.c: Include lchown.h.
42758
42759         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42760         we now test for that separately.
42761         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42762         rather than O_NOFOLLOW, when testing whether it's possible to
42763         avoid a race condition reliably.
42764         * lib/savewd.c (savewd_chdir): Likewise.
42765
42766         Remove macros that are no longer needed now that stdint.h is
42767         reliable.
42768         * lib/fsusage.c (UINTMAX_MAX): Remove.
42769         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42770         * lib/utimecmp.c (SIZE_MAX): Remove.
42771
42772         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42773
42774         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42775         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42776         O_NOATIME works.
42777
42778 2006-10-05  Bruno Haible  <bruno@clisp.org>
42779
42780         * lib/gl_list.h (gl_sortedlist_search_from_to,
42781         gl_sortedlist_indexof_from_to): New declarations.
42782         (gl_list_implementation): New fields sortedlist_search_from_to,
42783         sortedlist_indexof_from_to.
42784         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42785         inline functions.
42786         * lib/gl_list.c (gl_sortedlist_search_from_to,
42787         gl_sortedlist_indexof_from_to): New functions.
42788         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42789         function.
42790         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42791         (gl_array_sortedlist_search_from_to): New function.
42792         (gl_array_list_implementation): Update.
42793         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42794         function.
42795         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42796         (gl_carray_sortedlist_search_from_to): New function.
42797         (gl_carray_list_implementation): Update.
42798         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42799         gl_linked_sortedlist_indexof_from_to): New functions.
42800         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42801         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42802         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42803         gl_tree_sortedlist_indexof_from_to): New functions.
42804         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42805         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42806         Update.
42807         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42808         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42809         Update.
42810
42811 2006-10-05  Bruno Haible  <bruno@clisp.org>
42812
42813         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42814         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42815         (struct gl_list_implementation): Add fields search_from_to,
42816         indexof_from_to. Remove fields search, indexof.
42817         (gl_list_search): Use the search_from_to method.
42818         (gl_list_search_from, gl_list_search_from_to): New functions.
42819         (gl_list_indexof): Use the indexof_from_to method.
42820         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42821         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42822         (gl_list_search_from, gl_list_search_from_to): New functions.
42823         (gl_list_indexof): Use the indexof_from_to method.
42824         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42825         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42826         gl_array_indexof. Add start_index, end_index arguments.
42827         (gl_array_search_from_to): Renamed from gl_array_search. Add
42828         start_index, end_index arguments.
42829         (gl_array_remove, gl_array_list_implementation): Update.
42830         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42831         gl_carray_indexof. Add start_index, end_index arguments.
42832         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42833         start_index, end_index arguments.
42834         (gl_carray_remove, gl_carray_list_implementation): Update.
42835         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42836         gl_linked_search. Add start_index, end_index arguments.
42837         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42838         start_index, end_index arguments.
42839         (gl_linked_remove): Update.
42840         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42841         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42842         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42843         field to 'size_t'.
42844         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42845         gl_tree_search. Add start_index, end_index arguments.
42846         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42847         start_index, end_index arguments.
42848         (gl_tree_remove): Update.
42849         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42850         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42851         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42852         function.
42853         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42854         gl_tree_search. Add start_index, end_index arguments.
42855         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42856         start_index, end_index arguments.
42857         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42858         Update.
42859         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42860
42861 2006-10-05  Bruno Haible  <bruno@clisp.org>
42862
42863         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42864
42865         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42866         fwriteerror_temp): New declarations.
42867         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42868         (descriptors): New variable.
42869         (cleanup): First, close the descriptors.
42870         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42871         fclose_temp, fwriteerror_temp): New functions.
42872
42873 2006-10-04  Jim Meyering  <jim@meyering.net>
42874
42875         * lib/fts.c (fts_open): Tiny comment change.
42876
42877 2006-10-04  Bruno Haible  <bruno@clisp.org>
42878
42879         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42880         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42881         gl_LOCK_BODY.
42882         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42883         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42884         gl_LOCK_EARLY_BODY.
42885         (gl_LOCK): Require gl_LOCK_BODY.
42886
42887 2006-10-04  Bruno Haible  <bruno@clisp.org>
42888
42889         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42890         (gl_oset_search_atleast): New declaration.
42891         (struct gl_oset_implementation): Add field 'search_atleast'.
42892         (gl_oset_search_atleast): New inline function.
42893         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42894         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42895         (gl_array_oset_implementation): Update.
42896         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42897         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42898         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42899
42900 2006-10-04  Bruno Haible  <bruno@clisp.org>
42901
42902         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42903
42904 2006-10-03  Bruno Haible  <bruno@clisp.org>
42905
42906         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42907         from gl_avltreehash_list_implementation.
42908
42909 2006-10-03  Bruno Haible  <bruno@clisp.org>
42910
42911         * lib/gl_oset.c (gl_oset_add): Fix return type.
42912
42913 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42914
42915         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42916
42917 2006-10-02  Eric Blake  <ebb9@byu.net>
42918
42919         * modules/strnlen (Depends-on): Add extensions.
42920
42921 2006-10-02  Eric Blake  <ebb9@byu.net>
42922
42923         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42924         definition in 2.60+.
42925
42926 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42927
42928         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42929         checks.
42930
42931 2006-10-02  Bruno Haible  <bruno@clisp.org>
42932
42933         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42934         to the AUTOMAKE_OPTIONS.
42935         Reported by Jim Meyering.
42936
42937 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42938
42939         Work around bug in Solaris 10 /proc file system:
42940         /proc/self/fd/NNN/.. isn't the parent directory of
42941         the directory whose file descriptor is NNN.  This needs to
42942         be worked around at run time, not compile time, since a
42943         program might be built on Solaris 8, where things work, and
42944         run on Solaris 10.
42945         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42946         to use the following interface instead:
42947         (OPENAT_BUFFER_SIZE): New macro.
42948         (openat_proc_name): New function.
42949         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42950         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42951         Likewise.
42952         * lib/openat-proc.c: New file.
42953         * modules/openat (Files): Add lib/openat-proc.c.
42954         (Depends-on): Add same-inode, stdbool.
42955         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42956
42957 2006-09-29  Bruno Haible  <bruno@clisp.org>
42958
42959         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42960         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42961         argument. Set stdout_closed before testing for ferror, not after.
42962         (fwriteerror, fwriteerror_no_ebadf): New functions.
42963
42964 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42965
42966         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42967
42968 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42969
42970         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42971         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42972
42973 2006-09-28  Jim Meyering  <jim@meyering.net>
42974
42975         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42976         Include <unistd.h>.
42977
42978 2006-09-28  Bruno Haible  <bruno@clisp.org>
42979
42980         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42981         * modules/linkedhash-list (Depends-on): Likewise.
42982         * modules/rbtreehash-list (Depends-on): Likewise.
42983
42984 2006-09-28  Bruno Haible  <bruno@clisp.org>
42985
42986         * lib/strndup.h: Simplify the redefinition of strndup.
42987         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42988         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42989
42990 2006-09-28  Bruno Haible  <bruno@clisp.org>
42991
42992         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42993         * lib/gl_linkedhash_list.c: Likewise.
42994         * lib/gl_rbtreehash_list.c: Likewise.
42995
42996 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42997
42998         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42999         getaddrinfo.
43000
43001         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43002         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43003         it causes <stdio_ext.h> to cause a compile-time error.
43004         Problem reported by Nelson H. F. Beebe.
43005         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43006         of HAVE_DECL___PENDING.
43007
43008         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43009         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43010         declaration.
43011
43012 2006-09-27  Jim Meyering  <jim@meyering.net>
43013
43014         This file could end up with a definition for a function
43015         named __strndup, rather than rpl_strndup on a system with
43016         incomplete weak_alias support.
43017         * lib/strndup.c (strndup): Rename from __strndup.
43018         Remove #defines that used to map __strndup to strndup.
43019         Don't use K&R prototypes.
43020         Remove LIBC-related code, since this file is not sync'd with glibc.
43021         * lib/strndup.h: Revamp, accordingly.
43022         * m4/strndup.m4: Modernize.
43023
43024 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43025
43026         * modules/savewd (Depends-on): Add 'raise'.
43027         * lib/savewd.c: Include <signal.h>, for 'raise'.
43028
43029 2006-09-26  Jim Meyering  <jim@meyering.net>
43030
43031         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43032         when we detect Darwin 8.7.0's acl_get_file bug.
43033         Rearrange to perform the new (below) run-test while $LIBS
43034         contains any acl-related library.  Set USE_ACL at the end.
43035         (gl_ACL_GET_FILE): New function.
43036
43037 2006-09-26  Eric Blake  <ebb9@byu.net>
43038
43039         * lib/verror.c: Include <config.h> unconditionally.
43040
43041 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43042
43043         * modules/clock-time (Maintainer): Add self.
43044         * modules/getlogin_r (Depends-on): Add extensions.
43045
43046 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43047
43048         * modules/clock-time: New module.
43049         * modules/nanosleep (Depends-on): Add clock-time.
43050         * modules/gethrxtime (Depends-on): Likewise.
43051         * modules/gettime (Depends-on): Likewise.
43052         * modules/settime (Depends-on): Likewise.
43053
43054         * modules/fts-lgpl: Depend on openat.
43055         * modules/mkancesdirs: Depend on savewd.
43056         * modules/mkdir-p: Likewise.
43057
43058 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43059
43060         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43061
43062         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43063         `gl_have_arbitrary_file_name_length_limit' to
43064         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43065         actually works between configure runs.
43066
43067 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43068             Bruno Haible  <bruno@clisp.org>
43069
43070         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43071
43072 2006-09-25  Jim Meyering  <jim@meyering.net>
43073
43074         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43075         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43076
43077 2006-09-25  Eric Blake  <ebb9@byu.net>
43078
43079         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43080         exec's in 2006-09-18 patch when shuffling fds.
43081
43082 2006-09-25  Bruno Haible  <bruno@clisp.org>
43083
43084         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43085         Reported by Jim Meyering.
43086
43087 2006-09-24  Jim Meyering  <jim@meyering.net>
43088
43089         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43090         compare a pointer against a literal "0".  That caused failures with
43091         at least HP-UX's hpcc.
43092
43093 2006-09-22  Simon Josefsson  <jas@extundo.com>
43094
43095         * modules/gc-sha1:
43096         * modules/gc-md4:
43097         * modules/gc-hmac-sha1:
43098         * modules/gc-hmac-md5:
43099         * modules/gc-des:
43100         * modules/gc-arcfour: Distribute more files.
43101
43102 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43103
43104         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43105         (gl_linked_iterator_from_to): Initialize struct completely.
43106         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43107         (gl_tree_iterator_from_to): Likewise
43108         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43109         * lib/gl_array_list.c [lint] (gl_array_iterator)
43110         (gl_array_iterator_from_to): Likewise.
43111         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43112         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43113         (gl_carray_iterator_from_to): Likewise.
43114
43115         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43116         * lib/md4.c (md4_process_block): Remove unused variable.
43117         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43118         parentheses for clarity.
43119
43120 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43121
43122         * modules/bison-i18n (Depends-on): Add gettext.
43123
43124 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43125
43126         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43127         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43128         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43129         also add missing comma that caused broken test.
43130         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43131         stdlib.h, for `abort'.
43132         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43133         variables.
43134         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43135         include unistd.h if present, for `rmdir'.
43136         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43137         variables.
43138         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43139         in the process include standard headers for prototypes.
43140         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43141         gets declared on GNU/Linux.
43142         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43143         unistd.h, for `rmdir'.
43144         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43145
43146         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43147         always true.
43148         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43149
43150         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43151
43152 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43153
43154         * gnulib-tool (func_version): Create output all at once.  This
43155         may help avoid triggering unnecessary SIGPIPEs, and at any
43156         rate it doesn't hurt.
43157
43158 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43159             Bruno Haible  <bruno@clisp.org>
43160
43161         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43162         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43163         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43164
43165         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43166         (gl_FUNC_VASPRINTF): Invoke it.
43167
43168 2006-09-22  Bruno Haible  <bruno@clisp.org>
43169
43170         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43171         getloadavg.c as first argument.
43172
43173 2006-09-22  Bruno Haible  <bruno@clisp.org>
43174
43175         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43176         at the beginning of the gl_INIT macro.
43177         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43178         gl_GETLOADAVG.
43179
43180 2006-09-22  Bruno Haible  <bruno@clisp.org>
43181
43182         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43183         module.
43184         Suggested by Ralf Wildenhues.
43185
43186 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43187
43188         Import this patch from libc:
43189
43190         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43191
43192         * lib/regex_internal.c (re_string_reconstruct): Handle
43193         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43194         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43195         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43196         re_string_context_at.
43197
43198         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43199         now requires it.
43200         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43201         gl_REGEX now does it for us.
43202         (gl_REGEX): Add test taken from
43203         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43204
43205         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43206         Check that large offsets work.  Modernize Autoconf usages.
43207         Prefer "yes" to mean a good thing rather than a bad.
43208         Don't put "#define mkstemp" in config.h, as this might interfere
43209         with standard system headers that "#define mkstemp mkstemp64".
43210
43211         * modules/mkstemp (Depends-on): Add extensions, so that
43212         mkstemp is visible on some platforms.
43213         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43214         (Include): Change to "mkstemp.h" from <stdlib.h>.
43215         (Files): Add mkstemp.h.
43216
43217         * lib/mkstemp.h: New file, since some standard headers
43218         #define mkstemp.
43219         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43220         Include "mkstemp.h".
43221         Make the _LIBC code resemble glibc original more,
43222         e.g., use K&R style.
43223         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43224         (mkstemp): Remove, since mkstemp.h does this for us.
43225         * lib/stdlib--.h: Include mkstemp.h.
43226
43227         Import this patch from libc:
43228
43229         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43230
43231         * lib/tempname.c (__gen_tempname): Change attempts_min
43232         into a macro.  Use preprocessor to decide how to initialize
43233         attempts [Coverity CID 67].
43234
43235 2006-09-20  Bruno Haible  <bruno@clisp.org>
43236
43237         * lib/mkdtemp.c: Import from libc.
43238         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43239                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43240                 attempts_min into a macro.  Use preprocessor to decide how to
43241                 initialize attempts [Coverity CID 67].
43242         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43243                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43244                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43245
43246 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43247
43248         * gnulib-tool (func_exit): New function, to allow to pass the
43249         exit status portably through the trap.  Use everywhere.
43250         (--help, --version): Signal a write error.
43251         (trap): catch SIGPIPE, for write errors.
43252         Exit at the end of the trap, with the correct exit status.
43253
43254 2006-09-19  Karl Berry  <karl@gnu.org>
43255
43256         * doc/gnulib.texi: note about the license texinfo files.
43257
43258 2006-09-19  Eric Blake  <ebb9@byu.net>
43259
43260         * gnulib-tool: Avoid space-tab.
43261
43262 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43263
43264         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43265         that prevented coreutils 6.1 from building.  Problem reported
43266         by Petter Reinholdtsen.
43267
43268 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43269
43270         * gnulib-tool (avoidlist): Fix typo that broke options like
43271         --avoid=lock that are used by coreutils bootstrap.
43272
43273 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43274
43275         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43276         more systematically.
43277
43278 2006-09-18  Jim Meyering  <jim@meyering.net>
43279
43280         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43281
43282 2006-09-18  Bruno Haible  <bruno@clisp.org>
43283
43284         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43285
43286 2006-09-18  Bruno Haible  <bruno@clisp.org>
43287
43288         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43289         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43290         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43291         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43292         * m4/gettext.m4: Require autoconf >= 2.52.
43293         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43294         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43295         of gl_cv_header_inttypes_h.
43296
43297 2006-09-18  Bruno Haible  <bruno@clisp.org>
43298
43299         * lib/javaversion.c: Include configmake.h.
43300
43301 2006-09-18  Bruno Haible  <bruno@clisp.org>
43302
43303         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43304         avoid that the while loops be executed in a subshell.
43305
43306 2006-09-18  Bruno Haible  <bruno@clisp.org>
43307
43308         * MODULES.html.sh (func_module): Break long lines.
43309         Suggested by Bruce Korb <bkorb@gnu.org>.
43310
43311 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43312
43313         Speed up by a factor of 1.12.
43314         * gnulib-tool (nl): New variable.
43315         (func_import): Rewrite include directive extraction to only read each
43316         directive once.
43317
43318 2006-09-17  Bruno Haible  <bruno@clisp.org>
43319
43320         * modules/javaversion (Makefile.am): Remove DEFS setting.
43321         (Depends-on): Add configmake, for PKGDATADIR definition.
43322
43323 2006-09-17  Bruno Haible  <bruno@clisp.org>
43324
43325         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43326
43327 2006-09-17  Bruno Haible  <bruno@clisp.org>
43328
43329         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43330         (func_modules_transitive_closure, func_modules_add_dummy,
43331         func_modules_to_filelist, func_import, func_create_testdir,
43332         func_create_megatestdir, ...): Use it wherever possible.
43333         Suggested by Ralf Wildenhues.
43334
43335 2006-09-16  Karl Berry  <karl@gnu.org>
43336
43337         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43338         to avoid sectioning errors.
43339         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43340         [ifinfo]: blank line after @center-ed titles.
43341         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43342         Spell FSF address consistently with others.
43343         (These changes approved by rms.)
43344
43345 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43346
43347         Speed up by a factor of 1.61.
43348         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43349         already checked module names again.
43350
43351 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43352
43353         Speed up by a factor of 1.13.
43354         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43355         for new_files, and the input to func_add_or_update.
43356
43357 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43358
43359         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43360         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43361
43362 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43363
43364         * modules/mkancesdirs (Depends-on): Add fcntl.
43365         * modules/savewd: New file.
43366         * MODULES.html.sh (File system functions): Add savewd.
43367
43368         * modules/configmake (Makefile.am): Add support for the
43369         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43370
43371 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43372
43373         * m4/savewd.m4: New file.
43374
43375 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43376
43377         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43378         (dirchownmod): New arg FD.  All callers changed.
43379         Use FD rather than opening the directory ourself, as opening is
43380         now the caller's responsibility.
43381         * lib/dirchownmod.h: Likewise.
43382         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43383         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43384         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43385         (test_dir): Remove.
43386         (mkancesdirs): Return length of prefix of FILE that has already
43387         been made, or -2 if there is a child doing the work.  Redo
43388         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43389         ".", and treat ".." specially since it might stray back into
43390         already-created areas.  Use a subprocess if necessary.  New arg
43391         WD; all users changed.  MAKE_DIR function should now return 1
43392         if it creates a directory that is not readable.  Return -2 if
43393         a child process is spun off.
43394         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43395         Adjust signature to match code.
43396         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43397         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43398         all users changed.
43399         * lib/savewd.c, lib/savewd.h: New files.
43400
43401 2006-09-15  Jim Meyering  <jim@meyering.net>
43402
43403         * modules/rename-dest-slash: New module.
43404         * MODULES.html.sh (posix_compat): Add it here.
43405
43406         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43407
43408 2006-09-15  Jim Meyering  <jim@meyering.net>
43409
43410         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43411         file.
43412
43413         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43414
43415 2006-09-15  Jim Meyering  <jim@meyering.net>
43416
43417         * lib/rename-dest-slash.c (has_trailing_slash): Use
43418         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43419         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43420         test before testing whether SRC is a directory.
43421         Suggestions from Bruno Haible.
43422
43423         Avoid a warning about an unused variable.
43424         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43425         into the #ifdef block where it's used.
43426
43427         * lib/rename-dest-slash.c: New file.
43428
43429 2006-09-14  Bruno Haible  <bruno@clisp.org>
43430
43431         * lib/allocsa.c: Include <config.h> unconditionally.
43432         * lib/asnprintf.c: Likewise.
43433         * lib/asprintf.c: Likewise.
43434         * lib/c-strcasecmp.c: Likewise.
43435         * lib/c-strcasestr.c: Likewise.
43436         * lib/c-strncasecmp.c: Likewise.
43437         * lib/c-strstr.c: Likewise.
43438         * lib/classpath.c: Likewise.
43439         * lib/clean-temp.c: Likewise.
43440         * lib/concatpath.c: Likewise.
43441         * lib/copy-file.c: Likewise.
43442         * lib/csharpcomp.c: Likewise.
43443         * lib/csharpexec.c: Likewise.
43444         * lib/execute.c: Likewise.
43445         * lib/fatal-signal.c: Likewise.
43446         * lib/findprog.c: Likewise.
43447         * lib/fwriteerror.c: Likewise.
43448         * lib/gl_array_list.c: Likewise.
43449         * lib/gl_array_oset.c: Likewise.
43450         * lib/gl_avltree_list.c: Likewise.
43451         * lib/gl_avltree_oset.c: Likewise.
43452         * lib/gl_avltreehash_list.c: Likewise.
43453         * lib/gl_carray_list.c: Likewise.
43454         * lib/gl_linked_list.c: Likewise.
43455         * lib/gl_linkedhash_list.c: Likewise.
43456         * lib/gl_list.c: Likewise.
43457         * lib/gl_oset.c: Likewise.
43458         * lib/gl_rbtree_list.c: Likewise.
43459         * lib/gl_rbtree_oset.c: Likewise.
43460         * lib/gl_rbtreehash_list.c: Likewise.
43461         * lib/imaxabs.c: Likewise.
43462         * lib/imaxdiv.c: Likewise.
43463         * lib/javacomp.c: Likewise.
43464         * lib/javaexec.c: Likewise.
43465         * lib/javaversion.c: Likewise.
43466         * lib/linebreak.c: Likewise.
43467         * lib/localcharset.c: Likewise.
43468         * lib/lock.c: Likewise.
43469         * lib/mbchar.c: Likewise.
43470         * lib/mbswidth.c: Likewise.
43471         * lib/mkdtemp.c: Likewise.
43472         * lib/pipe.c: Likewise.
43473         * lib/printf-args.c: Likewise.
43474         * lib/printf-parse.c: Likewise.
43475         * lib/progname.c: Likewise.
43476         * lib/progreloc.c: Likewise.
43477         * lib/readlink.c: Likewise.
43478         * lib/sh-quote.c: Likewise.
43479         * lib/stpcpy.c: Likewise.
43480         * lib/stpncpy.c: Likewise.
43481         * lib/strcasecmp.c: Likewise.
43482         * lib/strcasestr.c: Likewise.
43483         * lib/strcspn.c: Likewise.
43484         * lib/striconv.c: Likewise.
43485         * lib/strncasecmp.c: Likewise.
43486         * lib/strnlen1.c: Likewise.
43487         * lib/strstr.c: Likewise.
43488         * lib/strtok_r.c: Likewise.
43489         * lib/tls.c: Likewise.
43490         * lib/tmpdir.c: Likewise.
43491         * lib/unicodeio.c: Likewise.
43492         * lib/unsetenv.c: Likewise.
43493         * lib/vasnprintf.c: Likewise.
43494         * lib/vasprintf.c: Likewise.
43495         * lib/wait-process.c: Likewise.
43496         * lib/xallocsa.c: Likewise.
43497         * lib/xsetenv.c: Likewise.
43498         * lib/xstriconv.c: Likewise.
43499
43500 2006-09-13  Simon Josefsson  <jas@extundo.com>
43501
43502         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43503         that internally, suggested by Ralf Wildenhues
43504         <Ralf.Wildenhues@gmx.de>.
43505
43506 2006-09-13  Simon Josefsson  <jas@extundo.com>
43507
43508         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43509         @LIBOBJS@.
43510         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43511
43512 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43513
43514         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43515         longer worry about uses that don't define HAVE_CONFIG_H.
43516         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43517         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43518         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43519         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43520         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43521         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43522         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43523         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43524         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43525         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43526         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43527         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43528         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43529         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43530         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43531         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43532         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43533         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43534         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43535         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43536         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43537         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43538         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43539         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43540         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43541         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43542         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43543         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43544         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43545         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43546         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43547         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43548         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43549         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43550         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43551         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43552         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43553         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43554         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43555         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43556         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43557         Likewise.
43558
43559 2006-09-13  Eric Blake  <ebb9@byu.net>
43560
43561         * lib/getopt.c: Fix typo in last commit.
43562
43563 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43564
43565         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43566         dgettext.
43567
43568 2006-09-12  Jim Meyering  <jim@meyering.net>
43569
43570         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43571         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43572         Reported by Nelson H. F. Beebe.
43573
43574 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43575
43576         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43577         program_invocation_name and program_invocation_short_name are
43578         initialized.
43579         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43580         and program_invocation_short_name to argp.h, so they are visible
43581         to user programs.
43582         * lib/argp.h: Likewise
43583
43584 2006-09-10  Bruno Haible  <bruno@clisp.org>
43585
43586         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43587         m4/inttypes_h.m4, m4/uintmax_t.m4.
43588
43589 2006-09-10  Bruno Haible  <bruno@clisp.org>
43590
43591         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43592         gl_AC_TYPE_UINTMAX_T.
43593
43594 2006-09-10  Bruno Haible  <bruno@clisp.org>
43595
43596         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43597
43598 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43599
43600         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43601         convention.  Text proposed by Bruno Haible.
43602         (struct argp_option): Document the use of N_() wrappers.
43603
43604         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43605         '\v', and translate the two parts separately, instead of feeding
43606         the whole string to gettext.  This allows to exclude
43607         '\v' from the strings visible to the translator by writing doc
43608         strings as N_("..") "\v" N_("..").
43609
43610 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43611
43612         * config/srclist.txt: Undo latest change; the bug was fixed.
43613
43614 2006-09-09  Bruno Haible  <bruno@clisp.org>
43615
43616         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43617         assignments if building a library without libtool.
43618         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43619         in func_emit_lib_Makefile_am.
43620         (func_import): When building a static library libfoo.a, arrange to
43621         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43622         (func_create_testdir): Likewise.
43623         * modules/gc (configure.ac, Makefile.am): If building statically,
43624         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43625         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43626         * modules/striconv (configure.ac, Makefile.am): Likewise.
43627         Based on a suggestion by Ralf Wildenhues.
43628
43629 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43630
43631         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43632         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43633         Also:
43634
43635         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43636         Add year_2050_test to catch glibc bug 2821
43637         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43638
43639         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43640         Prefer #ifdef to #if.
43641
43642         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43643         Return from 'main' instead of calling 'exit'.
43644
43645 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43646
43647         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43648         returned the maximum time_t value rather than (time_t) -1.
43649         Problem originally reported by William Bardwell
43650         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43651
43652         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43653         Moved to here ...
43654         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43655         ... from here.
43656
43657 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43658
43659         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43660         2821 is fixed.
43661
43662 2006-09-08  Jim Meyering  <jim@meyering.net>
43663
43664         Don't make generated files read-only.  That would bother too many
43665         people.  However, do retain the ability to work when targets are
43666         read-only: remove the destination and temporary files before writing
43667         them (when generated via sed or echo), or by using the -f option for
43668         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43669         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43670         * modules/byteswap, modules/configmake, modules/fcntl:
43671         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43672         * modules/localcharset, modules/netinet_in, modules/poll:
43673         * modules/stdbool, modules/stdint, modules/sys_select:
43674         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43675
43676 2006-09-08  Jim Meyering  <jim@meyering.net>
43677
43678         Avoid new build failure on FreeBSD 6.0.
43679         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43680         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43681         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43682
43683 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43684
43685         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43686
43687 2006-09-07  Jim Meyering  <jim@meyering.net>
43688
43689         Fix global typo in last change: use chmod u-w, not chmod u-x.
43690         Spotted by Paul Eggert and Bruce Korb.
43691         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43692         * modules/byteswap, modules/configmake, modules/fcntl:
43693         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43694         * modules/localcharset, modules/netinet_in, modules/poll:
43695         * modules/stdbool, modules/stdint, modules/sys_select:
43696         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43697
43698 2006-09-06  Jim Meyering  <jim@meyering.net>
43699
43700         Make generated files be read-only.
43701         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43702         Ensure that each generated file is now read-only.
43703         * modules/argz: Likewise.
43704         * modules/arpa_inet: Likewise.
43705         * modules/byteswap: Likewise.
43706         * modules/configmake: Likewise.
43707         * modules/fcntl: Likewise.
43708         * modules/fnmatch: Likewise.
43709         * modules/getopt: Likewise.
43710         * modules/glob: Likewise.
43711         * modules/inttypes: Likewise.
43712         * modules/netinet_in: Likewise.
43713         * modules/poll: Likewise.
43714         * modules/stdbool: Likewise.
43715         * modules/stdint: Likewise.
43716         * modules/sys_select: Likewise.
43717         * modules/sys_socket: Likewise.
43718         * modules/sys_stat: Likewise.
43719         * modules/sysexits: Likewise.
43720         * modules/localcharset: Same as above, but continue using temporary
43721         file named "t-$@" (why different?) rather than the "$@-t" used
43722         everywhere else.
43723
43724         * modules/sysexits (Makefile.am): Replace literal occurrences
43725         of "sysexit.h" more readable, and more consistent, "$@".
43726
43727 2006-09-06  Bruno Haible  <bruno@clisp.org>
43728
43729         * modules/striconv: New file.
43730         * modules/xstriconv: New file.
43731         * MODULES.html.sh (Internationalization functions): Add striconv,
43732         xstriconv.
43733
43734 2006-09-06  Bruno Haible  <bruno@clisp.org>
43735
43736         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43737         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43738         not using libtool correctly.
43739
43740 2006-09-06  Bruno Haible  <bruno@clisp.org>
43741
43742         * lib/striconv.h: New file.
43743         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43744         iconvstring.c.
43745         * lib/xstriconv.h: New file.
43746         * lib/xstriconv.c: New file.
43747
43748 2006-09-06  Bruno Haible  <bruno@clisp.org>
43749
43750         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43751         lib_..._LDFLAGS.
43752
43753 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43754
43755         * lib/argz_.h: Sync from Libtool.
43756
43757         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43758                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43759
43760         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43761
43762 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43763
43764         * modules/trim: New file.
43765
43766 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43767
43768         * lib/trim.h: New file.
43769         * lib/trim.c: New file.
43770
43771 2006-09-05  Bruno Haible  <bruno@clisp.org>
43772
43773         * MODULES.html.sh (String handling): Add trim.
43774
43775 2006-09-04  Karl Berry  <karl@gnu.org>
43776
43777         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43778         until next release.
43779
43780 2006-09-03  Bruno Haible  <bruno@clisp.org>
43781
43782         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43783         correctly.
43784
43785 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43786
43787         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43788         not gl_GETLOADAVG.  Omit unneeded semicolons.
43789         Problems reported by Ralf Wildenhues in
43790         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43791         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43792         at the end, which is the usual gnulib style.
43793
43794         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43795         of doing all the work ourselves.
43796         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43797         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43798
43799 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43800
43801         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43802         Problem reported by Ralf Wildenhues in
43803         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43804
43805         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43806         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43807
43808 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43809
43810         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43811         yesterday's patch by changing test -n to test -z.
43812
43813 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43814
43815         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43816         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43817         the former is now obsolescent.
43818
43819         * modules/chdir-long (Depends-on): Add fcntl.
43820
43821 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43822
43823         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43824         obsolescent, and programs should use gnulib instead.
43825         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43826         but with prefixes changed.
43827
43828 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43829
43830         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43831         or stdbool.h, because they might not exist while configuring.
43832
43833         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43834         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43835         does that for us.
43836         (O_DIRECTORY): Remove.
43837
43838 2006-08-31  Eric Blake  <ebb9@byu.net>
43839
43840         * gnulib-tool: Don't let emacs change spaces to TAB.
43841
43842 2006-08-31  Bruno Haible  <bruno@clisp.org>
43843
43844         * gnulib-tool: When calling func_import more than once, do it in a
43845         subshell.
43846         Reported by Eric Blake <ebb9@byu.net>.
43847
43848 2006-08-31  Bruno Haible  <bruno@clisp.org>
43849
43850         * gnulib-tool (nl): Remove variable.
43851         (sed_transform_lib_file): Use more robust test for config-h module.
43852         (func_import): Fix typo in 2006-08-25 patch.
43853
43854 2006-08-31  Bruno Haible  <bruno@clisp.org>
43855
43856         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43857         specified, augment Makefile.am variables instead of assigning them.
43858
43859 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43860
43861         Work around a bug in both the Linux and SunOS 64-bit kernels:
43862         nanosleep mishandles sleeps for longer than 2**31 seconds.
43863         Problem reported by Frank v Waveren in
43864         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43865         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43866         Check for nanosleep bug.
43867         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43868
43869 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43870
43871         Work around a bug in both the Linux and SunOS 64-bit kernels:
43872         nanosleep mishandles sleeps for longer than 2**31 seconds.
43873         Problem reported by Frank v Waveren in
43874         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43875         * lib/nanosleep.c (BILLION): New constant.
43876         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43877         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43878         implementation.
43879
43880 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43881
43882         * modules/nanosleep (Depends-on): Add gettime.
43883
43884 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43885         and Simon Josefsson  <jas@extundo.com>
43886         and Oskar Liljeblad  <oskar@osk.mine.nu>
43887
43888         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43889         * gnulib-tool (func_import): New license type 'unmodifiable license
43890         text'.
43891         * modules/fdl: Use it.  Longer description.
43892         * module/gpl, module/lgpl: New files.
43893
43894 2006-08-30  Jim Meyering  <jim@meyering.net>
43895
43896         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43897         shadowing the parameter.
43898
43899 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43900
43901         Sync from Libtool:
43902
43903         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43904
43905         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43906         sharing with gnulib.  Report by Eric Blake.
43907
43908 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43909
43910         * modules/isapipe: New file.
43911         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43912
43913 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43914
43915         * modules/configmake (Makefile.am): Add a comment, and omit
43916         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43917         by Bruno Haible.
43918
43919 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43920
43921         * m4/isapipe.m4: New file.
43922
43923 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43924
43925         * lib/isapipe.c, lib/isapipe.h: New files.
43926
43927 2006-08-29  Jim Meyering  <jim@meyering.net>
43928
43929         * modules/configmake (Makefile.am): Make configmake.h depend on
43930         Makefile.  Otherwise, a stale configmake.h could hang around.
43931
43932 2006-08-29  Eric Blake  <ebb9@byu.net>
43933
43934         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43935         resolution of upstream bug 3044.
43936
43937 2006-08-29  Bruno Haible  <bruno@clisp.org>
43938
43939         * modules/localcharset (Depends-on): Add configmake.
43940         (Makefile.am): Remove setting of LIBDIR through DEFS.
43941
43942 2006-08-29  Bruno Haible  <bruno@clisp.org>
43943
43944         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43945         defined.
43946
43947 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43948
43949         * modules/fcntl: New file.
43950         * modules/chdir-safer (Depends-on): Add fcntl.
43951         * modules/fts: Likewise.
43952         * modules/mkdir-p: Likewise.
43953
43954         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43955         This undoes the most recent change, since we're now addressing the
43956         problem in a different way.
43957
43958         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43959         into output, since the output might be called Makefile.am even
43960         if $makefile_name is something different.
43961         (func_import): Use $makefile_am rather than
43962         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43963         empty.
43964
43965         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43966
43967 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43968
43969         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43970         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43971         recent change to stdint.m4, since we're now addressing the problem in a
43972         different way.
43973
43974 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43975
43976         * m4/fcntl_h.m4: New file.
43977
43978 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43979
43980         * lib/fcntl_.h: New file.
43981         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43982         the fcntl module.
43983         * lib/dirchownmod.c: Likewise.
43984         * lib/fts.c: Likewise.
43985
43986         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43987         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43988         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43989         just before including <inttypes.h>, to avoid circular inclusion.
43990
43991 2006-08-28  Jim Meyering  <jim@meyering.net>
43992
43993         * doc/visibility.texi: Actually read and correct the grammar of the
43994         sentence affected by yesterday's change.
43995
43996 2006-08-28  Eric Blake  <ebb9@byu.net>
43997
43998         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43999         needs wrapper.
44000
44001 2006-08-28  Eric Blake  <ebb9@byu.net>
44002
44003         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44004
44005 2006-08-28  Eric Blake  <ebb9@byu.net>
44006
44007         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44008
44009 2006-08-28  Bruno Haible  <bruno@clisp.org>
44010
44011         * modules/c-strstr: New file, from GNU gettext.
44012         * MODULES.html.sh (String handling): Add c-strstr.
44013
44014 2006-08-28  Bruno Haible  <bruno@clisp.org>
44015
44016         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44017         macros.
44018         Reported by Eric Blake.
44019
44020 2006-08-28  Bruno Haible  <bruno@clisp.org>
44021
44022         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44023         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44024         * lib/vasprintf.c: Include errno.h, limits.h.
44025         (EOVERFLOW): New fallback definition.
44026         (vasprintf): Test here whether the string length is > INT_MAX.
44027         * lib/vsnprintf.c: Include errno.h, limits.h.
44028         (EOVERFLOW): New fallback definition.
44029         (vsnprintf): Fix bug when generated string was too long for the buffer.
44030         Test here whether the string length is > INT_MAX.
44031
44032 2006-08-28  Bruno Haible  <bruno@clisp.org>
44033
44034         * lib/inttypes_.h (SCNX*): Remove definitions.
44035         Reported by Eric Blake.
44036
44037 2006-08-28  Bruno Haible  <bruno@clisp.org>
44038
44039         * lib/c-strstr.h: New file, from GNU gettext.
44040         * lib/c-strstr.c: New file, from GNU gettext.
44041
44042 2006-08-28  Bruno Haible  <bruno@clisp.org>
44043
44044         * gnulib-tool: Reorder some statements.
44045
44046 2006-08-28  Bruno Haible  <bruno@clisp.org>
44047
44048         * gnulib-tool: New option --makefile-name.
44049         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44050         $makefile_name.
44051         (func_import): Write $makefile_name to the cache file, and read it from
44052         there unless explicitly specified. Use $makefile_name as file name
44053         instead of Makefile.am. Adjust the recommendations accordingly.
44054
44055 2006-08-28  Bruno Haible  <bruno@clisp.org>
44056
44057         * gnulib-tool (func_verify_module): Check against misapplying patch.
44058
44059 2006-08-28  Bruno Haible  <bruno@clisp.org>
44060
44061         * gnulib-tool (func_relativize, func_relconcat): New functions.
44062         Give an error if --local-dir is given with --update.
44063         Remove trailing slashes from $local_gnulib_dir.
44064         (func_import): Store the relativized $local_gnulib_dir in
44065         gnulib-cache.m4, and read it from there if not specified explicitly.
44066
44067 2006-08-28  Bruno Haible  <bruno@clisp.org>
44068
44069         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44070         is the current directory. Respect also $local_gnulib_dir.
44071
44072 2006-08-28  Bruno Haible  <bruno@clisp.org>
44073             Simon Josefsson  <jas@extundo.com>
44074
44075         BeOS portability.
44076         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44077
44078 2006-08-27  Jim Meyering  <jim@meyering.net>
44079
44080         * doc/visibility.texi: Remove duplicate word: "pointer".
44081
44082 2006-08-26  Bruno Haible  <bruno@clisp.org>
44083
44084         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44085         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44086         (Makefile.am): Create inttypes.h from inttypes_.h.
44087         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44088
44089         * modules/imaxabs: New file.
44090
44091         * modules/imaxdiv: New file.
44092
44093 2006-08-26  Bruno Haible  <bruno@clisp.org>
44094
44095         * m4/inttypes.m4: New file.
44096         * m4/_inttypes_h.m4: Remove file.
44097         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44098         PRI_MACROS_BROKEN.
44099         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44100
44101         * m4/imaxabs.m4: New file.
44102
44103         * m4/imaxdiv.m4: New file.
44104
44105 2006-08-26  Bruno Haible  <bruno@clisp.org>
44106
44107         * lib/inttypes_.h: New file.
44108         * lib/inttypes.h: Remove file.
44109         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44110
44111         * lib/imaxabs.c: New file.
44112
44113         * lib/imaxdiv.c: New file.
44114
44115 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44116
44117         New config-h module, so that "make" output needn't be cluttered
44118         by -DHAVE_CONFIG_H.
44119         * MODULES.html.sh (Support for building libraries and executables):
44120         Add config-h.
44121         * modules/config-h: New file.
44122         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44123         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44124         the config-h module is used.
44125
44126         New configmake module, so that "make" output needn't be cluttered
44127         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44128         * MODULES.html.sh (Support for building libraries and executables):
44129         Add configmake.
44130         * modules/configmake: New file.
44131
44132 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44133
44134         * m4/config-h.m4: New file.
44135
44136 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44137
44138         * config/srclist.txt: Add elisp-comp.
44139
44140 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44141
44142         * MODULES.html.sh (Support for building libraries and executables):
44143         Add elisp-comp.
44144         * build-aux/elisp-comp: New file.
44145         * modules/elisp-comp: New file.
44146
44147 2006-08-24  Bruno Haible  <bruno@clisp.org>
44148
44149         * gnulib-tool (func_create_testdir): Use non-default values of
44150         sourcebase and m4base.
44151
44152 2006-08-24  Bruno Haible  <bruno@clisp.org>
44153
44154         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44155         HTML structure.
44156
44157 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44158
44159         * modules/openat (Depends-on): Add lchown.
44160
44161 2006-08-23  Bruno Haible  <bruno@clisp.org>
44162
44163         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44164         of gl_LOCK_EARLY instead of gl_LOCK.
44165
44166 2006-08-23  Bruno Haible  <bruno@clisp.org>
44167
44168         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44169         on OSF/1 to no.
44170         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44171
44172 2006-08-23  Bruno Haible  <bruno@clisp.org>
44173
44174         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44175         as unusable.
44176
44177         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44178         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44179         (gl_LOCK): New macro.
44180
44181 2006-08-22  Simon Josefsson  <jas@extundo.com>
44182
44183         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44184         to md5 module.
44185
44186 2006-08-22  Simon Josefsson  <jas@extundo.com>
44187
44188         * MODULES.html.sh: Add "Support for maintaining and release
44189         projects".
44190
44191         * build-aux/gnupload: New file, from coreutils.
44192
44193 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44194
44195         Avoid the need for AC_LIBSOURCES in m4 macros.
44196         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44197         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44198         * modules/check-version (EXTRA_DIST): Add check-version.h.
44199         * modules/crc (EXTRA_DIST): Add crc.h.
44200         * modules/des (EXTRA_DIST): Add des.h.
44201         * modules/gc (EXTRA_DIST): Add gc.h.
44202         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44203         * modules/getline (EXTRA_DIST): Add getline.h.
44204         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44205         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44206         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44207         * modules/md2 (EXTRA_DIST): Add md2.h.
44208         * modules/md4 (EXTRA_DIST): Add md4.h.
44209         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44210         * modules/read-file (EXTRA_DIST): Add read-file.h.
44211         * modules/readline (EXTRA_DIST): Add readline.h.
44212         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44213         rijndael-api-fst.h.
44214
44215 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44216
44217         * m4/rijndael.m4 (gl_ARCFOUR):
44218         * m4/arctwo.m4 (gl_ARCTWO):
44219         * m4/check-version.m4 (gl_CHECK_VERSION):
44220         * m4/crc.m4 (gl_CRC):
44221         * m4/des.m4 (gl_DES):
44222         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44223         * m4/gc.m4 (gl_GC):
44224         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44225         * m4/getline.m4 (gl_FUNC_GETLINE):
44226         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44227         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44228         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44229         * m4/md2.m4 (gl_MD2):
44230         * m4/md4.m4 (gl_MD4):
44231         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44232         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44233         * m4/readline.m4 (gl_FUNC_READLINE):
44234         * m4/rijndael.m4 (gl_RIJNDAEL):
44235         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44236         to get the necessary .h files and whatnot.
44237
44238 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44239
44240         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44241         gnulib rather than the other way around.
44242         * config/srclistvars.sh (COREUTILS): Remove.
44243
44244 2006-08-22  Jim Meyering  <jim@meyering.net>
44245
44246         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44247
44248         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44249
44250 2006-08-22  Eric Blake  <ebb9@byu.net>
44251
44252         * modules/regexprops-generic: New file.
44253         * MODULES.html.sh (Support for building documentation): List it.
44254
44255 2006-08-22  Eric Blake  <ebb9@byu.net>
44256
44257         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44258         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44259         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44260         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44261
44262 2006-08-22  Bruno Haible  <bruno@clisp.org>
44263
44264         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44265         and lib_LTLIBRARIES like the other lib_* variables.
44266
44267 2006-08-22  Bruno Haible  <bruno@clisp.org>
44268
44269         * build-aux/x-to-1.in: New file, from GNU gettext.
44270
44271 2006-08-22  Bruno Haible  <bruno@clisp.org>
44272
44273         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44274         <utmpx.h> exists.
44275
44276 2006-08-22  Bruno Haible  <bruno@clisp.org>
44277
44278         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44279         <utmpx.h> exists.
44280
44281 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44282
44283         BeOS portability.
44284         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44285         exist.
44286         Problem reported by Bruno Haible.
44287
44288 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44289
44290         Avoid the need for AC_LIBSOURCES in m4 macros.
44291         * modules/acl (EXTRA_DIST): Add acl.h.
44292         * modules/argmatch (Files): Add m4/argmatch.m4.
44293         (configure.ac): Add gl_ARGMATCH.
44294         (EXTRA_DIST): Renamed from lib_SOURCES, for
44295         consistency with the other modules.  Remove argmatch.c.
44296         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44297         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44298         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44299         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44300         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44301         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44302         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44303         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44304         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44305         * modules/closeout (EXTRA_DIST): Add closeout.h.
44306         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44307         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44308         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44309         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44310         dirname.h; remove basename.c and stripslash.c.
44311         * modules/exclude (EXTRA_DIST): Add exclude.h.
44312         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44313         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44314         * modules/file-type (EXTRA_DIST): Add file-type.h.
44315         * modules/filemode (EXTRA_DIST): Add filemode.h.
44316         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44317         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44318         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44319         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44320         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44321         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44322         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44323         * modules/getdate (EXTRA_DIST): Add getdate.c.
44324         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44325         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44326         * modules/getpass (EXTRA_DIST): Add getpass.h.
44327         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44328         * modules/group-member (EXTRA_DIST): Add group-member.h.
44329         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44330         * modules/hash (EXTRA_DIST): Add hash.h.
44331         * modules/human (EXTRA_DIST): Add human.h.
44332         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44333         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44334         * modules/lchown (EXTRA_DIST): Add lchown.h.
44335         * modules/long-options (EXTRA_DIST): Add long-options.h.
44336         * modules/lstat (EXTRA_DIST): Add lstat.h.
44337         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44338         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44339         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44340         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44341         * modules/memxor (EXTRA_DIST): Add memxor.h.
44342         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44343         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44344         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44345         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44346         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44347         * modules/physmem (EXTRA_DIST): Add physmem.h.
44348         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44349         * modules/posixver (EXTRA_DIST): Add posixver.h.
44350         * modules/quote (EXTRA_DIST): Add quote.h.
44351         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44352         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44353         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44354         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44355         regex_internal.h regexec.c.
44356         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44357         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44358         * modules/same (EXTRA_DIST): Add same.h.
44359         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44360         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44361         * modules/savedir (EXTRA_DIST): Add savedir.h.
44362         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44363         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44364         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44365         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44366         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44367         * modules/strdup (EXTRA_DIST): Add strdup.h.
44368         * modules/strftime (EXTRA_DIST): Add strftime.h.
44369         * modules/strndup (EXTRA_DIST): Add strndup.h.
44370         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44371         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44372         * modules/time_r (EXTRA_DIST): Add time_r.h.
44373         * modules/timespec (EXTRA_DIST): Add timespec.h.
44374         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44375         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44376         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44377         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44378         * modules/userspec (EXTRA_DIST): Add userspec.h.
44379         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44380         * modules/utimens (EXTRA_DIST): Add utimens.h.
44381         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44382         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44383         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44384         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44385         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44386         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44387         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44388         * modules/yesno (EXTRA_DIST): Add yesno.h.
44389
44390 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44391
44392         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44393
44394         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44395         * m4/dev-ino.m4, same-inode.m4: Remove.
44396
44397         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44398         * m4/acl.m4 (AC_FUNC_ACL):
44399         * m4/backupfile.m4 (gl_BACKUPFILE):
44400         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44401         * m4/canon-host.m4 (gl_CANON_HOST):
44402         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44403         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44404         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44405         * m4/cloexec.m4 (gl_CLOEXEC):
44406         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44407         * m4/closeout.m4 (gl_CLOSEOUT):
44408         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44409         * m4/dirname.m4 (gl_DIRNAME):
44410         * m4/exclude.m4 (gl_EXCLUDE):
44411         * m4/exitfail.m4 (gl_EXITFAIL):
44412         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44413         * m4/file-type.m4 (gl_FILE_TYPE):
44414         * m4/filemode.m4 (gl_FILEMODE):
44415         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44416         * m4/fpending.m4 (gl_FUNC_FPENDING):
44417         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44418         * m4/fts.m4 (gl_FUNC_FTS):
44419         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44420         * m4/getdate.m4 (gl_GETDATE):
44421         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44422         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44423         * m4/getpass.m4 (gl_FUNC_GETPASS):
44424         * m4/gettime.m4 (gl_GETTIME):
44425         * m4/getugroups.m4 (gl_GETUGROUPS):
44426         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44427         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44428         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44429         * m4/hash.m4 (gl_HASH):
44430         * m4/idcache.m4 (gl_IDCACHE):
44431         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44432         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44433         * m4/long-options.m4 (gl_LONG_OPTIONS):
44434         * m4/lstat.m4 (gl_FUNC_LSTAT):
44435         * m4/md5.m4 (gl_MD5):
44436         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44437         * m4/memcoll.m4 (gl_MEMCOLL):
44438         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44439         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44440         * m4/memxor.m4 (gl_MEMXOR):
44441         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44442         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44443         * m4/modechange.m4 (gl_MODECHANGE):
44444         * m4/mountlist.m4 (gl_MOUNTLIST):
44445         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44446         * m4/openat.m4 (gl_FUNC_OPENAT):
44447         * m4/pathmax.m4 (gl_PATHMAX):
44448         * m4/physmem.m4 (gl_PHYSMEM):
44449         * m4/posixtm.m4 (gl_POSIXTM):
44450         * m4/posixver.m4 (gl_POSIXVER):
44451         * m4/quote.m4 (gl_QUOTE):
44452         * m4/quotearg.m4 (gl_QUOTEARG):
44453         * m4/readtokens.m4 (gl_READTOKENS):
44454         * m4/readutmp.m4 (gl_READUTMP):
44455         * m4/regex.m4 (gl_REGEX):
44456         * m4/safe-read.m4 (gl_SAFE_READ):
44457         * m4/safe-write.m4 (gl_SAFE_WRITE):
44458         * m4/same.m4 (gl_SAME):
44459         * m4/save-cwd.m4 (gl_SAVE_CWD):
44460         * m4/savedir.m4 (gl_SAVEDIR):
44461         * m4/settime.m4 (gl_SETTIME):
44462         * m4/sha1.m4 (gl_SHA1):
44463         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44464         * m4/stat-macros.m4 (gl_STAT_MACROS):
44465         * m4/stat-time.m4 (gl_STAT_TIME):
44466         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44467         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44468         * m4/strdup.m4 (gl_FUNC_STRDUP):
44469         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44470         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44471         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44472         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44473         * m4/time_r.m4 (gl_TIME_R):
44474         * m4/timespec.m4 (gl_TIMESPEC):
44475         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44476         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44477         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44478         * m4/userspec.m4 (gl_USERSPEC):
44479         * m4/utimecmp.m4 (gl_UTIMECMP):
44480         * m4/utimens.m4 (gl_UTIMENS):
44481         * m4/xalloc.m4 (gl_XALLOC):
44482         * m4/xgetcwd.m4 (gl_XGETCWD):
44483         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44484         * m4/xreadlink.m4 (gl_XREADLINK):
44485         * m4/xstrtod.m4 (gl_XSTRTOD):
44486         * m4/yesno.m4 (gl_YESNO):
44487         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44488         to get the necessary .h files and whatnot.
44489
44490 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44491             Bruno Haible  <bruno@clisp.org>
44492
44493         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44494         /bin/sh understanding of '!' conditional negation.
44495
44496 2006-08-21  Jim Meyering  <jim@meyering.net>
44497
44498         * modules/openat (Depends-on): Really alphabetize.
44499
44500         * modules/acl (Depends-on): Add error and quote.
44501
44502         * check-module (find_included_lib_files): Add at-func.c to the
44503         ok-to-include-more-than-once white list.
44504
44505         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44506
44507 2006-08-21  Bruno Haible  <bruno@clisp.org>
44508
44509         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44510         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44511         Reported by Martin Lambers <marlam@marlam.de>.
44512
44513 2006-08-21  Bruno Haible  <bruno@clisp.org>
44514
44515         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44516         specify an installation location, don't emit a noinst_LIBRARIES or
44517         noinst_LTLIBRARIES assignment.
44518
44519 2006-08-21  Bruno Haible  <bruno@clisp.org>
44520
44521         BeOS portability.
44522         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44523         BeOS has mbrtowc() but no <wctype.h>.
44524
44525 2006-08-21  Bruno Haible  <bruno@clisp.org>
44526
44527         BeOS portability.
44528         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44529         exist.
44530
44531 2006-08-21  Bruno Haible  <bruno@clisp.org>
44532
44533         BeOS portability.
44534         * lib/mbchar.h: Include <wctype.h> only if it exists.
44535
44536 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44537
44538         Remove files that are no longer needed by their respective modules.
44539         * m4/obstack.m4: Remove.
44540         * m4/strerror_r.m4: Remove.
44541         * m4/uint32_t.m4: Remove.
44542         * m4/uintptr_t.m4: Remove.
44543         * m4/ullong_max.m4: Remove.
44544         * m4/xstrtoimax.m4: Remove.
44545         * m4/xstrtoumax.m4: Remove.
44546
44547         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44548         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44549         dependencies now capture this.
44550
44551         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44552         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44553         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44554         * m4/human.m4 (gl_HUMAN): Likewise.
44555         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44556         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44557
44558         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44559
44560         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44561         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44562         stdint.
44563         * m4/human.m4 (gl_HUMAN): Likewise.
44564         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44565         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44566         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44567         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44568         * m4/xstrtol (gl_XSTRTOL): Likewise.
44569
44570         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44571         AC_TYPE_LONG_LONG_INT.
44572         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44573         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44574         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44575         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44576
44577         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44578         on stdbool.
44579
44580         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44581         (gl_PREREQ_XSTRTOUL): Remove.
44582
44583         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44584
44585         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44586         mode.
44587
44588 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44589
44590         Add and change modules to make it easier for coreutils to use
44591         gnulib-tool.
44592         * modules/backupfile (Files): Remove m4/d-ino.m4.
44593         (Depends-on): Add d-ino.
44594         * modules/cycle-check (Depends-on): Add stdint.
44595         (lib_SOURCES): Add cycle-check.h.
44596         * modules/d-ino: New module.
44597         * modules/d-type: New module.
44598         * modules/error (Files): Remove m4/strerror_r.m4.
44599         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44600         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44601         m4/inttypes_h.m4, m4/uintmax_t.m4.
44602         (Depends-on): Add stdint.
44603         (lib_SOURCES): Add fsusage.h.
44604         * modules/getcwd (Files): Remove d-ino.m4.
44605         (Depends-on): Add d-ino.
44606         * modules/getndelim2 (Depends-on): Add stdint.
44607         * modules/glob (Files): Remove m4/d-type.m4.
44608         (Depends-on): Add d-type.
44609         * modules/host-os: New module.
44610         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44611         m4/inttypes_h.m4, m4/uintmax_t.m4.
44612         * Depends-on: Add stdint.
44613         (lib_SOURCES): Add human.h.
44614         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44615         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44616         m4/uintmax_t.m4, m4/ulonglong.m4.
44617         (Depends-on): Add stdint.
44618         (EXTRA_DIST): Add inttostr.h.
44619         * modules/lchmod: New module.
44620         * modules/link-follow: New module.
44621         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44622         (Depends-on): Add lchmod.
44623         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44624         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44625         (Depends-on): Add stdint.
44626         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44627         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44628         (Depends-on): Add stdint.
44629         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44630         * modules/perl: New module.
44631         * modules/regex (Depends-on): Add stdint.
44632         * modules/rmdir-errno: New module.
44633         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44634         m4/intmax_t.m4.
44635         (Depends-on): Add stdint.
44636         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44637         m4/uintmax_t.m4.
44638         (Depends-on): Add stdint.
44639         * modules/unlink-busy: New module.
44640         * modules/utimecmp (Depends-on): Add stdint.
44641         * modules/uptime: New module.
44642         * modules/winsz-ioctl: New module.
44643         * modules/winsz-termios: New module.
44644         * modules/xnanosleep (Depends-on): Add nanosleep.
44645         * modules/ullong_max: Remove.
44646         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44647         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44648         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44649         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44650         (Depends-on): Add inttypes.
44651         (lib_SOURCES): Add xstrtol.h.
44652         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44653         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44654         * MODULES.html.sh: Move 'assert' into the assert section.
44655         Move 'dummy' into the linking section.
44656         Remove ullong_max.
44657         Add section for compatibility checks for POSIX:2001 functions,
44658         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44659         winsz-ioctl, and winsz-termios into it.
44660         Add lchmod.
44661         Add top-level Misc section and put host-os, perl, and uptime
44662         into it.
44663
44664 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44665
44666         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44667         now assume the stdint module.  Do not include inttypes.h.
44668         * lib/fsusage.h: Likewise.
44669         * lib/getndelim2.c: Likewise.
44670         * lib/human.h: Likewise.
44671         * lib/inttostr.h: Likewise.
44672         * lib/obstack.c: Likewise.
44673         * lib/regex_internal.h: Likewise.
44674         * lib/tempname.c: Likewise.
44675         * lib/utimecmp.c: Likewise.
44676         * lib/xstrtol.h: Likewise.
44677
44678         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44679
44680         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44681         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44682         * lib/xtime.h: Likewise.
44683
44684 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44685
44686         * modules/openat (Files): Add lib/fchmodat.c.
44687         Fixes problem reported by Jay Youngman.
44688
44689 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44690
44691         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44692         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44693
44694 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44695             Bruno Haible  <bruno@clisp.org>
44696
44697         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44698         and is a script that invokes bison. Tighten the code. Add comments.
44699
44700 2006-08-18  Jim Meyering  <jim@meyering.net>
44701
44702         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44703         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44704         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44705         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44706
44707 2006-08-18  Bruno Haible  <bruno@clisp.org>
44708
44709         * modules/bison-i18n: New file.
44710         * MODULES.html.sh (Internationalization functions): Add it.
44711
44712 2006-08-18  Bruno Haible  <bruno@clisp.org>
44713
44714         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44715         sys/statvfs.h. When getmntinfo was found, check its declaration and
44716         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44717
44718 2006-08-18  Bruno Haible  <bruno@clisp.org>
44719
44720         * m4/bison-i18n.m4: New file, from bison.
44721
44722 2006-08-18  Bruno Haible  <bruno@clisp.org>
44723
44724         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44725         (ME_DUMMY): Treat "kernfs" as a dummy.
44726         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44727
44728 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44729
44730         Update from coreutils.
44731
44732         2006-08-15  Jim Meyering  <jim@meyering.net>
44733
44734         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44735
44736         2006-01-17  Jim Meyering  <jim@meyering.net>
44737
44738         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44739
44740         2006-01-11  Jim Meyering  <jim@meyering.net>
44741
44742         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44743         Check for the lchmod function.
44744
44745 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44746
44747         Update from coreutils.
44748
44749         * lib/__fpending.h: Add copyright notice.
44750         * lib/fprintftime.h: Likewise.
44751         * lib/savedir.c: Use (C) in copyright notice.
44752         * lib/savedir.h: Likewise.
44753
44754         2006-08-15  Jim Meyering  <jim@meyering.net>
44755
44756         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44757         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44758         in support of the EXPECTED_ERRNO macro.
44759         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44760         definitions.  Instead, define the appropriate symbols and include
44761         "at-func.c".
44762         * lib/mkdirat.c (mkdirat): Likewise.
44763         * lib/fchmodat.c (fchmodat): Likewise.
44764         (ENOSYS): Remove definition.
44765         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44766         it.  Don't include "unistd--.h" -- it wasn't ever used.
44767
44768         2006-01-17  Jim Meyering  <jim@meyering.net>
44769
44770         Rewrite fts.c not to change the current working directory,
44771         by using openat, fstatat, fdopendir, etc..
44772
44773         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44774         (HAVE_OPENAT_SUPPORT): Define.
44775         [_LIBC] (fchdir): Don't undef or define; no longer used.
44776         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44777         Now, this `function' always succeeds, and consumes its file descriptor
44778         parameter -- so callers must not close such FDs.  Update callers.
44779         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44780         (diropen): Add parameter, SP.  Adjust all callers.
44781         Implement using diropen_fd, rather than open.
44782         (fts_open): Initialize new member, fts_cwd_fd.
44783         Remove fts_rft-setting code.
44784         (fts_close): Close fts_cwd_fd, if necessary.
44785         (__opendir2): Define in terms of opendir or opendirat,
44786         depending on whether the FST_NOCHDIR flag is set.
44787         (fts_build): Since fts_safe_changedir consumes its FD, and since
44788         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44789         and close the dup'd file descriptor upon failure.
44790         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44791         (fts_safe_changedir): Tweak semantics to reflect that this function
44792         now calls cwd_advance_fd and hence consumes its FD argument.
44793         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44794         [struct FTS] (fts_rft): Remove now-unused member.
44795         [struct FTS] (fts_cycle.state): Improve comment.
44796
44797         * lib/openat.c (openat_needs_fchdir): New function.
44798         * lib/openat.h (openat_needs_fchdir): Declare it.
44799
44800 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44801
44802         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44803         Problem and fix reported by Pádraig Brady in
44804         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44805
44806 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44807
44808         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44809
44810 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44811
44812         * lib/memcoll.c (memcoll): Optimize for the common case where the
44813         arguments are bytewise equal.
44814
44815 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44816
44817         * doc/regexprops-generic.texi: Add a copyright notice.
44818
44819 2006-08-15  Bruno Haible  <bruno@clisp.org>
44820
44821         * modules/tmpdir (License): Change to LGPL.
44822
44823 2006-08-15  Bruno Haible  <bruno@clisp.org>
44824
44825         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44826         module.
44827
44828 2006-08-14  Simon Josefsson  <jas@extundo.com>
44829
44830         * config/srclist.txt: Add gnupload.
44831
44832 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44833
44834         Change copyright notice from LGPL 2 to GPL 2, since that's the
44835         standard form used in the gnulib repository.
44836         * tests/test-lock.c: Likewise.
44837         * tests/test-stdint.c: Likewise.
44838         * tests/test-tls.c: Likewise.
44839
44840         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44841         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44842         Add copyright notice.
44843
44844         * check-module: Add copyright notice.  Output a copyright
44845         notice if "--version" is specified.
44846         * modules/COPYING: New file.
44847         * tests/test-getaddrinfo.c: Add copyright notice.
44848         * tests/test-verify.c: Likewise.
44849
44850 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44851
44852         Change copyright notice from LGPL 2 to GPL 2, since that's the
44853         standard form used in the gnulib repository.
44854         * lib/lock.c: LGPL -> GPL.
44855         * lib/lock.h: Likewise.
44856         * lib/strnlen1.c: Likewise.
44857         * lib/strnlen1.h: Likewise.
44858         * lib/tls.c: Likewise.
44859         * lib/tls.h: Likewise.
44860         * lib/tmpdir.c: Likewise.
44861
44862         * lib/TODO: Remove; this belongs only in coreutils.
44863
44864 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44865
44866         Add copyright notices to long-enough files that lack them, since
44867         otherwise the files aren't clearly free.  Use the same notice that
44868         getdate.texi already uses.
44869         * doc/alloca-opt.texi: Add copyright notice.
44870         * doc/alloca.texi: Likewise.
44871         * doc/ctime.texi: Likewise.
44872         * doc/functions.texi: Likewise.
44873         * doc/gcd.texi: Likewise.
44874         * doc/gnulib-tool.texi: Likewise.
44875         * doc/inet_ntoa.texi: Likewise.
44876         * doc/visibility.texi: Likewise.
44877
44878         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44879         * doc/quote.texi: Add copyright notice.
44880
44881         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44882         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44883         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44884         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44885         is now obsolete, and give a pointer to the Sun list.
44886         Add copyright notice.
44887
44888 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44889
44890         * config/srclistvars.sh: Add copyright notice.
44891
44892 2006-08-14  Eric Blake  <ebb9@byu.net>
44893
44894         Import the following change from libc:
44895
44896         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44897
44898         Upstream bug 2997.
44899         * lib/misc/error.c: Add space between program name and message if file
44900         name is missing.
44901
44902 2006-08-12  Karl Berry  <karl@gnu.org>
44903
44904         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44905         remove, these originate in gnulib now.
44906
44907 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44908
44909         * doc/Makefile (standards.info standards.html standards.dvi):
44910         Also depend on make-stds.texi.
44911
44912 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44913
44914         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44915         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44916
44917         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44918         in wchar_t.  Problem reported by Eric Blake.
44919
44920         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44921         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44922         Also, help the compiler to keep LEN in a register.
44923
44924 2006-08-11  Eric Blake  <ebb9@byu.net>
44925
44926         * users.txt: Sort.  Add tar.
44927
44928 2006-08-11  Bruno Haible  <bruno@clisp.org>
44929
44930         * users.txt: New file.
44931
44932 2006-08-11  Bruno Haible  <bruno@clisp.org>
44933
44934         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44935         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44936
44937 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44938
44939         * modules/snprintf (Depends-on): Remove minmax.
44940         (Maintainer): Add self and Bruno.
44941
44942 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44943
44944         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44945         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44946         (EOVERFLOW): Define if the system does not.
44947         Do not include "minmax.h"; it wasn't used.
44948         (snprintf): Don't assume size_t promotes to an unsigned type.
44949         Fix bug when generated string was too long for the buffer: the
44950         buffer's contents are supposed to be the initial prefix of the
44951         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44952         exceeds INT_MAX; do the check ourselves.
44953
44954         Import the following changes from libc:
44955
44956         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44957
44958         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44959         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44960         set wc to the byte which couldn't be converted.
44961         (re_string_reconstruct): Don't clear valid_raw_len before calling
44962         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44963         tip_context using re_string_context_at.
44964
44965         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44966
44967         * lib/posix/regex.h: g++ still cannot handled [restrict].
44968
44969         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44970
44971         * lib/posix/regex.h: Remove special handling for VMS.
44972
44973 2006-08-10  Jim Meyering  <jim@meyering.net>
44974
44975         * modules/same-inode: New module.
44976         * modules/dev-ino: New module.
44977         * modules/cycle-check: Depend on these modules, rather than simply
44978         including their .h files.
44979         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44980         required via m4/cycle-check.m4.
44981         * modules/same: Depend on new same-inode module, rather than
44982         including same-inode.h.
44983         * modules/chdir-safer: New file.
44984
44985         * modules/chown (Depends-on): Add stat-macros.
44986
44987 2006-08-10  Jim Meyering  <jim@meyering.net>
44988
44989         * m4/cycle-check.m4: New file.
44990         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44991         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44992
44993 2006-08-10  Eric Blake  <ebb9@byu.net>
44994
44995         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44996         in from original proposal.
44997
44998 2006-08-10  Eric Blake  <ebb9@byu.net>
44999         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45000
45001         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45002         namespace.
45003
45004 2006-08-10  Bruno Haible  <bruno@clisp.org>
45005
45006         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45007         as well.
45008
45009 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45010
45011         Sync from coreutils.
45012
45013         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45014
45015         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45016         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45017
45018 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45019
45020         * modules/restrict: Remove; no longer needed now that we assume
45021         Autoconf 2.59 or later.
45022         * MODULES.html.sh: Remove 'restrict'.
45023         * modules/argp (Depends-on): Remove 'restrict'.
45024         * modules/base64 (Depends-on): Likewise.
45025         * modules/gc (Depends-on): Likewise.
45026         * modules/getaddrinfo (Depends-on): Likewise.
45027         * modules/glob (Depends-on): Likewise.
45028         * modules/inet_ntop (Depends-on): Likewise.
45029         * modules/inet_pton (Depends-on): Likewise.
45030         * modules/memxor (Depends-on): Likewise.
45031         * modules/regex (Depends-on): Likewise.
45032         * modules/strtok_r (Depends-on): Likewise.
45033         * modules/time_r (Depends-on): Likewise.
45034
45035 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45036
45037         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45038         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45039         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45040         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45041         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45042         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45043         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45044         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45045
45046         Merge from coreutils.
45047         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45048         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45049         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45050         * m4/time_r.m4 (gl_TIME_R): Likewise.
45051
45052 2006-08-09  Karl Berry  <karl@gnu.org>
45053
45054         * config/srclist.txt: no more gettext-tools, per Bruno.
45055
45056 2006-08-08  Eric Blake  <ebb9@byu.net>
45057
45058         * modules/verror: New module.
45059         * MODULES.html.sh: Document it.
45060
45061 2006-08-08  Eric Blake  <ebb9@byu.net>
45062
45063         * lib/verror.h, lib/verror.c: New files.
45064
45065 2006-08-08  Eric Blake  <ebb9@byu.net>
45066
45067         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45068         verror_at_line output complies with GNU Coding Standards even when
45069         file is NULL.
45070
45071 2006-08-07  Bruno Haible  <bruno@clisp.org>
45072
45073         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45074         versions of AIX.
45075         Reported by Ralf Wildenhues.
45076
45077 2006-08-07  Bruno Haible  <bruno@clisp.org>
45078
45079         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45080         in an AC_DEFUN. Needed so that the autoconf snippets can use
45081         AC_REQUIRE.
45082
45083 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45084
45085         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45086         Initialize pkgdata_DATA.
45087         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45088         overriding it.
45089
45090 2006-08-06  Eric Blake  <ebb9@byu.net>
45091
45092         * lib/error.h: Fold in some upstream changes from glibc.
45093         * lib/error.c: Likewise.
45094
45095 2006-08-04  Bruno Haible  <bruno@clisp.org>
45096
45097         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45098         Make the mostlyclean-local rule depend on mostlyclean-generic.
45099         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45100
45101 2006-07-31  Bruno Haible  <bruno@clisp.org>
45102
45103         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45104         <stdlib.h>, <string.h>.
45105
45106 2006-07-30  Bruno Haible  <bruno@clisp.org>
45107
45108         * modules/readlink (License): Change to LGPL.
45109
45110 2006-07-30  Bruno Haible  <bruno@clisp.org>
45111
45112         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45113         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45114         set PKGDATADIR to point to it.
45115
45116 2006-07-30  Bruno Haible  <bruno@clisp.org>
45117
45118         * modules/csharpexec (configure.ac): Comment out macro invocation.
45119         * modules/javaexec (configure.ac): Likewise.
45120         * modules/javacomp-script (configure.ac): Likewise.
45121
45122         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45123
45124 2006-07-30  Bruno Haible  <bruno@clisp.org>
45125
45126         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45127         linked-list.
45128
45129 2006-07-30  Bruno Haible  <bruno@clisp.org>
45130
45131         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45132
45133 2006-07-30  Bruno Haible  <bruno@clisp.org>
45134
45135         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45136         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45137         get removed.
45138
45139 2006-07-29  Bruno Haible  <bruno@clisp.org>
45140
45141         Make it possible for gnulib-tool to work with locally modified or
45142         augmented gnulib repositories.
45143         * gnulib-tool (func_usage): Document --local-dir option.
45144         (local_gnulib_dir): New variable.
45145         Handle --local-dir option.
45146         (func_lookup_file): New function.
45147         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45148         (func_get_description, func_get_filelist, func_get_description,
45149         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45150         func_get_automake_snippet, func_get_include_directive,
45151         func_get_license, func_get_maintainer): Use func_lookup_file.
45152         (func_import, func_create_testdir): Use func_lookup_file.
45153
45154 2006-07-29  Bruno Haible  <bruno@clisp.org>
45155
45156         * modules/setenv (Depends-on): Add unistd.
45157
45158 2006-07-29  Bruno Haible  <bruno@clisp.org>
45159
45160         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45161
45162 2006-07-29  Bruno Haible  <bruno@clisp.org>
45163
45164         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45165
45166 2006-07-29  Bruno Haible  <bruno@clisp.org>
45167
45168         * gnulib-tool (import, update): If there is no Makefile.am, look at
45169         aclocal.m4, instead of bailing out.
45170
45171 2006-07-29  Bruno Haible  <bruno@clisp.org>
45172
45173         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45174         Categorize the options by when they are useful.
45175
45176 2006-07-29  Bruno Haible  <bruno@clisp.org>
45177
45178         * gnulib-tool (func_usage): Document option --no-libtool.
45179         Handle option --no-libtool.
45180         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45181         for changed semantics of $libtool variable.
45182         (func_import): Likewise. If libtool is not used, show this through
45183         an option --no-libtool.
45184         (func_create_testdir): Update.
45185
45186 2006-07-29  Bruno Haible  <bruno@clisp.org>
45187
45188         * gnulib-tool (func_import): Extend error message about missing
45189         --doc-base.
45190
45191 2006-07-29  Bruno Haible  <bruno@clisp.org>
45192
45193         * gnulib-tool (func_import): Don't create the $docbase directory if
45194         there is no file to store there.
45195
45196 2006-07-29  Bruno Haible  <bruno@clisp.org>
45197
45198         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45199         relevant, look for configure.ac there, not in the current directory.
45200         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45201
45202 2006-07-29  Bruno Haible  <bruno@clisp.org>
45203
45204         * gnulib-tool (SORT): New variable.
45205         (func_usage): Undocument --assume-autoconf option.
45206         Remove --assume-autoconf option handling.
45207         (autoconf_minversion): Determine from the contents of configure.ac.
45208         (func_import): Remove autoconf_minversion handling.
45209         Suggested by Eric Blake.
45210
45211 2006-07-29  Bruno Haible  <bruno@clisp.org>
45212
45213         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45214
45215 2006-07-29  Bruno Haible  <bruno@clisp.org>
45216
45217         * config/srclist.txt (*setenv.[ch]): Remove rules.
45218
45219 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45220
45221         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45222
45223 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45224
45225         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45226         arpa/inet.h.
45227
45228 2006-07-28  Simon Josefsson  <jas@extundo.com>
45229
45230         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45231         * modules/inet_pton (Depends-on): Likewise.
45232
45233 2006-07-28  Simon Josefsson  <jas@extundo.com>
45234
45235         * m4/netinet_in_h.m4: New file.
45236
45237 2006-07-28  Simon Josefsson  <jas@extundo.com>
45238
45239         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45240         #include's.
45241
45242 2006-07-28  Simon Josefsson  <jas@extundo.com>
45243
45244         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45245         #include's.
45246
45247 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45248
45249         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45250         setgid on directories only if they set these bits.
45251         * lib/modechange.h: Remove obsolete comment about masks.
45252
45253 2006-07-28  Eric Blake  <ebb9@byu.net>
45254
45255         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45256         macro expansion.
45257
45258 2006-07-28  Bruno Haible  <bruno@clisp.org>
45259
45260         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45261
45262 2006-07-28  Bruno Haible  <bruno@clisp.org>
45263
45264         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45265
45266 2006-07-28  Bruno Haible  <bruno@clisp.org>
45267
45268         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45269         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45270         Define fallbacks.
45271         Avoids link error on FreeBSD 4.x.
45272         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45273
45274         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45275         encoding.
45276         * lib/mbswidth.c (iswcntrl): Likewise.
45277
45278 2006-07-27  Bruno Haible  <bruno@clisp.org>
45279
45280         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45281         test.
45282
45283 2006-07-27  Bruno Haible  <bruno@clisp.org>
45284
45285         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45286         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45287         defined.
45288
45289 2006-07-26  Eric Blake  <ebb9@byu.net>
45290
45291         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45292
45293 2006-07-26  Eric Blake  <ebb9@byu.net>
45294
45295         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45296         like mingw that lack mkstemp.
45297         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45298         avoid compilation warning on mingw.
45299
45300 2006-07-26  Bruno Haible  <bruno@clisp.org>
45301
45302         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45303         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45304         INT_FAST*_MIN, INTPTR_MIN.
45305
45306 2006-07-25  Bruno Haible  <bruno@clisp.org>
45307
45308         * modules/version-etc (Depends-on): Add stdarg.
45309
45310 2006-07-25  Bruno Haible  <bruno@clisp.org>
45311
45312         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45313         complex commands.
45314
45315 2006-07-25  Bruno Haible  <bruno@clisp.org>
45316
45317         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45318         defined in <stdarg.h> or config.h.
45319
45320 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45321
45322         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45323         (gl_STDIO_SAFER): Remove.
45324
45325 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45326
45327         * MODULES.html.sh (File stream based Input/Output):
45328         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45329         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45330         * modules/fopen-safer, modules/tmpfile-safer: New files.
45331         * modules/stdio-safer: Remove.
45332
45333 2006-07-24  Bruno Haible  <bruno@clisp.org>
45334
45335         * modules/tmpdir: New file.
45336         * MODULES.html.sh (File system functions): Add it.
45337
45338 2006-07-24  Bruno Haible  <bruno@clisp.org>
45339
45340         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45341         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45342
45343 2006-07-24  Bruno Haible  <bruno@clisp.org>
45344
45345         * modules/clean-temp: New file.
45346
45347 2006-07-24  Bruno Haible  <bruno@clisp.org>
45348
45349         * m4/tmpdir.m4: New file, from GNU gettext.
45350
45351 2006-07-24  Bruno Haible  <bruno@clisp.org>
45352
45353         * lib/tmpdir.h: New file, from GNU gettext.
45354         * lib/tmpdir.c: New file, from GNU gettext.
45355
45356 2006-07-24  Bruno Haible  <bruno@clisp.org>
45357
45358         * lib/clean-temp.h: New file, from GNU gettext.
45359         * lib/clean-temp.c: New file, from GNU gettext.
45360
45361 2006-07-23  Eric Blake  <ebb9@byu.net>
45362
45363         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45364         (Depends-on): Add binary-io.
45365
45366 2006-07-23  Eric Blake  <ebb9@byu.net>
45367
45368         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45369
45370 2006-07-23  Eric Blake  <ebb9@byu.net>
45371
45372         * lib/tmpfile-safer.c: New file.
45373         * lib/stdio-safer.h (fopen_safer): Add prototype.
45374         * lib/stdio--.h (tmpfile): Make safer.
45375
45376 2006-07-23  Bruno Haible  <bruno@clisp.org>
45377
45378         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45379         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45380         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45381         gl_linked_remove_at): Use it.
45382
45383 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45384         and Simon Josefsson <jas@extundo.com>
45385
45386         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45387
45388         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45389
45390 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45391
45392         * modules/close-stream: New file.
45393         * modules/closeout (Description): Make it clear that it exits
45394         with a diagnostic on error.
45395         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45396         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45397
45398 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45399
45400         * m4/close-stream.m4: New file.
45401
45402 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45403
45404         * lib/close-stream.c, lib/close-stream.h: New files.
45405
45406 2006-07-22  Bruno Haible  <bruno@clisp.org>
45407
45408         Merge from GNU gettext 0.15.
45409
45410         2006-05-01  Bruno Haible  <bruno@clisp.org>
45411
45412                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45413
45414         2006-07-22  Bruno Haible  <bruno@clisp.org>
45415
45416                 * modules/javaversion: New file.
45417                 * MODULES.html.sh (Java): Add javaversion.
45418
45419         2006-03-12  Bruno Haible  <bruno@clisp.org>
45420
45421                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45422
45423         2005-12-04  Bruno Haible  <bruno@clisp.org>
45424
45425                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45426                 (untested).
45427
45428         2006-06-21  Bruno Haible  <bruno@clisp.org>
45429
45430                 Avoid warnings from recent versions of mcs.
45431                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45432                 -o, -L, -r any more. Use options documented since mcs-1.0
45433                 instead. Similarly for -g.
45434
45435         2005-12-04  Bruno Haible  <bruno@clisp.org>
45436
45437                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45438                 .resources, not .resource.
45439
45440         2005-07-09  Bruno Haible  <bruno@clisp.org>
45441
45442                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45443                 add a .dll suffix.
45444                 Reported by Mark Junker <mjscod@gmx.de>.
45445
45446         2006-07-22  Bruno Haible  <bruno@clisp.org>
45447
45448                 * modules/gettext: Upgrade to gettext-0.15.
45449                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45450                 m4/visibility.m4.
45451                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45452
45453 2006-07-22  Bruno Haible  <bruno@clisp.org>
45454
45455         Merge from GNU gettext 0.15.
45456
45457         2006-03-25  Bruno Haible  <bruno@clisp.org>
45458
45459                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45460
45461         2006-07-21  Bruno Haible  <bruno@clisp.org>
45462
45463                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45464                 "1.1".
45465
45466         2006-05-09  Bruno Haible  <bruno@clisp.org>
45467
45468                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45469                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45470                 for the conftestver execution.
45471
45472         2006-05-01  Bruno Haible  <bruno@clisp.org>
45473
45474                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45475                 optional target-version argument. Verify that the compiler
45476                 groks source of the specified source-version, or add -source
45477                 option as necessary. Verify that the compiler produces
45478                 bytecode in the specified target-version, or add -target and
45479                 -source options as necessary. Make the result of the test
45480                 available as variable CONF_JAVAC. Also log error output in
45481                 config.log.
45482
45483         2006-03-11  Bruno Haible  <bruno@clisp.org>
45484
45485                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45486
45487         2006-05-09  Bruno Haible  <bruno@clisp.org>
45488
45489                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45490                 CLASSPATH_SEPARATOR to a semicolon.
45491
45492         2006-03-12  Bruno Haible  <bruno@clisp.org>
45493
45494                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45495                 available as variable CONF_JAVA, for subsequent autoconf
45496                 tests. Also log error output in config.log.
45497
45498         2006-07-19  Bruno Haible  <bruno@clisp.org>
45499
45500                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45501                 that getline works on glibc2 systems. Needed to avoid trouble
45502                 in relocatable.c.
45503                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45504
45505         2005-12-04  Bruno Haible  <bruno@clisp.org>
45506
45507                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45508                 launcher (untested).
45509
45510         2005-12-04  Bruno Haible  <bruno@clisp.org>
45511
45512                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45513
45514         2006-07-22  Bruno Haible  <bruno@clisp.org>
45515
45516                 * gettext.m4: Update from GNU gettext-0.15.
45517                 * nls.m4: Likewise.
45518                 * po.m4: Likewise.
45519                 * inttypes-pri.m4: Likewise.
45520                 * inttypes-h.m4: Renamed from inttypes.m4.
45521                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45522
45523 2006-07-22  Bruno Haible  <bruno@clisp.org>
45524
45525         Merge from GNU gettext 0.15.
45526
45527         2005-07-05  Bruno Haible  <bruno@clisp.org>
45528
45529                 * printf-args.c (printf_fetchargs): Work around broken
45530                 definition of wint_t on mingw.
45531
45532         2005-02-12  Bruno Haible  <bruno@clisp.org>
45533
45534                 * xallocsa.h: Add extern "C" for C++.
45535
45536         2006-05-17  Bruno Haible  <bruno@clisp.org>
45537
45538                 Cygwin portability.
45539                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45540
45541         2006-04-30  Bruno Haible  <bruno@clisp.org>
45542
45543                 * progreloc.c: Include <mach-o/dyld.h> if available.
45544                 (find_executable): Use _NSGetExecutablePath when possible.
45545
45546         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45547
45548                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45549                 function.
45550
45551         2005-12-29  Bruno Haible  <bruno@clisp.org>
45552
45553                 * progreloc.c (set_program_name_and_installdir): Fix
45554                 compilation error.
45555
45556         2005-12-04  Bruno Haible  <bruno@clisp.org>
45557
45558                 Cygwin portability.
45559                 * progreloc.c: Include <windows.h> also on Cygwin.
45560                 (find_executable): Add support for Cygwin.
45561                 (set_program_name_and_installdir): Handle also platforms with
45562                 nonempty EXEEXT.
45563
45564         2006-07-11  Bruno Haible  <bruno@clisp.org>
45565
45566                 * javacomp.c: Fix a comment.
45567                 Reported by Jim Meyering.
45568
45569         2006-04-30  Bruno Haible  <bruno@clisp.org>
45570
45571                 * javacomp.h (compile_java_class): Add source_version,
45572                 target_version arguments.
45573                 * javacomp.c: Rewritten to choose only a compiler that
45574                 respects the specified source_version and target_version.
45575
45576         2006-06-27  Bruno Haible  <bruno@clisp.org>
45577
45578                 Assume correct S_ISDIR macro.
45579                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45580
45581         2006-07-22  Bruno Haible  <bruno@clisp.org>
45582
45583                 * javaversion.h: New file, from GNU gettext.
45584                 * javaversion.c: New file, from GNU gettext.
45585                 * javaversion.java: New file, from GNU gettext.
45586                 * javaversion.class: New file, from GNU gettext.
45587
45588         2006-05-17  Bruno Haible  <bruno@clisp.org>
45589
45590                 Cygwin portability.
45591                 * javaexec.c (execute_java_class): Test for jview program
45592                 also on Cygwin.
45593
45594         2006-04-09  Bruno Haible  <bruno@clisp.org>
45595
45596                 * fatal-signal.c: Don't include string.h.
45597                 (at_fatal_signal): Use a copying loop instead of memcpy.
45598
45599         2005-12-04  Bruno Haible  <bruno@clisp.org>
45600
45601                 * csharpexec.c: Add support for 'clix' launcher (untested).
45602                 (execute_csharp_using_sscli): New function.
45603                 (execute_csharp_program): Call it.
45604
45605         2006-06-21  Bruno Haible  <bruno@clisp.org>
45606
45607                 Avoid warnings from recent versions of mcs.
45608                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45609                 -o, -L, -r any more. Use options documented since mcs-1.0
45610                 instead. Similarly for -g.
45611
45612         2005-07-09  Bruno Haible  <bruno@clisp.org>
45613
45614                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45615                 add a .dll suffix.
45616                 Reported by Mark Junker <mjscod@gmx.de>.
45617
45618         2006-06-17  Bruno Haible  <bruno@clisp.org>
45619
45620                 * config.charset: Update for NetBSD 3.0.
45621
45622         2006-05-17  Bruno Haible  <bruno@clisp.org>
45623
45624                 Cygwin portability.
45625                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45626
45627         2006-05-16  Bruno Haible  <bruno@clisp.org>
45628
45629                 * localcharset.c [CYGWIN]: Include <windows.h>.
45630                 (get_charset_aliases): For Cygwin, return the same CPxxx
45631                 aliases list as under WIN32.
45632                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45633                 the environment variables. Fall back to GetACP().
45634
45635         2006-04-05  Bruno Haible  <bruno@clisp.org>
45636
45637                 * config.charset: Update Juan Manuel Guerrero's address.
45638
45639         2005-02-12  Bruno Haible  <bruno@clisp.org>
45640
45641                 * allocsa.h: Add extern "C" for C++.
45642
45643         2005-02-10  Bruno Haible  <bruno@clisp.org>
45644
45645                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45646                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45647
45648         2006-07-22  Bruno Haible  <bruno@clisp.org>
45649
45650                 * gettext.h: Update to GNU gettext-0.15.
45651
45652 2006-07-22  Bruno Haible  <bruno@clisp.org>
45653
45654         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45655         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45656         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45657
45658 2006-07-21  Eric Blake  <ebb9@byu.net>
45659
45660         * modules/stdlib-safer: New file.
45661         * MODULES.html.sh (File stream based Input/Output): Add
45662         stdlib-safer.
45663
45664 2006-07-21  Eric Blake  <ebb9@byu.net>
45665
45666         * lib/stdlib-safer.h: New file from coreutils, required by
45667         stdlib--.h.
45668
45669 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45670
45671         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45672
45673 2006-07-20  Bruno Haible  <bruno@clisp.org>
45674
45675         * gnulib-tool: Recognize new option --assume-autoconf.
45676         (autoconf_minversion): New variable.
45677         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45678
45679 2006-07-20  Bruno Haible  <bruno@clisp.org>
45680
45681         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45682
45683 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45684
45685         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45686         Reindent and repaginate.
45687
45688 2006-07-19  Derek Price  <derek@ximbiot.com>
45689
45690         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45691         Correct grammar.
45692
45693 2006-07-17  Bruno Haible  <bruno@clisp.org>
45694
45695         * modules/list: New file.
45696         * modules/array-list: New file.
45697         * modules/carray-list, modules/carray-list-tests: New files.
45698         * modules/linked-list, modules/linked-list-tests: New files.
45699         * modules/avltree-list, modules/avltree-list-tests: New files.
45700         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45701         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45702         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45703         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45704         * modules/oset: New file.
45705         * modules/array-oset: New file.
45706         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45707         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45708         * tests/test-carray_list.c: New file.
45709         * tests/test-linked_list.c: New file.
45710         * tests/test-avltree_list.c: New file.
45711         * tests/test-rbtree_list.c: New file.
45712         * tests/test-linkedhash_list.c: New file.
45713         * tests/test-avltreehash_list.c: New file.
45714         * tests/test-rbtreehash_list.c: New file.
45715         * tests/test-avltree_oset.c: New file.
45716         * tests/test-rbtree_oset.c: New file.
45717         * MODULES.html.sh (Container data structures): New section.
45718
45719 2006-07-17  Bruno Haible  <bruno@clisp.org>
45720
45721         * m4/gl_list.m4: New file.
45722
45723 2006-07-17  Bruno Haible  <bruno@clisp.org>
45724
45725         * lib/gl_list.h: New file.
45726         * lib/gl_list.c: New file.
45727         * lib/gl_array_list.h: New file.
45728         * lib/gl_array_list.c: New file.
45729         * lib/gl_carray_list.h: New file.
45730         * lib/gl_carray_list.c: New file.
45731         * lib/gl_linked_list.h: New file.
45732         * lib/gl_linked_list.c: New file.
45733         * lib/gl_anylinked_list1.h: New file.
45734         * lib/gl_anylinked_list2.h: New file.
45735         * lib/gl_avltree_list.h: New file.
45736         * lib/gl_avltree_list.c: New file.
45737         * lib/gl_anyavltree_list1.h: New file.
45738         * lib/gl_anyavltree_list2.h: New file.
45739         * lib/gl_rbtree_list.h: New file.
45740         * lib/gl_rbtree_list.c: New file.
45741         * lib/gl_anyrbtree_list1.h: New file.
45742         * lib/gl_anyrbtree_list2.h: New file.
45743         * lib/gl_anytree_list1.h: New file.
45744         * lib/gl_anytree_list2.h: New file.
45745         * lib/gl_linkedhash_list.h: New file.
45746         * lib/gl_linkedhash_list.c: New file.
45747         * lib/gl_anyhash_list1.h: New file.
45748         * lib/gl_anyhash_list2.h: New file.
45749         * lib/gl_avltreehash_list.h: New file.
45750         * lib/gl_avltreehash_list.c: New file.
45751         * lib/gl_rbtreehash_list.h: New file.
45752         * lib/gl_rbtreehash_list.c: New file.
45753         * lib/gl_anytreehash_list1.h: New file.
45754         * lib/gl_anytreehash_list2.h: New file.
45755
45756         * lib/gl_oset.h: New file.
45757         * lib/gl_oset.c: New file.
45758         * lib/gl_array_oset.h: New file.
45759         * lib/gl_array_oset.c: New file.
45760         * lib/gl_avltree_oset.h: New file.
45761         * lib/gl_avltree_oset.c: New file.
45762         * lib/gl_rbtree_oset.h: New file.
45763         * lib/gl_rbtree_oset.c: New file.
45764         * lib/gl_anytree_oset.h: New file.
45765
45766 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45767
45768         * m4/mkancesdirs.m4: New file.
45769         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45770         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45771         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45772         it.
45773
45774 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45775
45776         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45777         * lib/mkancesdirs.h: New files.
45778         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45779         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45780         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45781         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45782         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45783         callers changed.  Revamp internals significantly, by not
45784         attempting to create directories that are temporarily more
45785         permissive than the final results.  Do not attempt to use
45786         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45787         This removes some race conditions, fixes some bugs, and simplifies
45788         things.  Use new dirchownmod function to do owner and mode changes.
45789         * lib/mkdir-p.h: Likewise.
45790         * lib/modechange.c (octal_to_mode): New function.
45791         (struct mode_change): New member mentioned.
45792         (make_node_op_equals): New arg mentioned.  All callers changed.
45793         (mode_compile): Keep track of which mode bits the user has explicitly
45794         mentioned.
45795         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45796         New arg PMODE_BITS, to keep track of which mode bits the user
45797         mentioned; it treats S_ISUID and S_ISGID speciall.
45798         All callers changed.
45799         * lib/modechange.h: Likewise.
45800
45801 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45802
45803         * MODULES.html.sh: Add mkancestors.
45804         * modules/mkancesdirs: New module.
45805         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45806         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45807         The chdir-safer and afs files are now orphans; I'll remove them
45808         unless someone speaks up.
45809         Add lib/dirchownmod.c, lib/dirchownmod.h.
45810         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45811         Add lchown, mkancesdirs.
45812         (Maintainer): Add self.
45813
45814 2006-07-15  Karl Berry  <karl@gnu.org>
45815
45816         * gnulib-tool: help message wording/arrangement.
45817
45818 2006-07-14  Simon Josefsson  <jas@extundo.com>
45819
45820         * doc/gnulib.texi (Libtool and Windows): New section.
45821
45822 2006-07-12  Simon Josefsson  <jas@extundo.com>
45823
45824         * modules/gendocs (License): Fix license, approved by Karl.
45825
45826 2006-07-12  Eric Blake  <ebb9@byu.net>
45827
45828         * MODULES.html.sh: Add gendocs.
45829
45830 2006-07-11  Eric Blake  <ebb9@byu.net>
45831
45832         * modules/fdl: New module, to install doc/fdl.texi.
45833         * MODULES.html.sh: Add new section for documentation modules.
45834         * gnulib-tool: Avoid space-tab.
45835         (--doc-base): New option, to manage files from doc.
45836
45837 2006-07-11  Eric Blake  <ebb9@byu.net>
45838
45839         * m4/absolute-header.m4: Fix comments to match recent change.
45840
45841 2006-07-11  Eric Blake  <ebb9@byu.net>
45842
45843         * gnulib-tool: List --doc-base before --tests-base.
45844
45845 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45846
45847         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45848
45849 2006-07-11  Bruno Haible  <bruno@clisp.org>
45850
45851         * README: Mention where to put documentation.
45852
45853 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45854
45855         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45856
45857 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45858
45859         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45860         to stdint.m4.
45861
45862 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45863
45864         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45865         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45866         "no/such/file/stdint.h" when there is no such file, so that
45867         the resulting C code can be parsed by dodgy compilers.
45868         Problems reported by Bob Proulx.
45869
45870 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45871
45872         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45873         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45874         macros into the GNU _D_EXACT_NAMLEN.
45875         * lib/savedir.c:  Likewise.
45876         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45877
45878 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45879         and Paul Eggert  <eggert@cs.ucla.edu>
45880
45881         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45882         * m4/savedir.m4:
45883         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45884         macros into the GNU _D_EXACT_NAMLEN.
45885
45886 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45887
45888         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45889         around the absolute name, to work around a problem with the HP-UX
45890         11.23 native C compiler, reported by Bob Proulx.
45891
45892 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45893
45894         * doc/maintain.texi, make-stds.texi: Sync from
45895         <http://savannah.gnu.org/projects/gnustandards>.
45896
45897 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45898
45899         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45900
45901 2006-07-09  Jim Meyering  <jim@meyering.net>
45902
45903         * m4/glob.m4: Remove a doubled word in a comment.
45904
45905 2006-07-09  Jim Meyering  <jim@meyering.net>
45906
45907         * lib/argp-pv.c: Remove a doubled word in a comment.
45908         * lib/check-version.c (check_version): Likewise.
45909         * lib/javacomp.c (compile_java_class): Likewise.
45910
45911 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45912
45913         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45914         for the benefit of people using Autoconf 2.60.  If you want to
45915         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45916         (or m4/onceonly.m4, if pre-2.57) manually.
45917
45918 2006-07-08  Jim Meyering  <jim@meyering.net>
45919
45920         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45921         comment.
45922         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45923         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45924         comment.
45925
45926 2006-07-08  Jim Meyering  <jim@meyering.net>
45927
45928         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45929
45930 2006-07-07  Simon Josefsson  <jas@extundo.com>
45931
45932         * tests/test-crc.c: Change expected crc value, the test vector
45933         were probably computed using the old broken crc.c?
45934
45935 2006-07-06  Simon Josefsson  <jas@extundo.com>
45936
45937         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45938         now the canonical place for the M4 file).
45939
45940         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45941         from the sys_socket dependency now.
45942
45943         * modules/inet_pton (Files): Ditto.
45944
45945         * modules/inet_ntop (Files): Ditto.
45946
45947 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45948
45949         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45950         not gl_PREREQ_GETUSERSHELL.
45951
45952 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45953
45954         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45955         with only one argument, for Autoconf 2.60.
45956         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45957         expand to nothing, so add a shell command to avoid syntax error.
45958         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45959
45960 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45961
45962         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45963
45964 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45965
45966         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45967         no longer needed.  Check for isblank decl.
45968         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45969         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45970         of existence.
45971
45972 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45973
45974         * lib/getloadavg.c: Use __VMS, not VMS.
45975         * lib/getopt.c: Likewise.
45976         * lib/getpagesize.h: Likewise.
45977         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45978         and probably does not work.
45979
45980 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45981
45982         * lib/.cppi-disable: Add wcwidth.
45983         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45984         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45985         (ISGRAPH): Remove.  All uses changed to isgraph.
45986         (FOLD) [!defined _LIBC]: Remove special case.
45987         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45988         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45989         HAVE_ISBLANK.
45990         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45991         case.
45992
45993 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45994
45995         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45996         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45997         brackets.  Other minor changes to suppress some compiler
45998         warnings.
45999
46000 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46001         and Paul Eggert  <eggert@cs.ucla.edu>
46002
46003         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46004         of invoking obsolescent AC_HEADER_DIRENT macro.
46005         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46006         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46007         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46008         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46009         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46010         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46011         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46012         * m4/readdir.m4: Remove; no longer needed.
46013
46014 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46015         and Paul Eggert  <eggert@cs.ucla.edu>
46016
46017         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46018         Don't worry about this obsolete case any more.
46019         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46020         directories.
46021         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46022         worry about this obsolete case any more.
46023         * lib/fts.c: Likewise.
46024         * lib/getcwd.c: Likewise.
46025         * lib/glob.h: Likewise.
46026         * lib/savedir.c: Likewise.
46027
46028 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46029
46030         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46031         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46032         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46033         needed.
46034         All uses removed.
46035         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46036         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46037         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46038         needed.
46039         * m4/getdate.m4 (gl_GETDATE): Likewise.
46040         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46041         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46042         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46043         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46044         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46045         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46046         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46047         needed.
46048
46049 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46050
46051         * lib/memcasecmp.c: Include <limits.h>.
46052         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46053         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46054         Don't assume isdigit succeeds only on '0' through '9'.
46055
46056 2006-07-05  Eric Blake  <ebb9@byu.net>
46057
46058         * modules/getaddrinfo (Depends-on): Add snprintf.
46059
46060 2006-07-05  Eric Blake  <ebb9@byu.net>
46061
46062         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46063         to avoid 'header present but could not be compiled' on cygwin.
46064
46065 2006-07-05  Eric Blake  <ebb9@byu.net>
46066
46067         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46068         missing from netdb.h.
46069         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46070
46071 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46072
46073         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46074         no longer needed.
46075         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46076         * m4/getdate.m4 (gl_GETDATE): Likewise.
46077         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46078         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46079         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46080         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46081         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46082
46083 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46084
46085         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46086         All uses of is_space replaced by isspace.
46087         * lib/exit.h: Don't talk about STDC_HEADERS.
46088         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46089         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46090         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46091         replaced by isprint etc.
46092         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46093         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46094         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46095         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46096         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46097         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46098
46099 2006-07-05  Bruno Haible  <bruno@clisp.org>
46100
46101         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46102         the function exists, before testing against AIX.
46103         Reported by Martin Lambers <marlam@marlam.de>.
46104
46105 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46106
46107         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46108         From Mark D. Baushke.
46109
46110 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46111
46112         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46113         to the absolute name, not just one, to bypass Sun C 5.8's
46114         "warning: #include of /usr/include/... may be non-portable".
46115
46116 2006-07-04  Eric Blake  <ebb9@byu.net>
46117
46118         * modules/dirname-tests: New test module.
46119         * tests/test-dirname.c: New file, replacing dirname.c
46120         TEST_DIRNAME section that was recently deleted.
46121
46122 2006-07-04  Bruno Haible  <bruno@clisp.org>
46123
46124         Assume ANSI C header files and <ctype.h> functions.
46125         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46126         (mbsnwidth): Use isprint, iscntrl instead.
46127
46128 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46129
46130         Merge from coreutils.
46131         * MODULES.html.sh: Add xstrtold.
46132         * modules/xstrtold: New file.
46133         * modules/cycle-check (Files): Add lib/same-inode.h.
46134         * modules/dirname (Files): Add m4/double-slash-root.m4.
46135         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46136         * modules/mkdir-p (Files): Add lib/same-inode.h.
46137         * modules/same (Files): Add lib/same-inode.h.
46138
46139 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46140
46141         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46142         This is to keep the terminology clean; POSIX talks about
46143         "absolute pathnames", not "full pathnames", but the GNU
46144         Coding Standards say to use "path" for something else;
46145         so use "absolute" to keep both sides happy.
46146         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46147         Set gl_absolute_header, not gl_full_header_path.
46148         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46149         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46150         All uses changed.
46151
46152         Merge from coreutils.
46153
46154         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46155
46156         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46157         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46158         want to require the building of c-strtod.o.
46159         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46160         needs -lm directly.
46161         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46162
46163         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46164
46165         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46166         --as-needed option if available.  Problem reported by Albert Chin in
46167         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46168         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46169         cc merely issues a bunch of annoying warnings for --as-needed
46170         (this problem was reported by Bob Proulx).  Also, try linking with
46171         -lm to detect a bug in binutils 2.16 (this problem was reported
46172         by Ralf Wildenhues).
46173
46174         2006-06-18  Jim Meyering  <jim@meyering.net>
46175
46176         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46177         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46178         macro.
46179         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46180         also check for glibc-2.4's abort-inducing bug.
46181
46182         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46183         Low-probability clean-up should be to use rmdir to get rid of
46184         the just-created directory, not unlink.
46185
46186         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46187         configure fail, and request a bug report to inform us about it.
46188         Add a comment that, barring reports to the contrary, in 2007 we'll
46189         assume ftruncate is universally available.
46190
46191         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46192
46193         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46194
46195         2006-03-12  Jim Meyering  <jim@meyering.net>
46196
46197         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46198         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46199         * m4/same.m4 (gl_SAME): Likewise.
46200         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46201
46202         2006-03-11  Eric Blake  <ebb9@byu.net>
46203
46204         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46205         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46206         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46207         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46208
46209 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46210
46211         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46212         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46213         reported by Mark D. Baushke, one in
46214         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46215
46216         Merge from coreutils.
46217
46218         * lib/.cppi-disable: Add stdint_.h.
46219         * lib/.cvsignore: Add stdint.h.
46220
46221         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46222
46223         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46224         both double and long double versions.
46225         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46226         * lib/xstrtold.c: New file.
46227         * lib/xstrtod.h (xstrtold): New decl.
46228
46229         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46230
46231         * lib/filemode.c (setst): Remove.
46232         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46233         (arguably) clearer, and the generated code is a bit smaller on my
46234         Debian GNU/Linux stable x86 host.
46235
46236         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46237
46238         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46239         Assume that filemode.h includes sys/types.h and sys/stat.h.
46240         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46241         (ftypelet): Reorder to put common cases first, for efficiency.
46242         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46243         to do 'M'.
46244         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46245         of 10, for compatibility with FreeBSD.  All callers changed.
46246         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46247         types that can't be deduced solely from st_mode.  First arg is now a
46248         const pointer.
46249         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46250         (strmode): Renamed from mode_string.
46251         (filemodestring): New decl.
46252         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46253         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46254         needed.
46255         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46256
46257         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46258
46259         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46260         fsusage.h now does that.  Include fsusage.h first, to test interface.
46261         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46262         at most one method (the old code could have generated decls that
46263         didn't conform to C89, not that this was ever exercised).
46264         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46265
46266         2006-03-19  Jim Meyering  <jim@meyering.net>
46267
46268         Work even in a chroot where d_ino values for entries in "/"
46269         don't match the stat.st_ino values for the same names.
46270         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46271         number, iterate through all entries again, using lstat instead.
46272         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46273         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46274
46275         * lib/getcwd.c (__getcwd): Clarify a comment.
46276         Use memcpy in place of a call to strcpy.
46277
46278         2006-03-12  Jim Meyering  <jim@meyering.net>
46279
46280         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46281         matches that of the current directory (which we're about to chdir ".."
46282         out of), then save the dev-ino of the parent, instead.
46283
46284         * lib/same-inode.h (SAME_INODE): New file/macro.
46285         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46286         Include "same-inode.h", instead.
46287         * lib/same.c: Likewise.
46288         * lib/cycle-check.h: Include "same-inode.h".
46289         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46290         * lib/cycle-check.c (SAME_INODE): Remove definition.
46291         * lib/root-dev-ino.h: Include "same-inode.h".
46292
46293         2006-03-11  Eric Blake  <ebb9@byu.net>
46294
46295         * lib/same.c (same_name): s/base_name/last_component/
46296         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46297         * lib/filenamecat.c (file_name_concat): Likewise.
46298
46299         2006-03-11  Eric Blake  <ebb9@byu.net>,
46300                     Paul Eggert  <eggert@cs.ucla.edu>
46301
46302         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46303         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46304         drive prefix.
46305         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46306         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46307         (last_component): New method.
46308         * lib/dirname.c (dir_len): Determine when drive letters need a
46309         subsequent slash.  Preserve // when it is special.
46310         (dir_name): Don't append dot when drive letter is absolute.
46311         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46312         * lib/basename.c (base_name): New semantics - malloc the result.
46313         Preserve // when it is special.  Preserve relative files that look
46314         like drive letters.
46315         (base_len): Preserve // when it is special.
46316         (last_component): New method, similar to old base_name semantics.
46317         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46318         base_name.  Strip redundant slashes from ///.
46319
46320 2006-07-03  Jim Meyering  <jim@meyering.net>
46321
46322         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46323         macro is used before the first cycle_check call.
46324
46325 2006-07-03  Eric Blake  <ebb9@byu.net>
46326
46327         * modules/dirname (Depends-on): Add xstrndup.
46328
46329 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46330
46331         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46332         test cases, so that config.log is a bit easier to follow.
46333
46334 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46335
46336         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46337         both are 64 bits, since this seems to be the tradition, and this
46338         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46339         we ever run into a host that prefers long long to long in this
46340         case, we'll need another configure-time test.  Problem reported by
46341         Jim Meyering.
46342
46343 2006-07-02  Eric Blake  <ebb9@byu.net>
46344
46345         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46346
46347 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46348
46349         * modules/inttypes (Depends-on): No longer depends on stdint.
46350         * modules/stdint (Description): Say more about assumptions.
46351         Say that the fast types might differ.  Say macros are used.
46352         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46353         (Makefile.am): Revise list of substituted symbols to match
46354         new stdint.m4.
46355         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46356         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46357         * tests/test-stdint.c (verify_same_types)
46358         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46359         the code conforms to C99/C89.
46360         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46361         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46362
46363 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46364
46365         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46366         but fix a bug, by requiring at least 64 bits.
46367         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46368         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46369         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46370         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46371
46372         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46373         changes.  Make 2.59 a prerequisite.  Check and substitute for
46374         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46375         inttypes.h.  Do not use special include files; just use the
46376         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46377         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46378         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46379         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46380         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46381         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46382         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46383         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46384         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46385         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46386         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46387         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46388         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46389         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46390         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46391         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46392         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46393         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46394         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46395         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46396         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46397         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46398         not check for things that C99 does not require, e.g., int8_t.  If
46399         a test isn't needed unless <stdint.h> isn't working, and is
46400         unlikely to be needed for any other reason, then don't do it
46401         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46402         size_t, since we assume C89 freestanding at least.  Do not check
46403         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46404         the right thing even if the types are not defined.  Instead use:
46405         (gl_STDINT_TYPE_PROPERTIES): New macro.
46406         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46407         testing whether <sys/types.h> clashes, as Autoconf does this for
46408         us now.  All uses removed.
46409         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46410         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46411         (gl_CHECK_TYPE_SAME):
46412         Remove; no longer needed.
46413         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46414         exists, since we'll return 0 anyway in that case.
46415         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46416
46417 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46418
46419         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46420         possible collision with system files.
46421         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46422         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46423         WCHAR_MIN and WCHAR_MAX in this case.
46424         (<stddef.h>): Do not include; no longer needed.
46425         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46426         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46427         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46428         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46429         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46430         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46431         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46432         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46433         !defined(__c99))]: Include in this case too, since it's harmless
46434         now.
46435         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46436         dangerous to do so.
46437         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46438         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46439         (_STDINT_MIN, _STDINT_MAX): New macros.
46440         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46441         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46442         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46443         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46444         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46445         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46446         macros, not typedefs; this simplifies things quite a bit.
46447         Use long int for all types narrower than int64_t.
46448         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46449         Define in terms of long long int or int64_t or long int,
46450         not int64_t or int32_t.  This saves some compile-time testing.
46451         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46452         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46453         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46454         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46455         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46456         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46457         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46458         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46459         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46460         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46461         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46462         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46463         undef any previous version and define our own version, for
46464         simplicity and consistency with the new macros for types.
46465         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46466         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46467         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46468         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46469         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46470         @WINT_T_SUFFIX@ to keep things simple here.
46471         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46472         Simplify by assuming typical 8/16/32/64 host, since we're
46473         already doing that elsewhere anyway.
46474         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46475         and assume long long int is 64 bits if available.  This
46476         speeds up 'configure'.
46477
46478 2006-07-01  Eric Blake  <ebb9@byu.net>
46479
46480         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46481         Reported by Andreas Buening.
46482
46483 2006-07-01  Eric Blake  <ebb9@byu.net>
46484
46485         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46486
46487 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46488
46489         * lib/getaddrinfo.c: fixed typo
46490
46491 2006-06-29  Jim Meyering  <jim@meyering.net>
46492
46493         * modules/strftime (Maintainer): Add my name, since with the
46494         FPRINTFTIME changes strftime.c has forked from glibc.
46495
46496 2006-06-29  Eric Blake  <ebb9@byu.net>
46497
46498         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46499
46500 2006-06-29  Eric Blake  <ebb9@byu.net>
46501
46502         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46503
46504 2006-06-29  Eric Blake  <ebb9@byu.net>
46505
46506         * lib/stat_.h: New file.
46507
46508 2006-06-29  Eric Blake  <ebb9@byu.net>
46509
46510         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46511         unused static function.
46512
46513 2006-06-29  Eric Blake  <ebb9@byu.net>
46514
46515         * doc/functions.texi (Function Portability): Document missing lstat
46516         on mingw.
46517
46518 2006-06-29  Eric Blake  <ebb9@byu.net>
46519
46520         * MODULES.html.sh: Add sys_stat.
46521         * modules/sys_stat: New module.
46522         * modules/mkstemp (Depends-on): Add sys_stat.
46523
46524 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46525
46526         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46527
46528 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46529
46530         * m4/c-bs-a.m4: Removed.
46531
46532 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46533
46534         * lib/strftime.c: Assume strftime() exists.
46535
46536 2006-06-29  Derek Price  <derek@ximbiot.com>
46537
46538         * modules/c-bs-a: Removed - \a is C89.
46539         * MODULES.html.sh: Remove c-bs-a.
46540
46541 2006-06-29  Bruno Haible  <bruno@clisp.org>
46542
46543         * modules/wcwidth (License): Change to LGPL.
46544
46545 2006-06-28  Simon Josefsson  <jas@extundo.com>
46546
46547         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46548         on _WIN32.
46549
46550         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46551         getnameinfo.
46552
46553 2006-06-28  Simon Josefsson  <jas@extundo.com>
46554
46555         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46556
46557 2006-06-28  Simon Josefsson  <jas@extundo.com>
46558
46559         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46560         functions there.  It will succeed on Windows XP, but on Windows
46561         2000 and (presumably) earlier, it will fail, and use the internal
46562         re-implementation.
46563         (use_win32_p): New function.
46564         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46565         Support AI_NUMERICSERV to disable getservbyname.
46566         (getnameinfo): New function, only supports
46567         NI_NUMERICHOST|NI_NUMERICSERV for now.
46568
46569         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46570         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46571         getnameinfo.
46572
46573 2006-06-28  Eric Blake  <ebb9@byu.net>
46574
46575         * modules/wcwidth: New file.
46576         * modules/mbchar (Depends-on): Add wcwidth.
46577         * modules/mbswidth (Depends-on): Add wcwidth.
46578         * MODULES.html.sh: Add wcwidth.
46579
46580 2006-06-28  Eric Blake  <ebb9@byu.net>
46581
46582         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46583         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46584
46585 2006-06-28  Eric Blake  <ebb9@byu.net>
46586
46587         * lib/xvasprintf.h: Fix comments.
46588
46589 2006-06-28  Eric Blake  <ebb9@byu.net>
46590
46591         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46592         * lib/mbswidth.c (wcwidth): Move from here...
46593         * lib/wcwidth.h: ...to this new file.
46594
46595 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46596
46597         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46598
46599         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46600         it's obsolete.
46601         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46602
46603 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46604
46605         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46606         Autoconf 2.60 says this stuff was obsolete.
46607
46608 2006-06-28  Bruno Haible  <bruno@clisp.org>
46609
46610         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46611
46612 2006-06-28  Bruno Haible  <bruno@clisp.org>
46613
46614         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46615         gt_TYPE_WCHAR_T.
46616
46617 2006-06-28  Bruno Haible  <bruno@clisp.org>
46618
46619         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46620         declaration for wcwidth.
46621         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46622
46623 2006-06-28  Bruno Haible  <bruno@clisp.org>
46624
46625         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46626         (mkdir): Define using _mkdir.
46627
46628 2006-06-28  Bruno Haible  <bruno@clisp.org>
46629
46630         * lib/getaddrinfo.h: Fix POSIX URL.
46631         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46632         _WIN32.
46633         (use_win32_p): Make static.
46634         (getaddrinfo): Reject service name if it is empty or does not consist
46635         solely of decimal digits, or if its value is > 65535.
46636         (getnameinfo): Remove useless casts.
46637
46638 2006-06-27  Simon Josefsson  <jas@extundo.com>
46639
46640         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46641         Eggert and Martin Lambers.
46642
46643 2006-06-27  Simon Josefsson  <jas@extundo.com>
46644
46645         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46646         Eggert and Martin Lambers.
46647
46648 2006-06-27  Bruno Haible  <bruno@clisp.org>
46649
46650         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46651         result to 0, not to empty.
46652         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46653
46654 2006-06-27  Bruno Haible  <bruno@clisp.org>
46655
46656         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46657
46658 2006-06-26  Simon Josefsson  <jas@extundo.com>
46659
46660         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46661         present.
46662
46663 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46664
46665         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46666         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46667         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46668
46669 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46670
46671         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46672
46673 2006-06-26  Bruno Haible  <bruno@clisp.org>
46674
46675         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46676
46677 2006-06-26  Bruno Haible  <bruno@clisp.org>
46678
46679         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46680
46681 2006-06-26  Bruno Haible  <bruno@clisp.org>
46682
46683         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46684         SGI C compiler in pre-C99 mode.
46685         Suggested by Mark D. Baushke and Larry Jones.
46686
46687 2006-06-26  Bruno Haible  <bruno@clisp.org>
46688
46689         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46690         WCHAR_MAX.
46691         Reported by Mark D. Baushke and Larry Jones.
46692
46693 2006-06-26  Bruno Haible  <bruno@clisp.org>
46694
46695         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46696         in pre-C99 mode.
46697         Suggested by Mark D. Baushke and Larry Jones.
46698
46699 2006-06-23  Simon Josefsson  <jas@extundo.com>
46700             Bruno Haible  <bruno@clisp.org>
46701
46702         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46703         Emit mostlyclean-local rule.
46704         (func_emit_tests_Makefile_am): Likewise.
46705         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46706
46707 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46708
46709         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46710
46711 2006-06-23  Bruno Haible  <bruno@clisp.org>
46712
46713         * tests/test-stdint.c: Update to match ISO C 99 Technical
46714         Corrigendum 1.
46715
46716 2006-06-23  Bruno Haible  <bruno@clisp.org>
46717
46718         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46719
46720 2006-06-23  Bruno Haible  <bruno@clisp.org>
46721
46722         * lib/stdint_.h: Treat IRIX like OpenBSD.
46723
46724 2006-06-23  Bruno Haible  <bruno@clisp.org>
46725
46726         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46727         ISO C 99 Technical Corrigendum 1.
46728
46729 2006-06-22  Simon Josefsson  <jas@extundo.com>
46730
46731         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46732         MinGW.
46733
46734 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46735
46736         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46737         needed.  Some compiler complained about some of them.  Problem reported
46738         by Larry Jones in
46739         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46740
46741 2006-06-21  Simon Josefsson  <jas@extundo.com>
46742
46743         * tests/test-getaddrinfo.c: New file.
46744
46745         * modules/getaddrinfo-tests: New file.
46746
46747         * MODULES.html.sh: Add inet_pton.
46748
46749         * modules/inet_pton: New file.
46750
46751 2006-06-21  Simon Josefsson  <jas@extundo.com>
46752
46753         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46754         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46755         of using the (limited) gnulib implementation on Windows XP.
46756
46757         * m4/inet_pton.m4: New file.
46758
46759 2006-06-21  Simon Josefsson  <jas@extundo.com>
46760
46761         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46762         variable.
46763
46764         * lib/socket_.h: Don't define WINVER.
46765
46766         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46767         slightly modified to work in gnulib.
46768
46769 2006-06-21  Simon Josefsson  <jas@extundo.com>
46770
46771         * doc/gnulib.texi (Windows sockets): Add.
46772
46773 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46774
46775         * lib/read-file.c (fread_file): Start with buffer allocation of
46776         0 bytes rather than 1 byte; this simplifies the code.
46777         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46778         code to free buffer and save/restore errno.
46779         (internal_read_file): Remove unused local.
46780
46781 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46782
46783         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46784         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46785         Problem reported by Denis Excoffier in
46786         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46787
46788 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46789
46790         * modules/sys_socket, modules/socklen: Include sys/types since
46791         FreeBSD 4.x's sys/socket.h needs it.
46792
46793 2006-06-19  Simon Josefsson  <jas@extundo.com>
46794
46795         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46796
46797 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46798
46799         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46800
46801 2006-06-19  Bruno Haible  <bruno@clisp.org>
46802
46803         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46804         and FULL_PATH_INTTYPES_H in angle brackets.
46805         Reported by Mark D. Baushke <mdb@gnu.org>.
46806
46807 2006-06-17  Eric Blake  <ebb9@byu.net>
46808
46809         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46810         errno.
46811
46812 2006-06-17  Bruno Haible  <bruno@clisp.org>
46813
46814         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46815         <sys/inttypes.h>.
46816
46817 2006-06-17  Bruno Haible  <bruno@clisp.org>
46818
46819         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46820         whether errno is declared. Assume <errno.h> declares errno.
46821
46822 2006-06-17  Bruno Haible  <bruno@clisp.org>
46823
46824         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46825
46826 2006-06-17  Bruno Haible  <bruno@clisp.org>
46827
46828         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46829         problem on Solaris 2.5.1.
46830
46831 2006-06-16  Eric Blake  <ebb9@byu.net>
46832
46833         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46834         * lib/unicodeio.c [!defined errno]: Likewise.
46835         * lib/strtol.c [!defined errno]: Likewise.
46836         * lib/strtod.c [!defined errno]: Likewise.
46837
46838 2006-06-15  Eric Blake  <ebb9@byu.net>
46839
46840         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46841
46842 2006-06-15  Eric Blake  <ebb9@byu.net>
46843
46844         * config/srclist.txt (ssize_t.m4): Lose sync.
46845
46846 2006-06-15  Bruno Haible  <bruno@clisp.org>
46847
46848         * modules/stdint (Files): Include m4/full-header-path.m4,
46849         m4/size_max.m4, m4/wchar_t.m4.
46850         (Makefile.am): Many more substitutions.
46851         * modules/stdint-tests: New file.
46852         * tests/test-stdint.c: New file.
46853
46854 2006-06-15  Bruno Haible  <bruno@clisp.org>
46855
46856         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46857         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46858         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46859         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46860         gl_CHECK_TYPE_SAME): New macros.
46861
46862 2006-06-15  Bruno Haible  <bruno@clisp.org>
46863
46864         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46865
46866 2006-06-15  Bruno Haible  <bruno@clisp.org>
46867
46868         * lib/stdint_.h: Rewritten to be fully auto-configured.
46869         Fixes bug on HP-UX/IA64.
46870
46871 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46872
46873         * lib/getdate.y (__attribute__): Don't define if already defined.
46874         Problem reported by Larry Jones.
46875         * lib/utimens.c (__attribute__): Likewise.
46876
46877 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46878
46879         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46880         reported by Andreas Schwab.
46881
46882 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46883             Bruno Haible  <bruno@clisp.org>
46884
46885         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46886         check for the declaration of strnlen and a run test that exposes the
46887         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46888         rpl_strndup.
46889
46890 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46891             Bruno Haible  <bruno@clisp.org>
46892
46893         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46894
46895 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46896
46897         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46898         compile test, for Tru64 4.0D.
46899
46900 2006-05-28  Karl Berry  <karl@gnu.org>
46901
46902         * config/srclist.txt (printf-args.c): lose sync.
46903
46904 2006-05-26  Martin Lambers  <marlam@marlam.de>
46905
46906         * lib/getpass.c: Updates the test for the native W32 API, and adds
46907         missing includes, thus fixing compilation warnings.
46908
46909 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46910
46911         * lib/exclude.c (exclude_fnmatch): New function.
46912         (excluded_file_name): Call exclude_fnmatch.
46913         * lib/exclude.h (excluded_file_name): New prototype
46914
46915 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46916
46917         * lib/tempname.c (small_open, large_open): New macros.
46918         (__open, __open64) [!_LIBC]: Remove.
46919         (__gen_tempname): Use small_open and large_open instead of __open
46920         and __open64.  This fixes a portability bug on HP-UX 11.11i
46921         reported by Simon Wing-Tang in
46922         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46923
46924 2006-05-24  Bruno Haible  <bruno@clisp.org>
46925
46926         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46927         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46928         Reported by Thorsten Maerz <torte@netztorte.de> via
46929         Aaron Stone <aaron@serendipity.cx>.
46930
46931 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46932
46933         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46934         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46935         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46936         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46937         not really conditional on the cache.
46938         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46939
46940 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46941
46942         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46943         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46944         (my_usleep): Don't mishandle maximum value.
46945
46946 2006-05-19  Jim Meyering  <jim@meyering.net>
46947
46948         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46949
46950 2006-05-17  Bruno Haible  <bruno@clisp.org>
46951
46952         Cygwin portability.
46953         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46954
46955 2006-05-17  Bruno Haible  <bruno@clisp.org>
46956
46957         * lib/stdint_.h: Fix recognition of Cygwin.
46958
46959 2006-05-15  Bruno Haible  <bruno@clisp.org>
46960
46961         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46962         on libtool patch by Ralf Wildenhues.
46963
46964 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46965
46966         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46967         test for C99 conformance; (bool) 0.5 is an integer constant
46968         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46969         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46970
46971 2006-05-11  Simon Josefsson  <jas@extundo.com>
46972
46973         * m4/xvasprintf.m4: Fix obvious typo.
46974
46975 2006-05-11  Jim Meyering  <jim@meyering.net>
46976
46977         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46978         James Lemley.
46979
46980 2006-05-10  Simon Josefsson  <jas@extundo.com>
46981
46982         * lib/md4.c: Typo fix, update copyright years.
46983         (K1, K2): Don't use L because it turn computations into 64-bit on
46984         64-bit platforms.
46985
46986 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46987
46988         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46989         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46990         unwanted sign propagation, e.g., on hosts with 64-bit int.
46991         There still are some problems with reeelly weird theoretical hosts
46992         (e.g., 33-bit int) but it's not worth worrying about now.
46993         * lib/sha1.c (rol): Likewise.
46994         (K1, K2, K3, K4): Remove unnecessary L suffix.
46995
46996 2006-05-10  Bruno Haible  <bruno@clisp.org>
46997
46998         * lib/des.c: Cast to avoid warnings.
46999
47000 2006-05-09  Bruno Haible  <bruno@clisp.org>
47001
47002         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47003         (Depends-on): Depend also on xsize, stdarg.
47004         (configure.ac): Add gl_XVASPRINTF.
47005
47006 2006-05-09  Bruno Haible  <bruno@clisp.org>
47007
47008         * m4/xvasprintf.m4: New file.
47009
47010 2006-05-09  Bruno Haible  <bruno@clisp.org>
47011
47012         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47013         (EOVERFLOW): Define fallback value.
47014         (xstrcat): New function.
47015         (xvasprintf): Recognize the special case of a string concatenation.
47016
47017 2006-05-08  Eric Blake  <ebb9@byu.net>
47018
47019         * gnulib-tool (func_version): Base copyright year on CVS date.
47020         (func_emit_copyright_notice): New function.
47021         (func_emit_lib_Makefile_am): Use it.
47022         (func_emit_tests_Makefile_am): Likewise.
47023         (func_import): Likewise.
47024
47025 2006-05-08  Bruno Haible  <bruno@clisp.org>
47026
47027         * modules/stdarg: New file.
47028         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47029
47030 2006-05-08  Bruno Haible  <bruno@clisp.org>
47031
47032         * m4/stdarg.m4: New file, from GNU gettext.
47033
47034 2006-05-08  Bruno Haible  <bruno@clisp.org>
47035
47036         * config/srclist.txt (build-aux/config.rpath): different from latest
47037         release.
47038
47039 2006-05-08  Bruno Haible  <bruno@clisp.org>
47040
47041         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47042
47043 2006-05-05  Jim Meyering  <jim@meyering.net>
47044
47045         * m4/warning.m4: New file, derived from bison's file by the same name.
47046
47047 2006-05-03  Bruno Haible  <bruno@clisp.org>
47048
47049         * lib/stdint_.h: Shorter URL.
47050         * lib/inttypes.h: Likewise.
47051
47052 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47053
47054         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47055
47056 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47057
47058         * lib/verify.h: Document the internals better.  Most of this change
47059         was written by Bruno Haible.
47060
47061 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47062
47063         * doc/verify.texi: New file, partly based on a proposal by
47064         Bruno Haible.
47065
47066 2006-05-02  Bruno Haible  <bruno@clisp.org>
47067
47068         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47069         test from here...
47070         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47071
47072 2006-04-29  Bruno Haible  <bruno@clisp.org>
47073
47074         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47075         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47076
47077 2006-04-29  Bruno Haible  <bruno@clisp.org>
47078
47079         * gnulib-tool: Make --update option actually work.
47080
47081 2006-04-29  Bruno Haible  <bruno@clisp.org>
47082
47083         * doc/gcd.texi: New file.
47084         * doc/gnulib.texi: Include it.
47085
47086 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47087
47088         * lib/getdate.y (get_date): When adding relative date, start with the
47089         initial time, not with the result of the first mktime call.
47090
47091 2006-04-25  Bruno Haible  <bruno@clisp.org>
47092
47093         * gnulib-tool (func_import): Output the include directives in three
47094         blocks, sorted separately.
47095         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47096
47097 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47098
47099         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47100         to define main with arguments, for C++.  Reported by Eric Blake.
47101         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47102         Prefer 'int main ()' to 'int main (void)', for C++.
47103         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47104         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47105         for 'main', for C99 and C++.
47106
47107 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47108
47109         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47110         Don't assume that exit status -1 is valid.
47111         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47112         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47113         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47114         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47115         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47116         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47117         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47118         functions can be used without declaring them, or that you can
47119         exit with status -1.
47120         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47121
47122 2006-04-24  Karl Berry  <karl@gnu.org>
47123
47124         * config/srclist.txt (longdouble.m4): sync lost.
47125
47126 2006-04-24  Eric Blake  <ebb9@byu.net>
47127
47128         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47129
47130 2006-04-24  Bruno Haible  <bruno@clisp.org>
47131
47132         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47133         poll() implementation in AIX.
47134         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47135
47136 2006-04-24  Bruno Haible  <bruno@clisp.org>
47137
47138         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47139         assigned exactly once.
47140
47141 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47142             Bruno Haible  <bruno@clisp.org>
47143
47144         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47145         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47146         for AM_CPPFLAGS.
47147
47148 2006-04-23  Bruno Haible  <bruno@clisp.org>
47149
47150         * modules/copy-file: Depend on unistd.
47151         * modules/execute: Likewise.
47152         * modules/fatal-signal: Likewise.
47153         * modules/findprog: Likewise.
47154         * modules/mkdtemp : Likewise.
47155         * modules/pipe: Likewise.
47156         * modules/wait-process: Likewise.
47157
47158 2006-04-23  Bruno Haible  <bruno@clisp.org>
47159
47160         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47161         condition was already detected.
47162         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47163
47164 2006-04-23  Bruno Haible  <bruno@clisp.org>
47165
47166         * lib/copy-file.c: Include <unistd.h> unconditionally.
47167         * lib/execute.c: Likewise.
47168         * lib/fatal-signal.c: Likewise.
47169         * lib/findprog.c: Likewise.
47170         * lib/mkdtemp.c: Likewise.
47171         * lib/pipe.h: Likewise.
47172         * lib/pipe.c: Likewise.
47173         * lib/wait-process.h: Likewise.
47174
47175 2006-04-23  Bruno Haible  <bruno@clisp.org>
47176
47177         * gnulib-tool (func_usage): Fix --import description. Document
47178         --update.
47179         (func_import): Create temporary file in a temporary directory, if
47180         --dry-run is specified. Silence errors from 'grep' when there are no
47181         m4 files in $m4dir.
47182         (func_create_testdir): Silence errors from 'grep' when there are no
47183         m4 files in $m4dir.
47184         Reported by Karl Berry <karl@freefriends.org>.
47185
47186 2006-04-20  Bruno Haible  <bruno@clisp.org>
47187
47188         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47189         one argument, so that the code will be portable to Autoconf 2.60.
47190         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47191         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47192         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47193
47194 2006-04-19  Derek Price  <derek@ximbiot.com>
47195             Eric Blake  <ebb9@byu.net>
47196
47197         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47198         rather than "/full/path.h".  Update comment to match.  Shorten &
47199         generalize m4_translit call via AS_TR_CPP.
47200
47201 2006-04-19  Derek Price  <derek@ximbiot.com>
47202             Eric Blake  <ebb9@byu.net>
47203
47204         * lib/inttypes.h: Correct grammar in comment.
47205
47206 2006-04-18  Derek Price  <derek@ximbiot.com>
47207             Paul Eggert  <eggert@cs.ucla.edu>
47208
47209         * modules/inttypes: New file.
47210         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47211
47212 2006-04-18  Derek Price  <derek@ximbiot.com>
47213             Paul Eggert  <eggert@cs.ucla.edu>
47214
47215         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47216         New files.
47217
47218 2006-04-18  Derek Price  <derek@ximbiot.com>
47219             Paul Eggert  <eggert@cs.ucla.edu>
47220
47221         * lib/inttypes.h: New file.
47222         * lib/strtoimax.c: Assume <inttypes.h>.
47223
47224 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47225
47226         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47227         isn't mounted.  Problem reported by Kir Kolyshkin.
47228
47229 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47230
47231         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47232         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47233         Derek R. Price.
47234         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47235         implementation.
47236
47237 2006-04-12  Eric Blake  <ebb9@byu.net>
47238
47239         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47240         is now done automatically by the corresponding Autoconf macro.
47241
47242 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47243
47244         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47245         time_r.h.
47246
47247 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47248
47249         Merge regex changes from libc, removing some of our
47250         POSIX-conformance changes that were rejected and redoing them in a
47251         less-intrusive way.
47252
47253         * lib/regcomp.c (re_compile_internal, init_dfa):
47254         Length arg is now size_t, not Idx.  All uses changed.
47255         (peek_token): Forward decl now says internal_function.
47256         (__re_error_msgid, __re_error_msgid_idx):
47257         Now static rather than extern with attribute_hidden.
47258         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47259         For some reason libc prefers K&R style defns for external functions.
47260         (regerror) [!defined _LIBC]: Likewise.
47261         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47262         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47263         (build_range_exp, build_collating_symbol):
47264         Use K&R-style defn.
47265         (re_compile_fastmap): Use '\0' to memset, not 0.
47266         (utf8_sb_map): Make the calculations more obvious.
47267         (init_dfa, parse_bracket_exp, build_charclass_op):
47268         Call calloc and cast result, as glibc does.
47269         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47270         (build_range_exp, build_collating_symbol):
47271         Now internal functions.
47272
47273         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47274
47275         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47276         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47277         Don't depend on VMS; depend on __VMS instead, for POSIX
47278         namespace cleanness.
47279         (regoff_t): Define to ssize_t, not long int.
47280
47281         Remove the REG_ macros named below.  Instead, make the old names
47282         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47283         __USE_GNU_REGEX.
47284         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47285         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47286         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47287         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47288         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47289         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47290         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47291         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47292         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47293         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47294         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47295         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47296         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47297         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47298         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47299         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47300         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47301         (REG_NREGS):
47302         Remove.  All uses replaced by the old RE_* names.
47303         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47304         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47305         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47306         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47307         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47308         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47309         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47310         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47311         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47312         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47313         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47314         Don't bother having these macros be independent of each others'
47315         values, since they no longer exist in the POSIX name space.
47316
47317         Rename the following member names back to their old names,
47318         unless !__USE_GNU_REGEX.  All uses changed back.
47319         (buffer): Renamed from re_buffer.
47320         (allocated): Renamed from re_allocated.
47321         (used): Renamed from re_used.
47322         (syntax): Renamed from re_syntax.
47323         (fastmap): Renamed from re_fastmap.
47324         (translate): Renamed from re_translate.
47325         (can_be_null): Renamed from re_can_be_null.
47326         (regs_allocated): Renamed from re_regs_allocated.
47327         (fastmap_accurate): Renamed from re_fastmap_accurate.
47328         (no_sub): Renamed from re_no_sub.
47329         (not_bol): Renamed from re_not_bol.
47330         (not_eol): Renamed from re_not_eol.
47331         (newline_anchor): Renamed from re_newline_anchor.
47332         (num_regs): Renamed from rm_num_regs.
47333         (start): Renamed from rm_start.
47334         (end): Renamed from rm_end.
47335
47336         (free_state): Move up a bit.
47337
47338         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47339         #define to be empty.
47340         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47341         when that is what is intended.
47342         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47343         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47344         (MAX): New macro.
47345         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47346         All uses changed back to re_malloc, etc.  It's now the caller's
47347         responsibility to check for overflow; all callers changed.
47348         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47349         (re_x2nrealloc): Remove.
47350         (free_state): Remove decl.
47351
47352         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47353         (re_set_registers, re_exec):
47354         Use K&R-style defn.
47355
47356         2006-01-31  Roland McGrath  <roland@redhat.com>
47357
47358         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47359         Reported by Mike Frysinger <vapier@gentoo.org>.
47360
47361         2006-01-15  Andreas Jaeger  <aj@suse.de>
47362
47363         [BZ #1950]
47364         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47365         build_wcs_upper_buffer change.
47366         (build_wcs_upper_buffer): Change return type.
47367
47368         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47369
47370         * lib/regex_internal.h: Include <stdint.h> if available.
47371
47372         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47373
47374         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47375
47376         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47377
47378         * lib/regcomp.c: Adjust for changed secondary hash function.
47379
47380         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47381
47382         * lib/regex.h: Pretty printing.
47383         Clean up namespace a bit.
47384
47385         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47386
47387         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47388         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47389
47390         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47391                     Ulrich Drepper  <drepper@redhat.com>
47392
47393         [BZ #1302]
47394         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47395         changed.
47396         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47397
47398         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47399
47400         [BZ #281]
47401         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47402         * lib/regcomp.c: Remove unnecessary uses of
47403         unsigned RE_TRANSLATE_TYPE.
47404         * lib/regex_internal.h: Likewise.
47405         * lib/regex_internal.c: Likewise.
47406         * lib/regexec.c: Likewise.
47407         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47408
47409         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47410
47411         * lib/regexec.c (find_recover_state): Remove unnecessary
47412         initialization.
47413         (transit_state_bkref): Make DFA a const pointer.
47414         (get_subexp): Likewise.
47415         (check_arrival): Likewise.
47416         (update_cur_sifted_state): Likewise.
47417         (re_search_internal): Likewise.
47418         (prune_impossible_nodes): Likewise.
47419         (acquire_init_state_context): Likewise.
47420         (proceed_next_node): Likewise.
47421         (set_regs): Likewise.
47422         (free_fail_stack_return): Likewise.
47423         (check_arrival_expand_ecl): Mark DFA parameter as const.
47424         (check_arrival_expand_ecl_sub): Likewise.
47425         (check_subexp_limits): Likewise.
47426         (sub_epsilon_src_nodes):  Likewise.
47427         (add_epsilon_src_nodes):  Likewise.
47428         (merge_state_array): Likewise.
47429         (update_regs): Likewise.
47430         (build_trtable): Likewise.
47431         (sift_states_backward): Mark MCTX parameter as const.
47432         (build_sifted_states): Likewise.
47433         (update_cur_sifted_state): Likewise.
47434         (sift_states_mkref): Likewise.
47435         (check_arrival_expand_ecl): Mark eclosure as const.
47436         (check_dst_limits_calc_pos_1): Likewise.
47437         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47438         pointer.
47439
47440         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47441
47442         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47443         (transit_state_sb): Likewise.
47444         (transit_state_mb): Likewise.
47445         (sift_states_iter_mb): Likewise.
47446         (check_arrival_add_next_nodes): Likewise.
47447         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47448         [_LIBC] (re_search_2_stub): Use mempcpy.
47449
47450         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47451         mbrtowc for very simple UTF-8 case.
47452
47453         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47454         a pointer-to-const.
47455         (re_acquire_state_context): Likewise.
47456         * lib/regex_internal.h: Adjust prototypes.
47457
47458         * lib/regex.c: Prevent using C++ compilers.
47459
47460         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47461         (re_acquire_state_context): Likewise.
47462
47463 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47464
47465         * modules/regex (Depends-on): Add ssize_t.
47466
47467 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47468
47469         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47470         translation table.
47471
47472 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47473
47474         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47475
47476 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47477             Bruno Haible  <bruno@clisp.org>
47478
47479         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47480         <sys/types.h> and <inttypes.h>.
47481
47482 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47483
47484         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47485         `__error_t_defined', so argp.h will not typedef the former.
47486
47487 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47488
47489         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47490         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47491         glibc names.  Even if glibc is changed to conform to POSIX, the
47492         traditional names will be available anyway, since regex depends on
47493         the extensions module.  Also, fix a longstanding typo in the
47494         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47495         reported by Emanuele Giaquinta.  Also, change sense of cached
47496         variable, so that the message makes sense.
47497
47498 2006-03-24  Simon Josefsson  <jas@extundo.com>
47499
47500         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47501         including some doc fixes.
47502         (base64_encode_alloc): Fix +1 bug on allocation failures.
47503
47504 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47505
47506         * lib/base64.c (base64_encode): Do not read past end of array with
47507         unsanitized input on systems with CHAR_BIT > 8.
47508
47509 2006-03-24  Eric Blake  <ebb9@byu.net>
47510
47511         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47512
47513 2006-03-22  Karl Berry  <karl@gnu.org>
47514
47515         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47516         * config/srclistvars.sh (COREUTILS): new var.
47517
47518 2006-03-17  Jim Meyering  <jim@meyering.net>
47519
47520         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47521         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47522
47523 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47524
47525         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47526         no longer needs it.  Instead, check that regoff_t is as least
47527         as wide as ptrdiff_t.
47528
47529         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47530         so that our regex.h stays compatible with the installed regex.
47531         This is helpful for installers who configure --without-included-regex.
47532         Problem reported by Emanuele Giaquinta.
47533
47534 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47535
47536         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47537         Typedef to long int, not to off_, as POSIX will likely change
47538         in that direction.
47539
47540 2006-03-15  Eric Blake  <ebb9@byu.net>
47541
47542         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47543
47544 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47545
47546         * lib/argp-help.c (validate_uparams): Fix typo
47547         * lib/argp-parse.c (argp_default_options): Consistently begin help
47548         messages with a lowercase letter.
47549
47550 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47551
47552         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47553         overrun buffers and shouldn't be used (much as gets shouldn't be
47554         used).
47555         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47556
47557 2006-03-08  Simon Josefsson  <jas@extundo.com>
47558
47559         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47560         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47561
47562 2006-03-08  Simon Josefsson  <jas@extundo.com>
47563
47564         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47565         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47566
47567 2006-03-08  Simon Josefsson  <jas@extundo.com>
47568
47569         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47570         signal that configure disabled the device.
47571
47572 2006-03-08  Simon Josefsson  <jas@extundo.com>
47573
47574         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47575         languages.
47576
47577 2006-03-07  Simon Josefsson  <jas@extundo.com>
47578
47579         * modules/getopt (Depends-on): Add unistd.
47580
47581         * modules/unistd: New file.
47582
47583 2006-03-07  Simon Josefsson  <jas@extundo.com>
47584
47585         * modules/gc-random: New file.
47586
47587 2006-03-07  Simon Josefsson  <jas@extundo.com>
47588
47589         * m4/unistd_h.m4: New file.
47590
47591 2006-03-07  Simon Josefsson  <jas@extundo.com>
47592
47593         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47594         test to be side-effect free by storing the result in the cache
47595         variable gl_cv_lib_readline, and moving the assignment of
47596         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47597         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47598
47599 2006-03-07  Simon Josefsson  <jas@extundo.com>
47600
47601         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47602         error on missing devices (the functions will return an error).
47603
47604         * m4/gc.m4: Move random stuff to gc-random.m4
47605
47606 2006-03-07  Simon Josefsson  <jas@extundo.com>
47607
47608         * lib/unistd_.h: New file.
47609
47610 2006-03-07  Simon Josefsson  <jas@extundo.com>
47611
47612         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47613
47614 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47615
47616         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47617         Problem reported by Juan Manuel Guerrero.
47618
47619 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47620
47621         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47622         the unistd module.
47623         * lib/getlogin_r.c: Likewise.
47624         * lib/getlogin_r.h: Likewise.
47625         * lib/glob.c: Likewise.
47626         * lib/pagealign_alloc.c: Likewise.
47627         * lib/unistd_.h: Remove; no longer needed.
47628
47629 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47630
47631         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47632         Add unistd.
47633         * modules/c-stack (Depends-on): Add unistd.
47634         * modules/getlogin_r: Likewise.
47635         * modules/glob: Likewise.
47636         * modules/pagealign_alloc: Likewise.
47637         * modules/unistd (Files): Remove lib/unistd_.h.
47638         (EXTRA_DIST): Remove.
47639         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47640         need unistd_.h.
47641         (MOSTLYCLEANFILES): Remove unistd.h-t.
47642
47643 2006-03-03  Simon Josefsson  <jas@extundo.com>
47644
47645         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47646
47647 2006-03-03  Simon Josefsson  <jas@extundo.com>
47648
47649         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47650         libidn and bison.
47651
47652 2006-03-03  Simon Josefsson  <jas@extundo.com>
47653
47654         * build-aux/maint.mk: Add indent target.
47655
47656 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47657
47658         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47659         our replacement poll.h in any case, to avoid a differing
47660         declaration from a system header.  Seen on AIX.
47661
47662 2006-03-01  Simon Josefsson  <jas@extundo.com>
47663
47664         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47665         <kasal@ucw.cz>.
47666
47667 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47668
47669         * modules/gettime (Depends-on): Add extensions module.
47670         * modules/nanosleep (Depends-on): Likewise.
47671         * modules/settime (Depends-on): Likewise.
47672
47673 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47674
47675         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47676         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47677         pedantically.
47678         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47679         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47680
47681         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47682         not "==".  Reported by Ralf Wildenhues.
47683
47684 2006-03-01  Karl Berry  <karl@gnu.org>
47685
47686         * doc/Copyright/request-*: new files, synced from gnuorg.
47687
47688 2006-03-01  Karl Berry  <karl@gnu.org>
47689
47690         * config/srclist.txt (Copyright/*): new entries.
47691
47692 2006-02-28  Simon Josefsson  <jas@extundo.com>
47693
47694         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47695
47696 2006-02-27  Simon Josefsson  <jas@extundo.com>
47697
47698         * lib/base64.h: Indent #define's.  From Jim Meyering
47699         <jim@meyering.net>.
47700
47701 2006-02-27  Jim Meyering  <jim@meyering.net>
47702
47703         Revert the change of 2006-02-24, so these files can continue
47704         to be sync'd from gettext.
47705         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47706         of `config.h'.
47707
47708 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47709
47710         * modules/intprops: New file.
47711         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47712         Add intprops.
47713         * modules/getloadavg (Files): Remove lib/intprops.h.
47714         (Depends-on): Add intprops.
47715         * modules/human: Likewise.
47716         * modules/inttostr: Likewise.
47717         * modules/openat: Likewise.
47718         * modules/sig2str: Likewise.
47719         * modules/userspec: Likewise.
47720         * modules/utimecmp: Likewise.
47721         * modules/xnanosleep: Likewise.
47722         * modules/xstrtol: Likewise.
47723
47724 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47725
47726         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47727         * modules/lock-tests (TESTS): Use $(EXEEXT).
47728         * modules/tls-tests: Likewise.
47729         * modules/argp-tests: Likewise.
47730         (check_PROGRAMS): New var, replacing...
47731         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47732
47733 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47734
47735         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47736         `config.h'.
47737
47738 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47739
47740         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47741
47742 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47743
47744         Sync from coreutils.
47745         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47746         gl_CHDIR_SAFER.
47747
47748 2006-02-22  Jim Meyering  <jim@meyering.net>
47749
47750         Sync from coreutils.
47751         * m4/chdir-safer.m4: New file.
47752
47753 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47754
47755         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47756         AT_FDCWD exceeds INT_MAX.
47757         * lib/openat.h (AT_FDCWD): Likewise.
47758
47759 2006-02-17  Eric Blake  <address@hidden>
47760
47761         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47762
47763 2006-02-16  Simon Josefsson  <jas@extundo.com>
47764
47765         * modules/getaddrinfo (Depends-on): Add sys_socket.
47766
47767 2006-02-15  Simon Josefsson  <jas@extundo.com>
47768
47769         * build-aux/maint.mk: Add dsyntax-check rule.
47770
47771 2006-02-15  Eric Blake  <ebb9@byu.net>
47772
47773         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47774         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47775         'present but cannot compile' warnings on cygwin.
47776         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47777         use ws2tcpip.h if sys/socket.h works.
47778         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47779         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47780
47781 2006-02-14  Simon Josefsson  <jas@extundo.com>
47782
47783         * modules/maintainer-makefile (Files): Rename.
47784
47785         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47786         and (the local) Makefile.cfg to maint-cfg.mk.
47787
47788         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47789         to the latter.
47790
47791         * modules/maintainer-makefile: New module.
47792
47793         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47794         severaly stripped to make it possible to build it up from scratch
47795         with reliable tests.
47796
47797         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47798         fixes to permit overriding the default actions when configure and
47799         makefile are not available.
47800
47801 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47802
47803         Sync from coreutils.
47804         * modules/lstat (Depends-on): Don't depend on xalloc.
47805         (License): Change from GPL to LGPL, since this is now simply a
47806         replacement for a libc function.
47807
47808 2006-02-14  Jim Meyering  <jim@meyering.net>
47809
47810         Sync from coreutils.
47811
47812         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47813         failure on deficient systems, and simplify gnulib lgpl dependencies.
47814         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47815         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47816
47817         * lib/xalloc-die.c: Remove unused definition of N_.
47818
47819 2006-02-14  Jim Meyering  <jim@meyering.net>
47820
47821         Sync from coreutils.
47822         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47823         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47824         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47825         double-quote uses of that variable, to accommodate the rare case in
47826         which getmntent is available in none of the libraries checked.  This
47827         happens at least on FreeBSD 5.0.
47828
47829 2006-02-13  Simon Josefsson  <jas@extundo.com>
47830
47831         * gnulib-tool (Usage): Fix --import, from
47832         karl@freefriends.org (Karl Berry).
47833
47834 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47835
47836         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47837
47838 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47839
47840         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47841         "autoupdate" on 2005-12-12.
47842
47843 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47844
47845         * modules/closeout (Depends-on): Remove atexit.
47846
47847 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47848
47849         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47850         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47851
47852 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47853
47854         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47855         __EXTENSIONS__ if this causes compilation to fail.  Problem
47856         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47857         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47858
47859 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47860
47861         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47862         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47863         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47864         All uses changed.
47865
47866 2006-01-26  Simon Josefsson  <jas@extundo.com>
47867
47868         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47869         prototype is visible on mingw32.
47870
47871         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47872         for mingw32.
47873
47874         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47875         mingw32).
47876
47877 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47878
47879         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47880         attempt to open for write; this always fails, at least on POSIX
47881         hosts.  This reinstates the 2006-01-09 change, which was
47882         inadvertently removed.
47883
47884 2006-01-26  Bruno Haible  <bruno@clisp.org>
47885
47886         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47887         Reported by Paul Eggert.
47888
47889 2006-01-26  Bruno Haible  <bruno@clisp.org>
47890             Paul Eggert  <eggert@cs.ucla.edu>
47891
47892         * lib/stdbool_.h (_Bool)
47893         [(! (defined __cplusplus || defined __BEOS__)
47894           && !defined __GNUC__
47895           && !(defined __HP_cc || defined __xlc__
47896                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47897                || defined __sgi))]:
47898         #define to signed char in these cases too; this simplifies
47899         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47900         etc., separately) and makes it more conservative.
47901
47902 2006-01-25  Simon Josefsson  <jas@extundo.com>
47903
47904         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47905         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47906         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47907
47908 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47909
47910         * lib/argp-namefrob.h: Bugfix. Remove stray #
47911
47912 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47913
47914         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47915         so that we test the test.
47916         Check for yet another HP-UX cc bug involving *bool |= bool.
47917
47918 2006-01-25  Karl Berry  <karl@gnu.org>
47919
47920         * config/srclist.txt (vasnprintf.c): sync lost.
47921
47922 2006-01-25  Jim Meyering  <jim@meyering.net>
47923
47924         Sync from the stable (b5) branch of coreutils:
47925
47926         * lib/fts.c (fts_children): Don't let close() clobber errno from
47927         failed fchdir().
47928
47929         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47930         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47931         a dangling symlink.  That can also happen at least for ELOOP.
47932         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47933         FYI, this bug predates the inclusion of fts.c in coreutils.
47934
47935         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47936         in their own block, so pre-c99 compilers don't object.
47937
47938         Avoid the double-free (first in fts_read, second in fts_close) that
47939         would occur when an `active' directory is made inaccessible (e.g.,
47940         via chmod a-x) during a traversal.
47941         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47942         before returning.  Reproduce this failure by
47943         mkdir -p a/b; cd a; chmod a-x . b
47944         Reported by Stavros Passas.
47945
47946 2006-01-25  Jim Meyering  <jim@meyering.net>
47947
47948         * lib/fileblocks.c: Remove more useless parentheses.
47949         * lib/readutmp.h: Likewise.
47950
47951 2006-01-25  Bruno Haible  <bruno@clisp.org>
47952
47953         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47954         warnings.
47955         Reported by Paul Eggert.
47956
47957 2006-01-25  Bruno Haible  <bruno@clisp.org>
47958
47959         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47960         rid of a trap command. For Solaris sh.
47961         Reported by Mark D. Baushke <mdb@gnu.org>.
47962
47963 2006-01-24  Simon Josefsson  <jas@extundo.com>
47964
47965         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47966         Bruno.
47967
47968 2006-01-24  Karl Berry  <karl@gnu.org>
47969
47970         * config/srclist.txt (argp-namefrob.h): sync lost.
47971
47972 2006-01-24  Jim Meyering  <jim@meyering.net>
47973
47974         * modules/openat (Files): Add lib/intprops.h.
47975         From Mark D. Baushke.
47976
47977 2006-01-24  Jim Meyering  <jim@meyering.net>
47978
47979         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47980         Reported by Mark D. Baushke.
47981
47982 2006-01-24  Jim Meyering  <jim@meyering.net>
47983
47984         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47985
47986 2006-01-24  Bruno Haible  <bruno@clisp.org>
47987
47988         * modules/strnlen (Maintainer): Change from glibc to all.
47989
47990 2006-01-24  Bruno Haible  <bruno@clisp.org>
47991
47992         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47993         Patch by Paul Eggert.
47994
47995 2006-01-24  Bruno Haible  <bruno@clisp.org>
47996
47997         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47998         already has it.
47999         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48000         2005-11-26.
48001
48002         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48003         'signed char' to avoid problems with the built-in _Bool type.
48004         Reported by Paul Eggert on 2005-11-26.
48005
48006 2006-01-24  Bruno Haible  <bruno@clisp.org>
48007
48008         * gnulib-tool (func_import): Avoid constructing complicated sed
48009         expressions inside backquote.
48010         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48011
48012 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48013
48014         These changes imported from libc.
48015         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48016         test and two separate function calls.
48017         * lib/strndup.c (__strndup): Add libc_hidden_def.
48018
48019 2006-01-23  Simon Josefsson  <jas@extundo.com>
48020
48021         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48022         Remove the test_*_SOURCES variable: automake infers it by default.
48023         * modules/tls-tests: Likewise.
48024
48025 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48026
48027         Work around porting bugs reported by Dieter in
48028         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48029         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48030         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48031         Include "getopt.h" first, to check interface.
48032         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48033         !HAVE_DECL_GETENV.
48034         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48035         (__strndup): Revert to K&R-style function dfns, the glibc style.
48036         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48037         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48038         Include strnlen.h first, to get prototype properly.
48039         (strnlen): Renamed from __strnlen.
48040         Remove weak alias.
48041
48042 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48043
48044         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48045
48046 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48047
48048         * config/srclist.txt: Adjust to reflect glibc reorganization.
48049         This affects only comments.
48050
48051 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48052
48053          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48054          Reported by Bruce Korb <bkorb@gnu.org>.
48055
48056 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48057
48058         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48059         to pacify gcc -Wswitch-default.
48060
48061 2006-01-22  Bruno Haible  <bruno@clisp.org>
48062
48063         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48064         temporary buffer for sprintf, take into account the precision also
48065         for 'd', 'i', 'u', 'o', 'x', 'X'.
48066
48067 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48068
48069         * modules/argp-tests: New module
48070         * tests/test-argp.c: New file
48071         * tests/test-argp-2.sh: New file
48072
48073 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48074
48075         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48076         (__argp_base_name): Removed
48077         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48078         typo.
48079         (__argp_base_name): Provide macro definition or extern declaration
48080         depending on the configuration
48081
48082 2006-01-20  Simon Josefsson  <jas@extundo.com>
48083
48084         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48085
48086 2006-01-20  Simon Josefsson  <jas@extundo.com>
48087
48088         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48089
48090 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48091
48092         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48093         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48094         Suggested by Bruno Haible.
48095
48096 2006-01-20  Karl Berry  <karl@gnu.org>
48097
48098         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48099         until changes propagate, I guess.
48100
48101 2006-01-19  Simon Josefsson  <jas@extundo.com>
48102
48103         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48104
48105 2006-01-19  Simon Josefsson  <jas@extundo.com>
48106
48107         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48108
48109 2006-01-19  Simon Josefsson  <jas@extundo.com>
48110
48111         * gnulib-tool: Set check_PROGRAMS.
48112
48113         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48114         modules/des-tests, modules/gc-arcfour-tests,
48115         modules/gc-arctwo-tests, modules/gc-des-tests,
48116         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48117         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48118         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48119         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48120         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48121         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48122         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48123         test_*_SOURCES.
48124
48125 2006-01-18  Simon Josefsson  <jas@extundo.com>
48126
48127         * modules/socklen (Depends-on): Depend on sys_socket.
48128
48129 2006-01-18  Simon Josefsson  <jas@extundo.com>
48130
48131         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48132         modules/des-tests, modules/gc-arcfour-tests,
48133         modules/gc-arctwo-tests, modules/gc-des-tests,
48134         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48135         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48136         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48137         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48138         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48139         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48140         $(EXEEXT) to automake TESTS variable, for mingw32.
48141
48142 2006-01-17  Simon Josefsson  <jas@extundo.com>
48143
48144         * modules/socklen (Include): Need sys/socket.h.
48145
48146 2006-01-17  Bruno Haible  <bruno@clisp.org>
48147
48148         * modules/ssize_t (Include): Add <sys/types.h>.
48149
48150 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48151
48152         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48153         it's not portable and it doesn't work with cross-compiles.
48154         Problem reported by Bruno Haible.  Fix missing-$ typo in
48155         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48156         -zignore from being used with Sun's C compiler.
48157
48158 2006-01-12  Simon Josefsson  <jas@extundo.com>
48159
48160         * lib/base64.c: Fix warning, reported by Bruno Haible
48161         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48162
48163 2006-01-12  Bruno Haible  <bruno@clisp.org>
48164
48165         * modules/ldd: New file.
48166         * build-aux/ldd.sh.in: New file.
48167         * MODULES.html.sh (Support for building libraries and executables): Add
48168         ldd.
48169
48170 2006-01-12  Bruno Haible  <bruno@clisp.org>
48171
48172         * m4/ldd.m4: New file.
48173
48174 2006-01-12  Bruno Haible  <bruno@clisp.org>
48175
48176         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48177         endless loop while replacing $auxdir with build-aux.
48178
48179 2006-01-11  Simon Josefsson  <jas@extundo.com>
48180
48181         * lib/stdint_.h (SIZE_MAX): Add missing (.
48182
48183 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48184
48185         Sync from coreutils.
48186         * lib/md5.c: Fix commentary typos.
48187         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48188         * lib/md5.h (__attribute__): Remove; unused.
48189         * lib/sha1.c: Fix commentary to match md5 better.
48190         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48191         so that we don't need to worry about alignment.  All uses changed.
48192         This merges the 2005-10-28 md5 change into sha1.
48193
48194 2006-01-11  Jim Meyering  <jim@meyering.net>
48195
48196         Sync from coreutils.
48197         * lib/md5.c (OP): Fix spacing.
48198
48199 2006-01-11  Bruno Haible  <bruno@clisp.org>
48200
48201         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48202         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48203         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48204
48205 2006-01-11  Bruno Haible  <bruno@clisp.org>
48206
48207         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48208         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48209         the "early" section as well.
48210
48211 2006-01-11  Bruno Haible  <bruno@clisp.org>
48212
48213         Avoid "ar: no archive members specified" error on MacOS X.
48214         * gnulib-tool (func_modules_add_dummy): New function.
48215         (func_import, func_create_testdir): Invoke it.
48216
48217 2006-01-11  Bruno Haible  <bruno@clisp.org>
48218
48219         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48220         with $auxdir in AC_CONFIG_FILES statements.
48221
48222 2006-01-11  Bruno Haible  <bruno@clisp.org>
48223
48224         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48225         Initialize also noinst_HEADERS to empty.
48226
48227 2006-01-11  Bruno Haible  <bruno@clisp.org>
48228
48229         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48230         variables.
48231         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48232         autoreconf.
48233
48234 2006-01-11  Bruno Haible  <bruno@clisp.org>
48235
48236         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48237         overridable by the user.
48238         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48239
48240 2006-01-10  Simon Josefsson  <jas@extundo.com>
48241
48242         * modules/sys_socket: New file.
48243
48244 2006-01-10  Simon Josefsson  <jas@extundo.com>
48245
48246         * m4/sys_socket_h.m4: New file.
48247
48248 2006-01-10  Simon Josefsson  <jas@extundo.com>
48249
48250         * lib/socket_.h: New file.
48251
48252 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48253
48254         * modules/readutmp (Maintainer): Add myself.
48255
48256 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48257
48258         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48259         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48260         People who are still concerned with buggy memcmp implementations
48261         can invoke gl_FUNC_MEMCMP themselves.
48262
48263 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48264
48265         * lib/regex_internal.h (BITSET_WORD_BITS):
48266         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48267         preprocessor mishandles large unsigned values as if they were signed.
48268         Problem reported by Claudio Fontana in
48269         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48270
48271 2006-01-10  Jim Meyering  <jim@meyering.net>
48272
48273         Avoid the double-free (first in fts_read, second in fts_close) that
48274         would occur when an `active' directory is made inaccessible (e.g.,
48275         via chmod a-x) during a traversal.
48276         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48277         before returning.  Reproduce this failure by
48278         mkdir -p a/b; cd a; chmod a-x . b
48279         Reported by Stavros Passas.
48280
48281         Sync from coreutils.
48282         * lib/sha1.c: Tweak grammar in a comment.
48283
48284 2006-01-10  Jim Meyering  <jim@meyering.net>
48285
48286         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48287         Patch by Joerg Sonnenberger.
48288
48289 2006-01-10  Bruno Haible  <bruno@clisp.org>
48290
48291         * modules/readutmp: Depend on module free.
48292         * modules/strtok_r: Depend on module restrict.
48293
48294 2006-01-10  Bruno Haible  <bruno@clisp.org>
48295
48296         * modules/gettext (configure.ac): Add an invocation of
48297         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48298
48299 2006-01-10  Bruno Haible  <bruno@clisp.org>
48300
48301         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48302         Reported by Werner Lemberg <wl@gnu.org>.
48303
48304 2006-01-10  Bruno Haible  <bruno@clisp.org>
48305
48306         * lib/localcharset.c: Update from GNU gettext.
48307
48308 2006-01-10  Bruno Haible  <bruno@clisp.org>
48309
48310         * lib/argp.h (__const): Remove macro. Use const instead.
48311         * lib/argp-fmtstream.h (__const): Likewise.
48312         * lib/glob_.h (__const): Remove macro.
48313         * lib/glob-libc.h: Use const instead of __const.
48314
48315 2006-01-10  Bruno Haible  <bruno@clisp.org>
48316
48317         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48318         variable.
48319         Needed to avoid an automake error regarding the 'gettext' module.
48320
48321 2006-01-09  Simon Josefsson  <jas@extundo.com>
48322
48323         * modules/inet_ntop (Depends-on): Add restrict.
48324
48325 2006-01-09  Simon Josefsson  <jas@extundo.com>
48326
48327         * modules/gc-rijndael-tests (License): Put under LGPL.
48328
48329         * modules/gc-des-tests (License): Likewise.
48330
48331         * modules/gc-arcfour-tests (License): Likewise.
48332
48333         * modules/gc-arctwo-tests (License): Likewise.
48334
48335         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48336
48337         * modules/gc-hmac-sha1-tests (Files): Likewise.
48338
48339         * modules/gc-hmac-md5-tests (License): Likewise.
48340
48341         * modules/gc-sha1-tests (License): Likewise.
48342
48343         * modules/gc-md5-tests (License): Likewise.
48344
48345         * modules/gc-md4-tests (License): Likewise.
48346
48347         * modules/gc-md2-tests (License): Likewise.
48348
48349         * modules/gc-tests (License): Likewise.
48350
48351         * modules/des-tests (License): Likewise.
48352
48353         * modules/md4-tests (License): Likewise.
48354
48355         * modules/md2-tests (License): Likewise.
48356
48357 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48358
48359         Sync from coreutils:
48360
48361         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48362         * modules/lib-ignore: New file.
48363         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48364         chdir-safer.m4, lchmod.m4.
48365         * modules/openat: Add mkdirat.c, openat-priv.h.
48366
48367 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48368
48369         Sync from coreutils.
48370         * m4/lib-ignore.m4: New file.
48371         * m4/lchmod.m4: New file.
48372
48373 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48374
48375         Sync from coreutils.
48376         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48377         for write access: POSIX says that must fail.
48378         * lib/fts.c (diropen): Likewise.
48379         * lib/save-cwd.c (save_cwd): Likewise.
48380         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48381         well, for minor improvements on hosts that lack O_DIRECTORY.
48382         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48383         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48384         Fall back on chown if open failed with EACCES.
48385
48386         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48387         Report an error at compile-time if only a 1-second nominal clock
48388         resolution is found.
48389
48390         * lib/lchmod.h: New file.
48391         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48392         (make_dir_parents): Use lchown rather than chown, and
48393         lchmod rather than chmod.
48394
48395         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48396         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48397         "proc" reported by n0dalus.
48398
48399         * lib/mountlist.c: Include <limits.h>.
48400         (dev_from_mount_options)
48401         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48402         New function.  It no longer assumes "dev=" has the System V meaning
48403         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48404         (read_file_system_list)
48405         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48406         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48407         dev= in that case.
48408
48409         * lib/posixtm.h (PDS_PRE_2000): New macro.
48410         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48411         allow_century.  All usages changed.  Reject dates outside the range
48412         1969-1999 if PDS_PRE_2000 is used.
48413
48414 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48415
48416         Sync from coreutils.
48417         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48418         (Time of day items): Mention the possibility of leap seconds.
48419         Problem reported by Dr. David Alan Gilbert.
48420
48421 2006-01-09  Jim Meyering  <jim@meyering.net>
48422
48423         Sync from coreutils.
48424
48425         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48426
48427         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48428
48429         * lib/modechange.c (mode_compile): Reject an invalid mode string
48430         that starts with an octal digit.  From Andreas Gruenbacher.
48431
48432         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48433         and dup to open_safer and dup_safer, respectively.
48434         (openat_permissive): Fix typo in comment.
48435
48436         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48437         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48438         (_): Remove; no longer needed.
48439         (openat): Renamed from rpl_openat; no need for rpl_openat
48440         since openat.h renames openat for us.
48441         Replace most of the body with a call to openat_permissive,
48442         to avoid duplicate code.
48443         Port to (probably hypothetical) environments were mode_t is
48444         wider than int.
48445         (openat_permissive): Require mode arg, so that we can check
48446         types better.  Put it just after flags.  Change cwd failure
48447         indicator from pointer-to-bool to pointer-to-errno-value.
48448         All callers changed.
48449         Invoke openat_save_fail and/or openat_restore_fail if
48450         cwd_errno is null, so that openat can call us.
48451         (openat_permissive, fdopendir, fstatat, unlinkat):
48452         Simplify errno handling to avoid some duplicate code,
48453         as it's OK to set errno on success.
48454         * lib/openat.h: Revamp code so that function macros depend on
48455         __OPENAT_PREFIX only, not also on AT_FDCWD.
48456         (openat_ro): Remove.  Caller changed to use openat_permissive.
48457         (openat_permissive): Now a macro, if not a function.
48458         (openat_restore_fail, openat_save_fail): Now always functions,
48459         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48460
48461         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48462         and openat.c.
48463         * lib/mkdirat.c: Include openat-priv.h.
48464         Remove definitions of macros defined therein.
48465         * lib/openat.c: Likewise.
48466
48467         * lib/mkdirat.c (mkdirat): New file and function.
48468         * lib/openat.h (mkdirat): Declare.
48469
48470         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48471
48472         * lib/openat.h (openat_permissive): Declare.
48473         (openat_ro): Define.
48474
48475         * lib/openat.c (EXPECTED_ERRNO): New macro.
48476         (openat_permissive): New function -- used in remove.c rewrite.
48477         (all functions): Set errno just before returning, only if there
48478         was an actual failure.
48479         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48480
48481         Emulate openat-family functions using Linux's procfs, if possible.
48482         Idea and some code based on Ulrich Drepper's glibc changes.
48483
48484         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48485         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48486         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48487         before falling back on save_cwd and restore_cwd.
48488         (fdopendir, fstatat, unlinkat): Likewise.
48489
48490         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48491         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48492
48493         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48494         as second argument to va_arg.  Otherwise, some versions of gcc
48495         warn that `if this code is reached, the program will abort'.
48496
48497 2006-01-09  Jim Meyering  <jim@meyering.net>
48498
48499         Sync from coreutils.
48500         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48501         Require openat-priv.h.
48502
48503 2006-01-09  Bruno Haible  <bruno@clisp.org>
48504
48505         * modules/strnlen (Include): Use strnlen.h.
48506
48507 2006-01-09  Bruno Haible  <bruno@clisp.org>
48508
48509         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48510
48511 2006-01-09  Bruno Haible  <bruno@clisp.org>
48512
48513         * lib/sysexit_.h (EX_OK): New macro.
48514         Suggested by Martin Lambers <marlam@marlam.de>.
48515
48516 2006-01-09  Bruno Haible  <bruno@clisp.org>
48517
48518         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48519         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48520
48521 2006-01-09  Bruno Haible  <bruno@clisp.org>
48522
48523         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48524         numbers.
48525
48526 2006-01-09  Bruno Haible  <bruno@clisp.org>
48527
48528         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48529         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48530         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48531         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48532
48533 2006-01-09  Bruno Haible  <bruno@clisp.org>
48534
48535         * build-aux/javacomp.sh.in: New file, moved from lib/.
48536         * modules/javacomp-script (Files): Update.
48537         (configure.ac): Add AC_CONFIG_FILES invocation.
48538         (EXTRA_DIST): Remove variable.
48539
48540         * build-aux/javaexec.sh.in: New file, moved from lib/.
48541         * modules/javaexec (Files): Update.
48542         (configure.ac): Add AC_CONFIG_FILES invocation.
48543         (EXTRA_DIST): Remove javaexec.sh.in.
48544
48545         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48546         * modules/csharpcomp-script (Files): Update.
48547         (configure.ac): Add AC_CONFIG_FILES invocation.
48548         (EXTRA_DIST): Remove variable.
48549
48550         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48551         * modules/csharpexec (Files): Update.
48552         (configure.ac): Add AC_CONFIG_FILES invocation.
48553         (EXTRA_DIST): Remove csharpexec.sh.in.
48554
48555 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48556
48557         Sync from coreutils.
48558
48559         Add POSIX ACL support
48560         * lib/acl.h (copy_acl, set_acl): Add declarations.
48561         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48562         systems other than Linux.
48563         (chmod_or_fchmod): New function: use fchmod when possible,
48564         and chmod otherwise.
48565         (file_has_acl): Add a POSIX ACL implementation, with a
48566         Linux-specific subcase.
48567         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48568         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48569         acls are unsupported.
48570         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48571         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48572         are unsupported.
48573
48574 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48575
48576         Sync from coreutils.
48577         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48578
48579 2006-01-07  Bruno Haible  <bruno@clisp.org>
48580
48581         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48582         gl_EARLY.
48583
48584 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48585
48586         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48587         Problem reported for Mingw by Mark Junker.
48588
48589 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48590
48591         * README: Gnulib normally doesn't generate a tarball.
48592
48593 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48594
48595         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48596         long int, not int, for nanosecond counts, so that people who are
48597         used to POSIX struct timespec won't be surprised.  Reported by Jim
48598         Meyering.
48599
48600 2005-12-28  Bruno Haible  <bruno@clisp.org>
48601
48602         * build-aux/config.rpath: Update from GNU gettext.
48603
48604 2005-12-16  Jim Meyering  <jim@meyering.net>
48605
48606         * modules/fprintftime: New module.
48607         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48608
48609 2005-12-16  Jim Meyering  <jim@meyering.net>
48610
48611         * m4/fprintftime.m4: New file.
48612
48613 2005-12-16  Jim Meyering  <jim@meyering.net>
48614
48615         * lib/fprintftime.c, lib/fprintftime.h: New files.
48616
48617 2005-12-15  Simon Josefsson  <jas@extundo.com>
48618
48619         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48620         new m4/socklen.m4.
48621
48622 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48623
48624         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48625         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48626
48627 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48628
48629         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48630         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48631         struct uparams is valid. Fall back to the default values if it is
48632         not.
48633
48634 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48635
48636         * modules/argp (Files): Add argp-pin.c
48637         (Depends-on): dirname
48638         (lib_SOURCES): Add argp-pin.c
48639
48640 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48641
48642         * m4/argp.m4:  Check if program_invocation_name and
48643         program_invocation_short_name are declared and define appropriate
48644         macros if they are not.
48645
48646 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48647
48648         * lib/argp-help.c (__argp_base_name): New function
48649         (__argp_short_program_name): Rewrite using __argp_base_name
48650         * lib/argp-namefrob.h: Define program_invocation_name and
48651         program_invocation_short_name if requested
48652         (__argp_base_name): Add prototype
48653         * lib/argp-parse.c (argp_def): Use gettext wrappers
48654         (argp_default_parser): Use __argp_base_name
48655         * lib/argp-pin.c: New file. Defines program_invocation_name and
48656         program_invocation_short_name on systems that lack them.
48657
48658 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48659
48660         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48661         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48662         porting problem reported by Georg Schwarz in
48663         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48664
48665 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48666
48667         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48668         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48669         porting problem reported by Georg Schwarz in
48670         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48671
48672 2005-12-05  Bruno Haible  <bruno@clisp.org>
48673
48674         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48675         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48676         Reported by Mark Junker <mjscod@gmx.de>.
48677
48678 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48679
48680         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48681         Use implementation from Albert Chin, with some
48682         comments/corrections by Stepan Kasal and myself.
48683
48684 2005-12-02  Bruno Haible  <bruno@clisp.org>
48685
48686         * gnulib-tool (func_import): Accept GPLed build tool modules when
48687         --lgpl is given.
48688         * modules/csharpcomp-script: New file.
48689         * modules/csharpcomp: Depend on it.
48690         * modules/javacomp-script: New file.
48691         * modules/javacomp: Depend on it.
48692         Suggested by Simon Josefsson.
48693
48694 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48695
48696         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48697         statement, to work around an HP-UX 10.20 compiler bug reported by
48698         Peter O'Gorman.
48699
48700 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48701
48702         * modules/savedir (Depends-on): Add openat.
48703
48704 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48705
48706         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48707         (uintmax_t) [defined uintmax_t]: Do not declare.
48708         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48709         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48710         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48711         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48712         sake of portability to weird hosts that C allows (though we don't
48713         know of any practical examples).
48714
48715         * lib/savedir.h (fdsavedir): New decl.
48716         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48717         contains most of the former guts of savedir.
48718         (savedir): Use savedirstream.
48719         Include "openat.h".
48720
48721 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48722
48723         * modules/obstack (Files): Add m4/ulonglong.m4.
48724         Problem reported by Davide Angelocola.
48725
48726 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48727
48728         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48729         coreutils no longer futzes with rounding modes.
48730
48731 2005-11-14  Jim Meyering  <jim@meyering.net>
48732
48733         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48734         replacement of mkstemp.
48735
48736 2005-11-10  Simon Josefsson  <jas@extundo.com>
48737
48738         * lib/readline.c: Remove EOL.
48739
48740 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48741
48742         * modules/gethrxtime (Depends-on): Add gettime.
48743
48744 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48745
48746         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48747         or gettimeofday; no longer needed.
48748
48749 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48750
48751         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48752         time business.
48753         (gethrxtime) [! (HAVE_NANOUPTIME
48754         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48755         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48756         our own approximation.
48757
48758 2005-11-08  Eric Blake  <ebb9@byu.net>
48759
48760         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48761
48762 2005-11-08  Eric Blake  <ebb9@byu.net>
48763
48764         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48765
48766 2005-11-04  Bruno Haible  <bruno@clisp.org>
48767
48768         * gnulib-tool: Implement --update mode.
48769
48770 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48771
48772         Fix porting problem reported by Theodoros V. Kalamatianos.
48773         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48774         Don't assume that futimes failing means we must fail.
48775
48776 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48777
48778         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48779         variables to suggest the intended function of the PATH_MAX check.
48780
48781 2005-10-30  Kean Johnston  <jkj@sco.com>
48782
48783         Trivial changes to support SCO systems.
48784         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48785         as PATH_MAX.
48786         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48787         where __ptr is null when no I/O is pending.
48788
48789 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48790
48791         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48792         leave errno alone.  Problem reported by Dmitry V. Levin.
48793
48794 2005-10-28  Simon Josefsson  <jas@extundo.com>
48795
48796         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48797         Test more.
48798
48799         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48800
48801         * modules/md2, modules/md2-tests: New files.
48802
48803 2005-10-28  Simon Josefsson  <jas@extundo.com>
48804
48805         * m4/inet_ntop.m4: More tests.
48806
48807         * m4/gc-md2.m4, md2.m4: New file.
48808
48809 2005-10-28  Simon Josefsson  <jas@extundo.com>
48810
48811         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48812         "restrict" keywords, as per POSIX.  Protect the function
48813         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48814         Don't use K&R prototypes.  Check the sprintf return values.
48815         Re-define EAFNOSUPPORT if not present.  Indent.
48816
48817         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48818         suggested by Bruno Haible <bruno@clisp.org>.
48819
48820         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48821
48822         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48823
48824         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48825         libgcrypt).
48826
48827         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48828
48829         * lib/md2.h, lib/md2.c: New files.
48830
48831 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48832
48833         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48834         errno alone.  Problem reported by Frederic Jolliton.
48835
48836 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48837
48838         * modules/verify (License): Change from GPL to LGPL.  This is a
48839         tiny module and there are apparently near-equivalents that are
48840         under the BSD license.
48841
48842 2005-10-24  Simon Josefsson  <jas@extundo.com>
48843
48844         * modules/sha1: Relicense to LGPL.
48845
48846 2005-10-24  Simon Josefsson  <jas@extundo.com>
48847
48848         * lib/md4.h: Shrink buffer size, now that we changed the type.
48849
48850 2005-10-23  Simon Josefsson  <jas@extundo.com>
48851
48852         * gnulib-tool (func_import): Fix --tests-base.
48853
48854 2005-10-22  Simon Josefsson  <jas@extundo.com>
48855
48856         * modules/arcfour (Depends-on): Need stdint.
48857
48858 2005-10-22  Simon Josefsson  <jas@extundo.com>
48859
48860         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48861         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48862
48863 2005-10-22  Simon Josefsson  <jas@extundo.com>
48864
48865         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48866         suggested by Bruno Haible <bruno@clisp.org>.
48867
48868 2005-10-22  Simon Josefsson  <jas@extundo.com>
48869
48870         * lib/crc.h: Include stddef.h, for size_t.
48871
48872 2005-10-22  Simon Josefsson  <jas@extundo.com>
48873
48874         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48875         arcfour_context struct (simplify test vector testing in GNU
48876         Shishi).
48877
48878 2005-10-21  Simon Josefsson  <jas@extundo.com>
48879
48880         * modules/des, modules/des-tests: New files.
48881
48882         * modules/gc-des, modules/gc-des-tests: New files.
48883
48884         * tests/test-des.c, tests/test-gc-des.c: New file.
48885
48886 2005-10-21  Simon Josefsson  <jas@extundo.com>
48887
48888         * modules/arctwo, modules/arctwo-tests: New files.
48889
48890         * tests/test-arctwo.c: New file.
48891
48892         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48893
48894         * tests/test-gc-arctwo.c: New file.
48895
48896 2005-10-21  Simon Josefsson  <jas@extundo.com>
48897
48898         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48899         Bruno Haible <bruno@clisp.org>.
48900
48901         * m4/gc-des.m4: New file.
48902
48903 2005-10-21  Simon Josefsson  <jas@extundo.com>
48904
48905         * m4/arctwo.m4: New file.
48906
48907         * m4/gc-arctwo.m4: New file.
48908
48909 2005-10-21  Simon Josefsson  <jas@extundo.com>
48910
48911         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48912         block.
48913
48914 2005-10-21  Simon Josefsson  <jas@extundo.com>
48915
48916         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48917         <bruno@clisp.org>.
48918
48919         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48920
48921         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48922         Bruno Haible <bruno@clisp.org>.
48923
48924         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48925         <bruno@clisp.org>.
48926
48927 2005-10-21  Simon Josefsson  <jas@extundo.com>
48928
48929         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48930
48931 2005-10-21  Simon Josefsson  <jas@extundo.com>
48932
48933         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48934
48935 2005-10-21  Simon Josefsson  <jas@extundo.com>
48936
48937         * lib/des.h, lib/des.c: New files.
48938
48939         * lib/gc-gnulib.c: Support DES.c
48940
48941 2005-10-21  Simon Josefsson  <jas@extundo.com>
48942
48943         * lib/arctwo.h, lib/arctwo.c: New files.
48944
48945         * lib/gc-gnulib.c: Support ARCTWO.
48946
48947 2005-10-21  Simon Josefsson  <jas@extundo.com>
48948
48949         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48950         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48951
48952 2005-10-21  Simon Josefsson  <jas@extundo.com>
48953
48954         * gnulib-tool (func_import, func_create_testdir): Define automake
48955         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48956         Makefile.am snippet),
48957         suggested by Bruno Haible <bruno@clisp.org>.
48958
48959         * modules/gc (Makefile.am): Use it.
48960
48961 2005-10-21  Bruno Haible  <bruno@clisp.org>
48962
48963         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48964         patch.
48965
48966 2005-10-19  Simon Josefsson  <jas@extundo.com>
48967
48968         * tests/test-gc-rijndael.c: New file.
48969
48970         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48971
48972 2005-10-19  Simon Josefsson  <jas@extundo.com>
48973
48974         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48975         interface too.
48976
48977 2005-10-19  Simon Josefsson  <jas@extundo.com>
48978
48979         * tests/test-gc-arcfour.c: New file.
48980
48981         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48982
48983 2005-10-19  Simon Josefsson  <jas@extundo.com>
48984
48985         * modules/gc-md4, modules/gc-md4-tests: New file.
48986
48987         * tests/test-gc-md4.c: New file.
48988
48989 2005-10-19  Simon Josefsson  <jas@extundo.com>
48990
48991         * m4/gc-md4.m4: New file.
48992
48993 2005-10-19  Simon Josefsson  <jas@extundo.com>
48994
48995         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48996         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48997         <kasal@ucw.cz>.
48998
48999 2005-10-19  Simon Josefsson  <jas@extundo.com>
49000
49001         * m4/gc-arcfour.m4: New file.
49002
49003         * m4/gc-rijndael.m4: New file.
49004
49005 2005-10-19  Simon Josefsson  <jas@extundo.com>
49006
49007         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49008
49009 2005-10-19  Simon Josefsson  <jas@extundo.com>
49010
49011         * lib/gc-gnulib.c: Support ARCFOUR.
49012
49013 2005-10-19  Simon Josefsson  <jas@extundo.com>
49014
49015         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49016         support.
49017
49018         * lib/gc.h: Add ECB enum type.
49019
49020         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49021
49022 2005-10-18  Simon Josefsson  <jas@extundo.com>
49023
49024         * tests/test-md5.c: New file.
49025
49026         * modules/md5-tests: New file.
49027
49028 2005-10-18  Simon Josefsson  <jas@extundo.com>
49029
49030         * tests/test-md4.c: New file.
49031
49032         * modules/md4, modules/md4-tests: New files.
49033
49034 2005-10-18  Simon Josefsson  <jas@extundo.com>
49035
49036         * m4/md4.m4: New file.
49037
49038 2005-10-18  Simon Josefsson  <jas@extundo.com>
49039
49040         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49041
49042 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49043
49044         * gnulib-tool (func_create_testdir): Omit the second check whether
49045         BUILT_SOURCES in nonempty.
49046
49047 2005-10-17  Simon Josefsson  <jas@extundo.com>
49048
49049         * tests/test-rijndael.c: New file.
49050
49051 2005-10-17  Simon Josefsson  <jas@extundo.com>
49052
49053         * modules/sha1: Depend on stdint instead of md5.
49054
49055         * modules/md5: Depend on stdint, remove uint32_t.
49056
49057 2005-10-17  Simon Josefsson  <jas@extundo.com>
49058
49059         * modules/gc-sha1-tests: New file.
49060
49061         * tests/test-gc-sha1.c: New file.
49062
49063 2005-10-17  Simon Josefsson  <jas@extundo.com>
49064
49065         * m4/md5.m4: Remove call to uint32_t.m4.
49066
49067 2005-10-17  Simon Josefsson  <jas@extundo.com>
49068
49069         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49070
49071         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49072         md5.h.
49073
49074         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49075
49076         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49077
49078 2005-10-17  Simon Josefsson  <jas@extundo.com>
49079
49080         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49081
49082 2005-10-17  Simon Josefsson  <jas@extundo.com>
49083
49084         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49085
49086 2005-10-17  Simon Josefsson  <jas@extundo.com>
49087
49088         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49089
49090         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49091
49092 2005-10-17  Bruno Haible  <bruno@clisp.org>
49093
49094         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49095         that it can also be used in a test.
49096
49097 2005-10-16  Bruno Haible  <bruno@clisp.org>
49098
49099         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49100         TESTS_ENVIRONMENT, so that individual tests can augment it.
49101
49102         * gnulib-tool (func_create_testdir): Use an intermediate target for
49103         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49104         macros, like $(ALLOCA_H), which cannot be passed through the command
49105         line.
49106
49107 2005-10-15  Simon Josefsson  <jas@extundo.com>
49108
49109         * modules/rijndael-tests: New file.
49110
49111         * modules/rijndael: New file.
49112
49113 2005-10-15  Simon Josefsson  <jas@extundo.com>
49114
49115         * m4/rijndael.m4: New file.
49116
49117 2005-10-15  Simon Josefsson  <jas@extundo.com>
49118
49119         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49120
49121         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49122
49123 2005-10-14  Simon Josefsson  <jas@extundo.com>
49124
49125         * tests/test-arcfour.c: New file.
49126
49127         * modules/arcfour, modules/arcfour-tests: New files.
49128
49129 2005-10-14  Simon Josefsson  <jas@extundo.com>
49130
49131         * m4/arcfour.m4: New file.
49132
49133 2005-10-14  Simon Josefsson  <jas@extundo.com>
49134
49135         * lib/arcfour.h, lib/arcfour.c: New files.
49136
49137 2005-10-14  Roland McGrath  <roland@redhat.com>
49138
49139         Import from libc.  [BZ #1331]
49140         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49141         macro argument.
49142         Reported by Matej Vela <vela@debian.org>.
49143
49144 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49145
49146         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49147         include <wchar.h>; no longer needed.
49148
49149 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49150
49151         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49152
49153 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49154         and  Ulrich Drepper  <drepper@redhat.com>
49155
49156         Import from libc.
49157         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49158         instead of inline stream orientation test and two separate
49159         function calls.  Pay no attention to USE_IN_LIBIO.
49160
49161 2005-10-13  Simon Josefsson  <jas@extundo.com>
49162
49163         * modules/gc-hmac-md5-tests: New file.
49164
49165         * tests/test-gc-hmac-sha1.c: New file.
49166
49167         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49168
49169         * modules/gc-hmac-md5-tests: New file.
49170
49171         * tests/test-gc-md5.c: New file.
49172
49173         * modules/gc-md5-tests: New file.
49174
49175 2005-10-13  Simon Josefsson  <jas@extundo.com>
49176
49177         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49178         Move memory allocation outside of loop.
49179
49180 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49181
49182         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49183         intermediate directory is in a read-only file system.  Problem
49184         reported by Eric Blake.
49185
49186 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49187
49188         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49189
49190 2005-10-12  Simon Josefsson  <jas@extundo.com>
49191
49192         * tests/test-hmac-sha1.c: New file.
49193
49194         * modules/hmac-sha1-tests: New file.
49195
49196         * modules/hmac-sha1: New file.
49197
49198 2005-10-12  Simon Josefsson  <jas@extundo.com>
49199
49200         * modules/gc-sha1: New file.
49201
49202 2005-10-12  Simon Josefsson  <jas@extundo.com>
49203
49204         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49205
49206         * tests/test-gc-pbkdf2-sha1.c: New file.
49207
49208 2005-10-12  Simon Josefsson  <jas@extundo.com>
49209
49210         * modules/gc-md5, modules/gc-hmac-md5: New files.
49211
49212         * modules/gc (Files): Remove md5, memxor and hmac files.
49213
49214 2005-10-12  Simon Josefsson  <jas@extundo.com>
49215
49216         * m4/gc-pbkdf2-sha1.m4: New file.
49217
49218         * m4/gc-hmac-sha1.m4: New file.
49219
49220         * m4/gc-sha1: New file.
49221
49222         * m4/hmac-sha1.m4: New file.
49223
49224 2005-10-12  Simon Josefsson  <jas@extundo.com>
49225
49226         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49227
49228         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49229
49230 2005-10-12  Simon Josefsson  <jas@extundo.com>
49231
49232         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49233         suggested by Bruno Haible <bruno@clisp.org>.
49234
49235 2005-10-12  Simon Josefsson  <jas@extundo.com>
49236
49237         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49238
49239 2005-10-12  Simon Josefsson  <jas@extundo.com>
49240
49241         * lib/gc-pbkdf2-sha1.c: New file.
49242
49243         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49244
49245 2005-10-12  Simon Josefsson  <jas@extundo.com>
49246
49247         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49248
49249         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49250
49251 2005-10-12  Simon Josefsson  <jas@extundo.com>
49252
49253         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49254         GC_USE_HMAC_MD5, respectively.
49255
49256         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49257         (gc_md5): Fix typo.
49258
49259         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49260
49261         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49262
49263         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49264
49265 2005-10-12  Bruno Haible  <bruno@clisp.org>
49266
49267         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49268         Reported by Stepan Kasal <kasal@ucw.cz>.
49269
49270 2005-10-11  Simon Josefsson  <jas@extundo.com>
49271
49272         * tests/test-crc.c: New file.
49273
49274         * modules/crc, modules/crc-tests: New files.
49275
49276 2005-10-11  Simon Josefsson  <jas@extundo.com>
49277
49278         * m4/crc.m4: New file.
49279
49280 2005-10-11  Simon Josefsson  <jas@extundo.com>
49281
49282         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49283
49284         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49285
49286         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49287
49288 2005-10-11  Simon Josefsson  <jas@extundo.com>
49289
49290         * lib/crc.h, lib/crc.c: New files.
49291
49292         * lib/gc.h (gc_hash_buffer): Add doc.
49293
49294 2005-10-11  Bruno Haible  <bruno@clisp.org>
49295
49296         * modules/c-strcasestr: New file.
49297         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49298
49299 2005-10-11  Bruno Haible  <bruno@clisp.org>
49300
49301         * modules/c-strcase: New file.
49302         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49303
49304 2005-10-11  Bruno Haible  <bruno@clisp.org>
49305
49306         * lib/strcasecmp.c: Include limits.h.
49307         (strcasecmp): Avoid integer overflow on exotic platforms.
49308         * lib/strncasecmp.c: Include limits.h.
49309         (strncasecmp): Avoid integer overflow on exotic platforms.
49310         Reported by Paul Eggert.
49311
49312 2005-10-11  Bruno Haible  <bruno@clisp.org>
49313
49314         * lib/c-strcasestr.h: New file, from GNU gettext.
49315         * lib/c-strcasestr.c: New file, from GNU gettext.
49316
49317 2005-10-11  Bruno Haible  <bruno@clisp.org>
49318
49319         * lib/c-strcase.h: New file, from GNU gettext.
49320         * lib/c-strcasecmp.c: New file, from GNU gettext.
49321         * lib/c-strncasecmp.c: New file, from GNU gettext.
49322
49323 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49324
49325         * modules/mempcpy (License): GPL -> LGPL.
49326         * modules/strchrnul (License): Likewise.
49327         * modules/sysexits (License): Likewise.
49328
49329 2005-10-08  Simon Josefsson  <jas@extundo.com>
49330
49331         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49332
49333 2005-10-07  Simon Josefsson  <jas@extundo.com>
49334
49335         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49336
49337 2005-10-06  Simon Josefsson  <jas@extundo.com>
49338
49339         * tests/test-hmac-md5.c: New file.
49340
49341         * modules/hmac-md5-tests: New file.
49342
49343         * modules/hmac-md5: New file.
49344
49345 2005-10-06  Simon Josefsson  <jas@extundo.com>
49346
49347         * m4/hmac-md5.m4: New file.
49348
49349         * m4/memxor.m4: Require gl_C_RESTRICT.
49350
49351 2005-10-06  Simon Josefsson  <jas@extundo.com>
49352
49353         * lib/memxor.c (memxor): Avoid casts and warnings.
49354
49355 2005-10-06  Simon Josefsson  <jas@extundo.com>
49356
49357         * lib/hmac-md5.c: New file.
49358
49359         * lib/hmac.h: New file.
49360
49361 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49362
49363         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49364         promotes to int, not unsigned int, to catch the AIX 5.3
49365         compiler bug.
49366
49367 2005-10-05  Simon Josefsson  <jas@extundo.com>
49368
49369         * modules/memxor: New file.
49370
49371         * modules/iconv (Files): Move config.rpath to havelib, it is used
49372         there.
49373
49374         * modules/havelib (Files): Add config.rpath.
49375
49376 2005-10-05  Simon Josefsson  <jas@extundo.com>
49377
49378         * m4/memxor.m4: New file.
49379
49380 2005-10-05  Simon Josefsson  <jas@extundo.com>
49381
49382         * lib/memxor.c (memxor): Fix compiler error.
49383
49384         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49385         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49386
49387         * lib/memxor.h, lib/memxor.c: New files.
49388
49389         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49390         we assume all systems have it, suggested by Jim Meyering
49391         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49392         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49393         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49394         same reasons.
49395
49396 2005-10-05  Simon Josefsson  <jas@extundo.com>
49397
49398         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49399
49400 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49401
49402         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49403         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49404         needed, since the source code now assumes these .h files.
49405
49406 2005-10-05  Derek Price  <derek@ximbiot.com>
49407
49408         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49409
49410 2005-10-05  Bruno Haible  <bruno@clisp.org>
49411
49412         * modules/stdint (License): Change to LGPL.
49413
49414 2005-10-04  Simon Josefsson  <jas@extundo.com>
49415
49416         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49417         D. Baushke" <mdb@gnu.org>.
49418
49419 2005-10-04  Bruno Haible  <bruno@clisp.org>
49420
49421         * lib/verify.h (verify_true): Provide alternative definition for C++.
49422
49423 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49424
49425         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49426         (SSIZE_MAX): New macro, if not already defined.
49427         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49428         than 2 GiB.
49429
49430 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49431
49432         Sync from coreutils.
49433         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49434         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49435         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49436         ULLONG_MAX doesn't work with 2.7.2.1.
49437
49438 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49439
49440         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49441         From Ben Pfaff.
49442
49443         * modules/exclude (Depends-on): Depend on verify.
49444         * modules/strtoimax (Depends-on): Likewise.
49445         * modules/utimecmp (Depends-on): Likewise.
49446
49447 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49448
49449         * lib/exclude.c: Include verify.h.
49450         (verify): Remove.  All callers changed to use verify.h's version.
49451         * lib/strtoimax.c: Likewise.
49452         * lib/utimecmp.c: Likewis.e
49453
49454         Sync from coreutils.
49455         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49456         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49457         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49458         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49459         bother returning ENOSYS if settimeofday or stime fails; just let
49460         them return whatever errno they want to return.
49461         * lib/utimens.c: Include unistd.h, for dup2.
49462         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49463         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49464
49465 2005-10-02  Jim Meyering  <jim@meyering.net>
49466
49467         Sync from coreutils.
49468         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49469         from glibc-2.2.5 that fails for read-only files.
49470
49471 2005-10-02  Jim Meyering  <jim@meyering.net>
49472
49473         Sync from coreutils.
49474         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49475         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49476         `#if HAVE_CONFIG_H'.
49477         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49478         Remove AT_FDCWD test.
49479         Do not consume the fd unless successful.
49480         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49481         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49482         block, so that we don't even try to compile it if settimeofday is
49483         available.  This works around a compilation failure on OSF1 V5.1,
49484         due to stime requiring a `long int*' while tv_sec is `int'.
49485
49486 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49487
49488         Sync from coreutils.
49489         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49490         against `yes', rather than just testing for nonempty.
49491
49492 2005-10-01  Simon Josefsson  <jas@extundo.com>
49493
49494         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49495         and Darwin.
49496
49497         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49498         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49499         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49500         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49501         Check if struct addrinfo is declared.
49502
49503 2005-10-01  Simon Josefsson  <jas@extundo.com>
49504
49505         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49506         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49507         AI_* and EAI_* definitions.  Protect function declarations.
49508
49509 2005-10-01  Jim Meyering  <jim@meyering.net>
49510
49511         Sync from coreutils.
49512
49513         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49514         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49515         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49516         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49517         in the inet and nsl libraries.  Required on Solaris 5.7.
49518
49519 2005-10-01  Jim Meyering  <jim@meyering.net>
49520
49521         Sync from coreutils.
49522         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49523         in the inet and nsl libraries.  Required on Solaris 5.7.
49524
49525 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49526
49527         * lib/getdelim.c (getdelim): Remove unused variables.
49528
49529 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49530
49531         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49532         so that the code works even with ancient cpp.  Portability problem
49533         with GCC 2.7.2.1 reported by Thomas M.Ott.
49534
49535 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49536
49537         * modules/regex (Depends-on): Add strcase.
49538
49539         * modules/gethostname (Licence): Change from GPL to LGPL, since
49540         gethostname.c is a trivial implementation of a standard library
49541         function.
49542         * modules/poll (License): Change from GPL to LGPL, since it's
49543         derived from LGPL code.
49544
49545 2005-09-27  Jim Meyering  <jim@meyering.net>
49546
49547         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49548         HAVE_CONFIG_H.
49549
49550         * lib/intprops.h (signed_type_or_expr__): Define.
49551         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49552         for unsigned types.
49553
49554 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49555
49556         * lib/verify.h (verify_expr): Remove, replacing with:
49557         (verify_true): New macro that returns true instead of void.
49558         (verify_type__): Remove.
49559         (verify): Use verify_true rather than verify_type__.
49560
49561 2005-09-26  Bruno Haible  <bruno@clisp.org>
49562
49563         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49564         is necessary.
49565         (lib_SOURCES): Remove mbchar.c.
49566         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49567         (Files): Add m4/mbrtowc.m4.
49568         * modules/mbiter: Likewise.
49569         * modules/mbuiter: Likewise.
49570
49571 2005-09-26  Bruno Haible  <bruno@clisp.org>
49572
49573         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49574         compile mbchar.c if they are not both present.
49575         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49576         * m4/mbiter.m4 (gl_MBITER): Likewise.
49577         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49578         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49579         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49580
49581 2005-09-25  Jim Meyering  <jim@meyering.net>
49582
49583         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49584         also uses socklen_t.
49585
49586 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49587
49588         * lib/utimens.c (ENOSYS): Define if not already defined.
49589         (futimens): Support having a null PATH if the file descriptor
49590         is nonnegative.
49591
49592         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49593         Remove.
49594         (__attribute): Define to empty unless GCC 3.1 or later.
49595         This works around a core dump on OpenBSD 3.4, which has GCC
49596         2.95.3, which dumps core when given __attribute__(()).  It also
49597         simplifies other tests, since we really don't want to bother with
49598         worrying about which ancient version of GCC supported what.
49599         Original problem reported by Yoann Vandoorselaere, with part of
49600         the fix suggested by Derek Price.
49601
49602 2005-09-24  Jim Meyering  <jim@meyering.net>
49603
49604         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49605         so we can once again use a positive bitfield width of 1 -- now we
49606         don't have to explain why we were using a bitfield width of 2.
49607
49608 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49609
49610         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49611         and similarly for the other external symbols.  Problem reported
49612         by James Gallager.
49613
49614         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49615         bug reported by Jim Meyering.
49616
49617         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49618         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49619         not needed, since socklen is a prerequisite module.
49620
49621 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49622
49623         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49624         Problem reported by Eric Blake.
49625         (getaddrinfo): Initialize se so that it's not garbage.
49626         Redo internal storage allocation so that it doesn't make unportable
49627         assumptions about alignment.
49628         Fix a memory leak.
49629
49630         * lib/utimens.c (futimens): Use futimesat if available.
49631         Prefer it to futimes since it doesn't have the futimes bug.
49632
49633         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49634         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49635         Instead, declare a function that returns a pointer to an array,
49636         and use verify_type__ to declare the size of the array.
49637         Problem and germ of a solution reported by Bruno Haible.
49638         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49639         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49640
49641 2005-09-23  Jim Meyering  <jim@meyering.net>
49642
49643         Sync from coreutils.
49644         Correct build failure (socklen_t not defined) on at least
49645         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49646         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49647
49648 2005-09-23  Jim Meyering  <jim@meyering.net>
49649
49650         * modules/getaddrinfo (Depends-on): Add socklen.
49651
49652 2005-09-23  Bruno Haible  <bruno@clisp.org>
49653
49654         * tests/test-verify.c: New file.
49655
49656 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49657
49658         Sync from coreutils.
49659
49660         * modules/argmatch (Depends-on): Add verify.
49661         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49662         unistd-safer.
49663         * modules/save-cwd (Depends-on): Likewise.
49664
49665         * modules/openat (Files): Add lib/openat-die.c.
49666         (Depends-on): Remove error, exitfail.
49667         Add dirname.
49668
49669         * modules/verify: New file.
49670         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49671         with "verify" module.
49672
49673 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49674
49675         Sync from coreutils.
49676
49677         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49678         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49679         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49680         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49681         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49682         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49683         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49684         Don't bother checking for string.h, stdlib.h, unistd.h.
49685         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49686         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49687         module's job.
49688         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49689         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49690
49691         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49692         (gl_GETDATE): Use it.
49693
49694         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49695
49696 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49697
49698         Sync from coreutils.
49699
49700         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49701         stat-time.h.
49702         * lib/argmatch.h: Include verify.h
49703         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49704         (ARGMATCH_ASSERT): Remove; unused.
49705         * lib/canonicalize.c: Assume STDC_HEADERS.
49706         * lib/exclude.c: Include "strcase.h".
49707         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49708         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49709         and stdio-safer.h.
49710         (getusershell): Call fopen, not fopen_safer.
49711         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49712         Do not include unistd-safer.h.
49713         (save_cwd): Don't call fd_safer; no longer needed
49714         now that we include fcntl--.h.
49715
49716         * lib/getdate.y (relative_time): New type.
49717         (RELATIVE_TIME_0): New constant.
49718         (parser_control): Use relative_time instead of doing it ourselves.
49719         (%union): Add new relative_time rel member.
49720         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49721         Now typeless.
49722         (relunit, relunit_snumber): Now of type rel.
49723         (zone, rel, relunit, get_date): Adjust to above changes.
49724
49725         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49726         Do not include unistd-safer.h.
49727         (getloadavg): Don't call fd_safer; no longer needed
49728         now that we include fcntl--.h.
49729
49730         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49731         (make_dir_parents): Treat ENOSYS like EEXIST.
49732
49733         Improve quality of diagnostics on restore_cwd failure.
49734         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49735         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49736         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49737         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49738         each time through the loop.  Do not diagnose restore_cwd failure;
49739         that is the caller's job (and perhaps the caller does not care).
49740
49741         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49742         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49743         If the file already exists but is not a directory, don't bother
49744         to try to make its parents.
49745         Close potential file descriptor leak if we can't chdir("/") (!).
49746         Don't always return true if chdir($PWD) fails; return true only
49747         if the requested action was done successfully (except for the
49748         chdir($PWD)).
49749         Don't log final directory unless we actually made it.
49750         Refactor to avoid duplicate code to fix up permissions.
49751         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49752
49753         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49754         to make it a bit faster and (I hope) clearer.
49755         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49756         Fix bug in formats like %2N.
49757
49758         * lib/verify.h: New file.
49759
49760 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49761
49762         Sync from coreutils.
49763         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49764
49765 2005-09-22  Jim Meyering  <jim@meyering.net>
49766
49767         Sync from coreutils.
49768
49769         * m4/lstat.m4 (gl_FUNC_LSTAT):
49770         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49771         Remove obsolete comment.
49772         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49773         * m4/xstrtod.m4: Likewise.
49774
49775         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49776
49777 2005-09-22  Jim Meyering  <jim@meyering.net>
49778
49779         Sync from coreutils.
49780
49781         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49782
49783         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49784         the .tm_year member, since otherwise gcc-4.0 would now warn about
49785         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49786
49787         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49788         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49789
49790         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49791         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49792         when run in a time zone for which daylight savings time is in effect
49793         for the starting date.
49794
49795         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49796         stop us from restricting permissions of just-created absolute-named
49797         directories.
49798         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49799         to restore initial working directory.
49800         * lib/mkdir-p.c (make_dir_parents): New parameter:
49801         different_working_dir, to tell caller if/when we change the working
49802         directory and are unable to return to the initial one.
49803         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49804         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49805         `return false'.  This fixes a bug introduced on 2004-07-30.
49806
49807         * lib/openat.c (fdopendir): Be sure to close the supplied
49808         file descriptor before returning.  This makes our replacement
49809         implementation a little closer to Solaris's, where fdopendir
49810         ties the file descriptor to the returned DIR* pointer.
49811         * lib/openat.c (unlinkat): New function.
49812         * lib/openat.h (unlinkat): Add prototype.
49813         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49814         (openat_restore_fail): Rename from openat_restore_die.
49815         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49816
49817         Provide an alternative to exiting immediately upon save_cwd or
49818         restore_cwd failure.  Now, an application can arrange e.g.,
49819         to perform a longjump in that case.
49820         * lib/openat.c: Include dirname.h.
49821         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49822         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49823         and openat_restore_die rather than calling error directly.
49824         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49825
49826         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49827         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49828         define.
49829
49830         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49831         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49832                             int utc, int nanoseconds);
49833         Background:
49834         date should not have to allocate a megabyte of virtual memory to
49835         handle a format argument like +%1048575T.  When implemented with
49836         strftime, it must allocate such a buffer, use strftime to fill it
49837         in, print it, then free it.
49838         With fprintftime, it simply prints everything and exits.
49839         With no need for memory allocation, that's one fewer way to fail.
49840         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49841         optional field width, not before, so we accept %9:z, not %:9z.
49842         (my_strftime): Be sure to use L_('x') for literals.
49843
49844         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49845         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49846         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49847         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49848         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49849         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49850         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49851         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49852         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49853         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49854         * lib/xgethostname.c, lib/xreadlink.c:
49855         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49856
49857         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49858         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49859         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49860         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49861         and don't include <sys/file.h>).
49862
49863 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49864
49865         Sync from coreutils.
49866
49867         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49868         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49869         [!LDAV_DONE]: Avoid unused variable warning.
49870
49871 2005-09-21  Bruno Haible  <bruno@clisp.org>
49872
49873         * lib/unicodeio.h (unicode_to_mb): New declaration.
49874
49875 2005-09-20  Derek Price  <derek@ximbiot.com>
49876
49877         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49878         getaddrinfo.h.
49879
49880 2005-09-20  Bruno Haible  <bruno@clisp.org>
49881
49882         * gnulib-tool: Remove trailing slashes from the values specified for
49883         --source-base, --m4-base, --tests-base, --aux-dir.
49884         Suggested by Simon Josefsson <jas@extundo.com>.
49885
49886 2005-09-20  Bruno Haible  <bruno@clisp.org>
49887
49888         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49889         func_modules_to_filelist, func_import, func_create_testdir): Make all
49890         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49891         change when gnulib-tool is invoked in a different locale.
49892
49893 2005-09-19  Simon Josefsson  <jas@extundo.com>
49894
49895         * m4/socklen.m4: Fix typo.
49896
49897 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49898
49899         Use a consistent style for including <config.h>.
49900         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49901         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49902         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49903         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49904         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49905         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49906         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49907         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49908         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49909         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49910         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49911         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49912         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49913         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49914         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49915         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49916         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49917         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49918         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49919         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49920         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49921         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49922         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49923         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49924         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49925         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49926         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49927         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49928         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49929         lib/xstrtoumax.c, lib/yesno.c:
49930         Standardize inclusion of config.h.
49931         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49932         lib/inttostr.h:  Removed inclusion of config.h from header files.
49933         * lib/inttostr.c:  Adjusted in-tree users.
49934         * lib/timespec.h: Remove superfluous warning to include config.h.
49935         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49936         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49937         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49938         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49939         config.h with HAVE_CONFIG_H.
49940
49941 2005-09-19  Jim Meyering  <jim@meyering.net>
49942
49943         * modules/pathmax (License): Change to LGPL.
49944
49945 2005-09-19  Derek Price  <derek@ximbiot.com>
49946
49947         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49948
49949 2005-09-19  Bruno Haible  <bruno@clisp.org>
49950
49951         * gnulib-tool (import): Provide default for --tests-base.
49952
49953 2005-09-19  Bruno Haible  <bruno@clisp.org>
49954
49955         * doc/quote.texi: New file, extracted from gnulib.texi.
49956         * doc/ctime.texi: New file, extracted from gnulib.texi.
49957         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49958         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49959         * doc/gnulib.texi: Include them.
49960
49961 2005-09-18  Bruno Haible  <bruno@clisp.org>
49962
49963         Portability fix.
49964         * gnulib-tool (func_readlink): New function.
49965         (func_ln_if_changed): Use it.
49966
49967 2005-09-18  Bruno Haible  <bruno@clisp.org>
49968
49969         * gnulib-tool: Support --with-tests also with --import.
49970         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49971         (func_import): Use variables $testsbase and $inctests. Emit a
49972         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49973         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49974         SUBDIRS += $testsdir.
49975         (func_create_testdir): Update.
49976
49977 2005-09-18  Bruno Haible  <bruno@clisp.org>
49978
49979         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49980         instead of $dry_run.
49981         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49982         (func_ln_if_changed): Don't handle dry-run here.
49983         (func_import): In dry-run mode, detect more precisely which actions
49984         would be performed, and don't use "...ing" verbs.
49985
49986 2005-09-18  Bruno Haible  <bruno@clisp.org>
49987
49988         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49989         (func_import): Use join on two temporary files instead of three nested
49990         loops, in order to determine which files are new or old.
49991
49992 2005-09-18  Bruno Haible  <bruno@clisp.org>
49993
49994         * gnulib-tool (func_import): Comment out code that spits out the
49995         new files with --dry-run.
49996
49997 2005-09-18  Bruno Haible  <bruno@clisp.org>
49998
49999         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50000
50001 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50002
50003         * lib/stat-time.h: New file.
50004         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50005         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50006         in a different way.
50007         (timespec_cmp): New function.
50008         * lib/utimecmp.c: Include stat-time.h.
50009         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50010         members exist, not on the obsolescent ST_MTIM_NSEC.
50011         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50012
50013 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50014
50015         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50016
50017 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50018
50019         * MODULES.html.sh (File system functions): Add stat-time.
50020         * modules/stat-time: New file.
50021         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50022         is now done in a different way, by the stat-time module.
50023         * modules/utimecmp (Depends-on): Add stat-time.
50024
50025 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50026
50027         * m4/st_mtim.m4: Remove.  Superseded by...
50028         * m4/stat-time.m4: New file.
50029         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50030         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50031
50032 2005-09-15  Derek Price  <derek@ximbiot.com>
50033
50034         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50035
50036 2005-09-15  Derek Price  <derek@ximbiot.com>
50037
50038         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50039         * lib/regex_internal.c: Ditto, using this...
50040         (__GNUC_PREREQ): ...new macro.
50041         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50042         using...
50043         (__GNUC_PREREQ): ...this new macro.
50044
50045         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50046
50047 2005-09-15  Derek Price  <derek@ximbiot.com>
50048             Paul Eggert  <eggert@cs.ucla.edu>
50049
50050         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50051         changes, consolidating in...
50052         * lib/regex_internal.h: ...this file.
50053
50054 2005-09-13  Jim Meyering  <jim@meyering.net>
50055
50056         * lib/canon-host.c: Filter through gnu indent and reword comments
50057         slightly.
50058         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50059
50060 2005-09-13  Derek Price  <derek@ximbiot.com>
50061
50062         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50063         failure.
50064         Reported by Jim Meyering  <jim@meyering.net>.
50065
50066 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50067
50068         * lib/base64.c: Typo.
50069         (base64_encode): Put b64str in initialized data section.
50070
50071 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50072
50073         Merge glibc and coreutils changes into gnulib, plus a few
50074         extra fixes.
50075         * lib/md5.c: Use #error rather than a string.
50076         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50077         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50078         (__attribute__): Define to empty for non recent-GCC.
50079         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50080         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50081         Renamed from their non-__ counterparts, with new macros replacing
50082         them if not _LIBC.  Add __THROW attribute.
50083         (rol): Remove.
50084         (struct md5_ctx): Align buffer if using GCC.
50085         * lib/sha1.h (struct sha1_ctx): Likewise.
50086         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50087         The old name was backwards.
50088         (NOTSWAP): Remove; not used.
50089         (rol): New macro, moved here from md5.h.
50090         (sha1_process_block): Remove a FIXME that doesn't make sense.
50091
50092 2005-09-12  Derek Price  <derek@ximbiot.com>
50093
50094         Return usable errors from canon-host.
50095         * lib/canon-host.h: New file.
50096         * lib/canon-host.c (canon_host): Wrap...
50097         (canon_host_r): ...this new function, which now relies exclusively on
50098         getaddrinfo.
50099         (ch_strerror): New function.
50100         (last_cherror): New global.
50101         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50102         interface.
50103         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50104         void *.
50105         (freeaddrinfo): Free ai->ai_canonname when set.
50106
50107 2005-09-12  Derek Price  <derek@ximbiot.com>
50108
50109         Make canon-host require getaddrinfo.
50110         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50111         AC_LIBSOURCE canon-host.h.  Call...
50112         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50113         gl_GETADDRINFO.
50114         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50115
50116 2005-09-12  Derek Price  <derek@ximbiot.com>
50117
50118         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50119         LGPL.
50120         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50121
50122 2005-09-12  Derek Price  <derek@ximbiot.com>
50123
50124         * lib/gai_strerror.c: Include config.h when available.  Include
50125         getaddrinfo.h before other headers to test interface.
50126         Reported by Larry Jones <lawrence.jones@ugs.com>.
50127
50128 2005-09-12  Derek Price  <derek@ximbiot.com>
50129             Paul Eggert  <eggert@cs.ucla.edu>
50130
50131         * modules/glob (Files): Add glob-libc.h.
50132
50133 2005-09-12  Derek Price  <derek@ximbiot.com>
50134             Paul Eggert  <eggert@cs.ucla.edu>
50135
50136         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50137         glob_.h, glob-libc.h.
50138         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50139
50140 2005-09-12  Derek Price  <derek@ximbiot.com>
50141             Paul Eggert  <eggert@cs.ucla.edu>
50142
50143         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50144         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50145         protecting things that should be done only in gnulib contexts.
50146         * lib/glob_.h: New file, containing only the glob things needed for
50147         gnulib.
50148         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50149         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50150         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50151         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50152         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50153         and to respect the namespace rules better.
50154
50155 2005-09-08  Simon Josefsson  <jas@extundo.com>
50156
50157         * modules/socklen: New file.
50158
50159 2005-09-08  Simon Josefsson  <jas@extundo.com>
50160
50161         * m4/socklen.m4: New file.
50162
50163 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50164
50165         * modules/utimens (Files): Add m4/utimbuf.m4, since
50166         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50167         Reported by Sergey Poznyakoff.
50168
50169 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50170
50171         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50172         definitions, since that's the preferred style in glibc.
50173         Fix a minor spacing issue, and update copyright notice to match
50174         glibc's.
50175
50176 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50177
50178         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50179
50180 2005-09-06  Simon Josefsson  <jas@extundo.com>
50181
50182         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50183         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50184
50185 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50186
50187         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50188         warning.
50189
50190 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50191
50192         * config/srclist.txt: Add glibc bug 1302.
50193
50194 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50195
50196         Change bitset word type from unsigned int to unsigned long int,
50197         as this has better performance on typical 64-bit hosts.
50198         Port bitset code to hosts with unusual word sizes.
50199         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50200         (build_collating_symbol):
50201         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50202         argument is a bitset.  This is merely a style issue, but it makes
50203         it clearer that an entire array is expected.
50204         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50205         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50206         Port to the case where bitset_word is not the same as unsigned int.
50207         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50208         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50209         Likewise.
50210         * lib/regexec.c (check_dst_limits_calc_pos_1,
50211         check_subexp_matching_top):
50212         (build_trtable, group_nodes_into_DFAstates):
50213         Likewise.
50214         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50215         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50216         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50217         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50218         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50219         * lib/regcomp.c (optimize_subexps, lower_subexp):
50220         Work even if bitset_word has holes in its bitwise representation.
50221         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50222         * lib/regexec.c (check_dst_limits_calc_pos_1,
50223         check_subexp_matching_top):
50224         Likewise.
50225         * lib/regex_internal.c (re_string_reconstruct):
50226         Don't assume UCHAR_MAX == 255.
50227         * lib/regex_internal.h (bitset_set_all): Likewise.
50228         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50229         All uses changed.
50230         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50231         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50232         All uses changed.
50233         (BITSET_WORD_MAX): New macro.
50234         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50235         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50236         (bitset_empty, bitset_copy):
50237         Prefer sizeof (bitset) to multiplying it out ourselves.
50238         (bitset_not_merge): Remove; unused.
50239         (bitset_contain): Return bool, not unsigned int with one bit on.
50240         All callers changed.
50241         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50242         alignment than re_node_set; do this by defining a new internal
50243         type struct dests_alloc and using it to allocate memory.
50244
50245 2005-09-05  Bruno Haible  <bruno@clisp.org>
50246
50247         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50248         links.
50249
50250 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50251
50252         * modules/size_max (Makefile.am): Add size_max.h
50253
50254 2005-09-04  Derek Price  <derek@ximbiot.com>
50255
50256         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50257
50258 2005-09-03  Simon Josefsson  <jas@extundo.com>
50259
50260         * gnulib-tool: Fix typo.
50261
50262 2005-09-03  Simon Josefsson  <jas@extundo.com>
50263
50264         * config/srclist.txt: Add glibc bug 1293.
50265
50266 2005-09-03  Derek Price  <derek@ximbiot.com>
50267
50268         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50269         From Larry Jones <lawrence.jones@ugs.com>.
50270
50271 2005-09-02  Simon Josefsson  <jas@extundo.com>
50272
50273         * modules/socklen: New file.
50274
50275 2005-09-02  Simon Josefsson  <jas@extundo.com>
50276
50277         * modules/havelib: New module.
50278
50279         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50280         Use havelib.
50281
50282 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50283
50284         Check for arithmetic overflow when calculating sizes, to prevent
50285         some buffer-overflow issues.  These patches are conservative, in the
50286         sense that when I couldn't determine whether an overflow was possible,
50287         I inserted a run-time check.
50288         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50289         macros.
50290         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50291         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50292         (re_xnrealloc, re_x2nrealloc): New inline functions.
50293         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50294         parse_bracket_exp):
50295         (build_equiv_class, build_charclass): Check for arithmetic overflow
50296         in size expression calculations.
50297         * lib/regex_internal.c (re_string_realloc_buffers):
50298         (build_wcs_upper_buffer, re_node_set_add_intersect):
50299         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50300         (re_dfa_add_node, register_state): Likewise.
50301         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50302         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50303         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50304         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50305
50306 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50307
50308         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50309         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50310
50311 2005-09-02  Bruno Haible  <bruno@clisp.org>
50312
50313         Support for lib vs. lib64 distinction on biarch platforms.
50314         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50315         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50316         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50317
50318 2005-09-02  Bruno Haible  <bruno@clisp.org>
50319
50320         * gnulib-tool (import): In the other first-use case, provide defaults
50321         as well.
50322
50323 2005-09-02  Bruno Haible  <bruno@clisp.org>
50324
50325         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50326         patches not yet found in the latest gettext release.
50327
50328 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50329
50330         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50331         to avoid a collision with bits/local_lim.h in glibc.
50332         All uses changed.  Problem reported by Dmitry V. Levin in
50333         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50334
50335         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50336         bugs in int versus size_t comparisons.
50337         (re_string_context_at): Fix bug where the code assumed that
50338         Idx is signed.
50339
50340         Use bool where appropriate.
50341         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50342         All callers changed.
50343         (calc_eclosure_iter): Likewise, for ROOT arg.
50344         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50345         (build_charclass_op): Likewise, for NON_MATCH arg.
50346         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50347         (re_string_construct_common): Likewise, for ICASE arg.
50348         * lib/regexec.c (re_search_2_stub, re_search_stub):
50349         Likewise, for RET_LEN arg.
50350         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50351         (set_regs): Likewise, for FL_BACKTRACK arg.
50352         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50353         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50354         (calc_eclosure_iter, parse_bracket_exp):
50355         Use bool for internal variables that are booleans.
50356         * lib/regexec.c (re_search_internal, check_matching,
50357         proceed_next_node):
50358         (set_regs, build_sifted_states, sift_states_bkref):
50359         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50360         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50361         (find_collation_sequence_value):
50362         Likewise.
50363         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50364         (re_node_set_compare):
50365         Return bool, not int. All callers changed.
50366         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50367         (build_trtable, check_node_accept): Likewise.
50368         * lib/regex_internal.h: Include stdbool.h.
50369
50370         Fix bugs uncovered when converting to bool.
50371         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50372         failure instead of charging ahead blindly.
50373         * lib/regex_internal.c (register_state): Likewise.
50374         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50375         for freeing internal storage.
50376         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50377         bitset pieces used as boolean, to avoid undefined behavior
50378         on hosts that do int overflow checking.
50379
50380 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50381
50382         * config/srclist.txt: Add glibc bugs 1285-1287.
50383
50384 2005-09-01  Jim Meyering  <jim@meyering.net>
50385
50386         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50387         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50388         Require gl_STAT_MACROS, too.
50389
50390 2005-09-01  Bruno Haible  <bruno@clisp.org>
50391
50392         * gnulib-tool (import): In the first-use case, provide defaults.
50393
50394 2005-09-01  Bruno Haible  <bruno@clisp.org>
50395
50396         * gnulib-tool (func_import): Remove the .tmp files.
50397
50398 2005-09-01  Bruno Haible  <bruno@clisp.org>
50399
50400         * gnulib-tool (func_import): Fix handling of symbolic links.
50401
50402 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50403
50404         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50405         old glibc regex code mishandles strings longer than 2**31 bytes.
50406         This patch fixes this when the regex code is used in gnulib
50407         (i.e., outside glibc).
50408
50409         This patch should not affect the use of the regex code inside
50410         glibc.  No doubt this problem also needs to be handled for glibc
50411         as well, but the result will be an incompatible change to the
50412         glibc ABI, and the old ABI will have to be supported too.  That
50413         can be the the subject for another patch.
50414
50415         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50416         governing whether the rest of this patch is active.  By default,
50417         the macro is disabled and the patch has no effect.
50418         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50419         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50420         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50421         (re_match_2, re_set_registers): Use the new types.
50422         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50423         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50424         New macros.
50425         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50426         (re_string_context_at, bin_tree_t, re_dfastate_t):
50427         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50428         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50429         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50430         (re_string_char_size_at, re_string_wchar_at):
50431         (re_string_elem_size_at):
50432         Use the new types and macros to port to 64-bit hosts.
50433         Use unsigned types for internal values, so that the code
50434         mostly works even for arrays larger than SSIZE_MAX.
50435         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50436         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50437         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50438         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50439         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50440         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50441         (calc_inveclosure, parse_dup_op, build_range_exp):
50442         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50443         (fetch_number, create_token_tree, mark_opt_subexp):
50444         Likewise.
50445         * lib/regex_internal.c (re_string_construct_common,
50446         create_ci_newstate):
50447         (create_cd_newstate, re_string_allocate, re_string_construct):
50448         (re_string_realloc_buffers, build_wcs_upper_buffer):
50449         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50450         (re_string_reconstruct, re_string_peek_byte_case):
50451         (re_string_fetch_byte_case, re_string_context_at):
50452         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50453         (re_node_set_init_copy, re_node_set_add_intersect):
50454         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50455         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50456         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50457         (re_acquire_state, re_acquire_state_context, register_state):
50458         Likewise.
50459         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50460         search_cur_bkref_entry):
50461         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50462         (re_search_internal, re_search_2_stub, re_search_stub)
50463         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50464         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50465         (update_cur_sifted_state, check_dst_limits):
50466         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50467         (check_subexp_limits, sift_states_bkref, merge_state_array):
50468         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50469         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50470         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50471         (expand_bkref_cache, check_node_accept_bytes):
50472         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50473         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50474         (acquire_init_state_context, check_halt_node_context):
50475         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50476         (sift_states_backward, clean_state_log_if_needed):
50477         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50478         (find_recover_state, transit_state_sb, transit_state_mb):
50479         (transit_state_bkref, build_trtable, match_ctx_clean):
50480         Likewise.
50481         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50482         to work around an assumption that REG_MISSING is negative.
50483
50484         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50485         (seek_collating_symbol_entry) [defined _LIBC]:
50486         (lookup_collation_sequence_value) [defined _LIBC]:
50487         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50488         Use prototypes rather than old-style function definitions.
50489         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50490         (transit_state_sb) [0]:
50491         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50492
50493         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50494         rm_eo.
50495
50496         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50497         (optimize_subexps, lower_subexp):
50498         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50499         since the signed shift might overflow.  Use 1u<<31 instead.
50500         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50501         Likewise.
50502         * lib/regexec.c (check_dst_limits_calc_pos_1,
50503         check_subexp_matching_top): Likewise.
50504
50505         * lib/regcomp.c (optimize_subexps, lower_subexp):
50506         Use CHAR_BIT rather than 8, for clarity.
50507         * lib/regexec.c (check_dst_limits_calc_pos_1):
50508         (check_subexp_matching_top): Likewise.
50509         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50510         have to worry about portability issues when shifting it left.
50511         Remove no-longer-needed test for table_size > 0.
50512         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50513         in a word, as the resulting behavior is undefined.
50514         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50515         in one case, a <= should have been an <, and in another case the
50516         whole test was missing.
50517         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50518         the standard name CHAR_BIT.
50519         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50520         this is not true on one's complement and signed-magnitude hosts.
50521
50522         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50523         next_last_offset.
50524         (struct re_dfa_t): Remove unused member states_alloc.
50525         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50526
50527 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50528
50529         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50530         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50531         and large-file glibc and in 32-bit large-file Solaris.
50532
50533 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50534
50535         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50536         lengths fit in regoff_t; this isn't true if regoff_t is the same
50537         width as size_t.
50538         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50539         (= START + RANGE) instead of RANGE.  This avoids overflow
50540         problems when regoff_t is the same width as size_t.
50541         All callers changed.
50542         (re_search_2_stub): Check for overflow when adding the
50543         sizes of the two strings.
50544         (re_search_stub): Check for overflow when adding START
50545         to RANGE; if it occurs, substitute the extreme value.
50546
50547 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50548
50549         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50550
50551 2005-08-31  Jim Meyering  <jim@meyering.net>
50552
50553         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50554         a pointer-to-const.
50555         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50556         (register_state): Likewise.
50557         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50558         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50559         (group_nodes_into_DFAstates): Likewise.
50560
50561 2005-08-31  Jim Meyering  <jim@meyering.net>
50562
50563         * check-module: Add a FIXME comment.
50564
50565 2005-08-31  Eric Blake  <ebb9@byu.net>
50566
50567         * modules/unistd-safer (Files): Add unistd--.h.
50568         * modules/stdio-safer (Files): Add stdio--.h.
50569
50570 2005-08-31  Derek Price  <derek@ximbiot.com>
50571
50572         * lib/getdelim.c (getdelim): Return EOF on EOF.
50573         Reported by Larry Jones <lawrence.jones@ugs.com>.
50574
50575 2005-08-31  Bruno Haible  <bruno@clisp.org>
50576
50577         Avoid unnecessary diffs in the generated lib/Makefile.am.
50578         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50579         the generated files.
50580         (func_import): Don't set cmd.
50581
50582 2005-08-31  Bruno Haible  <bruno@clisp.org>
50583
50584         * lib/strstr.c: Include <stddef.h>, for NULL.
50585         * lib/strcasestr.c: Likewise.
50586         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50587
50588 2005-08-31  Bruno Haible  <bruno@clisp.org>
50589
50590         * gnulib-tool: New option --macro-prefix.
50591         (func_import): Use macro_prefix.
50592         (import): Handle option --macro-prefix.
50593
50594 2005-08-31  Bruno Haible  <bruno@clisp.org>
50595
50596         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50597         Also use new variables cached_lgpl, cached_libtool.
50598
50599 2005-08-31  Bruno Haible  <bruno@clisp.org>
50600
50601         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50602         always instantiating them.
50603
50604 2005-08-31  Bruno Haible  <bruno@clisp.org>
50605
50606         * gnulib-tool (func_import): Read the previous cached settings
50607         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50608         earlier added by gnulib but are now dropped. Warn when a gnulib file
50609         overwrites a non-gnulib file.
50610
50611 2005-08-31  Bruno Haible  <bruno@clisp.org>
50612
50613         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50614         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50615         projects that don't keep autogenerated files in CVS. Put into
50616         actioncmd only the specified modules, not the transitive closure.
50617
50618 2005-08-31  Bruno Haible  <bruno@clisp.org>
50619
50620         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50621         Create directories that shall be filled.
50622         (import): Don't look for gl_* macros in configure.ac. Recurse across
50623         all directories containing a gnulib-cache.m4 files, if meaningful.
50624
50625 2005-08-31  Bruno Haible  <bruno@clisp.org>
50626
50627         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50628         (import): Set seen_libtool when we see gl_LIBTOOL.
50629
50630 2005-08-31  Bruno Haible  <bruno@clisp.org>
50631
50632         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50633         declaration macro definitions from generated gnulib.m4.
50634
50635 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50636
50637         * lib/iconvme.h: Add prototype for iconv_alloc.
50638
50639 2005-08-29  Simon Josefsson  <jas@extundo.com>
50640
50641         * lib/iconvme.c: Fix errno.
50642
50643 2005-08-29  Bruno Haible  <bruno@clisp.org>
50644
50645         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50646         that it works when the directory contains spaces.
50647
50648 2005-08-29  Bruno Haible  <bruno@clisp.org>
50649
50650         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50651
50652 2005-08-29  Bruno Haible  <bruno@clisp.org>
50653
50654         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50655         Emit more advice.
50656
50657 2005-08-29  Bruno Haible  <bruno@clisp.org>
50658         and Stepan Kasal  <kasal@ucw.cz>
50659
50660         * check-module: If more parameters are given, check each of them
50661         separately; add more exceptions, as noted by Jim Meyering.
50662         (check_module): New procedure.
50663         (%exempt_header): Now contains all exceptions.
50664
50665 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50666
50667         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50668
50669 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50670
50671         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50672
50673 2005-08-28  Bruno Haible  <bruno@clisp.org>
50674
50675         * m4/gnulib-tool.m4: New file.
50676
50677 2005-08-27  Jim Meyering  <jim@meyering.net>
50678
50679         * modules/unistd-safer (Files): Add pipe-safer.c.
50680         * modules/fcntl-safer (Files): Add creat-safer.c.
50681
50682 2005-08-27  Jim Meyering  <jim@meyering.net>
50683
50684         * m4/stdlib-safer.m4: New file.  From coreutils.
50685         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50686         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50687         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50688         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50689         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50690
50691 2005-08-27  Jim Meyering  <jim@meyering.net>
50692
50693         * lib/fopen-safer.c: Merge minor changes from coreutils.
50694         * lib/dup-safer.c: Likewise.
50695         * lib/fd-safer.c: Likewise.
50696
50697         Merge from coreutils.
50698         * lib/stdio--.h: New file.
50699         * lib/stdlib--.h: New file.
50700         * lib/mkstemp-safer.c: New file.
50701
50702         GNU tar needs these.
50703         * lib/pipe-safer.c: New file.
50704         * lib/creat-safer.c: New file.
50705         * lib/fcntl--.h (creat): Define to creat_safer.
50706         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50707         * lib/unistd--.h (pipe): Define to pipe_safer.
50708         * lib/unistd-safer.h: Declare pipe_safer.
50709
50710 2005-08-26  Simon Josefsson  <jas@extundo.com>
50711
50712         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50713         Haible <bruno@clisp.org>.
50714
50715 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50716
50717         * lib/regex_internal.h: Remove all references to
50718         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50719         or better.
50720         (bitset_not, bitset_merge, bitset_not_merge):
50721         (bitset_mask, re_string_allocate, re_string_construct):
50722         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50723         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50724         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50725         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50726         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50727         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50728         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50729         (re_acquire_state_context):
50730         Remove unnecessary forward decls.
50731         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50732         Put __attribute at function definition,
50733         now that the function decl has been removed.
50734         * lib/regex_internal.c (re_string_peek_byte_case):
50735         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50736         Likewise.
50737
50738 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50739
50740         * m4/regex.m4: Add AC_PREREQ(2.50).
50741         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50742
50743 2005-08-25  Simon Josefsson  <jas@extundo.com>
50744
50745         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50746         __fsetlocking.
50747
50748 2005-08-25  Simon Josefsson  <jas@extundo.com>
50749
50750         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50751         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50752         GLIBC specific code.
50753
50754 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50755
50756         Make regex safe for g++.  This fixes one real bug (an "err"
50757         that should have been "*err").  g++ problem reported by
50758         Sam Steingold.
50759         * lib/regex_internal.h (re_calloc): New macro, consistent with
50760         re_malloc etc.  All callers of calloc changed to use re_calloc.
50761         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50762         not int.  All callers changed.
50763         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50764         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50765         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50766         (find_recover_state): Change "err" to "*err"; this fixes what
50767         appears to be a real bug.
50768         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50769         versus int.
50770
50771 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50772
50773         * modules/regex (Depends-on): Add malloc, since the code
50774         assumes that !malloc(0) means failure.
50775
50776 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50777
50778         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50779
50780         alloca modernization/simplification for regex.
50781         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50782         needs to be at the start of the file, and can be moved into
50783         regex_internal.h and simplified.
50784         * lib/regex_internal.h: Include <alloca.h>.
50785         (__libc_use_alloca) [!defined _LIBC]: New macro.
50786         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50787         now works outside glibc.
50788
50789 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50790
50791         * config/srclist.txt: Add glibc bugs 1241, 1245.
50792
50793 2005-08-25  Jim Meyering  <jim@meyering.net>
50794
50795         * lib/open-safer.c: Include <config.h>.
50796         Otherwise, we'd lose LARGEFILE support in any file using
50797         e.g. "fcntl--.h"
50798
50799 2005-08-25  Bruno Haible  <bruno@clisp.org>
50800
50801         * m4/minmax.m4: Require autoconf 2.52.
50802         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50803         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50804         alternatives of translit over the alphabet.
50805         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50806
50807 2005-08-24  Simon Josefsson  <jas@extundo.com>
50808
50809         * tests/test-getpass.c: New file.
50810
50811 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50812
50813         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50814         for GNU regex features.
50815
50816 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50817
50818         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50819         * lib/regex.h (regerror): Likewise.
50820
50821         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50822         requires this.  (The code never needed it.)
50823
50824         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50825         All uses of recently-renamed identifiers changed to use the new,
50826         POSIX-compliant names.  The code will build and run just fine
50827         without these changes, but it's better to eat our own dog food
50828         and use the standard-conforming names.
50829
50830         * lib/regex.h: Fix a multitude of POSIX name space violations.
50831         These changes have an effect only for programs that define
50832         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50833         do not change anything for programs compiled in the normal way.
50834         Also, there is no effect on the ABI.
50835
50836         (_REGEX_SOURCE): New macro.
50837         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50838         defined and _GNU_SOURCE is not; this fixes a name space violation.
50839
50840         Rename the following macros to obey POSIX requirements.
50841         The old names are still visible as macros if _REGEX_SOURCE is defined.
50842         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50843         RE_BACKSLASH_ESCAPE_IN_LISTS.
50844         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50845         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50846         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50847         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50848         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50849         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50850         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50851         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50852         (REG_INTERVALS): renamed from RE_INTERVALS.
50853         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50854         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50855         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50856         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50857         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50858         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50859         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50860         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50861         RE_UNMATCHED_RIGHT_PAREN_ORD.
50862         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50863         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50864         (REG_DEBUG): renamed from RE_DEBUG.
50865         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50866         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50867         unusual, since we can't clash with the POSIX REG_ICASE.
50868         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50869         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50870         (REG_NO_SUB): renamed from RE_NO_SUB.
50871         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50872         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50873         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50874         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50875         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50876         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50877         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50878         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50879         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50880         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50881         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50882         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50883         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50884         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50885         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50886         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50887         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50888         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50889         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50890         (REG_FIXED): Renamed from REGS_FIXED.
50891         (REG_NREGS): Renamed from RE_NREGS.
50892
50893         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50894         of other REG_* macros, since POSIX says the user is allowed to
50895         #undef these macros selectively.
50896
50897         (reg_errcode_t): Update comment stating what other tables need
50898         to be consistent.
50899
50900         Rename the following enum values to obey POSIX requirements.
50901         The old names are still visible as macros.
50902         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50903         is not defined, since GNU is supposed to be a superset of POSIX as
50904         much as possible, and since we want reg_errcode_t to be a signed
50905         type for implementation consistency.
50906         (_REG_NOERROR): Renamed from REG_NOERROR.
50907         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50908         (_REG_BADPAT): Renamed from REG_BADPAT.
50909         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50910         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50911         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50912         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50913         (_REG_EBRACK): Renamed from REG_EBRACK.
50914         (_REG_EPAREN): Renamed from REG_EPAREN.
50915         (_REG_EBRACE): Renamed from REG_EBRACE.
50916         (_REG_BADBR): Renamed from REG_BADBR.
50917         (_REG_ERANGE): Renamed from REG_ERANGE.
50918         (_REG_ESPACE): Renamed from REG_ESPACE.
50919         (_REG_BADRPT): Renamed from REG_BADRPT.
50920         (_REG_EEND): Renamed from REG_EEND.
50921         (_REG_ESIZE): Renamed from REG_ESIZE.
50922         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50923         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50924         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50925         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50926         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50927
50928         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50929         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50930         changed.  But support the old name if the new one is not defined
50931         and if _REGEX_SOURCE.
50932
50933         Change the following member names in struct re_pattern_buffer.
50934         The old names are still supported if !_REGEX_SOURCE.
50935         The new names are always supported, regardless of _REGEX_SOURCE.
50936         (re_buffer): Renamed from buffer.
50937         (re_allocated): Renamed from allocated.
50938         (re_used): Renamed from used.
50939         (re_syntax): Renamed from syntax.
50940         (re_fastmap): Renamed from fastmap.
50941         (re_translate): Renamed from translate.
50942         (re_can_be_null): Renamed from can_be_null.
50943         (re_regs_allocated): Renamed from regs_allocated.
50944         (re_fastmap_accurate): Renamed from fastmap_accurate.
50945         (re_no_sub): Renamed from no_sub.
50946         (re_not_bol): Renamed from not_bol.
50947         (re_not_eol): Renamed from not_eol.
50948         (re_newline_anchor): Renamed from newline_anchor.
50949
50950         Change the following member names in struct re_registers.
50951         The old names are still supported if !_REGEX_SOURCE.
50952         The new names are always supported, regardless of _REGEX_SOURCE.
50953         (rm_num_regs): Renamed from num_regs.
50954         (rm_start): Renamed from start.
50955         (rm_end): Renamed from end.
50956
50957         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50958         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50959         Prepend __ to parameter names.
50960
50961         Undo yesterday's changes.
50962
50963 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50964
50965         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50966         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50967         lib/regex.c.
50968
50969 2005-08-24  Jim Meyering  <jim@meyering.net>
50970
50971         Sync from coreutils.
50972         * m4/fcntl-safer.m4: New file.
50973
50974         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50975         and object files for this module.
50976
50977 2005-08-24  Jim Meyering  <jim@meyering.net>
50978
50979         Sync from coreutils.
50980         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50981
50982 2005-08-24  Jim Meyering  <jim@meyering.net>
50983
50984         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50985         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50986
50987 2005-08-24  Jim Meyering  <jim@meyering.net>
50988
50989         * modules/fcntl-safer: New module.
50990         * modules/fts (Depends-on): Add fcntl-safer.
50991         * MODULES.html.sh (File descriptor based Input/Output):
50992         Add fcntl-safer.
50993
50994 2005-08-24  Bruno Haible  <bruno@clisp.org>
50995
50996         Support for unit test modules.
50997         * modules/README: Mention tests modules.
50998         * modules/TEMPLATE-TESTS: New file.
50999         * gnulib-tool: New options --extract-tests-module, --with-tests and
51000         --tests-base (unused for the moment).
51001         (testsbase, inctests): New variables.
51002         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51003         (func_verify_module): Exclude TEMPLATE-TESTS.
51004         (func_verify_nontests_module, func_verify_tests_module): New functions.
51005         (func_get_dependencies): Add implicit dependency for tests modules.
51006         (func_get_tests_module): New function.
51007         (func_modules_transitive_closure): When --with-tests was specified,
51008         include the unit tests as well, unless explicitly avoided.
51009         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51010         (func_emit_tests_Makefile_am): New function.
51011         (func_create_testdir): When --with-tests was specified, emit a
51012         tests/ directory.
51013         * MODULES.html.sh (Future developments): Update.
51014
51015 2005-08-24  Bruno Haible  <bruno@clisp.org>
51016
51017         * modules/tls-tests: New file.
51018         * tests/test-tls.c: New file, from GNU gettext.
51019
51020 2005-08-24  Bruno Haible  <bruno@clisp.org>
51021
51022         * modules/lock-tests: New file.
51023         * tests/test-lock.c: New file, from GNU gettext.
51024
51025 2005-08-24  Bruno Haible  <bruno@clisp.org>
51026
51027         * lib/lock.h: Add multiple inclusion guard.
51028         * lib/tls.h: Add multiple inclusion guard.
51029
51030 2005-08-24  Bruno Haible  <bruno@clisp.org>
51031
51032         * gnulib-tool: Add support for the --aux-dir option to
51033         --create-testdir, --create-megatestdir, --test, --megatest.
51034         (func_create_testdir, func_create_megatestdir): Optionally emit a
51035         AC_CONFIG_AUX_DIR directive.
51036         (create-testdir, create-megatestdir, test, megatest): Provide a
51037         default value for $auxdir.
51038
51039 2005-08-24  Bruno Haible  <bruno@clisp.org>
51040
51041         * gnulib-tool (import): Use compound statement instead of subshell
51042         where possible.
51043
51044 2005-08-24  Bruno Haible  <bruno@clisp.org>
51045
51046         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51047
51048 2005-08-24  Bruno Haible  <bruno@clisp.org>
51049
51050         * gnulib-tool (func_version): Update.
51051
51052 2005-08-24  Bruno Haible  <bruno@clisp.org>
51053
51054         * gnulib-tool (func_import, func_create_testdir,
51055         func_create_megatestdir): Quote all autoconf macro arguments.
51056
51057 2005-08-24  Bruno Haible  <bruno@clisp.org>
51058
51059         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51060         option --force, because --force causes the aclocal.m4 of each
51061         subdirectory to be newer than the corresponding config.h.in.
51062
51063 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51064
51065         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51066         All contents moved to gl_REGEX.
51067         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51068         assume that it does.
51069
51070 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51071
51072         * lib/regex.h (REG_NOSYS)
51073         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51074         Define, since POSIX requires it as of 2001.
51075         (_REG_ENOSYS)
51076         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51077         New private symbol, used to keep the enum signed in all cases.
51078         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51079         Youngman in
51080         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51081
51082         * lib/regex_internal.c (re_string_skip_chars, register_state):
51083         (calc_state_hash):
51084         Remove forward decls; no longer needed now that we use prototypes.
51085         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51086         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51087         (clean_state_log_if_needed): Likewise.
51088
51089 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51090
51091         * config/srclist.txt: Add glibc bugs 1231-1233.
51092
51093 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51094
51095         Fix problems reported by Sam Steingold in
51096         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51097         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51098         assumed that reg_errcode_t is a signed type, which is not
51099         necessarily true if _XOPEN_SOURCE is not defined.
51100         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51101         since some compilers warn about it otherwise.
51102
51103 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51104
51105         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51106         (init_word_char, create_initial_state, duplicate_node_closure):
51107         (fetch_token, peek_token_bracket, build_range_exp):
51108         (build_collating_symbol): Remove forward decls; no longer needed
51109         now that we use prototypes.
51110
51111         * lib/regcomp.c:
51112         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51113         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51114         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51115         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51116         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51117         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51118         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51119         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51120         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51121         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51122         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51123         (build_charclass, build_charclass_op, fetch_number, create_tree):
51124         (create_token_tree, mark_opt_subexp, duplicate_tree):
51125         Use prototypes rather than old-style definitions.
51126
51127         * lib/regex_internal.c:
51128         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51129         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51130         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51131         (re_string_reconstruct, re_string_peek_byte_case):
51132         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51133         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51134         (re_node_set_init_copy, re_node_set_add_intersect):
51135         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51136         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51137         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51138         (re_acquire_state, re_acquire_state_context, register_state):
51139         (create_ci_newstate, create_cd_newstate, free_state):
51140         Likewise.
51141         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51142         re_search_2):
51143         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51144         (re_search_internal, prune_impossible_nodes):
51145         (acquire_init_state_context, check_matching, static):
51146         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51147         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51148         (update_regs, sift_states_backward, build_sifted_states):
51149         (clean_state_log_if_needed, merge_state_array):
51150         (update_cur_sifted_state, add_epsilon_src_nodes):
51151         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51152         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51153         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51154         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51155         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51156         (check_arrival, check_arrival_add_next_nodes):
51157         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51158         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51159         (check_node_accept_bytes, check_node_accept, extend_buffers):
51160         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51161         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51162         (sift_ctx_init):
51163         Likewise.
51164
51165         * lib/regex_internal.h:
51166         (re_string_allocate, re_string_construct, re_string_reconstruct):
51167         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51168         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51169         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51170         (re_string_context_at, re_string_peek_byte_case):
51171         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51172         is defined, since we now use prototypes always.
51173
51174         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51175         C89 or better.  All uses removed.
51176
51177 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51178
51179         * config/srclist.txt: Add glibc bugs 1220-1227.
51180
51181 2005-08-20  Jim Meyering  <jim@meyering.net>
51182
51183         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51184         of unused local, dfa.
51185
51186 2005-08-20  Bruno Haible  <bruno@clisp.org>
51187
51188         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51189
51190 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51191
51192         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51193         (re_node_set_insert_last, re_dfa_add_node):
51194         Rename local variables to avoid GCC shadowing warnings.
51195
51196 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51197
51198         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51199         [defined lint]: Suppress bogus uninitialized-variable warnings.
51200
51201         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51202         and let the caller return REG_ESPACE if out of space.  This
51203         removes an uninitialied-variable warning with GCC 4.0.1, and also
51204         avoids taking the address of a local variable.  All callers
51205         changed.
51206
51207 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51208
51209         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51210         $LIBCSRC/posix/regexec.c.
51211         Add glibc bug 1217 for regcomp.c.
51212
51213 2005-08-19  Jim Meyering  <jim@meyering.net>
51214
51215         * lib/regexec.c (proceed_next_node): Redo local variables to
51216         avoid GCC shadowing warnings.
51217
51218 2005-08-18  Bruno Haible  <bruno@clisp.org>
51219
51220         * lib/strstr.c (strstr): Fix return value in multibyte case.
51221         * lib/strcasestr.c (strcasestr): Likewise.
51222
51223 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51224
51225         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51226
51227 2005-08-17  Jim Meyering  <jim@meyering.net>
51228
51229         Make the %s format (seconds since the epoch) work for a negative
51230         number and when used with a zero-padded field width, e.g. %015s.
51231
51232         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51233         label so that it precedes the code to set `digits'.  Otherwise,
51234         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51235         print `00-22'.  Now, it prints `-0022', as it should.
51236
51237 2005-08-17  Bruno Haible  <bruno@clisp.org>
51238
51239         * modules/strstr (Files): Add m4/mbrtowc.m4.
51240         (Depends-on): Add mbuiter.
51241
51242 2005-08-17  Bruno Haible  <bruno@clisp.org>
51243
51244         * modules/strcasestr: New file.
51245         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51246         strcasestr.
51247
51248 2005-08-17  Bruno Haible  <bruno@clisp.org>
51249
51250         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51251
51252 2005-08-17  Bruno Haible  <bruno@clisp.org>
51253
51254         * modules/mbuiter: New file.
51255         * MODULES.html.sh (Extended multibyte and wide character utilities):
51256         Add mbuiter.
51257
51258 2005-08-17  Bruno Haible  <bruno@clisp.org>
51259
51260         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51261         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51262
51263 2005-08-17  Bruno Haible  <bruno@clisp.org>
51264
51265         * m4/strcasestr.m4: New file.
51266
51267 2005-08-17  Bruno Haible  <bruno@clisp.org>
51268
51269         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51270         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51271
51272 2005-08-17  Bruno Haible  <bruno@clisp.org>
51273
51274         * lib/strcasestr.h: New file.
51275         * lib/strcasestr.c: New file.
51276
51277 2005-08-17  Bruno Haible  <bruno@clisp.org>
51278
51279         * lib/strcasecmp.c: Use mbuiter.h.
51280
51281 2005-08-17  Bruno Haible  <bruno@clisp.org>
51282
51283         * lib/mbuiter.h: New file.
51284
51285 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51286
51287         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51288         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51289         and gl_GETOPT are both invoked via different paths (as happens
51290         with GNU tar CVS because it uses both argp and getopt), the former
51291         wins.
51292
51293 2005-08-16  Bruno Haible  <bruno@clisp.org>
51294
51295         * modules/tls: New file.
51296         * MODULES.html.sh (Multithreading): Add tls.
51297
51298 2005-08-16  Bruno Haible  <bruno@clisp.org>
51299
51300         * modules/strnlen1: New file.
51301         * MODULES.html.sh (String handling): Add strnlen1.
51302
51303 2005-08-16  Bruno Haible  <bruno@clisp.org>
51304
51305         * modules/strcase (Files): Add m4/mbrtowc.m4.
51306         (Depends-on): Add strnlen1, mbchar.
51307
51308 2005-08-16  Bruno Haible  <bruno@clisp.org>
51309
51310         * modules/mbiter: New file.
51311         * MODULES.html.sh (Extended multibyte and wide character utilities):
51312         Add mbiter.
51313
51314 2005-08-16  Bruno Haible  <bruno@clisp.org>
51315
51316         * modules/mbfile: New file.
51317         * MODULES.html.sh (Extended multibyte and wide character utilities):
51318         Add mbfile.
51319
51320 2005-08-16  Bruno Haible  <bruno@clisp.org>
51321
51322         * modules/mbchar: New file.
51323         * MODULES.html.sh (Extended multibyte and wide character utilities):
51324         New section.
51325
51326 2005-08-16  Bruno Haible  <bruno@clisp.org>
51327
51328         * m4/tls.m4: New file, from GNU gettext.
51329
51330 2005-08-16  Bruno Haible  <bruno@clisp.org>
51331
51332         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51333         always.
51334         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51335
51336 2005-08-16  Bruno Haible  <bruno@clisp.org>
51337
51338         * m4/mbiter.m4: New file.
51339
51340 2005-08-16  Bruno Haible  <bruno@clisp.org>
51341
51342         * m4/mbfile.m4: New file.
51343
51344 2005-08-16  Bruno Haible  <bruno@clisp.org>
51345
51346         * m4/mbchar.m4: New file.
51347
51348 2005-08-16  Bruno Haible  <bruno@clisp.org>
51349
51350         * lib/tls.h: New file, from GNU gettext.
51351         * lib/tls.c: New file, from GNU gettext.
51352
51353 2005-08-16  Bruno Haible  <bruno@clisp.org>
51354
51355         * lib/strnlen1.h: New file.
51356         * lib/strnlen1.c: New file.
51357
51358 2005-08-16  Bruno Haible  <bruno@clisp.org>
51359
51360         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51361         (mbi_init): Update.
51362         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51363         NUL byte, not after it.
51364
51365 2005-08-16  Bruno Haible  <bruno@clisp.org>
51366
51367         * lib/strcase.h (strcasecmp): Add note in comments.
51368         * lib/strncasecmp.c: Use code from strcasecmp.c.
51369         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51370         (strcasecmp): Work correctly in multibyte locales.
51371
51372 2005-08-16  Bruno Haible  <bruno@clisp.org>
51373
51374         * lib/mbiter.h: New file.
51375
51376 2005-08-16  Bruno Haible  <bruno@clisp.org>
51377
51378         * lib/mbfile.h: New file.
51379
51380 2005-08-16  Bruno Haible  <bruno@clisp.org>
51381
51382         * lib/mbchar.h: New file.
51383         * lib/mbchar.c: New file.
51384
51385 2005-08-16  Bruno Haible  <bruno@clisp.org>
51386
51387         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51388         the valid ones. Makes the comparison operations transitive:
51389         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51390         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51391
51392 2005-08-15  Simon Josefsson  <jas@extundo.com>
51393
51394         * modules/ssize_t (License): Change to 'unlimited'.
51395
51396         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51397
51398 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51399
51400         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51401         Add comments for each pending glibc patch.
51402
51403 2005-08-15  Bruno Haible  <bruno@clisp.org>
51404
51405         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51406         __cplusplus is defined.
51407
51408 2005-08-14  Jim Meyering  <jim@meyering.net>
51409
51410         Sync from coreutils.
51411
51412         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51413         Use the hash-table-based cycle-detection code not just when
51414         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51415         Reported by James Youngman in
51416         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51417         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51418         FTS_TIGHT_CYCLE_CHECK.
51419         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51420         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51421         once again.
51422         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51423         * lib/fts.c (fd_safer): Remove decl.
51424         Include fcntl--.h rather than unistd-safer.h
51425         (fts_safe_changedir): Don't call fd_safer; no longer needed
51426         now that we include fcntl--.h.
51427
51428 2005-08-12  Simon Josefsson  <jas@extundo.com>
51429
51430         * modules/getndelim2: Use ssize_t module.
51431         * modules/getnline: Likewise.
51432         * modules/safe-read: Likewise.
51433         * modules/xreadlink: Likewise.
51434
51435         * modules/ssize_t: New file.
51436
51437 2005-08-12  Simon Josefsson  <jas@extundo.com>
51438
51439         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51440
51441 2005-08-12  Simon Josefsson  <jas@extundo.com>
51442
51443         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51444         ssize_t.
51445
51446 2005-08-12  Simon Josefsson  <jas@extundo.com>
51447
51448         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51449         readline, getdelim and check_version.
51450         (Support for systems lacking ISO C 99: Sizes of integer types):
51451         Add size_max.
51452
51453 2005-08-12  Bruno Haible  <bruno@clisp.org>
51454
51455         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51456
51457 2005-08-11  Simon Josefsson  <jas@extundo.com>
51458
51459         * modules/readline: New file.
51460
51461         * modules/strnlen (Files): Add strnlen.h.
51462
51463 2005-08-11  Simon Josefsson  <jas@extundo.com>
51464
51465         * m4/readline.m4: New file.
51466
51467 2005-08-11  Simon Josefsson  <jas@extundo.com>
51468
51469         * lib/readline.h, readline.c: New file.
51470
51471 2005-08-11  Simon Josefsson  <jas@extundo.com>
51472
51473         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51474         gl_AVOID.
51475
51476 2005-08-11  Bruno Haible  <bruno@clisp.org>
51477
51478         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51479
51480 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51481
51482         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51483
51484 2005-08-10  Simon Josefsson  <jas@extundo.com>
51485
51486         * tests/test-iconvme.c: New file.
51487
51488 2005-08-10  Simon Josefsson  <jas@extundo.com>
51489
51490         * m4/strnlen.m4: New file.
51491
51492         * m4/strndup.m4: Don't check for strnlen declaration, done in
51493         strnlen.m4.
51494
51495 2005-08-10  Simon Josefsson  <jas@extundo.com>
51496
51497         * lib/strndup.c: Use strnlen.h.
51498
51499         * lib/strnlen.h: New file.
51500
51501 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51502
51503         * README: Typos.
51504
51505 2005-08-02  Simon Josefsson  <jas@extundo.com>
51506
51507         * modules/readline: New file.
51508
51509 2005-08-02  Simon Josefsson  <jas@extundo.com>
51510
51511         * modules/getdelim: New file.
51512
51513         * modules/getline: Rewrite, don't use getndelim2.
51514
51515 2005-08-02  Simon Josefsson  <jas@extundo.com>
51516
51517         * m4/getline.m4: Separate out getdelim stuff into separate module.
51518
51519         * m4/getdelim.m4: New file.
51520
51521 2005-08-02  Simon Josefsson  <jas@extundo.com>
51522
51523         * lib/getline.h, getline.c: Rewrite.
51524
51525         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51526
51527 2005-07-31  Bruno Haible  <bruno@clisp.org>
51528
51529         * lib/lock.h (gl_lock_initializer): New macro.
51530         (gl_lock_define_initialized): Use it.
51531         (gl_rwlock_initializer): New macro.
51532         (gl_rwlock_define_initialized): Use it.
51533         (gl_recursive_lock_initializer): New macro.
51534         (gl_recursive_lock_define_initialized): Use it.
51535
51536 2005-07-30  Karl Berry  <karl@gnu.org>
51537
51538         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51539         Report from Ben Pfaff, regarding getopt.
51540
51541 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51542
51543         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51544         normal way.
51545         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51546         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51547         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51548         (gl_GETOPT): Use the new macros.  Most of the implementation
51549         is moved to the new macros.  This is for programs like Emacs
51550         that don't want all the functionality of gl_GETOPT.
51551
51552 2005-07-26  Bruno Haible  <bruno@clisp.org>
51553
51554         * m4/lock.m4: Update from GNU gettext.
51555
51556 2005-07-26  Bruno Haible  <bruno@clisp.org>
51557
51558         * lib/lock.h: Update from GNU gettext.
51559         * lib/lock.c: Update from GNU gettext.
51560
51561 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51562
51563         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51564         obsolescent AC_TRY_RUN.  Include the default includes files, for
51565         'exit'.
51566
51567 2005-07-24  Bruno Haible  <bruno@clisp.org>
51568
51569         * modules/visibility: New file.
51570         * MODULES.html.sh (Misc): Add visibility.
51571
51572 2005-07-24  Bruno Haible  <bruno@clisp.org>
51573
51574         * m4/visibility.m4: New file.
51575
51576 2005-07-24  Bruno Haible  <bruno@clisp.org>
51577
51578         * doc/visibility.texi: New file.
51579
51580 2005-07-22  Bruno Haible  <bruno@clisp.org>
51581
51582         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51583         $(ALLOCA_H), redundant through BUILT_SOURCES.
51584         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51585         redundant through BUILT_SOURCES.
51586         * modules/byteswap (Makefile.am): Remove explicit dependency on
51587         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51588         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51589         $(FNMATCH_H), redundant through BUILT_SOURCES.
51590         * modules/getopt (Makefile.am): Remove explicit dependency on
51591         $(GETOPT_H), redundant through BUILT_SOURCES.
51592         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51593         redundant through BUILT_SOURCES.
51594         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51595         redundant through BUILT_SOURCES.
51596         * modules/stdbool (Makefile.am): Remove explicit dependency on
51597         $(STDBOOL_H), redundant through BUILT_SOURCES.
51598         * modules/stdint (Makefile.am): Remove explicit dependency on
51599         $(STDINT_H), redundant through BUILT_SOURCES.
51600         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51601         Remove explicit dependency on $(SYSEXITS_H).
51602         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51603
51604 2005-07-18  Simon Josefsson  <jas@extundo.com>
51605
51606         * lib/check-version.c (check_version): Accept identical versions too.
51607
51608 2005-07-18  Bruno Haible  <bruno@clisp.org>
51609
51610         * modules/lock: New file.
51611         * MODULES.html.sh (Multithreading): New section.
51612
51613 2005-07-18  Bruno Haible  <bruno@clisp.org>
51614
51615         * m4/lock.m4: New file, from GNU gettext.
51616
51617 2005-07-18  Bruno Haible  <bruno@clisp.org>
51618
51619         * lib/lock.h: New file, from GNU gettext.
51620         * lib/lock.c: New file, from GNU gettext.
51621
51622 2005-07-18  Bruno Haible  <bruno@clisp.org>
51623
51624         * lib/lock.h (gl_once_t): New type.
51625         (gl_once_define, gl_once): New macros.
51626         * lib/lock.c (fresh_once): New variable.
51627         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51628         functions.
51629
51630 2005-07-16  Simon Josefsson  <jas@extundo.com>
51631
51632         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51633         workaround, suggested by Bruno.
51634
51635 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51636
51637         * modules/xalloc (Depends-on): Add xalloc-die.
51638         * modules/xvasprintf (Depends-on): Add xalloc-die.
51639
51640 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51641
51642         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51643         with a minor change.
51644
51645 2005-07-15  Bruno Haible  <bruno@clisp.org>
51646
51647         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51648         When using lib/poll.c, define poll as rpl_poll.
51649
51650 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51651
51652         * modules/argp (Depends-on): Remove unlocked-io.
51653
51654 2005-07-14  Derek Price  <derek@ximbiot.com>
51655
51656         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51657         for glob symlink bug.
51658
51659 2005-07-14  Bruno Haible  <bruno@clisp.org>
51660
51661         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51662         Instead, test for *_unlocked function declarations directly.
51663
51664 2005-07-11  Simon Josefsson  <jas@extundo.com>
51665
51666         * modules/size_max: New file.
51667
51668         * modules/xsize: Depend on size_max module for size_max.m4.
51669
51670 2005-07-11  Simon Josefsson  <jas@extundo.com>
51671
51672         * lib/size_max.h: New file.
51673
51674 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51675
51676         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51677         copyright symbol and the year.
51678         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51679         (version_etc_va): Use parameterized copyright notice.
51680         Reword to conform to the current GNU coding standards.
51681
51682 2005-07-11  Karl Berry  <karl@gnu.org>
51683
51684         * doc/gnulib.texi (Quoting): new node.
51685         (Initial import): more info, from Patrice.
51686
51687 2005-07-11  Bruno Haible  <bruno@clisp.org>
51688
51689         * gnulib-tool (func_usage): Document option --avoid.
51690         (Command line options): Handle --avoid.
51691         (func_acceptable): New function.
51692         (func_modules_transitive_closure): Use it.
51693
51694 2005-07-11  Bruno Haible  <bruno@clisp.org>
51695
51696         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51697         Reported by Jim Meyering.
51698
51699 2005-07-10  Bruno Haible  <bruno@clisp.org>
51700
51701         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51702         Needed when size_t is smaller than 'unsigned int'.
51703         Reported by Paul Eggert.
51704
51705 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51706
51707         * modules/argp (Depends-on): Add unlocked-io
51708
51709 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51710
51711         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51712         block of defines.
51713
51714 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51715
51716         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51717         fix now.
51718
51719 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51720         and Paul Eggert  <eggert@cs.ucla.edu>
51721
51722         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51723         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51724
51725 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51726
51727         * modules/regex (Files): Add lib/regex_internal.c,
51728         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51729         (Depends-on): Add extensions.
51730         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51731
51732 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51733
51734         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51735         pathconf.
51736         * m4/same.m4 (gl_SAME): Likewise.
51737         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51738
51739         * m4/regex.m4: Adjust to new libc regex implementation.
51740         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51741         all the .c and .h parts of (the new) regex.
51742         Quote the m4 stuff better.
51743         Check for RE_ICASE bug of old gnulib.
51744         Check for REG_STARTEND of recent libc.
51745         Rename local variables from jm_* to gl_*.
51746         Quote operand of "test -f".
51747         Say "recent enough" version of libc, not "version 2".
51748         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51749         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51750         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51751         Remove check for btowc, isascii.
51752         Require AM_LANGINFO_CODESET.
51753
51754 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51755
51756         * lib/regex.c, regex.h: Sync from libc.
51757         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51758         * lib/regexec.c:
51759         New files, synced from libc, except that regex_internal.h
51760         currently has a small porting fix.
51761
51762 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51763
51764         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51765         regex_internal.c, regexec.c.
51766         Add regex_internal.h too, but as a comment, since the libc version
51767         is currently broken in gnulib mode.
51768
51769 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51770
51771         Support programs like Emacs that use gnulib but not gettext.
51772         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51773         * modules/gettext-h: New file.
51774         * modules/gettext (Files): Remove lib/gettext.h.
51775         (Depends-on): Add gettext-h.
51776         (Makefile.am): Remove lib_SOURCES.
51777         * modules/argmatch, modules/c-stack, modules/closeout:
51778         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51779         * modules/execute, modules/file-type, modules/getaddrinfo:
51780         * modules/getopt, modules/human, modules/javacomp:
51781         * modules/javaexec, modules/mkdir-p, modules/obstack:
51782         * modules/openat, modules/pagealign_alloc, modules/pipe:
51783         * modules/quotearg, modules/regex, modules/rpmatch:
51784         * modules/unicodeio, modules/userspec, modules/version-etc:
51785         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51786         * modules/xsetenv:
51787         Depend on gettext-h, not gettext.
51788
51789 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51790
51791         * gnulib-tool (func_import): Add support for 'public domain' license.
51792         * modules/alloca, modules/atexit, modules/memmove:
51793         Now public domain, not GPL.
51794         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51795         * modules/realloc, modules/strerror, modules/strtod:
51796         Now LGPL, not GPL.
51797
51798 2005-07-05  Bruno Haible  <bruno@clisp.org>
51799
51800         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51801         autoconf CVS. Needed for mingw.
51802
51803 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51804
51805         Remove the dependency of the strftime module on the tzset module.
51806         * modules/strftime (Depends-on): Remove dependency on tzset.
51807
51808 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51809
51810         Remove the dependency of the strftime module on the tzset module.
51811         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51812         gl_FUNC_TZSET_CLOBBER.
51813
51814 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51815
51816         Remove the dependency of the strftime module on the tzset module.
51817         * lib/strftime.c (my_strftime)
51818         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51819         Copy the input structure, to work around some of the bug with
51820         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51821         Solaris releases, you should also use the tzset module, but we won't
51822         require it as a dependency any more since we don't want LGPLed code
51823         to depend on GPLed code.
51824
51825 2005-07-02  Jim Meyering  <jim@meyering.net>
51826
51827         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51828         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51829         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51830         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51831
51832 2005-07-02  Jim Meyering  <jim@meyering.net>
51833
51834         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51835
51836 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51837
51838         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51839         declares only 'struct timespec;' (!).
51840
51841 2005-07-01  Jim Meyering  <jim@meyering.net>
51842
51843         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51844         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51845         * lib/save-cwd.c, tempname.c:
51846         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51847         and don't include <sys/file.h>).
51848
51849 2005-06-29  Jim Meyering  <jim@meyering.net>
51850
51851         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51852         type name.  Use the variable name instead.
51853         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51854         Likewise.
51855
51856 2005-06-28  Simon Josefsson  <jas@extundo.com>
51857
51858         * modules/check-version (Files): Add check-version.m4.
51859
51860 2005-06-28  Simon Josefsson  <jas@extundo.com>
51861
51862         * m4/check-version.m4: New file, suggested by Jim Meyering
51863         <jim@meyering.net>.
51864
51865 2005-06-28  Simon Josefsson  <jas@extundo.com>
51866
51867         * lib/check-version.h, lib/check-version.c: New files.
51868
51869 2005-06-28  Simon Josefsson  <jas@extundo.com>
51870
51871         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51872         collision with global variable.  Better indentation.  Don't
51873         increment buffer pointer beyond buffer end.  Based on comments
51874         from Paul Eggert <eggert@cs.ucla.edu>.
51875
51876         * lib/base64.h: Indent.
51877
51878 2005-06-28  Simon Josefsson  <jas@extundo.com>
51879
51880         * doc/gnulib.texi (Library version handling): New section.
51881
51882 2005-06-28  Jim Meyering  <jim@meyering.net>
51883
51884         * check-module (find_included_lib_files): Hard-code another
51885         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51886         but modules/fts-lgpl (correctly) does not list those files.
51887
51888         * modules/canonicalize (Files): Add lib/pathmax.h.
51889
51890 2005-06-25  Simon Josefsson  <jas@extundo.com>
51891
51892         * modules/check-version: New file.
51893
51894 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51895
51896         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51897         initializer of struct addrinfo, as an indication that we don't
51898         care how many members the structure has.
51899
51900 2005-06-24  Derek Price  <derek@ximbiot.com>
51901         and Bruno Haible  <bruno@clisp.org>
51902
51903         Remove stat module & update lstat.
51904         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51905         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51906         * m4/stat.m4: Remove this file.
51907
51908 2005-06-24  Derek Price  <derek@ximbiot.com>
51909         and Bruno Haible  <bruno@clisp.org>
51910
51911         Remove stat module & update lstat.
51912         * lib/stat.c: Remove this file...
51913         (slash_aware_lstat): ...moving this content and its support...
51914         * lib/lstat.c (rpl_lstat): ...into here.
51915         * lib/lstat.h: New file.
51916
51917 2005-06-24  Derek Price  <derek@ximbiot.com>
51918         and Bruno Haible  <bruno@clisp.org>
51919
51920         Remove stat module & update lstat.
51921         * config/srclist.txt (libc sources): Remove stat.
51922
51923 2005-06-24  Derek Price  <derek@ximbiot.com>
51924         and Bruno Haible  <bruno@clisp.org>
51925
51926         Remove stat module & update lstat.
51927         * MODULES.html.sh (stat): Remove.
51928         * MODULES.html: Regenerated.
51929         * modules/lstat (Description): Correct function name.
51930         (Files): Add "lstat.h".
51931         (Depends-on): Remove stat, add xalloc, stat-macros.
51932         * modules/stat: Remove this file.
51933         (Include): Add "lstat.h", remove <sys/stat.h>.
51934
51935 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51936
51937         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51938         (ranged_convert): Don't save conversion in a temporary struct.
51939         This causes a warning with GCC 4.0.0, and anyway in the typical
51940         case it's not worth the extra 100 bytes or so of code.
51941         (ranged_convert, __mktime_internal): When calling a function via a
51942         pointer P, use P () rather than (*P) (), as we now assume C89 or
51943         better.
51944
51945 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51946
51947         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51948         "who -r" failed to give output.  Problem reported by Tim Waugh.
51949
51950         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51951         (xcalloc): Use it to avoid needless tests.
51952         Problem reported by Jim Meyering.
51953
51954 2005-06-20  Derek Price  <derek@ximbiot.com>
51955
51956         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51957         unnecessary for Autoconfs > 2.59c.
51958
51959 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51960
51961         * lib/argp.h (__option_is_short): Check upper limit of
51962         __key. Isprint() requires its argument to have the value
51963         of an unsigned char or EOF.
51964
51965 2005-06-16  Jim Meyering  <jim@meyering.net>
51966
51967         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51968         when either N or S is zero.
51969
51970 2005-06-16  Derek Price  <derek@ximbiot.com>
51971
51972         * m4/bison.m4: Declare YACC & YFLAGS precious.
51973
51974 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51975
51976         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51977         multibyte string or pattern, fall back on unibyte matching.
51978         Problem reported by James Youngman.
51979
51980 2005-06-08  Bruno Haible  <bruno@clisp.org>
51981
51982         * modules/csharpcomp: New file.
51983         * MODULES.html.sh (C#): Add csharpcomp.
51984
51985 2005-06-08  Bruno Haible  <bruno@clisp.org>
51986
51987         * m4/csharpcomp.m4: New file, from GNU gettext.
51988
51989 2005-06-08  Bruno Haible  <bruno@clisp.org>
51990
51991         * lib/csharpcomp.h: New file, from GNU gettext.
51992         * lib/csharpcomp.c: New file, from GNU gettext.
51993         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51994
51995 2005-06-08  Bruno Haible  <bruno@clisp.org>
51996
51997         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51998         warning on mingw.
51999
52000 2005-06-07  Derek Price  <derek@ximbiot.com>
52001
52002         Sync from CVS.
52003         * lib/glob_.h: Indent nested #ifdef.
52004
52005 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52006
52007         Sync from coreutils.
52008         Use "file name" when talking about file names, instead of "filename"
52009         or "path", as per the GNU coding standards.
52010         * lib/mkdir-p.c: Renamed from makepath.c.
52011         (make_dir_parents): Renamed from make_path.  All callers changed.
52012         * lib/mkdir-p.h: Likewise.  All includers changed.
52013         * lib/filenamecat.c: Renamed from path-concat.c.
52014         (file_name_concat): Renamed from path_concat.  All callers changed.
52015         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52016         * lib/filenamecat.h: Likewise.  All includers changed.
52017         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52018         in comments or local variable names.
52019         * lib/basename.c: Likewise.
52020         * lib/canonicalize.c, canonicalize.h: Likewise.
52021         * lib/dirname.c, dirname.h: Likewise.
52022         * lib/euidaccess.c: Likewise.
52023         * lib/exclude.c: Likewise
52024         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52025         * lib/fsusage.c, fsuage.h: Likewise.
52026         * lib/fts.c, fts_.h: Likewise.
52027         * lib/getcwd.c: Likewise.
52028         * lib/getloadavg.c: Likewise.
52029         * lib/mkstemp.c: Likewise.
52030         * lib/mountlist.c, mountlist.h: Likewise.
52031         * lib/openat.c, openat.h: Likewise.
52032         * lib/readlink-stub.c: Likewise.
52033         * lib/readutmp.c, readutmp.h: Likewise.
52034         * lib/rename.c: Likewise.
52035         * lib/rmdir.c: Likewise.
52036         * lib/same.c: Likewise.
52037         * lib/savedir.c: Likewise.
52038         * lib/stripslash.c: Likewise.
52039         * lib/tempname.c: Likewise.
52040         * lib/xreadlink.c: Likewise.
52041         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52042         All uses changed.
52043         * lib/exclude.h: Likewise.
52044
52045         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52046         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52047         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52048         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52049         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52050         files have been getting away with it for years (MORE/BSD 4.3
52051         is extinct now).
52052         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52053         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52054
52055         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52056         Define to 256, not 255, as per modern POSIX.
52057
52058 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52059
52060         Sync from coreutils.
52061         Use "file name" when talking about file names, instead of "filename"
52062         or "path", as per the GNU coding standards.
52063         * MODULES.html.sh: mkdir-p renamed from makepath.
52064         filenamecat renamed from path-concat.
52065         * modules/filenamecat: Renamed from modules/path-concat.
52066         (Files): filenamecat.h and filenamecat.c renamed from
52067         path-concat.h and path-concat.c.
52068         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52069         (Include): filenamecat.h, not path-concat.h.
52070         * modules/mkdir-p: Renamed from modules/makepath.
52071         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52072         makepath.c.
52073         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52074         (Include): mkdir-p.h, not makepath.h.
52075
52076 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52077
52078         Sync from coreutils.
52079         * m4/mkdir-p.m4: Renamed from makepath.m4.
52080         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52081         Rename files from makepath.c to mkdir-p.c, and from
52082         makepath.h to mkdir-p.h.
52083         * m4/filenamecat.m4: Renamed from path-concat.m4.
52084         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52085         Rename files from path-concat.c to filenamecat.c,
52086         and from path-concat.h to filenamecat.h.
52087         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52088         "file name" in local variables or comments.
52089         * m4/rename.m4: Likewise.
52090
52091 2005-06-01  Bruno Haible  <bruno@clisp.org>
52092
52093         * modules/csharpexec: New file.
52094         * MODULES.html.sh (C#): New section.
52095
52096 2005-06-01  Bruno Haible  <bruno@clisp.org>
52097
52098         * m4/csharp.m4: New file, from GNU gettext.
52099         * m4/csharpexec.m4: New file, from GNU gettext.
52100
52101 2005-06-01  Bruno Haible  <bruno@clisp.org>
52102
52103         * lib/csharpexec.h: New file, from GNU gettext.
52104         * lib/csharpexec.c: New file, from GNU gettext.
52105         * lib/csharpexec.sh.in: New file, from GNU gettext.
52106
52107 2005-05-31  Derek Price  <derek@ximbiot.com>
52108             Paul Eggert  <eggert@cs.ucla.edu>
52109
52110         Sync from cvs.
52111         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52112
52113 2005-05-31  Derek Price  <derek@ximbiot.com>
52114             Paul Eggert  <eggert@cs.ucla.edu>
52115
52116         Sync from cvs.
52117         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52118
52119 2005-05-29  Derek Price  <derek@ximbiot.com>
52120
52121         * config/srclist.txt (glob_.h, glob.c): Add these files.
52122
52123 2005-05-29  Derek Price  <derek@ximbiot.com>
52124
52125         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52126         * modules/glob: New file.
52127         * modules/getlogin_r: Add link to POSIX spec in description.
52128
52129 2005-05-29  Derek Price  <derek@ximbiot.com>
52130             Paul Eggert  <eggert@cs.ucla.edu>
52131
52132         * m4/glob.m4: New file.
52133
52134 2005-05-29  Derek Price  <derek@ximbiot.com>
52135             Paul Eggert  <eggert@cs.ucla.edu>
52136
52137         * lib/glob_.h, lib/glob.c: New files.
52138
52139 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52140
52141         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52142         * modules/fts-lgpl (Depends-on): Remove gettext.
52143
52144 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52145
52146         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52147         and don't require gt_INTTYPES_PRI.
52148
52149 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52150
52151         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52152
52153         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52154         the configuration hassle isn't worth it.
52155         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52156         (LONGEST_MODIFIER, PRIuMAX): Remove.
52157
52158 2005-05-27  Bruno Haible  <bruno@clisp.org>
52159
52160         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52161
52162 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52163
52164         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52165         _POSIX_PTHREAD_SEMANTICS for Solaris.
52166
52167 2005-05-25  Derek Price  <derek@ximbiot.com>
52168
52169         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52170
52171 2005-05-25  Derek Price  <derek@ximbiot.com>
52172             Paul Eggert  <eggert@cs.ucla.edu>
52173
52174         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52175         * lib/getlogin_r.c, getlogin_r.h: New files.
52176
52177 2005-05-25  Bruno Haible  <bruno@clisp.org>
52178             Derek Price  <derek@ximbiot.com>
52179
52180         * lib/getlogin_r.h: Simplify API documentation.
52181
52182 2005-05-23  Derek Price  <derek@ximbiot.com>
52183
52184         * modules/minmax (Files): Add m4/minmax.m4.
52185         (configure.ac): Add gl_MINMAX.
52186
52187 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52188
52189         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52190         so that unistd-safer.h (GPL'ed code) need not be included.
52191
52192 2005-05-22  Bruno Haible  <bruno@clisp.org>
52193
52194         * m4/minmax.m4: New file.
52195         Based on a patch by Derek Price <derek@ximbiot.com>.
52196
52197 2005-05-22  Bruno Haible  <bruno@clisp.org>
52198
52199         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52200         (INT64_MIN): Fix definition.
52201         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52202
52203         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52204         NEED_SIGNED_INT_TYPES.
52205
52206         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52207         HAVE_SYSTEM_INTTYPES.
52208
52209 2005-05-22  Bruno Haible  <bruno@clisp.org>
52210
52211         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52212         Also include <sys/param.h> if it defines MIN, MAX.
52213         Based on a patch by Derek Price <derek@ximbiot.com>.
52214
52215 2005-05-21  Jim Meyering  <jim@meyering.net>
52216
52217         * modules/fts (Files): Add m4/inttypes-pri.m4.
52218         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52219
52220 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52221
52222         New fts module.
52223         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52224         (setup_dir, free_dir): New functions.
52225         (enter_dir, leave_dir): Define trivial
52226         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52227         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52228         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52229         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52230         Move to fts-cycle.c.
52231         (fts_open): Use setup_dir.
52232         (fts_close): Use free_dir.
52233         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52234         This adds a label and some gotos, but the alternatives were messier.
52235         Check for memory allocation failure when entering a dir.
52236         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52237         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52238         (FTS): New member fts_cycle, that is a union that contains the
52239         old active_dir_ht and cycle_state.  All uses changed to mention
52240         fts_cycle.ht and fts_cycle.state.
52241         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52242         fts.c, with the following changes:
52243         (setup_dir, free_dir): New functions.
52244         (enter_dir): Now returns bool.  Return true if successful, false
52245         if memory exhausted.  All callers changed.
52246         Do not bother partly cleaning up on
52247         memory allocation failure; that is free_dir's job.
52248         However, free ad if hash_insert fails, to avoid memory leak.
52249         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52250         fts->fts_options to see which union member to use.
52251
52252 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52253
52254         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52255         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52256
52257 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52258
52259         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52260
52261 2005-05-20  Jim Meyering  <jim@meyering.net>
52262
52263         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52264         Now a macro, to pacify GCC.
52265
52266 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52267
52268         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52269         of -1.
52270
52271 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52272
52273         * lib/chown.c (rpl_chown): Return -1 on failure.
52274
52275 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52276
52277         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52278         Don't check for stddef.h.
52279         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52280         don't use its results.
52281         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52282         since we include them unconditionally.  Don't require
52283         AM_STDBOOL_H, since stdbool is a prerequisite.
52284         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52285         since we assume C89 or better.
52286         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52287         as we don't use their results.
52288         Don't check for fchdir, memmove, memset, strrchr, as we use
52289         them unconditionally.
52290         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52291         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52292
52293 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52294
52295         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52296         Include <stddef.h> unconditionally, since we assume C89 now.
52297         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52298         * lib/fts.c: Include fts_.h first, to check interface.
52299         Do not include intprops.h; no longer needed.
52300         Include cycle-check.h and hash.h, since fts_.h no longer does.
52301         Remove unnecessary casts of closedir to void.
52302         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52303         decide whether to decrement nlinks.
52304         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52305         (FTS): Use struct hash_table * instead of Hash_table, so that
52306         we no longer need to include hash.h here.
52307
52308 2005-05-18  Jim Meyering  <jim@meyering.net>
52309
52310         * modules/dirfd (License): Change to LGPL.  Most of the code
52311         is already in the public domain.
52312
52313 2005-05-18  Jim Meyering  <jim@meyering.net>
52314
52315         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52316         Reported by Yoann Vandoorselaere.
52317
52318 2005-05-17  Jim Meyering  <jim@meyering.net>
52319
52320         * m4/fts.m4: New file, from coreutils.
52321
52322 2005-05-17  Jim Meyering  <jim@meyering.net>
52323
52324         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52325
52326 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52327
52328         Sync from coreutils.
52329         * m4/unlinkdir.m4: New file.
52330
52331 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52332
52333         Sync from coreutils.
52334         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52335         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52336         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52337         White space changes only.
52338         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52339         special.
52340         * lib/yesno.c: Include getline.h, not ctype.h.
52341         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52342         Use getline to remove arbitrary restriction on response length.
52343
52344 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52345
52346         * config/srclist-update: Spell out "Street" in FSF postal
52347         mail address; this is the style the FSF seems to prefer.
52348
52349         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52350         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52351         this updates FSF postal mail address.
52352
52353         Sync from coreutils.
52354         * modules/unlinkdir: New file.
52355         * modules/yesno (Depends-on): Add getline.
52356         * MODULES.html.sh (File system functions): Add unlinkdir.
52357
52358 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52359
52360         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52361         lib/strsep.h:
52362         Change the initial comment to refer to GPL, not LGPL.
52363         gnulib-tool will change it to LGPL as needed.
52364
52365         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52366         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52367         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52368         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52369         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52370         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52371         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52372         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52373         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52374         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52375         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52376         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52377         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52378         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52379         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52380         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52381         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52382         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52383         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52384         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52385         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52386         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52387         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52388         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52389         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52390         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52391         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52392         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52393         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52394         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52395         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52396         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52397         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52398         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52399         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52400         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52401         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52402         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52403         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52404         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52405         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52406         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52407         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52408         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52409         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52410         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52411         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52412         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52413         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52414         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52415         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52416         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52417         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52418         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52419         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52420         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52421         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52422         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52423         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52424         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52425         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52426         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52427         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52428         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52429         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52430         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52431         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52432         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52433         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52434         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52435         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52436         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52437         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52438         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52439         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52440         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52441         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52442         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52443         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52444         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52445         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52446         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52447         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52448         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52449         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52450         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52451         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52452         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52453         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52454         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52455         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52456         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52457         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52458         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52459         lib/yesno.c, lib/yesno.h:
52460         Update FSF postal mail address.
52461
52462 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52463
52464         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52465         tests/test-memmem.c, tests/test-stpncpy.c:
52466         Update FSF postal mail address.
52467
52468 2005-05-13  Bruno Haible  <bruno@clisp.org>
52469
52470         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52471         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52472         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52473         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52474         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52475         Add support for 64-bit integers in the MSVC compiler.
52476
52477 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52478
52479         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52480
52481 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52482
52483         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52484
52485 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52486
52487         * doc/getdate.texi (General date syntax): Don't say that date
52488         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52489         Problem reported by Nic Ferrier.
52490
52491 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52492
52493         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52494         specified in ai_socktype. Fix invalid ai_protocol
52495         check. ai_protocol is usually set to 0 or depending on
52496         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52497         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52498         ai_socktype / ai_protocol in the returned addrinfo structure.
52499
52500 2005-05-10  Simon Josefsson  <jas@extundo.com>
52501
52502         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52503         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52504
52505 2005-05-10  Karl Berry  <karl@gnu.org>
52506
52507         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52508         (from http://www.gnu.org/licenses).
52509         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52510         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52511         fdl.texi suffices.
52512
52513 2005-05-10  Karl Berry  <karl@gnu.org>
52514
52515         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52516         (COPYING.DOC): remove.
52517
52518         * config/srclist-update: new FSF address.
52519
52520 2005-05-10  Derek Price  <derek@ximbiot.com>
52521
52522         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52523         possible.
52524
52525 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52526             Bruno Haible  <bruno@clisp.org>
52527
52528         * modules/inet_ntop: New file.
52529         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52530         inet_ntop.
52531
52532 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52533             Bruno Haible  <bruno@clisp.org>
52534
52535         * m4/inet_ntop.m4: New file.
52536
52537 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52538             Bruno Haible  <bruno@clisp.org>
52539
52540         * lib/inet_ntop.h: New file.
52541         * lib/inet_ntop.c: New file, from glibc with modifications.
52542
52543 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52544
52545         * modules/time_r (License): Change to LGPL.
52546         * modules/extensions (License): Change to LGPL.  Actually,
52547         the license is more permissive than that, but currently gnulib-tool
52548         doesn't know how to handle more-permissive licenses.
52549
52550         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52551         Problem reported by Dave Love.
52552
52553 2005-05-08  Jim Meyering  <jim@meyering.net>
52554
52555         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52556         blank.
52557
52558 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52559
52560         * modules/argmatch (Depends-on): Add stdbool.
52561         * modules/backupfile (Depends-on): Likewise.
52562         * modules/chdir-long (Depends-on): Likewise.
52563         * modules/closeout (Depends-on): Likewise.
52564         * modules/cycle-check (Depends-on): Likewise.
52565         * modules/dirname (Depends-on): Likewise.
52566         * modules/fnmatch (Depends-on): Likewise.
52567         * modules/fsusage (Depends-on): Likewise.
52568         * modules/fwriteerror (Depends-on): Likewise.
52569         * modules/getcwd (Depends-on): Likewise.
52570         * modules/getloadavg (Depends-on): Likewise.
52571         * modules/hard-locale (Depends-on): Likewise.
52572         * modules/makepath (Depends-on): Likewise.
52573         * modules/mountlist (Depends-on): Likewise.
52574         * modules/nanosleep (Depends-on): Likewise.
52575         * modules/posixtm (Depends-on): Likewise.
52576         * modules/quotearg (Depends-on): Likewise.
52577         * modules/readtokens (Depends-on): Likewise.
52578         * modules/readtokens0 (Depends-on): Likewise.
52579         * modules/readutmp (Depends-on): Likewise.
52580         * modules/save-cwd (Depends-on): Likewise.
52581         * modules/strftime (Depends-on): Likewise.
52582         * modules/userspec (Depends-on): Likewise.
52583         * modules/utimecmp (Depends-on): Likewise.
52584         * modules/xgetcwd (Depends-on): Likewise.
52585         * modules/xnanosleep (Depends-on): Likewise.
52586         * modules/xstrtod (Depends-on): Likewise.
52587         * modules/yesno (Depends-on): Likewise.
52588
52589 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52590
52591         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52592         needless checks.
52593
52594 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52595
52596         Merge from coreutils.  Among other things,
52597         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52598         * lib/fd-safer.c: New file.
52599         * lib/fcntl-safer.h, open-safer.c: Remove.
52600         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52601         * lib/dup-safer.c: Include unistd-safer.h first.
52602         Don't include errno.h.
52603         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52604         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52605         * lib/file-type.c: Rely on file-type.h change.
52606         * lib/getloadavg.c: Include unistd-safer.h.
52607         (getloadavg): Use safer open.
52608         * lib/getusershell.c: Include "stdio-safer.h".
52609         (getusershell): Use safer fopen.
52610         * lib/long-options.c (long_options): Use NULL rather than 0.
52611         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52612         'free'.
52613         * lib/modechange.c: Likewise.
52614         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52615         (MODE_DONE): New constant.
52616         (struct mode_change): Remove 'next' member.
52617         (make_node_op_equals): New function; like the old one of the
52618         same name, except it allocates an array.
52619         (mode_compile, mode_create_from_ref): Use it.
52620         (mode_compile): Allocate result as an array, not a linked list.
52621         Parse octal string ourself, so that we catch mistakes like "+0".
52622         (mode_adjust): Arg is an array, not a linked list.
52623         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52624         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52625         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52626         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52627         Remove.  This is now stat-macros.h's job.
52628         (talloc): Remove.  All callers replaced by xalloc, so that
52629         our invokers don't have to worry about reporting memory failures.
52630         (make_node_op_equals): Remove.
52631         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52632         New constants.
52633         (struct mode_change): Moved here from modechange.h.
52634         (mode_append_entry): Remove.
52635         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52636         apps to have incorrect behavior.  Use simpler algorithm for head
52637         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52638         Detect more invalid usages rather than having somewhat-random behavior.
52639         Don't insert an "a=" action, as that leads to incorrect behavior.
52640         (mode_compile, mode_create_from_ref): Return NULL on error instead
52641         of an enum, since now there's only one way to have an error.  All
52642         callers changed.
52643         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52644         at the correct time.  Simplify calculation of "+u" and its ilk.
52645         Don't mishandle "+X".
52646         (mode_free): Remove "register" and localize decls.
52647         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52648         (struct mode_change): Move to modechange.c; callers don't
52649         need to see this stuff.
52650         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52651         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52652         (mode_change, mode_adjust): Reflect the new signatures noted above.
52653         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52654         that might redefine system include files.
52655         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52656         (my_usleep): Use NULL rather than (void *) 0.
52657         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52658         Use siginterrupt to specify that system calls should be interrupted.
52659         (rpl_nanosleep): Move initialization of suspended closer to call of
52660         my_usleep.
52661         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52662         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52663         (desirable_utmp_entry): New function.
52664         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52665         using x2nrealloc, to simplify logic.
52666         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52667         size calculation.  Do not assume utmp file is a regular file.
52668         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52669         (READ_UTMP_CHECK_PIDS): New constant.
52670         * lib/save-cwd.c: Include unistd-safer.h.
52671         (save_cwd): Use fd_safer.
52672         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52673         [!_LIBC] Include "stat-macros.h" instead.
52674         * lib/unistd-safer.h (fd_safer): New decl.
52675
52676 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52677
52678         * modules/getloadavg (Depends-on): Add unistd-safer.
52679         * modules/getusershell (Depends-on): Add stdio-safer.
52680         * modules/lstat (Depends-on): Remove xalloc.
52681         * modules/mkstemp (Depends-on): Add stat-macros.
52682         * modules/modechange (Depends-on): Remove xstrtol.
52683         Add stat-macros, xalloc.
52684         * modules/save-cwd (Depends-on): Add unistd-safer.
52685         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52686         * modules/unistd-safer (Files): Add lib/fd-safer.c
52687         (Makefile.am): Remove lib_SOURCES.
52688
52689         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52690         Remove fcntl-safer; unistd-safer supersedes it.
52691
52692 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52693
52694         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52695         AC_HEADER_STAT.
52696         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52697         (gl_PREREQ_CHOWN): Remove.
52698         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52699         it.  Don't require AC_HEADER_STAT.
52700         (gl_PREREQ_LSTAT): Remove.
52701         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52702         Don't require AC_HEADER_STAT.
52703         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52704         (gl_PREREQ_RMDIR): Remove.
52705         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52706         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52707         the stat-macros module a prerequisite.
52708         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52709         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52710         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52711         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52712         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52713         variable names.
52714         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52715         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52716         variable prefixes.
52717         * m4/fcntl-safer.m4: Remove.
52718         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52719         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52720         Invoke gl_PREREQ_FD_SAFER.
52721         (gl_PREREQ_FD_SAFER): New macro.
52722         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52723         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52724         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52725         Remove duplicate call to AC_LIBOBJ(readutmp).
52726         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52727
52728         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52729         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52730
52731 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52732
52733         * MODULES.html.sh (Misc): Add byteswap.
52734
52735 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52736
52737         * modules/getcwd (Depends-on): Add extensions.
52738         * modules/openat (Depends-on): Likewise.
52739
52740 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52741
52742         * modules/byteswap: New file.
52743
52744 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52745
52746         * m4/byteswap.m4: New file.
52747
52748 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52749
52750         * lib/byteswap_.h: New file.
52751
52752 2005-04-25  Karl Berry  <karl@gnu.org>
52753
52754         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52755
52756 2005-04-25  Albert Chin  <china@thewrittenword.com>
52757
52758         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52759         Toolkit C bug.
52760
52761 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52762
52763         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52764         (func_ln_if_changed) Remove forcibly for no error message
52765         in case file does not exist.
52766
52767 2005-04-19  Simon Josefsson  <jas@extundo.com>
52768
52769         * gnulib-tool (Options): Make --symlink mean --symbolic.
52770
52771 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52772
52773         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52774
52775 2005-04-16  Simon Josefsson  <jas@extundo.com>
52776
52777         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52778
52779 2005-04-15  Simon Josefsson  <jas@extundo.com>
52780
52781         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52782
52783 2005-04-15  Simon Josefsson  <jas@extundo.com>
52784
52785         * gnulib-tool: Rename --symlink to --symbolic.
52786
52787 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52788
52789         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52790         symbolic links to files instead of copying/moving.  Add --aux-dir,
52791         specifying directory relative --dir where auxiliary build tools
52792         are placed.
52793
52794 2005-04-14  Bruno Haible  <bruno@clisp.org>
52795
52796         * modules/allocsa (License): Change to LGPL.
52797         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52798
52799 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52800
52801         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52802         that "UTC +1 second" continues to work.  Problem reported
52803         by Dmitry V. Levin.
52804         (relunit_snumber): New rule.
52805         (relunit): Use it.
52806
52807 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52808
52809         * lib/getdate.y (universal_time_zone_table): New constant.
52810         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52811         universal_time_zone_table.
52812         (lookup_zone): Prefer universal_time_zone_table to
52813         local_time_zone_table, so that "GMT" time stamps are allowed in
52814         London during the summer.  Problem reported by Ian Abbott.
52815
52816 2005-04-12  Jim Meyering  <jim@meyering.net>
52817
52818         * lib/human.c (humblock): Set *options even when returning due to
52819         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52820         warning from gcc-4.
52821
52822 2005-04-09  Jim Meyering  <jim@meyering.net>
52823
52824         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52825         -Wuninitialized: initialize tm0.tm_year.
52826
52827 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52828
52829         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52830         count, since there's no maximum.  All uses changed.
52831         Add member dsts_seen.
52832         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52833         not being INT_MAX.
52834         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52835         Use pc_rels_seen to decide whther a date is absolute.
52836
52837         * lib/getdate.y (number): Don't overwrite year.
52838         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52839         check.
52840
52841 2005-04-02  Simon Josefsson  <jas@extundo.com>
52842
52843         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52844         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52845
52846 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52847
52848         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52849         where no absolute path name can be longer than PATH_MAX.
52850
52851 2005-03-27  Jim Meyering  <jim@meyering.net>
52852
52853         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52854
52855 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52856
52857         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52858         "one's complement" -> "ones' complement" in comment, as per Knuth.
52859         "value of type" -> "type or expression" in comment.
52860         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52861
52862 2005-03-26  Jim Meyering  <jim@meyering.net>
52863
52864         Comment nits.
52865         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52866         Correct typos: s/or/of/.
52867
52868 2005-03-26  Jim Meyering  <jim@meyering.net>
52869
52870         * modules/check-include-files: Move to ../ and rename to...
52871         * check-module: ...this.
52872
52873 2005-03-25  Jim Meyering  <jim@meyering.net>
52874
52875         * modules/xvasprintf (Files): Add xalloc.h.
52876
52877 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52878
52879         * modules/gettext (Files): config/config.rpath ->
52880         build-aux/config.rpath
52881         * modules/iconv (Files): Likewise.
52882         Problem reported by Oskar Liljeblad.
52883
52884 2005-03-23  Jim Meyering  <jim@meyering.net>
52885
52886         * modules/check-include-files: New script to check for
52887         missing dependencies, multiple includes, etc.
52888
52889         * modules/c-strtold (Depends-on): Add xalloc.
52890         * modules/c-strtod (Depends-on): Add xalloc.
52891         * modules/hash (Depends-on): Add xalloc.
52892         (Files): Remove lib/xalloc.h.
52893
52894         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52895         * modules/userspec (Files): Add lib/inttostr.h.
52896
52897 2005-03-23  Jim Meyering  <jim@meyering.net>
52898
52899         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52900
52901 2005-03-22  Jim Meyering  <jim@meyering.net>
52902
52903         * modules/stat-macros: New module.
52904         * modules/canonicalize, modules/euidaccess, modules/file-type,
52905         * modules/filemode, modules/lchown, modules/makepath,
52906         * modules/rmdir, modules/stat: Depend on new stat-macros module
52907         rather than listing lib/stat-macros.h manually.
52908         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52909
52910 2005-03-22  Jim Meyering  <jim@meyering.net>
52911
52912         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52913
52914 2005-03-22  Bruno Haible  <bruno@clisp.org>
52915
52916         * config/srclist.txt: Replace target directory 'config' with
52917         'build-aux'.
52918         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52919         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52920         ../build-aux/.
52921
52922 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52923
52924         * modules/chdir-long (Depends-on): Add mempcpy.
52925
52926         * modules/acl, modules/backupfile, modules/c-strtod,
52927         modules/c-strtold, modules/canon-host, modules/canonicalize,
52928         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52929         modules/exclude, modules/exitfail, modules/file-type,
52930         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52931         modules/getdate, modules/getline, modules/getpagesize,
52932         modules/getpass, modules/getugroups, modules/group-member,
52933         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52934         modules/inttostr, modules/long-options, modules/makepath,
52935         modules/md5, modules/memcasecmp, modules/memcoll,
52936         modules/modechange, modules/mountlist, modules/path-concat,
52937         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52938         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52939         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52940         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52941         modules/strftime, modules/strndup, modules/strverscmp,
52942         modules/timespec, modules/unlocked-io, modules/userspec,
52943         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52944         modules/yesno:
52945         Remove lib_SOURCES line from Makefile.am section, as this is now
52946         done automatically by the corresponding Autoconf macro.
52947
52948 2005-03-21  Jim Meyering  <jim@meyering.net>
52949
52950         Changes imported from coreutils.
52951
52952         * lib/cycle-check.c: Don't include xalloc.h.
52953
52954         * lib/path-concat.c: Don't include assert.h.
52955         (path_concat): Remove assertion that would have triggered
52956         for ABASE starting with more than one slash.
52957         Reported by Andreas Schwab.
52958
52959         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52960         properly when ABASE is an absolute file name.
52961         Correct the description of this function.
52962         Include <assert.h>.
52963         Add an assertion and a test driver.
52964         This fixes a bug introduced on 2004-07-02.
52965         Andreas Schwab reported the resulting failure of cp --parents:
52966         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52967
52968 2005-03-21  Jim Meyering  <jim@meyering.net>
52969
52970         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52971         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52972
52973 2005-03-21  Jim Meyering  <jim@meyering.net>
52974         and  Paul Eggert  <eggert@cs.ucla.edu>
52975
52976         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52977         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52978         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52979         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52980         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52981         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52982         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52983         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52984         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52985         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52986         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52987         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52988         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52989         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52990         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52991         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52992         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52993         for these modules.
52994
52995 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52996
52997         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52998         (which shouldn't happen), generate nothing instead of returning 0
52999         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53000
53001 2005-03-16  Bruno Haible  <bruno@clisp.org>
53002
53003         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53004         HAVE_LONGLONG_64BIT.
53005
53006 2005-03-16  Bruno Haible  <bruno@clisp.org>
53007
53008         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53009         HAVE_LONGLONG_64BIT.
53010
53011 2005-03-16  Bruno Haible  <bruno@clisp.org>
53012
53013         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53014         HAVE_LONGLONG_64BIT.
53015
53016 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53017
53018         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53019         reliably distinguish strftime failure from empty output on POSIX
53020         hosts.
53021
53022 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53023
53024         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53025         (iconv_string): Don't guess a size-zero buffer, as that might cause
53026         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53027         result would be 'too large', where 'too large' is (heuristically)
53028         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53029         overflow concerns.  This will prevent some unwanted malloc failures
53030         when the inputs are very large.
53031
53032 2005-03-15  Karl Berry  <karl@gnu.org>
53033
53034         * config/srclist.txt (config.rpath): from gettext.
53035         * config/config.rpath: update.
53036
53037 2005-03-15  Bruno Haible  <bruno@clisp.org>
53038
53039         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53040         to 'negate'.
53041
53042         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53043         variable.
53044
53045         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53046         results.
53047
53048 2005-03-14  Simon Josefsson  <jas@extundo.com>
53049
53050         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53051         <fx@gnu.org>.
53052
53053 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53054
53055         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53056         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53057         intprops.h.
53058         * lib/strtol.c: Likewise.
53059
53060 2005-03-14  Jim Meyering  <jim@meyering.net>
53061
53062         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53063         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53064         to be nonzero so that we (and caller) can detect the difference
53065         between a valid zero-length expansion and an error return, even
53066         when the underlying strftime fails before writing anything into
53067         that location.
53068
53069 2005-03-14  Bruno Haible  <bruno@clisp.org>
53070
53071         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53072         Update from GNU gettext 0.14.3.
53073
53074 2005-03-10  Jim Meyering  <jim@meyering.net>
53075
53076         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53077
53078 2005-03-10  Jim Meyering  <jim@meyering.net>
53079
53080         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53081         so that this module works on systems without fchdir.
53082
53083 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53084
53085         Factor int-properties macros into a single file, except for
53086         glibc-related files.
53087         * lib/intprops.h: New file.
53088         * lib/getloadavg.c: Include it instead of limits.h.
53089         (INT_STRLEN_BOUND): Remove.
53090         * lib/human.c: Include intprops.h.
53091         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53092         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53093         302/1000.
53094         * lib/inttostr.h: Include intprops.h instead of limits.h.
53095         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53096         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53097         for consistency with intprops.h.
53098         (time_t_is_integer, twos_complement_arithmetic): Use them.
53099         * lib/sig2str.h: Include <signal.h>, intprops.h.
53100         (INT_STRLEN_BOUND): Remove.
53101         * lib/strftime.c (TYPE_SIGNED): Remove.
53102         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53103         * lib/strtol.c: Adjust comments to match intprops.h.
53104         * lib/userspec.c: Include intprops.h.
53105         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53106         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53107         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53108         instead of rolling our own expressions.
53109         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53110
53111         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53112         instead of int.
53113         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53114         the right thing even if adding 1900 would overflow.  Similarly
53115         for tm_mon + 1 and tm_yday + 1.
53116         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53117         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53118         (DO_SIGNED_NUMBER): New macro.
53119         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53120
53121 2005-03-07  Bruno Haible  <bruno@clisp.org>
53122
53123         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53124
53125 2005-03-07  Bruno Haible  <bruno@clisp.org>
53126
53127         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53128
53129 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53130
53131         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53132         (func_import): Only replace files via --import when they have actually
53133         changed.
53134
53135 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53136
53137         * m4/mmap-anon.m4: New file.
53138         * m4/pagealign_alloc.m4: New file.
53139
53140 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53141             Bruno Haible  <bruno@clisp.org>
53142
53143         * modules/pagealign_alloc: New file.
53144         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53145
53146 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53147             Bruno Haible  <bruno@clisp.org>
53148
53149         * lib/pagealign_alloc.h: New file.
53150         * lib/pagealign_alloc.c: New file.
53151
53152 2005-03-03  Bruno Haible  <bruno@clisp.org>
53153
53154         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53155         Use an all-permissive copyright notice, recommended by RMS.
53156
53157 2005-03-02  Bruno Haible  <bruno@clisp.org>
53158
53159         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53160         of AIX, the replacement has to be done only after <string.h> is
53161         included, therefore not in config.h. stpncpy.h does the replacement,
53162         and stpncpy.c uses it.
53163
53164 2005-03-02  Bruno Haible  <bruno@clisp.org>
53165
53166         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53167         stpncpy.c uses it.
53168
53169 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53170
53171         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53172         The workaround isn't strictly needed for POSIX conformance, and
53173         it's too much of a pain to configure and maintain.  We'll ask
53174         people to fix their kernels instead.
53175         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53176         (NANOSLEEP_BUG_WORKAROUND): Remove.
53177         (xnanosleep): Remove the workaround.
53178
53179 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53180
53181         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53182         Reported by Derek Price.
53183         (Include): Add "timespec.h".
53184
53185         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53186
53187 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53188
53189         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53190         to detect nanosleep bug.
53191
53192 2005-03-01  Bruno Haible  <bruno@clisp.org>
53193
53194         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53195
53196 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53197
53198         * modules/gethrxtime: New file.
53199         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53200         (Depends-on): Add gethrxtime.
53201         (configure.ac): Add gl_XNANOSLEEP.
53202         (Makefile.am): Remove lib_SOURCES line.
53203
53204 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53205
53206         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53207         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53208
53209 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53210
53211         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53212         * lib/timespec.h (gettime): Return void, since it always
53213         succeeds now.  All uses changed.
53214         * lib/gettime.c (gettime) Likewise.
53215         [HAVE_NANOTIME]: Prefer nanotime.
53216         Assume gettimeofday succeeds, as POSIX requires.
53217         Assime time () succeeds, since other code already does.
53218         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53219         (timespec_subtract): Remove.
53220         (NANOSLEEP_BUG_WORKAROUND): New constant.
53221         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53222         things considerably.  Use it only on GNU/Linux hosts, since the
53223         workaround shouldn't be needed elsewhere.
53224
53225 2005-02-24  Bruno Haible  <bruno@clisp.org>
53226
53227         * modules/gettext (Files): Add m4/glibc2.m4.
53228
53229 2005-02-24  Bruno Haible  <bruno@clisp.org>
53230
53231         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53232         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53233         * m4/progtest.m4:
53234         Update from GNU gettext 0.14.2.
53235         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53236
53237 2005-02-24  Bruno Haible  <bruno@clisp.org>
53238
53239         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53240         * lib/config.charset: Update from GNU gettext 0.14.2.
53241
53242 2005-02-24  Bruno Haible  <bruno@clisp.org>
53243
53244         * lib/gettext.h: Update from GNU gettext 0.14.2.
53245
53246 2005-02-23  Simon Josefsson  <jas@extundo.com>
53247
53248         * m4/iconvme.m4: New file.
53249
53250 2005-02-23  Jim Meyering  <jim@meyering.net>
53251
53252         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53253         change.
53254         Thanks to Bruno Haible for catching it.
53255
53256 2005-02-22  Simon Josefsson  <jas@extundo.com>
53257
53258         * modules/iconvme: New file.
53259
53260         * MODULES.html.sh: Add iconvme.
53261
53262 2005-02-22  Simon Josefsson  <jas@extundo.com>
53263
53264         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53265
53266 2005-02-22  Simon Josefsson  <jas@extundo.com>
53267
53268         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53269
53270 2005-02-22  Jim Meyering  <jim@meyering.net>
53271
53272         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53273         s/ifndef/ifdef/.
53274
53275 2005-02-20  Neil Conway  <neilc@samurai.com>
53276
53277         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53278         returned by OSX/Darwin if the specified buffer is not large
53279         enough for the hostname.
53280
53281 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53282
53283         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53284         pass it to _help, otherwise the latter coredumps trying to
53285         dereference state.root_argp.
53286
53287 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53288
53289         * modules/chdir-long (Depends-on): Add memrchr.
53290         * modules/memrchr (Files): Add lib/memrchr.h.
53291         (Include): "memrchr.h".
53292
53293 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53294
53295         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53296
53297 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53298
53299         * lib/memrchr.h: New file.
53300         * lib/chdir-long.c: Include it.
53301         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53302         Don't bother including stddef.h.
53303
53304 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53305
53306         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53307         inclusion.
53308         Include <sys/types.h>, for dev_t.
53309         (ME_DUMMY, ME_REMOTE): Move from here....
53310         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53311         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53312         Dmitry V. Levin.
53313         Include mountlist.h first, to test the interface.
53314
53315 2005-01-29  Bruno Haible  <bruno@clisp.org>
53316
53317         * lib/progname.c (program_name): Initialize.
53318         Needed when linking statically on MacOS X.
53319
53320 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53321
53322         Sync from coreutils.
53323         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53324         (Depends-on): Add c-strtod.
53325         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53326
53327 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53328
53329         Sync from coreutils.
53330         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53331
53332         Remove files that are specific to coreutils.
53333         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53334
53335 2005-01-28  Bruno Haible  <bruno@clisp.org>
53336
53337         * modules/javacomp: New file.
53338         * MODULES.html.sh (Java): Add javacomp.
53339
53340 2005-01-28  Bruno Haible  <bruno@clisp.org>
53341
53342         * m4/javacomp.m4: New file, from GNU gettext.
53343
53344 2005-01-28  Bruno Haible  <bruno@clisp.org>
53345
53346         * lib/javacomp.sh.in: New file, from GNU gettext.
53347         * lib/javacomp.h: New file, from GNU gettext.
53348         * lib/javacomp.c: New file, from GNU gettext.
53349
53350 2005-01-26  Simon Josefsson  <jas@extundo.com>
53351
53352         * lib/gai_strerror.c: Use GPL in header.
53353
53354 2005-01-26  Bruno Haible  <bruno@clisp.org>
53355
53356         * modules/javaexec: New file.
53357         * MODULES.html.sh (Java): Add javaexec.
53358
53359 2005-01-26  Bruno Haible  <bruno@clisp.org>
53360
53361         * m4/javaexec.m4: New file, from GNU gettext.
53362
53363 2005-01-26  Bruno Haible  <bruno@clisp.org>
53364
53365         * lib/javaexec.sh.in: New file, from GNU gettext.
53366         * lib/javaexec.h: New file, from GNU gettext.
53367         * lib/javaexec.c: New file, from GNU gettext.
53368
53369 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53370
53371         * modules/lchown (Depends-on): Remove lchown.h
53372
53373 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53374
53375         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53376         must be defined if the header file was not found, in order
53377         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53378
53379 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53380
53381         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53382         initializers for struct pentry_state.
53383         (__argp_error): Check return value of __asprintf
53384         (__argp_failure): Translate error message
53385
53386         * lib/argp-parse.c: Removed braces around the expansion of N_()
53387
53388 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53389
53390         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53391         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53392         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53393         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53394         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53395         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53396         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53397         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53398         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53399         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53400         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53401         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53402         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53403         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53404         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53405         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53406         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53407         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53408         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53409         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53410         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53411         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53412         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53413         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53414         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53415         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53416         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53417         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53418         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53419         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53420         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53421         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53422         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53423         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53424         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53425         Use an all-permissive copyright notice, recommended by RMS.
53426
53427 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53428
53429         * modules/chdir-long (Depends-on): Remove mempcpy.
53430
53431 2005-01-21  Jim Meyering  <jim@meyering.net>
53432
53433         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53434         same value as for Solaris 9.
53435
53436         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53437         component length.  This included changing the parameter to be
53438         of type `char *' rather than `char const *'.
53439         * lib/chdir-long.h (chdir_long): Update prototype.
53440
53441         * lib/openat.c (fdopendir, fstatat): New functions.
53442         * lib/openat.h: Include headers required for use of DIR and struct
53443         stat.
53444         [AT_SYMLINK_NOFOLLOW]: Define.
53445         (fdopendir, fstatat): Add prototypes.
53446
53447 2005-01-21  Bruno Haible  <bruno@clisp.org>
53448
53449         * modules/classpath: New file.
53450         * MODULES.html.sh (Java): Add classpath.
53451
53452 2005-01-21  Bruno Haible  <bruno@clisp.org>
53453
53454         * lib/classpath.h: New file, from GNU gettext.
53455         * lib/classpath.c: New file, from GNU gettext.
53456
53457 2005-01-20  Simon Josefsson  <jas@extundo.com>
53458
53459         * modules/version-etc-fsf: New file.
53460
53461 2005-01-20  Simon Josefsson  <jas@extundo.com>
53462
53463         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53464         * lib/version-etc.c: Remove version_etc_copyright.
53465         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53466         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53467
53468 2005-01-20  Simon Josefsson  <jas@extundo.com>
53469
53470         * lib/base64.h (isbase64): Add.
53471
53472         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53473         using a unsigned prototype, don't inline.
53474         (base64_decode): Use it.
53475
53476 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53477
53478         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53479         it.
53480
53481 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53482
53483         * lib/save-cwd.c (save_cwd): Remove code to support the case
53484         where fchdir is missing or flaky.
53485
53486 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53487
53488         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53489
53490 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53491
53492         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53493         AC_LIBSOURCES now does this.
53494         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53495         with new ullong_max module.
53496
53497 2005-01-19  Bruno Haible  <bruno@clisp.org>
53498
53499         * modules/sh-quote: New file.
53500         * MODULES.html.sh (Executing programs): Add sh-quote.
53501
53502 2005-01-19  Bruno Haible  <bruno@clisp.org>
53503
53504         * lib/sh-quote.h: New file, from GNU gettext.
53505         * lib/sh-quote.c: New file, from GNU gettext.
53506
53507 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53508
53509         Merge from coreutils.
53510         * m4/ullong_max.m4: New file.
53511         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53512         (gl_MACROS): Assume localeconv exists.
53513
53514 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53515
53516         Merge changes from coreutils, as described below in several
53517         changelogs dated today.
53518
53519         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53520         (O_DIRECTORY): Remove; not needed here, since "." must be
53521         a directory.  All uses removed.
53522         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53523         universal on Suns, and we also need to test for IRIX.
53524         Revamp code to use 'if' rather than '#if'.
53525         Avoid unnecessary comparison of cwd->desc to 0.
53526
53527         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53528         for known valid error numbers rather than observed invalid ones.
53529
53530 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53531
53532         * modules/ullong_max: New file.
53533
53534         * modules/chdir-long, modules/openat: New files.
53535         * modules/save-cwd (Depends-on): Depend on chdir-long.
53536         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53537
53538 2005-01-18  Jim Meyering  <jim@meyering.net>
53539
53540         Merge from coreutils.
53541         * m4/chdir-long.m4, m4/openat.m4: New files.
53542         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53543         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53544         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53545         is sane and DOES follow symlinks.  Besides, testing 20 different
53546         systems found no broken chown implementations.
53547         Prompted by a change in rsync's copy of this macro.
53548         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53549
53550         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53551
53552         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53553         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53554         NULL-means-set-to-current-time semantics.
53555         Remove temporary file immediately, rather than waiting
53556         for configure's at-exit trap code to do it.
53557
53558 2005-01-18  Jim Meyering  <jim@meyering.net>
53559
53560         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53561
53562         * lib/utimens.c (futimens): Account for the fact that futimes
53563         can also fail with errno == ENOSYS or errno == ENOENT.
53564         Patch from Dmitry V. Levin.
53565
53566         Change the name of the robust chdir function from chdir to chdir_long.
53567         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53568         (restore_cwd): Use chdir_long, not chdir.
53569         * lib/chdir-long.c: Renamed from chdir.c.
53570         * lib/chdir-long.h: Renamed from chdir.h.
53571         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53572         Hurd.
53573
53574 2005-01-18  Bruno Haible  <bruno@clisp.org>
53575
53576         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53577         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53578         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53579         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53580         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53581         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53582         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53583         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53584         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53585         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53586         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53587         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53588         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53589         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53590         Use an all-permissive copyright notice, recommended by RMS.
53591
53592 2005-01-18  Bob Proulx  <bob@proulx.com>
53593
53594         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53595         simplify offsetof() macro construct to avoid compile failure with
53596         native HP-UX 11.0 ANSI C compiler.
53597
53598 2005-01-17  Bruno Haible  <bruno@clisp.org>
53599
53600         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53601         redundant because stpncpy.m4 takes care of it.
53602
53603 2005-01-17  Bruno Haible  <bruno@clisp.org>
53604
53605         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53606
53607 2005-01-17  Bruno Haible  <bruno@clisp.org>
53608
53609         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53610         used.
53611
53612 2005-01-17  Bruno Haible  <bruno@clisp.org>
53613
53614         * lib/fwriteerror.h (fwriteerror): Change specification to include
53615         fclose.
53616         * lib/fwriteerror.c: Include <stdbool.h>.
53617         (fwriteerror): At the end, close the file stream. Record whether
53618         stdout was already closed.
53619
53620 2005-01-17  Bruno Haible  <bruno@clisp.org>
53621
53622         * lib/execute.c (environ): Declare if needed.
53623         * lib/pipe.c (environ): Likewise.
53624         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53625
53626 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53627
53628         * modules/argp: Depend on vsnprintf
53629
53630 2005-01-10  Jim Meyering  <jim@meyering.net>
53631
53632         * modules/closeout (Depends-on): Add atexit.
53633
53634 2005-01-06  Bruno Haible  <bruno@clisp.org>
53635
53636         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53637
53638 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53639
53640         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53641         definitions to be after all include files, to avoid collisions.
53642         Problem reported by Bob Proulx.
53643
53644 2005-01-04  Jim Meyering  <jim@meyering.net>
53645
53646         Changes imported from coreutils.
53647         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53648         as the mkstemp template, use a temporary directory and an
53649         8.3-friendly template to avoid trouble on systems like DJGPP.
53650         Reported by Juan M. Guerrero via Stepan Kasal.
53651         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53652         close. Remove the temporary directory right away, rather than waiting
53653         for configure's at-exit trap code to do it.
53654         Suggestion from Stepan Kasal.
53655
53656 2005-01-01  Simon Josefsson  <jas@extundo.com>
53657
53658         * gnulib-tool: Print #include directives when --import'ing.
53659
53660 2004-12-28  Simon Josefsson  <jas@extundo.com>
53661
53662         * tests/test-base64.c: Include required header files.  Remove
53663         unused variables.
53664
53665 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53666
53667         * modules/error (Depends-on): Remove gettext.
53668
53669 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53670
53671         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53672         not needed.  This removes a dependency on the gettext module.
53673         [defined _LIBC]: Do not include <libintl.h>; not needed.
53674
53675 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53676
53677         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53678         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53679
53680 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53681
53682         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53683         HAVE_DECL_STRTOLD.
53684
53685 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53686
53687         * modules/getdate (Depends-on): Remove alloca-opt.
53688
53689 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53690
53691         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53692
53693 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53694
53695         * lib/argp-parse.c: Include <stddef.h>.
53696         (alignof, alignto): New macros.
53697         (parser_init): Don't assume that void * is aligned sufficiently
53698         for struct option.
53699
53700         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53701         need to extend the stack.
53702         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53703         large.
53704
53705 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53706
53707         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53708
53709 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53710
53711         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53712         (2004-10-24) change.  Apparently this was a false alarm.
53713
53714         * modules/getdate: Depend on alloca-opt, not alloca.
53715
53716 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53717
53718         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53719         Remove now-obsolete comment about AIX.
53720         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53721         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53722         (YYMAXDEPTH): New macro.
53723
53724 2004-12-18  Simon Josefsson  <jas@extundo.com>
53725
53726         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53727
53728 2004-12-18  Bruno Haible  <bruno@clisp.org>
53729
53730         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53731
53732 2004-12-18  Bruno Haible  <bruno@clisp.org>
53733
53734         * lib/fatal-signal.c (fatal_signals): Make non-const.
53735         (init_fatal_signals): New function.
53736         (uninstall_handlers, install_handlers): Ignore signals that were set to
53737         SIG_IGN.
53738         (at_fatal_signal): Call init_fatal_signals.
53739         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53740         SIG_IGN.
53741         Reported by Paul Eggert.
53742
53743 2004-12-18  Bruno Haible  <bruno@clisp.org>
53744
53745         * doc/alloca.texi: New file.
53746         * doc/alloca-opt.texi: New file.
53747
53748 2004-12-17  Jim Meyering  <jim@meyering.net>
53749
53750         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53751         Otherwise, install-sh could exit with improper exit status when
53752         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53753
53754 2004-12-16  Simon Josefsson  <jas@extundo.com>
53755
53756         * tests/test-base64.c: Add license.
53757
53758 2004-12-15  Stepan Kasal  <address@hidden>
53759
53760         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53761
53762 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53763
53764         * modules/getcwd (Files): Add m4/d-ino.m4.
53765         Suggested by Mark D. Baushke.
53766
53767 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53768
53769         * lib/getdate.y (textint): New member "negative".
53770         (time_zone_hhmm): New function.
53771         Expect 14 shift-reduce conflicts, not 13.
53772         (o_colon_minutes): New rule.
53773         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53774         (yylex): Set the "negative" member of signed numbers.
53775
53776 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53777
53778         * doc/getdate.texi (Time of day items, Time zone items):
53779         Describe new formats +00:00, UTC+00:00.
53780
53781 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53782
53783         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53784         spurious "-l"s.  Problem reported by Stepan Kasal.
53785
53786 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53787
53788         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53789         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53790
53791 2004-12-04  Simon Josefsson  <jas@extundo.com>
53792
53793         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53794         Vandoorselaere <yoann@prelude-ids.org>.
53795
53796 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53797
53798         Changes imported from coreutils.
53799         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53800         exist.
53801         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53802
53803 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53804
53805         Changes imported from coreutils.
53806         * lib/hard-locale.c: Assume <locale.h> exists.
53807         Include "strdup.h".
53808         (GLIBC_VERSION): New macro.
53809         (hard_locale): Assume setlocale exists.
53810         Rewrite to avoid #ifdef.
53811         Use strdup rather than malloc + strcpy.
53812         * lib/human.c: Assume <locale.h> exists.
53813         (human_readable): Assume localeconv exists.
53814
53815 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53816
53817         * modules/hard-locale (Depends-on): Add strdup.
53818
53819 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53820
53821         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53822         convert T2, not T.  (Imported from libc.)
53823
53824 2004-11-30  Simon Josefsson  <jas@extundo.com>
53825
53826         * modules/restrict (License): Change to LGPL.
53827
53828 2004-11-30  Simon Josefsson  <jas@extundo.com>
53829
53830         * m4/restrict.m4: Add copyright and copying conditions.
53831
53832 2004-11-30  Simon Josefsson  <jas@extundo.com>
53833
53834         * m4/base64.m4: New file.
53835
53836 2004-11-30  Simon Josefsson  <jas@extundo.com>
53837
53838         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53839         base64.
53840
53841         * tests/test-base64.c: New file.
53842
53843         * modules/base64: New file.
53844
53845 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53846
53847         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53848         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53849
53850         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53851
53852 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53853
53854         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53855         (__getcwd.c): Don't restore errno; glibc doesn't.
53856         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53857         first, falling back to our code only if its results look suspicious.
53858         Ensure that the resulting buffer is only as large as necessary.
53859
53860         * lib/readutmp.c: Include readutmp.h first.
53861         Include <errno.h>, since readutmp.h no longer does that.
53862         * lib/readutmp.h: Don't include <errno.h>,
53863         <sys/param.h>, <time.h>; not needed to establish interface.
53864         (errno): Remove decl.
53865         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53866         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53867         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53868
53869 2004-11-28  Simon Josefsson  <jas@extundo.com>
53870
53871         * lib/base64.h, base64.c: New file.
53872
53873 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53874
53875         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53876
53877 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53878
53879         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53880         (Depends-on): Remove pathmax, same.  Add mempcpy.
53881         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53882         (Makefile.am): Append getcwd.h to lib_SOURCES.
53883         (Include): Add getcwd.h.
53884         (Maintainer): Change from Jim Meyering to "all, glibc",
53885         since getdate now uses intended-for-glibc code.
53886         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53887         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53888
53889 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53890
53891         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53892         HP's ANSI C compiler.
53893         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53894         Declaring int functions causes warnings on some modern systems and
53895         shouldn't be needed to compile on ancient ones.
53896         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53897         defined.
53898
53899         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53900         with the following changes.
53901         (__set_errno): Parenthesize properly.
53902         Include <stdbool.h>.
53903         (MIN, MAX, MATCHING_INO): New macros.
53904         (__getcwd): Define with prototype, not K&R form.
53905         Use heuristics to allocate default buffer on stack if possible.
53906         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53907         behavior, and to avoid the PATH_MAX limit when computing
53908         ../../../../...
53909         Use MATCHING_INO to compare inode number to file.
53910         Check for arithmetic overflow in size calculations.
53911         Fix bug in reallocation of dot array that caused getcwd to fail
53912         on directories nested deeper than 75.
53913         Be more careful about saving errno on error.
53914         Do not use realloc; use only free+malloc, as this is a bit
53915         more flexible and avoids a needless copy operation.
53916         Do not inspect st_dev and st_ino for symbolic links; POSIX
53917         doesn't specify the latter.
53918         Check for closedir errors.
53919         Avoid needless casts.
53920         Use "#ifdef weak_alias" around weak_alias, to be like other
53921         glibc code.
53922         The following changes to getcwd.c have effect only when used in
53923         gnulib; they have no effect inside glibc proper.
53924         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53925         as alloca isn't used.
53926         (alloca, __alloca): Likewise.
53927         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53928         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53929         unconditionally, as gnulib assumes C89 or better.
53930         Do not include <sys/param.h>.
53931         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53932         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53933         better.
53934         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53935         Include <dirent.h> in a way that is compatible with modern Autoconf.
53936         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53937         New macros, if not already defined.
53938         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53939         Use "_LIBC", not "defined _LIBC", for consistency.
53940         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53941         a mempcpy module.
53942         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53943         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53944         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53945         credit only to Jim Meyering and adjust the copyright dates.
53946         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53947         <stdlib.h>, <unistd.h>, "pathmax.h".
53948         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53949         (INITIAL_BUFFER_SIZE): Remove.
53950         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53951
53952 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53953
53954         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53955         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53956         Use the _ONCE methods, for efficiency.
53957         Check for fcntl.h.  In test program, include <errno.h>
53958         and <fcntl.h> if available.  Remove old K&R cruft from
53959         test program.  Check for common errors in GNU/Linux,
53960         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53961         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53962         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53963         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53964         name accordingly.
53965         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53966         accommodate new getcwd.c.
53967         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53968         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53969         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53970         that's all we need now.
53971
53972 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53973
53974         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53975         argp-parse.c depends on getopt internals, that means we should
53976         always use our getopt, to be on the safe side.
53977         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53978         order not to spoil the result of an eventual previous invocation
53979         of gl_GETOPT_SUBSTITUTE.
53980
53981 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53982
53983         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53984         redefinition warnings. To avoid them, include the defines
53985         in `#if !defined __need_getopt ... #endif'. The only place
53986         where __getopt_argv_const is used is in definitions
53987         of getopt_long and getopt_long_only below, which are as well
53988         protected by `#ifndef __need_getopt'.
53989         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53990         __need_getopt after including <stdio.h> and <unistd.h> These
53991         headers might have defined it.
53992
53993 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53994
53995         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53996
53997 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53998
53999         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54000         (futimens): New function, which uses futimes if available.
54001         (futimens, utimens): Support timespec==NULL, with same semantics
54002         as utime and utimens.
54003         * lib/utimens.h (futimens): New decl.
54004
54005 2004-11-23  Jim Meyering  <jim@meyering.net>
54006
54007         * lib/getopt_.h: Remove trailing blanks.
54008
54009 2004-11-23  Jim Meyering  <jim@meyering.net>
54010
54011         * lib/__fpending.c: Add comment.
54012
54013 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54014
54015         * modules/canonicalize (Depends-on): Add xreadlink.
54016         Problem reported by James Youngman.
54017
54018 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54019
54020         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54021         New macros.
54022         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54023         optopt): Use them instead of invoking ## directly; otherwise, the
54024         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54025
54026 2004-11-19  Bruno Haible  <bruno@clisp.org>
54027
54028         * lib/strtok_r.c: Move comments from here...
54029         * lib/strtok_r.h: ... to here.
54030
54031 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54032
54033         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54034         implementations that mishandle size_t overflow.
54035
54036 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54037
54038         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54039         might fail.  Problem reported by Yoann Vandoorselaere.
54040         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54041         implementations that mishandle size_t overflow.
54042
54043 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54044
54045         * modules/canon-host (Depends-on): Add strdup.
54046
54047 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54048
54049         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54050
54051 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54052
54053         * lib/canon-host.c: Include "strdup.h".
54054         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54055         Use strdup instead of malloc/strcpy to duplicate strings.
54056
54057         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54058         (human_space_before_unit): New constant.
54059         * lib/human.c (human_readable): Support it.
54060
54061         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54062         (xgetcwd): Set errno correctly when failing.
54063         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54064         the failure is actually due to a PATH_MAX problem.
54065
54066         Further getopt changes to make it more likely that glibc will
54067         buy the changes back.
54068         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54069         (getopt): Use it, so to preserve glibc semantic
54070         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54071         when compiling for libc.
54072         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54073         (getopt_long, getopt_long_only): Use it.
54074
54075         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54076         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54077         (getopt): Argv is now char * const *, as per standard.
54078         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54079         not char *__getopt_argv_const *.
54080         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54081         _getopt_long_only_r): Likewise.
54082         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54083         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54084         _getopt_long_r, _getopt_long_only_r): Likewise.
54085         * lib/getopt_.h (__getopt_argv_const): Remove.
54086         (getopt): Argv is now char * const *, as per standard.
54087
54088         * lib/getdate.y (tORDINAL): New token.
54089         (day, relunit): Allow it for relative times.
54090         (relative_time_table): Use tORDINAL for ordinals.
54091
54092 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54093
54094         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54095         Document that "second" isn't allowed as an ordinal number.
54096
54097 2004-11-16  Jim Meyering  <jim@meyering.net>
54098
54099         * modules/closeout (Depends-on): Add fpending.
54100
54101 2004-11-15  Jim Meyering  <jim@meyering.net>
54102
54103         * lib/closeout.c: Include "__fpending.h" once again.
54104         Include <stdbool.h>.
54105         (close_stdout): Don't fail just because stdout was closed initially,
54106         since some programs don't write to stdout in the normal course of
54107         operation (other than --version and --help), and we don't want this
54108         function to make e.g. `touch file >&-' fail.
54109         But do fail if it was closed and someone has tried to write to it.
54110         E.g., `printf foo >&-' must fail.
54111
54112 2004-11-13  Jim Meyering  <jim@meyering.net>
54113
54114         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54115
54116 2004-11-12  Simon Josefsson  <jas@extundo.com>
54117
54118         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54119         small doc fix is still pending.
54120
54121 2004-11-11  Simon Josefsson  <jas@extundo.com>
54122
54123         * modules/strtok_r: New file.
54124
54125         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54126         strtok_r.
54127
54128 2004-11-11  Simon Josefsson  <jas@extundo.com>
54129
54130         * m4/strtok_r.m4: New file.
54131
54132         * m4/getopt.m4: Replace opterr.
54133
54134 2004-11-11  Simon Josefsson  <jas@extundo.com>
54135
54136         * lib/strtok_r.h, strtok_r.c: New file.
54137
54138 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54139
54140         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54141         of replacing opterr, getopt, etc.  This should handle the
54142         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54143
54144 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54145
54146         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54147         we can stop lying to compilers about the constness of argv when we
54148         are compiled outside glibc.
54149         (getopt, getopt_long, getopt_long_only): Use it.
54150         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54151         _getopt_internal, getopt): Likewise.
54152         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54153         _getopt_long_only_r): Likewise.
54154         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54155         _getopt_long_r, _getopt_long_only_r): Likewise.
54156
54157         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54158         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54159         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54160         the other external symbols.
54161         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54162         declaration, since the above renaming now works around collisions.
54163
54164 2004-11-11  Jim Meyering  <jim@meyering.net>
54165
54166         * lib/linebreak.c: Remove trailing blanks.
54167         * lib/alloca_.h: Likewise.
54168         * lib/acosl.c: Likewise.
54169         * lib/euidaccess.c: Likewise.
54170         * lib/allocsa.h: Likewise.
54171
54172 2004-11-10  Simon Josefsson  <jas@extundo.com>
54173
54174         * m4/getaddrinfo.m4: New file.
54175
54176 2004-11-10  Simon Josefsson  <jas@extundo.com>
54177
54178         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54179
54180 2004-11-10  Simon Josefsson  <jas@extundo.com>
54181
54182         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54183         getaddrinfo.
54184
54185         * modules/getaddrinfo: New file.
54186
54187 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54188
54189         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54190
54191 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54192
54193         * lib/mktime.c (SHR): New macro, which is a portable
54194         substitute for >> that should work even on Crays.
54195         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54196         Problem reported by Mark D. Baushke in
54197         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54198         * lib/getdate.y (SHR): Likewise.
54199         (tm_diff): Use it.
54200         * lib/strftime.c (SHR): Likewise.
54201         (tm_diff): Use it.
54202         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54203         quote_these_too, so that right shifts are well defined.  All uses
54204         changed.
54205
54206 2004-11-10  Jim Meyering  <jim@meyering.net>
54207
54208         Ensure that no close failure goes unreported.
54209         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54210         return early when it seems there's nothing to flush.
54211         Don't include __fpending.h.
54212
54213 2004-11-10  Jim Meyering  <jim@meyering.net>
54214
54215         * modules/closeout (Depends-on): Remove fpending.
54216
54217 2004-11-10  Jim Meyering  <jim@meyering.net>
54218
54219         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54220
54221 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54222
54223         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54224         gl_FUNC_STRFTIME.
54225         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54226         and AC_REQUIRE when possible, to avoid duplicate checks.
54227         Check for <wchar.h>.
54228
54229 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54230
54231         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54232
54233 2004-11-09  Bruno Haible  <bruno@clisp.org>
54234
54235         * m4/sockpfaf.m4: New file.
54236
54237 2004-11-05  Bruno Haible  <bruno@clisp.org>
54238
54239         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54240         Reported by Mark D. Baushke <mdb@cvshome.org>.
54241
54242 2004-11-04  Bruno Haible  <bruno@clisp.org>
54243
54244         2004-09-11  Bruno Haible  <bruno@clisp.org>
54245                 * allocsa.valgrind: New file.
54246         2004-02-06  Bruno Haible  <bruno@clisp.org>
54247                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54248                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54249                 Reported by Christopher Seip <chris.seip@hp.com>.
54250
54251 2004-11-04  Bruno Haible  <bruno@clisp.org>
54252
54253         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54254         (Makefile.am): Distribute it.
54255
54256 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54257
54258         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54259         with errno == ERANGE if the buffer is too small.
54260         Problem reported by Mark D. Baushke.
54261
54262 2004-11-03  Albert Chin  <china@thewrittenword.com>
54263             Paul Eggert  <eggert@cs.ucla.edu>
54264
54265         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54266         equivalent, substitute $ac_type for equivalent type rather than
54267         blindly using uint32_t *always* which won't work if uint32_t is not
54268         available.  Define _UINT32_T to work around typedef of uint32_t if
54269         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54270         2.5.1.
54271
54272 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54273
54274         * m4/jm-macros.m4: Sync from coreutils.
54275         (gl_MACROS): Check for mbrlen, for pathchk.
54276         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54277
54278 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54279
54280         * lib/xreadlink.c (MAXSIZE): New macro.
54281         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54282         size does not exceed MAXSIZE.  Avoid cast.
54283         As suggested by Mark D. Baushke in
54284         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54285         if readlink fails with buffer size just under MAXSIZE, try again
54286         with MAXSIZE.
54287
54288 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54289
54290         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54291
54292 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54293         and  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54296         (get_date): Overparenthesize to avoid GCC warning.
54297
54298 2004-11-02  Bruno Haible  <bruno@clisp.org>
54299
54300         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54301         returns void.
54302
54303 2004-11-02  Bruno Haible  <bruno@clisp.org>
54304
54305         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54306         function returns void.
54307
54308 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54309
54310         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54311         fflush_unlocked, flockfile, funlockfile, funlockfile,
54312         fputs_unlocked, putc_unlocked.
54313
54314 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54315
54316         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54317         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54318         already declared.
54319
54320 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54321
54322         * modules/getdate (Files): Add doc/getdate.texi.
54323         (Depends-on): Add setenv, xalloc.
54324
54325 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54326
54327         * lib/getdate.y: Add support for TZ="foo" within a date string.
54328         Fix some bugs near time_t boundaries.  Reject dates with
54329         out-of-range components, e.g., "Sept 31".
54330         Include <stdlib.h>, "setenv.h", "xalloc.h".
54331         (ISDIGIT_LOCALE): Remove; unused.
54332         Note that the TZ and time functions used here are not reentrant.
54333         (mktime_ok, get_tz): New functions.
54334         (TZBUFSIZE): New constant.
54335         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54336         This requires that we sometimes generate our own TZ="XXX..." setting.
54337
54338 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54339
54340         * doc/getdate.texi: New file, from coreutils with modifications for
54341         the new TZ parsing.
54342
54343 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54344
54345         * lib/mktime.c (not_equal_tm): Remove redundant check.
54346
54347 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54348
54349         * modules/regex (lib_SOURCES): Add regex.c.
54350         Reported by James Youngman in
54351         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54352
54353 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54354
54355         * lib/getdate.y: Use Bison 1.875 features, and some minor
54356         code cleanups.  This change does not affect semantics.
54357         Don't include <stdlib.h>; no longer needed.
54358         Don't include unlocked-io.h; only the "#if TEST" code uses
54359         stdio, and performance isn't crucial there.
54360         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54361         Bison 1.875 features as described below.
54362         All uses of "PC." replaced by "pc->".
54363         (YYSTYPE): Add a forward declaration.
54364         (yylex, yyerror): Use full prototypes in forward decls.
54365         Use "%pure-parser" rather than obsolescent "%pure_parser".
54366         Use %parse-param and %lex-param instead of obsolescent
54367         YYPARSE_PARAM and YYLEX_PARAM.
54368         (meridian_table, month_and_day_table, time_units_table,
54369         relative_time_table, time_zone_table, military_table,
54370         lookup_zone, lookup_word, get_date):
54371         Use NULL instead of 0 where appropriate.
54372         (to_hour): Avoid abort (), to avoid a dependency on
54373         stdlib.h.
54374         (yyerror, yylex): Now accepts parser_control * arg.
54375         (main) [TEST]: Use '\0' rather than 0 for char.
54376
54377 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54378
54379         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54380
54381 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54382
54383         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54384         It's now the caller's responsibility to handle the case where
54385         !HAVE_GETPAGESIZE && !defined getpagesize.
54386
54387         * lib/mktime.c (leapyear): Arg is long int, not int.
54388
54389 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54390
54391         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54392
54393 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54394
54395         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54396         missing.  Problem reported by James Youngman.
54397
54398 2004-10-16  Simon Josefsson  <jas@extundo.com>
54399
54400         * gnulib-tool: Fix comments.  Fix parse problem.
54401         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54402
54403 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54404
54405         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54406         implementation of getopt_long.  Problem reported by Alexander Taler in:
54407         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54408
54409 2004-10-15  Bruno Haible  <bruno@clisp.org>
54410
54411         * gnulib-tool: Untabify. Initialize supplied_libname.
54412         (func_usage): More homogenous output.
54413         (func_modules_transitive_closure, func_modules_to_filelist,
54414         func_emit_lib_Makefile_am): New functions.
54415         (func_import): New function, extracted from big case statement. Use
54416         func_get_license, func_modules_transitive_closure,
54417         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54418         opt_lgpl. Don't use test -a, as it's not portable.
54419         (func_create_testdir): Use func_modules_transitive_closure,
54420         func_modules_to_filelist, func_emit_lib_Makefile_am.
54421
54422 2004-10-15  Bruno Haible  <bruno@clisp.org>
54423
54424         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54425
54426 2004-10-15  Bruno Haible  <bruno@clisp.org>
54427
54428         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54429         the portions belonging to each module.
54430         Suggested by Derek Robert Price <derek@ximbiot.com>.
54431
54432 2004-10-12  Simon Josefsson  <jas@extundo.com>
54433
54434         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54435         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54436         to real functions.
54437
54438 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54439
54440         * modules/vsnprintf: New file.
54441
54442 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54443
54444         * m4/vsnprintf.m4: New file.
54445
54446 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54447
54448         * lib/vsnprintf.h: New file.
54449         * lib/vsnprintf.c: New file.
54450
54451 2004-10-11  Bruno Haible  <bruno@clisp.org>
54452
54453         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54454         vsnprintf.
54455
54456 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54457
54458         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54459
54460 2004-10-07  Bruno Haible  <bruno@clisp.org>
54461
54462         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54463         fits into the provided buffer.
54464
54465 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54466
54467         * lib/diacrit.c, diacrit.h: Add GPL notice.
54468
54469         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54470         notice.
54471         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54472         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54473         This avoids a potential constant-folding bug.
54474
54475 2004-10-05  Bruno Haible  <bruno@clisp.org>
54476
54477         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54478         for the declaration of strsep.
54479
54480 2004-10-05  Bruno Haible  <bruno@clisp.org>
54481
54482         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54483
54484 2004-10-04  Simon Josefsson  <jas@extundo.com>
54485
54486         * modules/memmem: New file.
54487         * tests/test-memmem.c: New file.
54488         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54489
54490 2004-10-04  Simon Josefsson  <jas@extundo.com>
54491
54492         * m4/memmem.m4: New file.
54493
54494 2004-10-04  Simon Josefsson  <jas@extundo.com>
54495
54496         * lib/memmem.h: New file.
54497         * lib/memmem.c: New file, taken from glibc.
54498
54499 2004-10-04  Simon Josefsson  <jas@extundo.com>
54500
54501         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54502         '#ifdef USE_UNLOCKED_IO'.
54503
54504 2004-10-04  Simon Josefsson  <jas@extundo.com>
54505
54506         * config/srclist.txt: Add memmem from glibc.
54507
54508 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54509
54510         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54511
54512         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54513         modules/exclude, modules/getdate, modules/getline,
54514         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54515         modules/getusershell, modules/linebuffer, modules/md5,
54516         modules/mountlist, modules/posixtm, modules/readtokens,
54517         modules/readutmp, modules/regex, modules/sha1,
54518         modules/version-etc, modules/yesno:
54519         Remove dependency on unlocked-io.
54520
54521 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54522
54523         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54524
54525         * m4/unlocked-io.m4: Add copyright notice.
54526         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54527
54528 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54529
54530         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54531         * lib/xmalloc.c (xmemdup): Likewise.
54532         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54533         XFREE): Remove these long-obsolescent macros.
54534         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54535         * lib/xstrdup.c: Remove.
54536
54537         * lib/regex.c (re_comp): Cast gettext return value to char *,
54538         Problem reported by Martin Neitzel via Mark D. Baushke.
54539
54540 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54541
54542         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54543         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54544         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54545         regex.c, sha1.c, version-etc.c, yesno.c:
54546         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54547         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54548         the includer's responsibility.
54549
54550         Sync from coreutils.
54551
54552         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54553         points to the start of a string, as the C Standard says the
54554         resulting behavior is undefined.
54555
54556         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54557         simple -> simple_backups, numbered_existing ->
54558         numbered_existing_backups, numbered -> numbered_backups
54559         to avoid shadowing problems.  All uses changed.
54560         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54561         * lib/backupfile.c (check_extension, numbered_backup):
54562         Rename locals to avoid shadowing 'basename'.
54563         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54564         once.
54565
54566         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54567         * lib/.cvsignore: Add getopt.h.
54568
54569 2004-10-04  Bruno Haible  <bruno@clisp.org>
54570
54571         * modules/README: New file.
54572         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54573         not a module.
54574
54575 2004-10-02  Jim Meyering  <jim@meyering.net>
54576
54577         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54578
54579 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54580
54581         * modules/strsep: New file.
54582
54583 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54584
54585         * m4/strsep.m4: New file.
54586
54587 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54588
54589         * lib/strsep.h: New file.
54590         * lib/strsep.c: New file.
54591
54592 2004-10-01  Simon Josefsson  <jas@extundo.com>
54593
54594         * lib/snprintf.c (snprintf): Handle size==0.
54595
54596 2004-10-01  Simon Josefsson  <jas@extundo.com>
54597             Bruno Haible  <bruno@clisp.org>
54598
54599         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54600         (snprintf): Declare 'args'.
54601
54602 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54603
54604         * lib/snprintf.c: Remove comments as to why each header is needed.
54605
54606 2004-10-01  Bruno Haible  <bruno@clisp.org>
54607
54608         * MODULES.html.sh: Add strsep.
54609
54610 2004-09-30  Simon Josefsson  <jas@extundo.com>
54611
54612         * modules/snprintf: New file.
54613
54614 2004-09-30  Simon Josefsson  <jas@extundo.com>
54615
54616         * m4/snprintf.m4: New file.
54617
54618 2004-09-30  Simon Josefsson  <jas@extundo.com>
54619
54620         * lib/snprintf.h, lib/snprintf.c: New files.
54621
54622 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54623
54624         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54625         (hol_entry_help): Never translate an empty string.
54626         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54627         * lib/argp.h (OPTION_NO_TRANS): New option.
54628
54629 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54630
54631         * modules/argp (Maintainer): Replace Simon Josefsson
54632         by Sergey Poznyakoff.
54633
54634 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54635
54636         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54637         changes merged back into glibc.
54638
54639 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54640
54641         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54642
54643 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54644
54645         * lib/xvasprintf.c: Include xalloc.h.
54646         (xvasprintf): Use xalloc_die, not xmalloc_die.
54647
54648 2004-09-29  Bruno Haible  <bruno@clisp.org>
54649
54650         * modules/alloca-opt: New file, derived from modules/alloca.
54651         * modules/allocsa: Depend on alloca-opt instead of alloca.
54652         * modules/setenv: Likewise.
54653         * modules/vasnprintf: Likewise.
54654         * MODULES.html.sh: Add alloca-opt.
54655
54656 2004-09-28  Simon Josefsson  <jas@extundo.com>
54657
54658         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54659         LGPL, and to replace license template from GPL to LGPL.
54660
54661 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54662
54663         * modules/dummy: Change license to LGPL.
54664
54665 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54666
54667         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54668
54669 2004-09-24  Simon Josefsson  <jas@extundo.com>
54670
54671         * modules/minmax (License): Change from GPL to LGPL.
54672
54673 2004-09-23  Simon Josefsson  <jas@extundo.com>
54674
54675         * gnulib-tool (--import): Typo.
54676
54677 2004-09-23  Simon Josefsson  <jas@extundo.com>
54678
54679         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54680
54681 2004-09-22  Bruno Haible  <bruno@clisp.org>
54682
54683         * modules/*: Add 'License' field.
54684         * gnulib-tool: Accept --extract-license option.
54685         (func_get_license): New function.
54686
54687 2004-09-21  Bruno Haible  <bruno@clisp.org>
54688
54689         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54690         Reported by Simon Josefsson.
54691
54692 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54693
54694         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54695         gl_AC_TYPE_LONG_LONG.
54696
54697 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54698
54699         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54700
54701 2004-09-18  Simon Josefsson  <jas@extundo.com>
54702         and  Paul Eggert  <eggert@cs.ucla.edu>
54703
54704         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54705         calls with autoreconf.  Define GL_LIB.
54706
54707 2004-09-14  Karl Berry  <karl@gnu.org>
54708
54709         * config/srclist.txt: unsync setenv.c, sigh.
54710
54711 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54712
54713         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54714         Problem reported by Bruno Haible in:
54715         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54716
54717 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54718
54719         * config/srclist.txt: Comment out argp-pvh.c.
54720
54721 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54722
54723         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54724         in case some system header has #define'd it.  Problem reported by
54725         Soeren D. Schulze in
54726         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54727
54728 2004-09-09  Karl Berry  <karl@gnu.org>
54729
54730         * regex.[ch]: delete from the root.  These were supposed to be
54731                 synced with emacs cvs, but this has not happened for about
54732                 a year, and anyway nothing else uses emacs regex.[ch].
54733                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54734                 lib/regex[.ch] is untouched.
54735
54736 2004-09-09  Bruno Haible  <bruno@clisp.org>
54737
54738         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54739
54740 2004-09-09  Bruno Haible  <bruno@clisp.org>
54741
54742         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54743         modifications.
54744         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54745
54746 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54747
54748         * modules/xvasprintf: New file.
54749         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54750
54751 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54752
54753         * lib/xvasprintf.h: New file.
54754         * lib/xvasprintf.c: New file.
54755         * lib/xasprintf.c: New file.
54756
54757 2004-09-08  Bruno Haible  <bruno@clisp.org>
54758
54759         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54760
54761 2004-09-08  Bruno Haible  <bruno@clisp.org>
54762
54763         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54764         length is > INT_MAX.
54765         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54766         more.
54767
54768 2004-09-08  Bruno Haible  <bruno@clisp.org>
54769
54770         * lib/stdint_.h: New file, taken from GNU clisp.
54771
54772 2004-09-08  Bruno Haible  <bruno@clisp.org>
54773             Oskar Liljeblad  <oskar@osk.mine.nu>
54774
54775         * modules/stdint: New file.
54776         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54777
54778 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54779
54780         Import from coreutils.
54781         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54782         strings on unbounded length.  alloca's performance benefits aren't
54783         that important here.
54784         (V_STRDUP): Remove.
54785         (parse_with_separator): New function, with most of the internals
54786         of the old parse_user_spec.  Allow user to omit both user and group,
54787         for compatibility with FreeBSD.
54788         Clone only the user name, not the entire spec.
54789         Do not set *uid, *gid unless entirely successful.
54790         Avoid memory leak in some failing cases.
54791         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54792         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54793         (parse_user_spec): Rewrite to use parse_with_separator.
54794
54795 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54796
54797         * modules/userspec: Don't depend on alloca.
54798
54799 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54800
54801         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54802
54803 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54804
54805         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54806         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54807         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54808
54809 2004-08-16  Simon Josefsson  <jas@extundo.com>
54810
54811         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54812         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54813         Add --dry-run for --import.
54814         Let user provided command line parameters override configure.ac
54815         settings.
54816
54817 2004-08-12  Simon Josefsson  <jas@extundo.com>
54818
54819         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54820         as discussed with Paul Eggert in threads rooted at
54821         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54822         and
54823         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54824         Before, the test was empty, and relied on ELIDE_CODE in source
54825         code.)
54826         (gl_PREREQ_GETOPT): New macro.
54827         (gl_GETOPT): Use them.
54828
54829 2004-08-12  Simon Josefsson  <jas@extundo.com>
54830
54831         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54832         * lib/getopt_.h: Renamed from getopt.h.
54833
54834 2004-08-12  Simon Josefsson  <jas@extundo.com>
54835
54836         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54837         Change default library name from libfoo to libgnu.
54838         Now, if you have a configure.ac that says:
54839                 gl_SOURCE_BASE(gl)
54840                 gl_M4_BASE(gl/m4)
54841                 gl_MODULES(error getopt etcetera)
54842                 gl_INIT
54843         you can import all you need by running:
54844                 ../gnulib/gnulib-tool --import
54845
54846         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54847         (Makefile.am): Rewrite, use logic from argz.
54848         (Include): Use <getopt.h> instead of "getopt.h".
54849
54850 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54851
54852         * modules/argp (Files): Add m4/unlocked-io.m4.
54853         (Depends-on): Add extensions.
54854
54855 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54856
54857         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54858         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54859         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54860         Check for program_invocation_name, program_invocation_short_name,
54861         flockfile, funlockfile, features.h, _getopt_long_only_r.
54862
54863 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54864
54865         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54866         its complicated substitute.
54867         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54868         and program_invocation_name.
54869         (__argp_basename) [!_LIBC]: Remove; the only use was
54870         replaced by its body.
54871         (__argp_short_program_name): Change condition from
54872         !defined __argp_short_program_name to
54873         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54874         to match argp-namefrob.h.
54875         (__argp_failure): Don't assume strerror_r returns char *.
54876         * lib/argp-parse.c (N_): Define unconditionally.
54877         (argp_default_options): Fill out initializers with 0 to avoid
54878         gcc warnings.
54879
54880 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54881
54882         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54883         getopt1.c.
54884
54885 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54886
54887         Merge from coreutils.
54888
54889         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54890
54891         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54892         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54893
54894 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54895
54896         Merge from coreutils.
54897
54898         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54899         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54900         for Reliant Unix 5.43.
54901
54902         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54903         (union fooround): Use uintmax_t, not long int.
54904         The rest is a merge from libc:
54905         [defined _LIBC]: Include <shlib-compat.h>.
54906         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54907
54908         * lib/settime.c (settime): Recode to avoid warning with
54909         Sun Forte C 6U2.
54910
54911         * lib/strverscmp.c: Convert to UTF-8.
54912
54913 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54914
54915         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54916         m4/uintmax_t.m4.
54917
54918 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54919
54920         * modules/xalloc-die: New file.
54921         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54922
54923         * modules/md5 (Files): Add m4/uint32_t.m4.
54924         * modules/sha1: Renamed from modules/sha.
54925         (Files):
54926         Rename lib/sha.h to lib/sha1.h.
54927         Rename lib/sha.c to lib/sha1.c.
54928         Rename m4/sha.m4 to m4/sha1.m4.
54929         (lib_SOURCES): Likewise.
54930         (configure.ac): Rename gl_SHA to gl_SHA1.
54931         (Include): sha.h -> sha1.h.
54932
54933 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54934
54935         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54936         * m4/sha1.m4: Renamed from sha.m4.
54937         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54938
54939 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54940
54941         * lib/obstack.h (obstack_empty_p):
54942         Don't assume that chunk->contents is suitably aligned.
54943         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54944         Likewise. Problem reported by Benno in
54945         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54946
54947         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54948         readable.  This could be improved further but it'd take some work.
54949
54950 2004-08-08  Simon Josefsson  <jas@extundo.com>
54951
54952         * modules/xgethostname (Depends-on): Remove exit and error (not
54953         used).
54954
54955         * modules/getpass-gnu: Add getpass.h.
54956         (Depends-on): Add stdbool.
54957         * modules/getpass: Add getpass.h.
54958
54959 2004-08-08  Simon Josefsson  <jas@extundo.com>
54960
54961         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54962         Check getpass declaration.
54963
54964 2004-08-08  Simon Josefsson  <jas@extundo.com>
54965
54966         * lib/xgethostname.c: Don't include error.h (not used).
54967
54968         * lib/getpass.h: Add.
54969         * lib/getpass.c: Include getpass.h first.
54970
54971 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54972
54973         * lib/xalloc-die.c: New file.
54974         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54975         All uses removed.
54976         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54977         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54978         xalloc-die.c.
54979         (_, N_, xalloc_die): Move to xalloc-die.c.
54980         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54981         so that we needn't mess with xalloc_msg_memory_exhausted.
54982
54983         * lib/sha1.h: Renamed from sha.h.
54984         (SHA1_H): Renamed from _SHA_H.
54985         (sha1_ctx): Renamed from sha_ctx.
54986         (sha1_init_ctx): Renamed from sha_init_ctx.
54987         (sha1_process_block): Renamed from sha_process_block.
54988         (sha1_process_bytes): Renamed from sha_process_bytes.
54989         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54990         (sha1_read_ctx): Renamed from sha_read_ctx.
54991         (sha1_stream): Renamed from sha_stream.
54992         (sha1_buffer): Renamed from sha_buffer.
54993         * lib/sha1.c: Likewise; renamed from sha.c.
54994         Do not include <sys/types.h>.
54995         Include <stddef.h> rather than <stdlib.h>.
54996
54997 2004-08-08  Bruno Haible  <bruno@clisp.org>
54998
54999         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55000         FILESYSTEM_PREFIX_LEN.
55001         * lib/progreloc.c: Likewise.
55002         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55003
55004 2004-08-06  Simon Josefsson  <jas@extundo.com>
55005
55006         * modules/progname (Depends-on): Don't depend on stdbool.
55007
55008 2004-08-06  Simon Josefsson  <jas@extundo.com>
55009
55010         * modules/getsubopt: New file.
55011         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55012         getsubopt.
55013
55014 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55015
55016         More merge from coreutils.
55017
55018         * m4/utimens.m4, m4/utimecmp.m4: New files.
55019         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55020         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55021         prereq.m4, sha.m4: Import changes from coreutils.
55022
55023 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55024
55025         More merge from coreutils.
55026         * modules/raise, modules/readtokens0, modules/utimens:
55027         * modules/utimecmp, module/xnanosleep: New files.
55028         * modules/strftime: Add lib/strftime.h.
55029         Change include from <time.h> to "strftime.h".
55030         * modules/yesno: Add lib/yesno.h.
55031         * modules/backupfile: Remove lib/addext.c.
55032         * modules/euidaccess: Add stat-macros.h.
55033         * modules/canonicalize, modules/euidaccess,
55034         modules/filemode, modules/lchown, modules/makepath,
55035         modules/rmdir, modules/stat: Likewise.
55036
55037 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55038
55039         Merge from tar.
55040         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55041         SIZE_MAX is a valid preprocessor constant.
55042         (__argp_basename): Change from "#ifndef _LIBC"
55043         to "#ifndef __argp_short_program_name", so that
55044         we don't compile these functions for tar.
55045
55046         More merges from coreutils.
55047         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55048         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55049         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55050         * lib/addext.c: Remove; no longer needed.
55051         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55052         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55053         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55054         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55055         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55056         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55057         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55058         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55059         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55060         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55061         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55062         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55063         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55064         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55065         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55066         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55067         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55068         Import changes from coreutils.
55069
55070 2004-08-05  Simon Josefsson  <jas@extundo.com>
55071
55072         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55073
55074 2004-08-05  Simon Josefsson  <jas@extundo.com>
55075
55076         * m4/getsubopt.m4: New file.
55077
55078 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55079
55080         Merge from coreutils.
55081
55082         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55083         * m4/getcwd-path-max.m4: New files.
55084
55085         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55086         FILESYSTEM_PREFIX_LEN ->
55087         FILE_SYSTEM_PREFIX_LEN.
55088         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55089         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55090         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55091         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55092
55093         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55094         prerequisite modules now handle the DOS stuff.
55095         Don't check for unistd.h.
55096
55097 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55098
55099         Merge from coreutils.
55100
55101         * lib/.gdb-history: Remove; this doesn't belong here.
55102
55103         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55104         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55105         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55106         * lib/getcwd.c: New files.
55107
55108         * lib/dirname.h: Include <stdbool.h>.
55109         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55110         for consistency with POSIX terminology.  All uses changed.
55111         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55112         (strip_trailing_slashes): Use bool for booleans.
55113         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55114
55115         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55116         sometimes returns a positive errno value even when it succeeds.
55117         (print_errno_message) [!LIBC]: Fall back on strerror if
55118         __strerror_r fails.
55119
55120         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55121         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55122         (longest_relative_suffix): New function.
55123         (path_concat): Use it.  Assume first argument is not NULL.
55124         Port to DOS.  Omit redundant separators.
55125         Report an error instead of returning NULL.
55126         Use mempcpy instead of memcpy.
55127         (xpath_concat): Remove: not declared or used.
55128
55129         * lib/same.h: Include <stdbool.h>
55130         (same_name): Return bool, not int.
55131         * lib/same.c (same_name): Likewise.
55132         (errno): Don't declare; we assume C89 or better now.
55133
55134         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55135         if not already defined.
55136
55137         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55138         * lib/dup-safer.c (errno): Likewise.
55139
55140 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55141
55142         Merge from coreutils.
55143         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55144         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55145         * modules/path-concat: Don't depend on strdup.
55146
55147 2004-08-03  Simon Josefsson  <jas@extundo.com>
55148
55149         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55150         * lib/progname.h: Don't include stdbool.h.
55151
55152 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55153
55154         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55155         * MODULES.html.sh (func_all_modules): Remove fatal.
55156
55157 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55158
55159         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55160
55161 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55162
55163         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55164         working.
55165
55166 2004-08-02  Simon Josefsson  <jas@extundo.com>
55167
55168         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55169         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55170         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55171
55172 2004-08-01  Simon Josefsson  <jas@extundo.com>
55173
55174         * lib/xgetdomainname.c: Include stdlib.h, for free().
55175
55176 2004-07-19  Bruno Haible  <bruno@clisp.org>
55177
55178         * MODULES.html.sh (func_all_modules): Add dummy.
55179
55180 2004-07-16  Simon Josefsson  <jas@extundo.com>
55181
55182         * modules/dummy: New file.
55183
55184 2004-07-16  Simon Josefsson  <jas@extundo.com>
55185
55186         * lib/dummy.c: New file.
55187
55188 2004-07-16  Bruno Haible  <bruno@clisp.org>
55189
55190         * lib/backupfile.h: Add extern "C" for C++.
55191         * lib/closeout.h: Likewise.
55192         * lib/copy-file.h: Likewise.
55193         * lib/findprog.h: Likewise.
55194         * lib/full-write.h: Likewise.
55195         * lib/pathname.h: Likewise.
55196         * lib/progname.h: Likewise.
55197         * lib/stpcpy.h: Likewise.
55198         * lib/stpncpy.h: Likewise.
55199         * lib/strcase.h: Likewise.
55200         * lib/strstr.h: Likewise.
55201         * lib/xalloc.h: Likewise.
55202
55203         * lib/mbswidth.h: Add extern "C" for C++.
55204         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55205
55206 2004-07-13  Robert Millan  <robertmh@gnu.org>
55207
55208         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55209
55210 2004-07-09  Simon Josefsson  <jas@extundo.com>
55211
55212         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55213         failed without this.)
55214
55215 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55216
55217         * modules/chown (Files): Add lib/fchown-stub.c, since
55218         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55219
55220 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55221
55222         * lib/fchown-stub.c: New file.
55223
55224 2004-06-24  Jim Meyering  <jim@meyering.net>
55225
55226         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55227
55228 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55229
55230         * modules/argz: Omit "#include".
55231
55232         * MODULES.html.sh (func_all_modules): Add calloc, to match
55233         2004-06-01 addition of calloc module.
55234
55235 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55236
55237         * m4/argz.m4: New file, which is autoupdated from libtool.
55238
55239 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55240
55241         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55242         libtool.
55243
55244 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55245
55246         * config/srclist-update: Don't insist on "USA." before the
55247         close-comment, as libtool omits the period and puts the */ on a
55248         separate line.
55249         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55250         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55251
55252 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55253
55254         * modules/argz: New file.
55255         * MODULES.html.sh (func_all_modules): Add argz.
55256
55257 2004-06-12  Jim Meyering  <jim@meyering.net>
55258         and  Paul Eggert  <eggert@cs.ucla.edu>
55259
55260         * modules/hash (Files): Add lib/xalloc.h.
55261         * modules/pipe (Depends-on): Add wait-process.
55262         * modules/stat (Depends-on): Add xalloc.
55263         * modules/userspec (Files): Add lib/userspec.h.
55264         * modules/xstrto
55265
55266         Upgrade from gettext-0.13.
55267         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55268         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55269         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55270
55271 2004-06-10  Jim Meyering  <jim@meyering.net>
55272
55273         * lib/calloc.c: New file.
55274
55275 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55276
55277         * lib/getdate.y (yylex): Allow space between sign and number.
55278         Problem reported by Dan Jacobson.
55279
55280 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55281
55282         Merge from coreutils CVS.
55283
55284         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55285         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55286         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55287         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55288         xstrtol.m4: Fix copyright date and/or serial number.
55289
55290         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55291         See if we need an fchown replacement.
55292         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55293         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55294         and use the replacement function if we detect either defect.
55295
55296         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55297         gl_UTIMECMP.
55298
55299 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55300         and  Jim Meyering  <jim@meyering.net>
55301
55302         Merge from coreutils CVS.
55303
55304         * lib/stat-macros.h: New file, with contents from file-type.h
55305         and coreutils' system.h.
55306         * lib/file-type.c: Include "stat-macros.h".
55307         * lib/file-type.h (file_type): Move all macro definitions to new file,
55308         stat-macros.h.
55309
55310         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55311         Wrap old code with this conditional.
55312         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55313         function that does not dereference symlinks.
55314         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55315
55316         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55317         dependency problems.
55318         (xreadlink): Accept new arg SIZE, for efficiency.
55319         All decls and uses changed.
55320         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55321
55322         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55323         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55324
55325         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55326         sysexits.h.
55327
55328 2004-06-01  Jim Meyering  <jim@meyering.net>
55329
55330         * m4/calloc.m4: New file.
55331
55332 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55333
55334         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55335         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55336         Also, fix a typo in a diagnostic.
55337
55338 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55339
55340         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55341         or AC_FUNC_REALLOC.
55342
55343 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55344
55345         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55346         macros to be defined.
55347         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55348         the allocator returns NULL because the requested size is zero.
55349
55350 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55351
55352         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55353         var.  Add comment explaining why libc still defines it.  This
55354         merges the following patch from glibc:
55355         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55356
55357 2004-05-20  Andreas Schwab  <schwab@suse.de>
55358
55359         * m4/free.m4: Replace free if it not known to work, not the other
55360         way round.
55361
55362 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55363
55364         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55365         present in glibc since revision 1.1 of this file.
55366         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55367         obstack_alignment_mask, obstack_alloc, obstack_base,
55368         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55369         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55370         obstack_grow0, obstack_init, obstack_int_grow,
55371         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55372         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55373         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55374         nonexistent functions.
55375
55376 2004-05-18  Karl Berry  <karl@gnu.org>
55377
55378         * config/srclist.txt: break link for vasnprintf.c.
55379
55380 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55381
55382         Port obstack to the AS/400, where pointers are 16 bytes wide and
55383         you cannot cast an integer to a valid pointer.  This patch is
55384         currently waiting to be integrated into glibc; see
55385         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55386
55387         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55388         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55389         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55390         (struct obstack): temp member is now a union of a pointer and
55391         an integer, instead of an integer.  All integer uses changed.
55392         This does not affect the physical layout of struct obstack,
55393         except on hosts (like the AS/400) where the size or alignment of
55394         void * is greater than that of ptrdiff_t.
55395         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55396         __STDC__)]: Store temporary in pointer member of union, not
55397         integer member.
55398         * lib/obstack.c: Include <stddef.h>, for offsetof.
55399         (struct fooalign): Remove; it doesn't need a name.
55400         (union fooround): Change double to long double, and add void *.
55401         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55402         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55403         not a macro.  Hence the values are always int; so remove all
55404         casts-to-int in uses.
55405
55406 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55407
55408         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55409         we can get this patch merged into glibc.
55410
55411 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55412             Paul Eggert  <eggert@cs.ucla.edu>
55413
55414         * m4/argp: Depend on alloca.
55415
55416 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55417             Paul Eggert  <eggert@cs.ucla.edu>
55418
55419         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55420         freecoding.
55421
55422 2004-05-17  Bruno Haible  <bruno@clisp.org>
55423
55424         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55425         precision that consists of a '.' followed by an empty digit string.
55426         Patch by Tor Lillqvist <tml@iki.fi>.
55427
55428 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55429
55430         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55431         for backward compatibility with older code.  We need our own
55432         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55433         it under some other name, and our alloca.h will define it.
55434
55435 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55436             Derek Price  <derek@ximbiot.com>
55437
55438         * lib/alloca.c: Include <alloca.h>, to get our interface.
55439         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55440         include <alloca.h> first.  Use C89 prototype for alloca; this
55441         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55442         Use #elif for simplicity, since we can assume C89 now.
55443         Don't try to source the system alloca.h since it will not be found
55444         and to prevent recursively including its replacement.
55445         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55446         * lib/regex.c: Likewise.
55447
55448 2004-05-16  Derek Price  <derek@ximbiot.com>
55449             Paul Eggert  <eggert@cs.ucla.edu>
55450
55451         getline cleanup.  This changes the getndelim2 API: both order of
55452         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55453         no delimiter).
55454
55455         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55456         interface does that.
55457         (getline): Always use getdelim, so that we don't have two
55458         copies of this code.
55459         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55460         if available.
55461         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55462         (GETNDELIM2_MAXIMUM): New macro.
55463         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55464         instead of the old practice of delim2==0.  All callers changed.
55465         Return -1 on overflow, instead of returning junk.
55466         Do not set *linesize unless allocation succeeds.
55467         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55468         that we include sys/types.h.
55469         * lib/getnline.h: Likewise.
55470         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55471         (getndelim2): Reorder arguments.
55472         * lib/getnline.c (getnline, getndelim):
55473         Don't discard the NMAX argument.
55474         (getnline): Invoke getndelim, to avoid code duplication.
55475         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55476         of (size_t) -1 by callers of the getnline family.
55477
55478 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55479
55480         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55481         Check for gettimeofday.
55482         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55483         Check for settimeofday, stime.
55484
55485 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55486
55487         * lib/nanosleep.c (suspended): Change its type from int to
55488         sig_atomic_t volatile.
55489         (first_call): Make it private to rpl_nanosleep, and have it
55490         be zero initially as that's a bit faster.
55491         (my_usleep): Round up fractional times instead of truncating them,
55492         as this is the usual meaning for 'sleep'.
55493
55494         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55495         doesn't work.
55496         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55497         (ENOSYS): Define if not defined.
55498         (settime): Fall back on stime if it exists and settimeofday fails.
55499         But don't bother with fallbacks if a method fails with errno == EPERM.
55500
55501 2004-05-11  Jim Meyering  <jim@meyering.net>
55502
55503         Prior to this change, the save_cwd caller required read access to the
55504         current directory on most systems (ones with the fchdir function).
55505
55506         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55507         fails, try write-only, and finally, resort to using xgetcwd.
55508
55509 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55510
55511         * lib/obstack.c, obstack.h: Import changes from libc.
55512
55513 2004-04-28  Bruno Haible  <bruno@clisp.org>
55514
55515         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55516         also implicitly appends .exe to executables.
55517         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55518         accepts Windows pathnames.
55519         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55520         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55521         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55522         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55523         Reported by Derek Robert Price <derek@ximbiot.com>.
55524
55525 2004-04-21  Karl Berry  <karl@gnu.org>
55526
55527         * config/srclist.txt (localcharset.c): break sync.
55528
55529 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55530
55531         * m4/host-os.m4: Add a copyright notice.
55532
55533 2004-04-20  Jim Meyering  <jim@meyering.net>
55534
55535         Change UTILS_ to gl_ in AC_DEFINE'd names.
55536         Change utils_- and jm_-prefixed variables, too.
55537         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55538         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55539         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55540
55541         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55542         Don't emit trailing blanks.
55543         Also rename jm_-prefixed variables to have gl_ prefix.
55544
55545         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55546         Also rename jm_-prefixed variables to have gl_ prefix.
55547
55548         * m4/jm-macros.m4: Reflect the renamings.
55549         * m4/prereq.m4: Likewise.
55550
55551 2004-04-20  Jim Meyering  <jim@meyering.net>
55552
55553         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55554         memory.
55555
55556 2004-04-20  Jim Meyering  <jim@meyering.net>
55557             Bruno Haible  <bruno@clisp.org>
55558
55559         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55560         memory when realloc fails.
55561
55562 2004-04-19  Jim Meyering  <jim@meyering.net>
55563
55564         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55565         now that readutmp.c may call `free (0)'.
55566
55567 2004-04-19  Bruno Haible  <bruno@clisp.org>
55568
55569         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55570         * m4/inttypes_h.m4: Likewise.
55571         * m4/stdint_h.m4: Likewise.
55572         * m4/intmax_t.m4: Likewise.
55573         * m4/uintmax_t.m4: Likewise.
55574
55575 2004-04-18  Jim Meyering  <jim@meyering.net>
55576
55577         * m4/prereq.m4: Don't forbid jm_ prefix.
55578
55579         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55580         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55581         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55582         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55583         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55584         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55585         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55586         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55587         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55588         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55589         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55590         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55591         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55592         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55593         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55594         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55595         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55596         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55597         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55598
55599 2004-04-18  Jim Meyering  <jim@meyering.net>
55600
55601         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55602         failure, don't leak memory and do call END_UTMP_ENT.
55603
55604 2004-04-16  Jim Meyering  <jim@meyering.net>
55605
55606         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55607         coreutils' stat program.
55608         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55609
55610 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55611
55612         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55613         C89.
55614         (CHAR_BIT): Remove, since we assume C89.
55615         Include <stdint.h> if available, as per current Autoconf CVS advice.
55616
55617 2004-03-31  Jim Meyering  <jim@meyering.net>
55618
55619         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55620         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55621         * m4/xalloc.m4: Likewise.
55622
55623 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55624
55625         Merge from coreutils.
55626
55627         * m4/inttostr.m4: New file.
55628         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55629         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55630         Require gl_CLOCK_TIME.
55631         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55632
55633 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55634
55635         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55636         not bool, to be more consistent with Unix conventions.
55637         Suggested by Bruno Haible.
55638
55639         Merge from coreutils.
55640
55641         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55642         * lib/umaxtostr.c: New files.
55643
55644         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55645         the usual <time.h> dance.
55646         (get_date): Change signature to support fractional time stamps.
55647         All callers changed.
55648         * lib/getdate.y: Include "getdate.h" first, as we can now
55649         assume C89 and don't need to worry about 'const'.
55650         Similarly, include "unlocked-io.h" near start, not in middle.
55651         Include <limits.h>.
55652         (textint.value): Use long int rather than int.
55653         (textint.digits): Use size_t rather than int.
55654         (BILLION, LOG10_BILLION): New constants.
55655         (parser_control): New member rel_ns.  Members day_ordinal,
55656         time_zone, month, day, hour, minutes, rel_year, rel_month,
55657         rel_day, rel_hour, rel_minutes, rel_seconds
55658         are now long int, not int.  Member seconds is now struct timespec,
55659         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55660         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55661         not int.
55662         (%union.intval): Now long int, not int.
55663         New member timespec.
55664         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55665         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55666         (spec): Now is a timespec or an item list.
55667         (timespec, items): New nonterminals.
55668         (time, rel, relunit, number, get_date):
55669         Add support for fractional seconds.
55670         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55671         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55672         (to_hour): First arg is now long int, not int.
55673         (to_year): Returns long int, not int.
55674         Don't treat year -70 like 70.
55675         (tm_diff): Returns long int, not int.
55676         (lookup_word): Use bool instead of int when appropriate.
55677         (yylex): Use size_t for count, not int.
55678         Detect overflow when parsing large integer constants.
55679         Add support for fractions.
55680         (get_date): Make pointers 'const' if possible.
55681         Use more-portable code to detect integer overflow.
55682         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55683         Don't use ctime; it's not reliable if the year has >4 digits.
55684
55685         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55686         This is for compatibility with BSD.
55687
55688         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55689         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55690         From coreutils' system.h.
55691
55692         * lib/userspec.c: Don't include "posixver.h".
55693         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55694         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55695         compatible extension.  Simplify code by removing a boolean int
55696         that was always nonzero if a string was nonnull.
55697
55698 2004-03-30  Jim Meyering  <jim@meyering.net>
55699
55700         Merge from coreutils.
55701
55702         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55703         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55704         on some systems one must include <grp.h> before it.
55705         Reported by Christian Krackowizer.
55706
55707 2004-03-30  Jim Meyering  <jim@meyering.net>
55708
55709         Merge from coreutils.
55710
55711         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55712
55713         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55714         an empty input stream.
55715
55716         * lib/readtokens.c: Include <stdbool.h>.
55717         (readtoken): Use `size_t' rather than int/long.
55718         All callers adjusted.
55719         Use `bool' rather than `int' where appropriate.
55720         Use memset rather than an explicit loop.
55721         Use x2nrealloc rather than xrealloc.
55722         Allow the use of `\0' as a delimiter.
55723         (readtokens): Likewise.
55724         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55725
55726 2004-03-30  Jim Meyering  <jim@meyering.net>
55727
55728         * m4/realloc.m4: Remove file, since now it does no more than
55729         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55730         the `configure.ac' section of module/realloc.
55731         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55732
55733 2004-03-30  Bruno Haible  <bruno@clisp.org>
55734
55735         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55736         nonnull.
55737
55738 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55739
55740         Merge changes to getloadavg.c from coreutils and Emacs.
55741
55742         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55743         Define to an expression, not to the empty string.
55744         Include cloexec.h and xalloc.h.
55745         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55746         Use set_cloexec_flag rather than rolling our own.
55747         * lib/cloexec.c, lib/cloexec.h: New files.
55748
55749 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55750
55751         * m4/cloexec.m4: New file.
55752
55753 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55754
55755         * lib/getopt.h: Sync with libc CVS.
55756
55757 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55758             Bruno Haible  <bruno@clisp.org>
55759
55760         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55761         mbswidth.
55762
55763 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55764             Bruno Haible  <bruno@clisp.org>
55765
55766         * lib/mbswidth.h: Include <wchar.h> only if
55767         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55768         <wchar.h>.
55769         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55770
55771 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55772
55773         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55774         Sync with libc CVS.
55775         * lib/getopt_int.h: New file, also synced from libc.
55776
55777 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55778
55779         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55780         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55781         Bring back getopt.c, getopt.h, getopt1.c.
55782
55783 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55784
55785         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55786         All uses changed.  Check for sa_sigaction member; this fixes
55787         a bug first reported by Jason Andrade in
55788         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55789
55790 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55791
55792         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55793         '#if' expressions.  Unlike the code it replaces, it does not
55794         depend on (defined _SC_PAGESIZE).  However, it does depend on
55795         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55796         first reported by Jason Andrade in
55797         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55798
55799 2004-02-25  Simon Josefsson  <jas@extundo.com>
55800
55801         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55802
55803 2004-02-25  Simon Josefsson  <jas@extundo.com>
55804
55805         * lib/strdup.h: New file.
55806         * lib/strdup.c: Include it.
55807         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55808         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55809
55810 2004-02-23  Karl Berry  <karl@gnu.org>
55811
55812         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55813         (from fencepost.gnu.org:/gd/gnuorg).
55814
55815 2004-02-23  Karl Berry  <karl@gnu.org>
55816
55817         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55818         * config/srclist.txt: add maintain/standards documents.
55819
55820 2004-02-18  Bruno Haible  <bruno@clisp.org>
55821
55822         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55823         Reported by Derek Robert Price <derek@ximbiot.com>.
55824
55825 2004-02-16  Karl Berry  <karl@gnu.org>
55826
55827         * config/mkinstalldirs, install-sh: update from automake.
55828
55829 2004-02-06  Karl Berry  <karl@gnu.org>
55830
55831         * m4/po.m4: update from gettext 0.14.1.
55832
55833 2004-02-06  Karl Berry  <karl@gnu.org>
55834
55835         * lib/config.charset: update from gettext 0.14.1.
55836
55837 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55838
55839         Add comments and code, prompted by suggestions from Bruno Haible
55840         for sh-quote.
55841         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55842         describing the enum quoting_style values.
55843         * lib/quotearg.c (quotearg_alloc): New function.
55844         (quotearg_buffer_restyled): Treat lone { and } as special.
55845         Treat = as special.  Work around bug with older shells
55846         that "see" a '\' that is really the 2nd byte of a multibyte char.
55847         Quote empty string with shell_quoting_style.
55848
55849 2004-02-03  Bruno Haible  <bruno@clisp.org>
55850
55851         * m4/pipe.m4: New file, from GNU gettext.
55852
55853 2004-02-03  Bruno Haible  <bruno@clisp.org>
55854
55855         * lib/pipe.h: New file, from GNU gettext.
55856         * lib/pipe.c: New file, from GNU gettext.
55857
55858 2004-01-27  Bruno Haible  <bruno@clisp.org>
55859
55860         * m4/execute.m4: New file, from GNU gettext.
55861
55862 2004-01-27  Bruno Haible  <bruno@clisp.org>
55863
55864         * lib/execute.h: New file, from GNU gettext.
55865         * lib/execute.c: New file, from GNU gettext.
55866         * lib/w32spawn.h: New file, from GNU gettext.
55867
55868 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55869
55870         Merge from diffutils.
55871
55872         * lib/file-type.c (file_type): Add typed memory objects.
55873         * lib/file-type.h (S_TYPEISTMO): New macro.
55874
55875         * lib/c-stack.h (c_stack_action): Remove argv argument.
55876         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55877         (die): Don't calculate message unless segv_action returns.
55878         (get_stack_location, min_address_from_argv, max_address_from_argv,
55879         volatile stack_base, volatile_stack_size): Remove.
55880         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55881         that every segmentation violation is a stack overflow.  (Ouch!)
55882         See Debian bug 136249 (still outstanding) for more info about why
55883         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55884
55885 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55886
55887         Exit-status fix from coreutils.
55888
55889         Use exit_failure consistently in place of EXIT_FAILURE,
55890         so that program exit statuses are consistent on failure.
55891
55892         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55893         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55894         * lib/argmatch.h: Comment fix to match the above.
55895         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55896         Now a macro referring to exit_failure, instead of a separate
55897         variable.  Include "exitfail.h" to get it.
55898         * lib/xstrtol.h: Include "exitfail.h".
55899         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55900
55901         * lib/long-options.c (parse_long_options): Use prototype
55902         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55903         for clarity.
55904
55905 2004-01-21  Jim Meyering  <jim@meyering.net>
55906
55907         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55908         so as not to conflict with a different-sized __mktime_internal
55909         function in GNU libc.
55910         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55911         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55912
55913 2004-01-20  Karl Berry  <karl@gnu.org>
55914
55915         * config/config.guess: update from config.
55916
55917         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55918
55919 2004-01-20  Bruno Haible  <bruno@clisp.org>
55920
55921         Safer stack allocation.
55922         * lib/setenv.c: Include allocsa.h.
55923         (alloca): Remove fallback definition.
55924         (freea): Remove macro.
55925         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55926         instead of freea.
55927
55928 2004-01-20  Bruno Haible  <bruno@clisp.org>
55929
55930         * m4/eealloc.m4: New file, from GNU gettext.
55931
55932 2004-01-20  Bruno Haible  <bruno@clisp.org>
55933
55934         * m4/allocsa.m4: New file, from GNU gettext.
55935
55936 2004-01-20  Bruno Haible  <bruno@clisp.org>
55937
55938         * lib/xallocsa.h: New file, from GNU gettext.
55939         * lib/xallocsa.c: New file, from GNU gettext.
55940
55941 2004-01-20  Bruno Haible  <bruno@clisp.org>
55942
55943         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55944
55945 2004-01-20  Bruno Haible  <bruno@clisp.org>
55946
55947         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55948         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55949         specially.
55950
55951 2004-01-20  Bruno Haible  <bruno@clisp.org>
55952
55953         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55954         patch.
55955
55956 2004-01-20  Bruno Haible  <bruno@clisp.org>
55957
55958         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55959
55960 2004-01-20  Bruno Haible  <bruno@clisp.org>
55961
55962         * lib/eealloc.h: New file.
55963
55964 2004-01-20  Bruno Haible  <bruno@clisp.org>
55965
55966         * lib/binary-io.h: Avoid warnings on Cygwin.
55967
55968 2004-01-20  Bruno Haible  <bruno@clisp.org>
55969
55970         * lib/allocsa.h: New file, from GNU gettext.
55971         * lib/allocsa.c: New file, from GNU gettext.
55972
55973 2004-01-18  Karl Berry  <karl@gnu.org>
55974
55975         * doc/gpl.texi, doc/lgpl.texi: new files.
55976
55977 2004-01-18  Karl Berry  <karl@gnu.org>
55978
55979         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55980         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55981
55982 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55983
55984         Merge from coreutils.
55985
55986         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55987         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55988         (gl_DEFAULT_POSIX2_VERSION): Move
55989         the documentation from 'configure' into 'config.hin',
55990         so that 'configure --help' isn't burdened by it and
55991         we don't have to worry about its formatting there.
55992         Reword the documentation so that it's more succinct
55993         and can be run together into a single paragraph.
55994         * m4/same.m4 (gl_SAME): Check for pathconf.
55995
55996 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55997
55998         Merge from coreutils.
55999
56000         * lib/posixver.c: Include posixver.h.
56001
56002         * lib/same.c: Include <stdbool.h>, <limits.h>.
56003         (_POSIX_NAME_MAX): Define if not defined.
56004         (MIN): New macro.
56005         (same_name): If file names are silently truncated, report
56006         that the file names are the same if they are the same after
56007         the silent truncation.
56008
56009         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56010         conversion function.
56011         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56012         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56013         longer needed.
56014
56015 2004-01-15  Jim Meyering  <jim@meyering.net>
56016
56017         Merge from coreutils.
56018
56019         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56020         if no library is required.
56021         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56022         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56023         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56024         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56025         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56026         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56027         value, $ac_cv_search_crypt, if it's "none required".
56028         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56029         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56030         not gl_FUNC_GETLOADAVG.
56031         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56032         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56033
56034 2004-01-15  Jim Meyering  <jim@meyering.net>
56035
56036         Merge from coreutils.
56037
56038         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56039         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56040         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56041
56042         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56043         optional configure-time default.
56044
56045         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56046
56047         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56048
56049 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56050
56051         Merge from coreutils.
56052
56053         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56054         value, $ac_cv_search_nanosleep, if it's "none required".
56055
56056 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56057
56058         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56059         with like-named macro in fnmatch.c.
56060         (EXT): Use an internal constant instead.
56061
56062         Merge fnmatch patches from glibc.
56063         * lib/fnmatch.c (mbsinit): Remove define.
56064         Add libc_hidden_ver (__fnmatch, fnmatch).
56065         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56066         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56067
56068 2004-01-14  Karl Berry  <karl@gnu.org>
56069
56070         * config/install-sh: update from automake.
56071
56072 2004-01-13  Karl Berry  <karl@gnu.org>
56073
56074         * config/install-sh: update from automake.
56075
56076 2004-01-09  Karl Berry  <karl@gnu.org>
56077
56078         * config/install-sh: update from automake.
56079
56080 2004-01-05  Karl Berry  <karl@gnu.org>
56081
56082         * config/config.{sub,guess}: update from config.
56083
56084 2003-12-31  Karl Berry  <karl@gnu.org>
56085
56086         * config/depcomp: update from automake.
56087
56088 2003-12-14  Karl Berry  <karl@gnu.org>
56089
56090         * lib/config.charset: update from gettext-runtime.
56091
56092 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56093
56094         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56095         Bug reported by Alfred M. Szmidt.
56096
56097 2003-12-03  Bruno Haible  <bruno@clisp.org>
56098
56099         * m4/gettext.m4: Upgrade from gettext-0.13.
56100         * m4/po.m4: Upgrade from gettext-0.13.
56101         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56102         * m4/intmax.m4: New file, from gettext-0.13.
56103         * m4/printf-posix.m4: New file, from gettext-0.13.
56104
56105 2003-11-29  Karl Berry  <karl@gnu.org>
56106
56107         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56108
56109 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56110             Bruno Haible  <bruno@clisp.org>
56111
56112         * lib/printf-parse.h: Don't include sys/types.h.
56113         (ARG_NONE): New macro.
56114         (char_directive): Change type of *arg_index fields to size_t.
56115         * lib/printf-parse.c: Don't include sys/types.h.
56116         (SSIZE_MAX): Remove macro.
56117         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56118         Remove unnecessary overflow check.
56119         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56120         fields.
56121
56122 2003-11-25  Bruno Haible  <bruno@clisp.org>
56123
56124         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56125
56126 2003-11-25  Bruno Haible  <bruno@clisp.org>
56127
56128         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56129         gt_TYPE_SSIZE_T.
56130
56131 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56132
56133         * modules/alloca: Remove dependency on xalloc.
56134
56135 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56136
56137         * lib/alloca.c: Remove dependency on xalloc module.
56138         (xalloc_die): Remove.
56139         (memory_full) [!defined emacs]: New macro.
56140         [!defined emacs]: Don't include xalloc.h.
56141         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56142         address arithmetic overflows.  Change datatypes a bit to avoid
56143         unnecessary casts.
56144
56145 2003-11-22  Jim Meyering  <jim@meyering.net>
56146
56147         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56148         s/size/size_t/.
56149
56150 2003-11-21  Karl Berry  <karl@gnu.org>
56151
56152         * config/config.{sub,guess}: update from config.
56153
56154 2003-11-18  Karl Berry  <karl@gnu.org>
56155
56156         * config/config.{sub,guess}: update from config.
56157
56158         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56159
56160 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56161
56162         * README: Mention that S+T cannot overflow if S is the size of
56163         an existing object and T is sufficiently small.
56164
56165 2003-11-17  Jim Meyering  <jim@meyering.net>
56166
56167         On systems without utime and without a utimes function capable of
56168         dealing with a NULL struct utimbuf* argument, this utime replacement
56169         could -- in unusual circumstances -- leak a file descriptor.
56170         * lib/utime.c: Include <unistd.h> and <errno.h>.
56171         (utime_null): Be sure to close `fd' and to preserve errno.
56172         Reported by Geoff Collyer via Arnold Robbins.
56173
56174 2003-11-17  Bruno Haible  <bruno@clisp.org>
56175
56176         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56177         (Depends-on): Add xsize.
56178
56179 2003-11-17  Bruno Haible  <bruno@clisp.org>
56180
56181         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56182
56183 2003-11-17  Bruno Haible  <bruno@clisp.org>
56184
56185         * lib/vasnprintf.c (alloca): Remove fallback definition.
56186         (freea): Remove definition.
56187         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56188         Reported by Paul Eggert.
56189
56190 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56191             Bruno Haible  <bruno@clisp.org>
56192
56193         Protect against address arithmetic overflow.
56194         * lib/printf-args.h: Include stddef.h.
56195         (arguments): Change type of field 'count' to size_t.
56196         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56197         'unsigned int' where appropriate.
56198         * lib/printf-parse.h: Include sys/types.h.
56199         (char_directive): Change type of *arg_index fields to ssize_t.
56200         (char_directives): Change type of fields 'count', max_*_length to
56201         size_t.
56202         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56203         (SSIZE_MAX): Define fallback value.
56204         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56205         instead of 'int' where appropriate. Check a_allocated, d_allocated
56206         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56207         * lib/vasnprintf.c: Include xsize.h.
56208         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56209         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56210         overflow. Avoid wraparound when converting a width or precision from
56211         decimal to binary.
56212
56213 2003-11-16  Bruno Haible  <bruno@clisp.org>
56214
56215         Update from GNU gettext.
56216         * lib/printf-parse.c: Generalize to it can be compiled for wide
56217         strings.
56218         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56219         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56220         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56221         SNPRINTF): New macros.
56222         Don't include <alloca.h> if the file is used inside libintl.
56223         (local_wcslen): New function, for Solaris 2.5.1.
56224         (VASNPRINTF): Use it instead of wcslen.
56225
56226 2003-11-16  Bruno Haible  <bruno@clisp.org>
56227
56228         * lib/xsize.h (xmax): New function.
56229         (xsum, xsum3, xsum4): Declare as "pure" functions.
56230
56231 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56232
56233         * modules/xalloc (Files): Undo latest change, since xalloc.h
56234         no longer needs SIZE_MAX or PTRDIFF_MAX.
56235
56236 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56237
56238         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56239         gl_PTRDIFF_MAX.
56240
56241 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56242
56243         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56244         "return", to pacify some unknown compiler.  Problem reported
56245         by Joerg Schilling.
56246
56247 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56248
56249         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56250         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56251         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56252         heuristic is just as accurate as far as we know, and it removes a
56253         dependency on size_max.m4 and ptrdiff_max.m4.
56254
56255 2003-11-11  Bruno Haible  <bruno@clisp.org>
56256
56257         * modules/xsize (Files): Add m4/size_max.m4.
56258         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56259
56260 2003-11-11  Bruno Haible  <bruno@clisp.org>
56261
56262         * m4/size_max.m4: New file.
56263         * m4/ptrdiff_max.m4: New file.
56264         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56265         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56266         (gl_XALLOC): Invoke it.
56267
56268 2003-11-11  Bruno Haible  <bruno@clisp.org>
56269
56270         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56271         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56272         defined.
56273
56274 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56275
56276         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56277         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56278         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56279         From Bruno Haible.
56280         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56281         not (size_t) -1, since it's defined here.
56282
56283 2003-11-09  Karl Berry  <karl@gnu.org>
56284
56285         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56286
56287 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56288
56289         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56290         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56291         Reject sizes of exactly SIZE_MAX bytes.
56292         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56293         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56294
56295 2003-11-05  Bruno Haible  <bruno@clisp.org>
56296
56297         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56298         SIZE_MAX defined in <limits.h> on Solaris.
56299
56300 2003-11-04  Jim Meyering  <jim@meyering.net>
56301
56302         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56303         variable names, rather than @VAR@.
56304         * modules/poll: Likewise.
56305
56306 2003-11-04  Bruno Haible  <bruno@clisp.org>
56307
56308         * modules/xsize: New file.
56309         * modules/linebreak: Depend on xsize.
56310         * MODULES.html.sh (func_all_modules): Add xsize.
56311
56312 2003-11-04  Bruno Haible  <bruno@clisp.org>
56313
56314         * m4/xsize.m4: New file.
56315
56316 2003-11-04  Bruno Haible  <bruno@clisp.org>
56317
56318         * lib/xsize.h: New file.
56319         * lib/linebreak.c: Include xsize.h.
56320         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56321         argument for overflow.
56322         Suggested by Paul Eggert.
56323
56324 2003-11-03  Karl Berry  <karl@gnu.org>
56325
56326         * config/config.{guess,sub}: update from config.
56327
56328 2003-11-03  Jim Meyering  <jim@meyering.net>
56329
56330         * modules/userspec (lib_SOURCES): Add userspec.h.
56331         (Include): Add "userspec.h".
56332         Improve description.
56333
56334 2003-11-03  Jim Meyering  <jim@meyering.net>
56335
56336         * lib/userspec.c: Include "userspec.h".
56337         * lib/userspec.h: New file.
56338
56339 2003-11-03  Bruno Haible  <bruno@clisp.org>
56340
56341         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56342
56343 2003-11-03  Bruno Haible  <bruno@clisp.org>
56344
56345         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56346         available, to avoid (extremely rare) race condition.
56347         Suggested by Paul Eggert.
56348
56349 2003-11-02  Karl Berry  <karl@gnu.org>
56350
56351         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56352
56353 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56354
56355         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56356         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56357         (read_filesystem_list): Set and use me_type_malloced.
56358         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56359         whatever the type happens to be), for brevity and consistency.
56360         Check for size calculation overflow on Alphas running OSF/1.
56361
56362 2003-10-31  Jim Meyering  <jim@meyering.net>
56363
56364         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56365
56366         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56367
56368 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56369             Bruno Haible  <bruno@clisp.org>
56370
56371         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56372         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56373
56374 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56375
56376         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56377         netbsd*-gnu*.  Suggested by Robert Millan.
56378
56379 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56380
56381         * modules/group-member: Depend on stdbool.
56382
56383 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56384
56385         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56386
56387 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56388
56389         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56390         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56391         after the 'gnu' in these cases.  This fixes some bugs in the
56392         previous change, and is based on suggestions by Robert Millan.
56393
56394 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56395
56396         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56397         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56398         no longer needed.
56399         * lib/quotearg.c (quotearg_n_options): Use it.
56400         * lib/group-member.c: Include <stdbool.h>.
56401         (free_group_info): Arg is now const *; don't free arg.
56402         (get_group_info): Now returns bool and accepts struct group_info *,
56403         rather than returning a malloc'ed struct group_info *.
56404         All uses changed.  Check for overflow in internal size calculation.
56405
56406         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56407         rather than xmalloc/xrealloc.
56408         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56409         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56410         conformance bug: the old code used a pointer after freeing the
56411         storage that it addressed.
56412         * lib/hash.c (hash_initialize): Simplify the code by using
56413         xalloc_oversized rather than doing it by hand.
56414         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56415         the buffer preserved.  Use free and xmalloc instead.
56416         * lib/quotearg.c (quotearg_n_options): Likewise.
56417         Use a simpler test for size overflow.  Don't use xalloc_oversized
56418         because unsigned int might be wider than size_t (!); this suggests
56419         that we should switch from unsigned int to size_t for slot numbers.
56420
56421 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56422
56423         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56424         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56425         NetBSD kernels.  Requested by Richard Stallman.
56426
56427 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56428
56429         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56430         to allocate the returned structure.  Do not allocate a subarray,
56431         as x2nrealloc will do that.
56432         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56433         instead of xnrealloc.
56434         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56435
56436 2003-10-27  Bruno Haible  <bruno@clisp.org>
56437
56438         * lib/stdbool_.h: Better support for BeOS.
56439
56440 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56441
56442         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56443         now uses inline.
56444
56445 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56446
56447         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56448         callers that want to do their own size-overflow checking.  Include
56449         <stdbool.h>, since xalloc_oversized returns bool.
56450         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56451         to use xalloc_oversized.
56452
56453         Add two functions x2realloc, x2nrealloc, for programs that grow
56454         arrays dynamically by doubling their sizes.
56455         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56456         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56457         New functions.
56458
56459         Port to C99 semantics for 'inline' of external functions.
56460         Bug reported by Bruno Haible.
56461         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56462         with the old contents of xnmalloc.
56463         (xnmalloc, xmalloc): Use it.
56464         (xnrealloc_inline): New static inline function,
56465         with the old contents of xnrealloc.
56466         (xnrealloc, xrealloc): Use it.
56467
56468         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56469         that.
56470
56471 2003-10-26  Karl Berry  <karl@gnu.org>
56472
56473         * config/srclist.txt (COPYING.DOC): no longer available from
56474         /gd/gnuorg; don't know where the ultimate source is.
56475
56476 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56477
56478         Fix several address-calculation bugs in the hash modules,
56479         plus some minor code cleanup.
56480
56481         * lib/hash.h: Include <stdbool.h>, for bool.
56482         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56483         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56484         hash_get_n_entries, hash_get_max_bucket_length,
56485         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56486         hash_rehash): Use size_t rather than unsigned.
56487         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56488         hash_get_n_buckets_used, hash_get_n_entries,
56489         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56490         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56491         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56492         Likewise.
56493         (SIZE_MAX): Define if not defined.
56494         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56495         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56496         hash_print):
56497         Use const * when possible.
56498         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56499         (check_tuning): Fix bug: if tuning parameters were very close to
56500         0 or 1, rounding errors could have caused subscript violations.
56501         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56502         (hash_initialize): Add 'fail:' label
56503         to free table and return NULL, and use it to simplify code.
56504         Use calloc rather than clearing the storage ourself.
56505         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56506         buffer size calculations.
56507         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56508         Include <stddef.h>, for size_t.
56509         * lib/hash-pjw.c (hash_pjw): Likewise.
56510         Switch to method described by Bruno Haible.
56511         Include <limits.h>, for CHAR_BIT.
56512         (SIZE_BITS): New macro.
56513
56514 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56515
56516         * m4/getline.m4 (AM_FUNC_GETLINE):
56517         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56518         hosts.  Problem reported by Derek Robert Price in
56519         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56520         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56521         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56522
56523 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56524
56525         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56526         ceiling the allocation at NMAX bytes rather than silently
56527         discarding input bytes before NMAX is reached.  This makes
56528         a difference only if NMAX exceeds SIZE_MAX / 2.
56529
56530         * lib/obstack.c: Merge from glibc.
56531         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56532         Add libc_hidden_def (_obstack_newchunk).
56533         (_obstack_free) [! defined _LIBC]: Remove.
56534         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56535         a clone of the function body.
56536         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56537         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56538
56539         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56540         glibc.
56541         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56542         arg to memcpy.
56543
56544         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56545         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56546         Don't use lvalue casts, as GCC plans to remove support for them
56547         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56548         was also present in the non-GCC version, indicating that this
56549         code had always been buggy and had never been widely used.
56550         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56551         Use the fast variant of each macro, rather than copying the
56552         definiens of the fast variant; that way, we'll be more likely to
56553         catch future bugs in the fast variants.
56554
56555 2003-10-20  Bruno Haible  <bruno@clisp.org>
56556
56557         * modules/wait-process: New file.
56558         * MODULES.html.sh (func_all_modules): Add wait-process.
56559
56560 2003-10-20  Bruno Haible  <bruno@clisp.org>
56561
56562         * m4/wait-process.m4: New file.
56563
56564 2003-10-20  Bruno Haible  <bruno@clisp.org>
56565
56566         * lib/wait-process.h: New file, from GNU gettext.
56567         * lib/wait-process.c: New file, from GNU gettext.
56568
56569 2003-10-19  Jim Meyering  <jim@meyering.net>
56570
56571         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56572         HPUX 10.20.
56573
56574 2003-10-18  Karl Berry  <karl@gnu.org>
56575
56576         * config/config.guess: update from config.
56577
56578 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56579
56580         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56581         (getgroups): First arg is int, not size_t.
56582         Don't let 'free' mangle errno.
56583
56584 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56585
56586         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56587
56588 2003-10-16  Karl Berry  <karl@gnu.org>
56589
56590         * config/config.{guess,sub}: update from config.
56591
56592 2003-10-16  Jim Meyering  <jim@meyering.net>
56593
56594         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56595         memcpy.
56596
56597 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56598
56599         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56600         (SIZE_MAX): Remove.
56601         (new_exclude, add_exclude_file): Initial size no longer needs to
56602         be a power of 2.
56603         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56604         our own address arithmetic overflow checking.
56605
56606         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56607         (fnmatch): Do not alloca more than 2000 wide characters;
56608         instead, use malloc for large buffers.
56609         Check for address arithmetic overflow, and return -1
56610         with errno set to ENOMEM in that case.
56611         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56612         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56613         instead, return -1.  Check for address arithmetic overflow.
56614
56615 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56616
56617         Handle invalid suffixes and overflow independently, so that
56618         callers can treat them independently as needed.  Fix some bugs in
56619         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56620         suffix for a human-readable blocksize.  The major caller-visible
56621         change is the addition of a new
56622         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56623         that both overflow and suffix chars were found.
56624
56625         * lib/human.c (humblock): Don't check separately for invalid suffix
56626         char; that is xstrtoumax's job (now that its bug is fixed).
56627         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56628         INTMAX_MAX]: New macros.
56629         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56630         TYPE_MAXIMUM): New macros.
56631         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56632         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56633         if overflow occurs, as it's what __strtol does and it's more useful
56634         in practice.
56635         (__xstrtol): If __strtol reports some error other than ERANGE,
56636         reflect it to the caller as LONGINT_INVALID.  If it reports
56637         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56638         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56639         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56640         value.
56641         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56642         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56643         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56644         [defined UINTMAX_MAX]: New macros.
56645
56646 2003-10-14  Bruno Haible  <bruno@clisp.org>
56647
56648         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56649
56650 2003-10-14  Bruno Haible  <bruno@clisp.org>
56651
56652         * m4/sig_atomic_t: New file, from GNU gettext.
56653         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56654
56655 2003-10-14  Bruno Haible  <bruno@clisp.org>
56656
56657         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56658         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56659         Also use volatile where needed.
56660
56661 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56662
56663         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56664         Change maintainer from Bruno Haible to 'all'.
56665
56666 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56667
56668         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56669
56670 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56671
56672         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56673         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56674         and define in terms of the other primitives.
56675         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56676         (SIZE_MAX): Define if not already defined.
56677         (array_size_overflow): New function.
56678         (xalloc_die): Abort instead of exiting if 'error' returns.
56679         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56680         (xmalloc, xrealloc): Use them.
56681         (xcalloc): Check for address arithmetic overflow.
56682         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56683         a bit faster than strcpy.
56684
56685 2003-10-10  Simon Josefsson  <jas@extundo.com>
56686
56687         * modules/argp (Depends-on): Add restrict and strcase.
56688
56689 2003-10-10  Simon Josefsson  <jas@extundo.com>
56690
56691         * m4/argp.m4: Add AC_C_INLINE.
56692
56693 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56694
56695         Merge getpass from libc, plus a few fixes.
56696
56697         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56698         Include <stdbool.h>.
56699         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56700         __fsetlocking to empty.
56701         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56702         do include <bits/libc-lock.h>.
56703         Do not include <fcntl.h>; not needed.
56704         [_LIBC]: Include <wchar.h>.
56705         (NOTCANCEL_MODE): New macro.
56706         (flockfile, funlockfile) [_LIBC]: New macros.
56707         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56708         [!_LIBC]: New macros.
56709         (call_fclose): New function.
56710         (getpass): Use it.  Save tty stream separately; this simplifies the
56711         code and makes it more reliable if stdin happens to equal stdout.
56712         Invoke __fsetlocking on tty.
56713         Handle thread cancellation if needed.
56714         Namespace cleanup (use __tcgetattr, __getline).
56715         Use bool for Booleans.
56716         [USE_IN_LIBIO]: Handle wide streams.
56717         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56718         stream might go where.
56719
56720         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56721         doesn't have to include <stdio.h> before us.
56722         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56723         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56724         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56725         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56726         if not declared, so that we can use getpass.c code from libc without
56727         rewriting it.
56728         (flockfile, ftrylockfile, funlockfile): New macros.
56729
56730 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56731
56732         * modules/getpass: Depend on stdbool.
56733
56734 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56735
56736         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56737
56738 2003-10-07  Karl Berry  <karl@gnu.org>
56739
56740         * config/config.{guess,sub}: update from config.
56741
56742 2003-10-06  Jim Meyering  <jim@meyering.net>
56743             Bruno Haible  <bruno@clisp.org>
56744
56745         This lets translators provide better translations for the
56746         "Written by ..." part of --version output.
56747         * lib/version-etc.h: Include stdarg.h.
56748         (version_etc_copyright): Declare as readonly.
56749         (version_etc): Make this function variadic with a NULL-terminated list
56750         of author name strings.
56751         (version_etc_va): New declaration.
56752         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56753         (version_etc_copyright): Declare as readonly.
56754         (version_etc_va): New function. Provide a different translatable string
56755         for each possible number of authors < 10. Abbreviate when there are 10
56756         authors or more.
56757         (version_etc): Make this function variadic. Call version_etc_va.
56758         Suggestion from Gary V. Vaughan.
56759
56760         * lib/long-options.h (parse_long_options): Change prototype: the
56761         authors string is moved to the end and becomes variadic.
56762         * lib/long-options.c: Include stdarg.h.
56763         (parse_long_options): Make this function variadic, too.
56764         Call version_etc_va, not version_etc.
56765
56766 2003-10-06  Bruno Haible  <bruno@clisp.org>
56767
56768         * modules/version-etc-2: Remove file.
56769         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56770
56771 2003-10-06  Bruno Haible  <bruno@clisp.org>
56772
56773         * modules/fatal-signal: New file.
56774         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56775
56776 2003-10-06  Bruno Haible  <bruno@clisp.org>
56777
56778         * m4/fatal-signal.m4: New file.
56779         * m4/signalblocking.m4: New file, from GNU gettext.
56780
56781 2003-10-06  Bruno Haible  <bruno@clisp.org>
56782
56783         * lib/version-etc-2.h: Remove file.
56784         * lib/version-etc-2.c: Remove file.
56785
56786 2003-10-06  Bruno Haible  <bruno@clisp.org>
56787
56788         * lib/fatal-signal.h: New file, from GNU gettext.
56789         * lib/fatal-signal.c: New file, from GNU gettext.
56790
56791 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56792
56793         * README: Rework advice for preventing empty .o files.
56794         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56795         not <sys/types.h>.
56796
56797 2003-10-04  Karl Berry  <karl@gnu.org>
56798
56799         * lib/argp*: update from libc.
56800
56801 2003-10-04  Karl Berry  <karl@gnu.org>
56802
56803         * config/config.{guess,sub}: update from config.
56804
56805 2003-10-02  Bruno Haible  <bruno@clisp.org>
56806
56807         * modules/lchown (Include): Add lchown.h.
56808         * modules/time_r (Include): Use "..." syntax.
56809         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56810
56811 2003-10-01  Simon Josefsson  <jas@extundo.com>
56812
56813         * MODULES.html.sh (func_all_modules): Move gethostname from section
56814         'based on' to section 'lacking' POSIX:2001.
56815
56816 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56817
56818         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56819         to output mode on the same stream.
56820
56821 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56822
56823         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56824         Fix arg typo in previous patch.
56825
56826 2003-09-28  Jim Meyering  <jim@meyering.net>
56827
56828         * lib/error.c: Correct cpp indentation.
56829
56830 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56831
56832         * modules/free: New file.
56833
56834 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56835
56836         * m4/free.m4: New file.
56837
56838 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56839
56840         * lib/minmax.h (MIN, MAX)
56841         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56842         Omit the special code that used __typeof__, since we worry that
56843         it could be more trouble than it's worth.  See:
56844         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56845         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56846
56847         * lib/free.c: New file.
56848
56849 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56850
56851         Trivial fixes to Makefile.am parts of module listings.
56852         * modules/strstr: Append strstr.h to lib_SOURCES.
56853         * modules/strcase: Likewise, for strcase.h.
56854
56855 2003-09-27  Karl Berry  <karl@gnu.org>
56856
56857         * config/mkinstalldirs: update from automake.
56858
56859 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56860
56861         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56862         (error_tail): Do not loop, reallocating temporary buffer, since
56863         the output cannot contain more wide characters than the input
56864         contains bytes, the size must be big enough already.  This avoids
56865         one potential size overflow calculation.  Check for size overflow
56866         when calculating temporary buffer size.  Free temporary buffer
56867         when done, if it was allocated with malloc; this plugs a memory
56868         leak.  Remove casts from void * to pointers, that are no longer
56869         needed now that we're assuming C89 or better.
56870
56871         Merge error changes from glibc.
56872
56873         * lib/error.c, error.h: Update copyright notice header to match glibc.
56874         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56875         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56876         Disable cancellation while printing error.
56877         * lib/error.h: Prepend __ to parameter names.
56878
56879 2003-09-26  Jim Meyering  <jim@meyering.net>
56880
56881         * lib/error.c (error_tail): Move some declarations
56882         into inner scope where the local variables are used.
56883
56884 2003-09-26  Bruno Haible  <bruno@clisp.org>
56885
56886         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56887         stpncpy().
56888         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56889
56890 2003-09-26  Bruno Haible  <bruno@clisp.org>
56891
56892         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56893         (stpncpy): Define as alias for gnu_stpncpy.
56894         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56895
56896 2003-09-25  Simon Josefsson  <jas@extundo.com>
56897
56898         * lib/xgetdomainname.h: New file.
56899         * lib/xgetdomainname.c: New file.
56900
56901 2003-09-25  Simon Josefsson  <jas@extundo.com>
56902             Bruno Haible  <bruno@clisp.org>
56903
56904         * modules/getdomainname: New file.
56905         * modules/xgetdomainname: New file.
56906         * MODULES.html.sh (func_all_modules): Add getdomainname,
56907         xgetdomainname.
56908
56909 2003-09-25  Simon Josefsson  <jas@extundo.com>
56910             Bruno Haible  <bruno@clisp.org>
56911
56912         * m4/getdomainname.m4: New file.
56913
56914 2003-09-25  Simon Josefsson  <jas@extundo.com>
56915             Bruno Haible  <bruno@clisp.org>
56916
56917         * lib/getdomainname.h: New file.
56918         * lib/getdomainname.c: New file.
56919
56920 2003-09-25  Karl Berry  <karl@gnu.org>
56921
56922         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56923
56924 2003-09-25  Karl Berry  <karl@gnu.org>
56925
56926         * config/install-sh: update from automake.
56927
56928 2003-09-25  Bruno Haible  <bruno@clisp.org>
56929
56930         * modules/version-etc-2: New file, from modules/version-etc with
56931         modifications.
56932         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56933
56934 2003-09-25  Bruno Haible  <bruno@clisp.org>
56935
56936         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56937         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56938
56939 2003-09-24  Simon Josefsson  <jas@extundo.com>
56940
56941         * modules/xgethostname: Add xgethostname.h.
56942
56943 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56944
56945         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56946         the buffer associated with the argument.  Bug reported by
56947         Simon Josefsson.
56948
56949 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56950
56951         * README: Document assumptions that 'int' is at least 32 bits
56952         wide, that integer arithmetic is 2's complement without overflow,
56953         that there are no holes in integer values, that adding sizes of
56954         two nonoverlapping objects can't overflow, and that all-bits-zero
56955         yields scalar zero.  Fix spelling and capitalization typos.
56956
56957 2003-09-19  Karl Berry  <karl@gnu.org>
56958
56959         * lib/argp.h: update from libc.
56960
56961 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56962
56963         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56964         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56965         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56966
56967 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56968
56969         * gnulib-tool: Use "test -h", not "test -L", for portability
56970         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56971         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56972         (sed_extract_prog): Issue s commands one-by-one, rather than
56973         using \| in one s command.
56974
56975 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56976
56977         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56978         input error, instead of returning NULL the next time we are called
56979         (and therefore losing track of errno).
56980
56981 2003-09-16  Bruno Haible  <bruno@clisp.org>
56982
56983         * gnulib-tool (func_create_testdir): Warn about duplicated
56984         dependencies.
56985
56986 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56987
56988         * modules/argmatch, modules/fatal, modules/obstack,
56989         modules/xalloc, modules/xgethostname: Sort dependencies by
56990         importance, not alphabetically.
56991
56992 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56993
56994         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56995         fails, so that the caller gets the proper errno.
56996
56997         * lib/readutmp.c (read_utmp): Likewise.
56998         Check for fstat error.  Close stream and free storage
56999         when failing.
57000
57001 2003-09-14  Karl Berry  <karl@gnu.org>
57002
57003         * config/srclist.txt (strdup.c): disable for c89 changes.
57004
57005 2003-09-14  Jim Meyering  <jim@meyering.net>
57006
57007         * lib/getloadavg.c: Correct cpp indentation.
57008         * lib/strdup.c: Likewise.
57009         * lib/vasnprintf.c: Likewise.
57010
57011 2003-09-14  Bruno Haible  <bruno@clisp.org>
57012
57013         * modules/fwriteerror: New file.
57014         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57015
57016 2003-09-14  Bruno Haible  <bruno@clisp.org>
57017
57018         * lib/fwriteerror.h: New file.
57019         * lib/fwriteerror.c: New file.
57020
57021 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57022
57023         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57024         modules/xgethostname, modules/xalloc: Depend on exit.
57025
57026 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57027
57028         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57029
57030         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57031         and AC_MINIX, too, so that their extensions are available.
57032
57033         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57034         This macro has been superseded by gl_BACKUPFILE.
57035
57036         More patches to assume C89 or better.
57037
57038         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57039
57040         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57041         unconditionally.
57042         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57043         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57044         Include <string.h>, <stdlib.h> unconditionally.
57045         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57046         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57047         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57048         headers or for string.h.
57049         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57050         or strtoul.
57051
57052         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57053         headers.
57054         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57055         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57056         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57057         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57058         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57059         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57060         memcpy, memset.
57061         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57062         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57063         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57064         strtol.
57065         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57066         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57067         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57068         strtoul.
57069
57070 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57071
57072         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57073         * lib/obstack.c [!defined _LIBC]: Likewise.
57074         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57075         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57076         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57077
57078         More changes to assume C89 or better.
57079
57080         * lib/error.c (error_tail): Assume vprintf.
57081
57082         * lib/argmatch.c (getenv): Remove decl.
57083         * lib/progreloc.c (get_full_program_name): Define via prototype.
57084         * lib/setenv.c (clearenv): Likewise.
57085         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57086         needed.
57087         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57088         (malloc, memcpy): Remove decls.
57089         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57090         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57091         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57092         (memcpy): Remove macro.
57093         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57094         (__P): Remove.  All uses removed.
57095         (PTR): Remove.  All uses changed to void *.
57096         (CHAR_BIT, NULL): Remove.
57097         (spaces, zeros, memset_space, memset_zero)
57098         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57099         Remove.
57100         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57101         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57102         Define with prototype.
57103         Remove now-unnecessary prototype decl.
57104         (extra_args_spec): Assume ANSI C.  All uses changed.
57105         (extra_args_spec_iso): Remove.
57106         (my_strftime, emacs_strftimeu): Define via prototype.
57107         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57108         unconditionally.
57109         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57110         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57111         (strtoul, strtol): Remove decls.
57112         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57113         LONG_MAX): Remove.
57114         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57115         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57116         (LOCALE_PARAM_PROTO): New macro.
57117         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57118         (INTERNAL (strtol), strtol): Define with a prototype.
57119         (PARAMS): Remove.  All uses removed.
57120         * lib/tempname.c: Include <string.h> unconditionally.
57121         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57122         * lib/xgethostname.c (main): Define with a prototype.
57123         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57124         Include <stdlib.h> unconditionally.
57125         (calloc, malloc, realloc, free): Remove decls.
57126         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57127         Include <stdlib.h> unconditionally.  Sort include file names.
57128         (strtod): Remove.
57129         (xstrtod): Define with a prototype.
57130         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57131         (strtol, strtoul): Remove decls.
57132
57133 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57134
57135         More patches to assume C89 or better.
57136         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57137         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57138         string.h, memchr, STDC_HEADERS.
57139
57140 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57141
57142         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57143         Include <stdlib.h>, <string.h> unconditionally.
57144         Remove now-unnecessary cast to char *.
57145         * lib/strnlen.c: Include <string.h> unconditionally.
57146         * lib/yesno.c (yesno): Define with a prototype.
57147
57148 2003-09-11  Bruno Haible  <bruno@clisp.org>
57149
57150         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57151
57152 2003-09-10  Jim Meyering  <jim@meyering.net>
57153
57154         * lib/error.c: Correct indentation of cpp directives.
57155
57156 2003-09-10  Bruno Haible  <bruno@clisp.org>
57157
57158         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57159         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57160         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57161         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57162         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57163         <stdlib.h> and <string.h> checks.
57164         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57165         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57166
57167 2003-09-10  Bruno Haible  <bruno@clisp.org>
57168
57169         * lib/strcspn.c: Include <string.h> unconditionally.
57170         * lib/strpbrk.c: Include <string.h> unconditionally.
57171         * lib/strstr.c: Include <string.h> unconditionally.
57172         * lib/unicodeio.c: Include <string.h> unconditionally.
57173         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57174         * lib/unsetenv.c: Likewise.
57175         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57176         * lib/yesno.c: Include <stdlib.h> unconditionally.
57177         (rpmatch): Add prototype.
57178
57179 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57180
57181         More patches to assume C89 or better.
57182         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57183         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57184         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57185         or for string.h.
57186         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57187         stdlib.h.
57188         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57189         C headers.
57190         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57191         string.h.
57192         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57193         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57194         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57195         or for string.h.
57196         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57197         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57198         C headers.
57199         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57200         memcpy.
57201         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57202         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57203         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57204         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57205         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57206         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57207         string.h, free.
57208         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57209         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57210         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57211         C headers, or for string.h.
57212         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57213         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57214         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57215         headers, memory.h, stdlib.h, string.h, strings.h.
57216         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57217         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57218         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57219         strchr.
57220         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57221         headers, memory.h, string.h.
57222         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57223         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57224         free.
57225         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57226         headers.
57227         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57228         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57229         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57230         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57231         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57232
57233 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57234
57235         More K&R removal.
57236
57237         * lib/acosl.c (main): Use a prototype.
57238         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57239         tanl.c: Likewise.
57240
57241         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57242
57243         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57244         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57245         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57246         with a prototype.
57247         * lib/getopt.c (const): Remove macro.
57248         Include <string.h> unconditionally.
57249         (my_index): Remove; all uses changed to strchr.
57250         (strlen): Remove decl.
57251         (exchange): Remove forward decl; no longer needed.
57252         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57253         Define with prototype.
57254         * lib/getopt1.c (const): Remove macro.
57255         (getopt_long, getopt_long_only, main): Define with prototype.
57256
57257         * lib/getugroups.c: Include <string.h> unconditionally.
57258
57259         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57260         (getusershell, setusershell, endusershell, readname, main):
57261         Define with prototypes.
57262
57263         * lib/group-member.c: Include group-member.h first.
57264         Include <stdlib.h> unconditionally.
57265
57266         * lib/hard-locale.c: Include hard-locale.h first.
57267         Include <stdlib.h>, <string.h> unconditionally.
57268
57269         * lib/hash.c (free, malloc): Remove decls.
57270         Include <stdlib.h> unconditionally.
57271
57272         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57273         (getenv): Do not declare.
57274
57275         * lib/idcache.c: Include <string.h> unconditionally.
57276
57277         * lib/long-options.c: Include long-options.h first, to test interface.
57278         Include <stdlib.h> unconditionally.
57279
57280         * lib/makepath.c: Include makepath.h first, to test interface.
57281         Include <stdlib.h> and <string.h> unconditionally.
57282
57283         * lib/linebuffer.c: Include <stdlib.h>.
57284         (free): Remove decl.
57285
57286         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57287         stddef.h. rpl_malloc returns void *, not char *.
57288         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57289         prototype.
57290
57291         * lib/md5.h: Include <limits.h> unconditionally.
57292         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57293         (__P): Remove; all uses removed.
57294         * lib/md5.c: Include "md5.h" first.
57295         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57296         md5_buffer, md5_process_bytes, md5_process_block):
57297         Define with prototypes.
57298         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57299         * lib/sha.c: Include "sha.h" first.
57300         Include <stdlib.h>, <string.h> unconditionally.
57301
57302         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57303         * lib/memcmp.c (__ptr_t): Likewise.
57304         * lib/memrchr.c (__ptr_t): Likewise.
57305         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57306         Include <string.h> unconditionally.
57307         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57308         * lib/memchr.c: Include <stdlib.h> unconditionally.
57309         * lib/memchr.c (LONG_MAX): Remove.
57310         * lib/memrchr.c (LONG_MAX): Likewise.
57311         * lib/memchr.c (__memchr): Define via a prototype.
57312         * lib/memrchr.c (__memrchr): Likewise.
57313         * lib/memcmp.c (__P): Remove, and remove all uses.
57314         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57315         Remove forward decls; no longer needed.
57316         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57317         Use types required by C89 in prototype.
57318
57319         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57320         * lib/savedir.c: Likewise.
57321         * lib/mkdir.c (free): Remove decl.
57322         * lib/rmdir.c (rmdir): Define with a prototype.
57323         * lib/savedir.c: Include savedir.h first, to test interface.
57324
57325         * lib/mktime.c (STDC_HEADERS): Remove.
57326         Include <stdlib.h>, <string.h> unconditionally.
57327
57328         * lib/modechange.c: Include <stdlib.h> unconditionally.
57329         (malloc): Remove decl.
57330
57331         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57332         (free): Remove decl.
57333
57334         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57335         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57336         (This type really should be intptr_t, but that's a C99ism.)
57337         (_obstack_memcpy): Remove: all uses changed to memcpy.
57338         Include <string.h> unconditionally.
57339         (struct obstack): Assume __STDC__ for types of members
57340         chunkfun, freefun, extra_arg.
57341         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57342         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57343         obstack_begin, obstack_specify_allocation,
57344         obstack_specify_allocation_with_arg, obstack_chunkfun,
57345         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57346         Remove unprototyped decls and the macros that use them.
57347         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57348         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57349         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57350         (defined __STDC__ && __STDC__)]:
57351         Remove nonprototyped code.
57352         Include <stdlib.h> unconditionally.
57353         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57354         _obstack_allocated_p, _obstack_free, obstack_free,
57355         _obstack_memory_used, print_and_abort):
57356         Define using prototypes.
57357         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57358         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57359         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57360         obstack_next_free, obstack_object_size, obstack_room) [0]:
57361         Remove unused, unprototyped code.
57362
57363         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57364
57365         * lib/physmem.c (physmem_total, physmem_available, main): Define
57366         with prototypes.
57367
57368         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57369         (main): Define with a prototype.
57370
57371         * lib/posixver.c (getenv): Remove decl.
57372
57373         * lib/putenv.c (malloc): Returns void *, not char *.
57374         Include <string.h> unconditionally.
57375         (strchr, memcpy, NULL): Do not define.
57376
57377         * lib/readtokens.c: Include readtokens.h first, to test interface.
57378         Include <stdlib.h>, <string.h> unconditionally.
57379         (init_tokenbuffer): Define with a prototype.
57380
57381         * lib/regex.c (PARAMS): Remove.  All uses removed.
57382         All uses of _RE_ARGS removed, too.
57383         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57384         unconditionally.
57385         (bzero): Assume memset exists.
57386         (memcmp, memcpy, NULL): Remove.
57387         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57388         char, or assignments to local vars of type signed char.
57389         (init_syntax_once, PREFIX(extract_number_and_incr),
57390         PREFIX(print_partial_compiled_pattern),
57391         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57392         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57393         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57394         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57395         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57396         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57397         wcs_compile_range, byte_compile_range, truncate_wchar,
57398         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57399         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57400         count_mbs_length, wcs_re_match_2_internal,
57401         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57402         PREFIX(alt_match_null_string_p),
57403         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57404         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57405         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57406         now-unnecessary declaration, if any.
57407         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57408         regcomp, regexec):
57409         Remove now-unnecessary casts among pointer types.
57410         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57411
57412         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57413         (free): Remove decl.
57414
57415         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57416
57417         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57418         (free): Remove decl.
57419
57420         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57421         * lib/xgetcwd.c: Likewise.
57422
57423         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57424         (free): Remove decl.
57425
57426         * lib/strchrnul.c (strchrnul): Define with a prototype.
57427         Fix bug: c_in was not converted to char before searching.
57428
57429         The following changes are not K&R related:
57430
57431         * lib/group-member.h: Include <sys/types.h>, so that this file is
57432         self-contained.
57433         * lib/makepath.h: Likewise.
57434
57435         * lib/getusershell.c (readname, default_index, line_size, readname):
57436         Use size_t, not int, for sizes.
57437         (readname): If the size overflows, report an error instead of
57438         looping forever.
57439
57440 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57441
57442         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57443         libc.
57444
57445 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57446
57447         * README: New section: portability guidelines.
57448
57449 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57450
57451         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57452         C89 spec.
57453
57454 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57455
57456         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57457
57458 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57459
57460         Assume C89 or better; remove K&R cruft.
57461         A few of these changes were first proposed by Derek Robert Price
57462         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57463
57464         * lib/addext.c: Include <string.h> unconditionally.
57465         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57466         Don't declare getenv or malloc.
57467
57468         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57469         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57470         (NULL): Remove.
57471         (find_stack_direction, alloca): Use prototypes.
57472
57473         * lib/atexit.c (atexit): Define using a prototype.
57474
57475         * lib/basename.c, dirname.c, stripslash.c:
57476         Include <string.h> unconditionally.
57477
57478         * lib/bcopy.c: Include <stddef.h>.
57479         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57480
57481         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57482
57483         * lib/error.h (error, error_at_line, error_print_progname)
57484         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57485         * lib/error.c: Include error.h first, to check interface.
57486         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57487         (VA_START): Remove; all uses changeed to va_start.
57488         (exit, strerror): Remove decls.
57489         (error_print_progname): Prototype uncondionally.
57490         Don't include <errno.h>; no longer needed.
57491         (private_strerror): Remove.
57492         (error_tail): Always define.
57493         (error, error_at_line): Assume C89 or better; always use prototypes.
57494         * lib/fatal.c: Include "fatal.h" first, to test interface.
57495         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57496         (VA_START): Remove; all uses changed to va_start.
57497         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57498         this case.
57499         (exit): Remove decl.
57500         (fatal): Prototype unconditionally.  Assume va_start works.
57501         Abort at end, to pacify gcc.
57502
57503         * lib/euidaccess.c (main): Define with a prototype.
57504
57505         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57506
57507         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57508
57509         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57510         prototypes.
57511         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57512         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57513         (getenv): Remove decl.
57514         (fnmatch): Define using a prototype.
57515         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57516         (FCT): Define using a prototype.
57517
57518         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57519
57520         * lib/gethostname.c: Include <stddef.h>.
57521         (gethostname): Define with prototype.  Length is size_t, not int.
57522
57523 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57524
57525         Assume C89 or better; remove K&R cruft.
57526         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57527         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57528         string.h, getenv, malloc.
57529         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57530         headers.
57531         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57532         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57533         do not check for strerror.
57534         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57535         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57536         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57537         do not check for doprnt or vprintf.
57538         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57539         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57540
57541 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57542
57543         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57544         getversion.c should have been removed then, but was accidentally
57545         preserved.
57546
57547         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57548         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57549
57550 2003-09-08  Karl Berry  <karl@gnu.org>
57551
57552         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57553                 config, forget about prep.
57554
57555         * config/depcomp, missing: update from automake.
57556
57557 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57558
57559         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57560         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57561
57562 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57563
57564         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57565         copy_tm_result.  Bug reported by Simon Josefsson in
57566         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57567
57568 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57569
57570         * m4/time_r.m4: New file.
57571         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57572         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57573         is. Check for timegm declaration.
57574         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57575         Do not check for gmtime_r.
57576         Replace mktime if __mktime_internal does not exist and if mktime
57577         hasn't been replaced already.
57578
57579 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57580
57581         * lib/time_r.c, lib/time_r.h: New files.
57582
57583         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57584         __localtime_r.
57585         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57586         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57587
57588         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57589         __gmtime_r.
57590         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57591         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57592         Include <time_r.h>.
57593
57594         * lib/timegm.c: Switch to glibc implementation, with the following
57595         changes:
57596         [defined HAVE_CONFIG_H]: Include <config.h>.
57597         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57598         (__mktime_internal) [!defined _LIBC]: New decl.
57599         (__gmtime_r) [!defined _LIBC]: New macro and function.
57600         (timegm): Use a prototype, since gnulib assumes C89.
57601         Do not bother declaring tmp to be const, as it's not really usefu.
57602         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57603         (timegm): Declare only if HAVE_DECL_TIMEGM.
57604
57605 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57606
57607         * MODULES.html.sh (func_all_modules): Add time_r.
57608         * modules/time_r: New file.
57609         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57610         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57611
57612 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57613
57614         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57615         Bug reported by Lute Kamstra in
57616         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57617
57618         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57619         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57620         course with correspondingly smaller numbers for tomorrow and
57621         yesterday.  From Tadayoshi Funaba.  Originally installed into
57622         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57623         coreutils merge?).
57624
57625 2003-08-31  Simon Josefsson  <jas@extundo.com>
57626
57627         * modules/timegm: New file.
57628         * MODULES.html.sh (func_all_modules): Add timegm.
57629
57630 2003-08-31  Simon Josefsson  <jas@extundo.com>
57631
57632         * m4/timegm.m4: New file.
57633
57634 2003-08-31  Simon Josefsson  <jas@extundo.com>
57635
57636         * lib/timegm.h: New file.
57637         * lib/timegm.c: New file.  Based on
57638         wget-1.8.2/src/http.c:mktime_from_utc.
57639
57640 2003-08-31  Karl Berry  <karl@gnu.org>
57641
57642         * lib/argp.h: update from libc.
57643
57644 2003-08-28  Bruno Haible  <bruno@clisp.org>
57645
57646         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57647         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57648         followed by '#define fnmatch fnmatch_posix' gives an error.
57649
57650 2003-08-28  Bruno Haible  <bruno@clisp.org>
57651
57652         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57653         warning on QNX, which defines O_BINARY to 000000.
57654
57655 2003-08-27  Jim Meyering  <jim@meyering.net>
57656
57657         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57658         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57659         would fail after 32.  Reported by Danny Levinson.  Details here:
57660         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57661
57662 2003-08-24  Bruno Haible  <bruno@clisp.org>
57663
57664         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57665         MSVC7 <stdio.h> is included later.
57666
57667 2003-08-22  Simon Josefsson  <jas@extundo.com>
57668
57669         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57670
57671 2003-08-20  Karl Berry  <karl@gnu.org>
57672
57673         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57674
57675 2003-08-20  Bruno Haible  <bruno@clisp.org>
57676
57677         * modules/progname: New file.
57678         * MODULES.html.sh (func_all_modules): Add progname.
57679
57680 2003-08-20  Bruno Haible  <bruno@clisp.org>
57681
57682         * lib/progname.h: New file, from GNU gettext.
57683         * lib/progname.c: New file, from GNU gettext.
57684         * lib/progreloc.c: New file, from GNU gettext.
57685
57686 2003-08-19  Jim Meyering  <jim@meyering.net>
57687
57688         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57689         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57690
57691 2003-08-19  Bruno Haible  <bruno@clisp.org>
57692
57693         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57694         more.
57695
57696 2003-08-19  Bruno Haible  <bruno@clisp.org>
57697
57698         * lib/xstrdup.c: Assume <string.h> exists.
57699
57700 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57701
57702         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57703         in makefile rules.
57704
57705 2003-08-18  Jim Meyering  <jim@meyering.net>
57706
57707         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57708         * m4/lib-ld.m4: Likewise.
57709
57710 2003-08-18  Jim Meyering  <jim@meyering.net>
57711
57712         * lib/setenv.h: Indent nested cpp directive.
57713         * lib/vasnprintf.c: Remove trailing blanks.
57714
57715 2003-08-17  Simon Josefsson  <jas@extundo.com>
57716
57717         * modules/xstrndup: New file.
57718         * MODULES.html.sh (func_all_modules): Add xstrndup.
57719
57720 2003-08-17  Simon Josefsson  <jas@extundo.com>
57721
57722         * modules/argp: Fix autoconf macro name. Add more dependencies.
57723
57724 2003-08-17  Simon Josefsson  <jas@extundo.com>
57725
57726         * m4/xstrndup.m4: New file.
57727
57728 2003-08-17  Simon Josefsson  <jas@extundo.com>
57729
57730         * m4/argp.m4: New file.
57731
57732 2003-08-17  Simon Josefsson  <jas@extundo.com>
57733             Bruno Haible  <bruno@clisp.org>
57734
57735         * lib/xstrndup.h: New file.
57736         * lib/xstrndup.c: New file.
57737
57738 2003-08-17  Bruno Haible  <bruno@clisp.org>
57739
57740         * modules/strndup (Files, Include): Add lib/strndup.h.
57741
57742 2003-08-17  Bruno Haible  <bruno@clisp.org>
57743
57744         * modules/euidaccess (Files): Add lib/euidaccess.h.
57745
57746 2003-08-17  Bruno Haible  <bruno@clisp.org>
57747
57748         * lib/strndup.h: New file.
57749
57750 2003-08-17  Bruno Haible  <bruno@clisp.org>
57751
57752         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57753         like AC_GNU_SOURCE.
57754         * modules/extensions (configure.ac): Comment out the invocation of
57755         gl_USE_SYSTEM_EXTENSIONS.
57756
57757 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57758
57759         Merges from coreutils, etc.
57760         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57761         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57762         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57763         fixing a typo.
57764         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57765         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57766
57767 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57768
57769         Document merge from coreutils.
57770         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57771         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57772         * modules/utime: Add m4/utimes-null.m4.
57773
57774 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57775
57776         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57777         space, undoing this 2003-08-12 change:
57778         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57779
57780 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57781
57782         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57783         strtoul.c from libc, undoing this 2003-08-12 change:
57784         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57785
57786 2003-08-16  Jim Meyering  <jim@meyering.net>
57787
57788         Merges from coreutils.
57789         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57790         prefix.  Adjust cache variables similarly.  Create 500 rather than
57791         just 300 files, to exercise bug on Darwin6.5, too.
57792         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57793         $missing_dir.
57794         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57795         AM_SYS_POSIX_TERMIOS.
57796         Reported by mkc@mathdogs.com.
57797         Also change use of $am_cv_sys_posix_termios
57798         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57799         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57800         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57801         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57802         in /proc/mounts until it finds one with matching device number.  This
57803         is unnecessary when the FILE argument *is* a mount point.  No stat call
57804         is necessary in that case.  So, disable the statvfs-testing code on
57805         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57806         as RedHat bug# 84846.
57807         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57808         to 1MB, so as not to render systems with no stack size limit (e.g.,
57809         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57810         Include <unistd.h>.  On some systems,
57811         it is required for the definition of _SC_PAGESIZE.
57812
57813 2003-08-16  Jim Meyering  <jim@meyering.net>
57814
57815         Merge from coreutils.
57816         * lib/xstrtoimax.c: #else #if -> #elif.
57817         * lib/xstrtoumax.c: Likewise.
57818
57819 2003-08-16  Jim Meyering  <jim@meyering.net>
57820
57821         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57822         * m4/utimes.m4: Removed.
57823         * m4/utimes-null.m4: Renamed from utimes.m4.
57824
57825         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57826         to 1MB, so as not to render systems with no stack size limit (e.g.,
57827         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57828         Include <unistd.h>.  On some systems,
57829         it is required for the definition of _SC_PAGESIZE.
57830
57831 2003-08-16  Jim Meyering  <jim@meyering.net>
57832         and Paul Eggert  <eggert@cs.ucla.edu>
57833
57834         Merges from coreutils, etc.
57835
57836         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57837         using the latest version from cvs.  This avoids problems with #line
57838         directives using a vendor (Sun) compiler.
57839         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57840         Don't set GETGROUPS_LIB here; now it's
57841         done via getgroups.m4's wrapper function.
57842         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57843         rather than just in sh-util/configure.in, so that the
57844         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57845         same.
57846         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57847         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57848         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57849         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57850         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57851         Remove code that is now done by the newly-required macros.
57852         Append $(EXEEXT) to DF_PROG.
57853         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57854         Do not invoke or require the following here,
57855         since prereq.m4 or some gnulib .m4 now does this for us:
57856         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57857         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57858         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57859         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57860         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57861         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57862         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57863         AC_FUNC_OBSTACK.
57864         Do not replace the following functions, as this is now the job
57865         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57866         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57867         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57868         atexit getpass, strdup, getpagesize.
57869         Replace 'raise'.
57870         Do not check for the following functions, as this is now the job
57871         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57872         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57873         setregid.
57874         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57875         Check for sys/sysctl.h.
57876         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57877         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57878         of checking for ssize_t ourselves.
57879
57880         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57881         Require every macro that gnulib/modules/* suggests for us.
57882         (jm_PREREQ_ADDEXT): New macro.
57883         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57884         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57885
57886         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57887         (gl_PHYSMEM): Use it.
57888         Also check for `table' function.
57889         Check for new headers and functions.
57890         Add check for sys/sysmp.h.
57891         With suggestions from Kaveh Ghazi.
57892         Ignore headers that are present but cannot be compiled.  This
57893         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57894         C 5.4.
57895
57896 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57897
57898         Document merge from coreutils.
57899         * modules/userspec: Depend on posixver.
57900         * modules/strftime: Depend on tzset.
57901
57902 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57903
57904         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57905         rather than tab, after '#' in shell-script copyright notices.
57906         Suggested by Bruno Haible.
57907
57908 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57909
57910         * config/srclist-update: Use three spaces, rather than tab, after '#'
57911         in shell-script copyright notices.  Suggested by Bruno Haible.
57912         Remove unnecessary parenthesization in regular expression.
57913
57914 2003-08-15  Jim Meyering  <jim@meyering.net>
57915
57916         Merge from coreutils.
57917         * lib/xgethostname.c: Include <stdlib.h>.
57918         (xghostname): Don't exit for anything other than memory-related
57919         failure; just return NULL.
57920         * lib/userspec.c: Include "posixver.h".
57921         (parse_user_spec): Accept `.' as a separator only
57922         in pre-POSIX-200112 mode.
57923         * lib/strtoimax.c: Use #elif rather than #else #if.
57924         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57925         Remove function, now that we can rely on a working tzset function.
57926         [!_LIBC]: Ensure that the required autoconf test has been run.
57927         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57928         Use underlying_strftime for %r.
57929         * lib/sha.c: Merge in some clean-up and optimization changes from
57930         glibc.
57931         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57932         Ensure that it is a multiple of 64.
57933         Rearrange loop exit tests so as to avoid performing an
57934         additional fread after encountering an error or EOF.
57935         * lib/realloc.c: Update copyright date.
57936
57937 2003-08-15  Jim Meyering  <jim@meyering.net>
57938         and Paul Eggert  <eggert@twinsun.com>
57939
57940         Merge from coreutils.
57941         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57942         member but strut utmpx does not.  Needed for AIX 4.3.3.
57943         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57944
57945 2003-08-15  Jim Meyering  <jim@meyering.net>
57946         and Paul Eggert  <eggert@cs.ucla.edu>
57947
57948         Merges from coreutils, etc.
57949         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57950         Require gl_FUNC_TZSET_CLOBBER.
57951         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57952         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57953         members.
57954
57955 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57956
57957         Help the merge from coreutils.
57958         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57959         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57960         * m4/tzset.m4: Use it too.
57961
57962 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57963
57964         * modules/tzset: New file.
57965
57966 2003-08-14  Jim Meyering  <jim@meyering.net>
57967
57968         Merges from coreutils.
57969         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57970         variable names, rather than @FNMATCH_H@.
57971         * modules/alloca: Likewise for $(ALLOCA_H).
57972
57973         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57974         the three copies of the literal target, `fnmatch.h'.
57975         * modules/alloca (alloca.h): Likewise.
57976
57977 2003-08-14  Jim Meyering  <jim@meyering.net>
57978
57979         Merge from coreutils.
57980         * m4/tzset.m4: New file.
57981         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57982         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57983         otherwise, AIX 5.1 systems would end up using the latter.
57984         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57985         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57986         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57987         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57988
57989 2003-08-14  Jim Meyering  <jim@meyering.net>
57990
57991         Merge from coreutils.
57992         * lib/obstack.h: Whitespace changes.
57993         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57994         and xcalloc return values.
57995         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57996         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57997         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57998         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57999         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58000         error from mntctl.
58001         Use mntctl's return value to drive the entry-processing loop, since
58002         we can't rely on the value of the vmt_length member in the last
58003         entry.  On some systems doing so could result in exhausting
58004         virtual memory.  Based in part on a patch from Mike Jetzer.
58005
58006 2003-08-14  Jim Meyering  <jim@meyering.net>
58007         and Paul Eggert  <eggert@twinsun.com>
58008
58009         Merges from coreutils, plus other fixes.
58010         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58011         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58012         for credits and details.  Thanks to Kaveh Ghazi for helping
58013         to keep these files in sync.
58014         (ARRAY_SIZE): Define it.
58015         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58016         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58017         (memcasecmp): Don't assume size_t fits in unsigned int.
58018         Remove casts and duplicate code.
58019         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58020         (memcpy): Remove definition.
58021         Merge in some clean-up and optimization changes from glibc.
58022         [BLOCKSIZE]: Move definition to top of file.
58023         Ensure that it is a multiple of 64.
58024         Rearrange loop exit tests so as to avoid performing an
58025         additional fread after encountering an error or EOF.
58026         * lib/md5.h (md5_uintptr): Define.
58027         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58028         return to the initial working directory.  Preserve errno
58029         for caller.
58030         * lib/idcache.c: Include "xalloc.h".
58031         (xmalloc, xrealloc): Remove decls.
58032         (getuser): Remove casts no longer required in C89.
58033         * lib/human.c: Include stdio.h, for sprintf.
58034         * lib/group-member.c: Include "xalloc.h".
58035         (xmalloc, xrealloc): Remove decls.
58036         (get_group_info): Remove casts no longer required in C89.
58037         * lib/getusershell.c (readname): Remove casts no longer required in
58038         C89.
58039         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58040         * lib/getline.c: Whitespace fix, from coreutils.
58041
58042 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58043
58044         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58045         Check for isascii.
58046
58047         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58048         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58049         Undo previous (whitespace-only) change.
58050
58051 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58052
58053         * lib/exclude.c: Include <ctype.h>
58054         (IN_CTYPE_DOMAIN): New macro.
58055         (is_space): New fn.
58056         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58057         and empty lines.
58058
58059         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58060         Undo previous (whitespace-only) change.
58061
58062 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58063
58064         * config/srclist-update: Change update back to the old behavior,
58065         leaving whitespace alone.  Use one 'sed' command rather than a
58066         pipeline.
58067         (fixlicense): Now a variable, not a function.
58068         (remove_trailing_blanks): Remove.
58069         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58070         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58071         Undo previous (whitespace-only) change.
58072
58073 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58074
58075         Merge from coreutils.
58076         * modules/euidaccess: Add lib_SOURCES, include for new
58077         file euidaccess.h
58078
58079 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58080
58081         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58082         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58083         Normalize leading white space and remove trailing white space.
58084
58085         Merge from coreutils
58086         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58087
58088         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58089         0.12.1.  These files are now being upgraded automatically by
58090         ../config/srclist-update.
58091
58092 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58093
58094         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58095         Normalize leading white space and remove trailing white space.
58096         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58097         notice, as per ../config/srclist-update.
58098
58099         Merge from coreutils.
58100         * lib/euidaccess.h: New file.
58101         * lib/euidaccess.c: Include it.
58102         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58103         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58104         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58105
58106 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58107
58108         * config/srclist-update: Add copyright notice.
58109         (remove_id_lines, remove_trailing_blanks): New constants.
58110         (fixfile): Use them to normalize spacing a bit in copied files.
58111         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58112         Normalize leading white space and remove trailing white space.
58113
58114         * config/texinfo.tex: Sync with texinfo.
58115
58116         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58117         strtoul.c from libc, to merge coreutils whitespace changes.
58118
58119         * config/srclist.txt: Get the following m4 files from gettext:
58120         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58121         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58122         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58123         wint_t.m4.
58124
58125 2003-08-12  Karl Berry  <karl@gnu.org>
58126
58127         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58128         been made.
58129
58130 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58131
58132         * modules/gnu-source, m4/gnu-source.m4:
58133         Remove; we're assuming Autoconf 2.54 or later now.
58134         Suggested by Bruno Haible.
58135         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58136
58137 2003-08-11  Bruno Haible  <bruno@clisp.org>
58138
58139         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58140
58141 2003-08-11  Bruno Haible  <bruno@clisp.org>
58142
58143         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58144         (vasnprintf): Use it instead of wcslen.
58145
58146 2003-08-11  Bruno Haible  <bruno@clisp.org>
58147
58148         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58149         value to ensure that _Bool promotes to int. Use #define for _Bool when
58150         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58151
58152 2003-08-10  Karl Berry  <karl@gnu.org>
58153
58154         * lib/regex.h: update from libc (whitespace fix).
58155
58156 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58157
58158         Merge some files from coreutils.  These changes were
58159         originally made by Jim Meyering.
58160         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58161         many older Unixes require this.
58162         * lib/alloca.c (alloca): Remove cast to argument of free;
58163         no longer needed in C89.
58164         * lib/alloca_.h, regex.h: Fix white space to match
58165         what GNU indent does.
58166
58167 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58168
58169         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58170         apparently Emacs's Unicode mode got confused before my 2003-08-05
58171         checkin.
58172
58173 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58174
58175         * m4/extensions.m4: New file.
58176         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58177         Require gl_USE_SYSTEM_EXTENSIONS.
58178         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58179         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58180
58181 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58182
58183         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58184         * modules/extensions, modules/gnu-source: New files.
58185         * modules/timespec, modules/unlocked-io: Depend on extensions.
58186
58187 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58188
58189         * modules/restrict: New file.
58190         * MODULES.html.sh (func_all_modules): Add restrict.
58191         * modules/regex: Depend on restrict.
58192
58193 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58194
58195         * m4/restrict.m4: New file.
58196         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58197
58198 2003-08-07  Bruno Haible  <bruno@clisp.org>
58199
58200         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58201         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58202
58203 2003-08-07  Bruno Haible  <bruno@clisp.org>
58204
58205         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58206         makes the module 'getndelim2' compatible with the module 'getline'.
58207
58208 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58209
58210         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58211         byte with "\201" to avoid glitches when editing that source file
58212         with multi-gnome-terminal.
58213
58214 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58215
58216         * lib/bumpalloc.h: Remove.
58217
58218 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58219
58220         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58221         * modules/bumpalloc: Remove.
58222
58223 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58224
58225         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58226         GNU coding style.
58227
58228         Merge from coreutils.
58229         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58230         1. From glibc.
58231         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58232         from Karl Berry, implemented by Jim Meyering.
58233         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58234         from Dmitry V. Levin.
58235         Remove anachronistic cast of xrealloc.
58236         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58237         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58238         type. Otherwise, it wouldn't compile with at least /bin/cc on
58239         ymp-cray-unicos9.0.2.X.
58240         Combine two mostly-identical uses of alloca into one.
58241         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58242
58243 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58244
58245         [From Emacs.]
58246
58247         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58248         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58249         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58250         obsolete NLIST_NAME_UNION.
58251         [__GNU__]: Undef BSD and FSCALE.
58252         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58253
58254 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58255
58256         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58257         an enum type, so that it's guaranteed to promote to int.  See:
58258         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58259
58260 2003-08-03  Karl Berry  <karl@gnu.org>
58261
58262         * config/depcomp: update from automake.
58263
58264 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58265
58266         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58267         (strerror): Don't assume that a printable int fits in 14 bytes.
58268
58269 2003-07-31  Bruno Haible  <bruno@clisp.org>
58270
58271         * modules/getpass-gnu: New file.
58272         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58273
58274 2003-07-31  Bruno Haible  <bruno@clisp.org>
58275
58276         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58277
58278 2003-07-24  Karl Berry  <karl@gnu.org>
58279
58280         * config/missing: update from automake.
58281
58282 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58283             Bruno Haible  <bruno@clisp.org>
58284
58285         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58286         * lib/getline.c (getline, getdelim): Likewise.
58287         Remove _GNU_SOURCE define; now it's defined in config.h through
58288         m4/getline.m4.
58289
58290 2003-07-23  Karl Berry  <karl@gnu.org>
58291
58292         * config/config.sub: update from prep.
58293
58294 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58295
58296         * modules/xalloc (Depends-on): Add exitfail.
58297         * modules/xmemcoll: Likewise.
58298
58299 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58300
58301         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58302         over-parenthesization in macros.
58303
58304         Sync with coreutils.
58305
58306         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58307         required by C99.
58308
58309         Use `exit_failure' for xalloc and xmemcoll instead of their own
58310         private exit-failure variables.
58311         * lib/xalloc.h (xalloc_exit_failure): Remove.
58312         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58313         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58314         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58315         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58316         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58317
58318 2003-07-20  Jim Meyering  <jim@meyering.net>
58319
58320         * modules/closeout (Depends-on): Add exitfail.
58321         Suggestion from Bruno Haible.
58322
58323 2003-07-19  Karl Berry  <karl@gnu.org>
58324
58325         * config/config.sub: update from prep.
58326
58327 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58328
58329         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58330         Remove.
58331         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58332         to test that it can stand by itself.  Include "exitfail.h".
58333         Clients should set exit_failure instead.
58334         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58335
58336 2003-07-18  Bruno Haible  <bruno@clisp.org>
58337
58338         * modules/getndelim2: New file.
58339         * modules/getline: Share files with module getndelim2.
58340         * modules/getnline: Depend on getndelim2 instead of sharing files with
58341         it. Add getnline.c to lib_SOURCES.
58342         * MODULES.html.sh (func_all_modules): Add getndelim2.
58343
58344 2003-07-18  Bruno Haible  <bruno@clisp.org>
58345
58346         * m4/getndelim2.m4: New file.
58347         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58348         invoke gl_PREREQ_GETNDELIM2.
58349         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58350         gl_PREREQ_GETNDELIM2.
58351         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58352         gl_GETNDELIM2.
58353
58354 2003-07-18  Bruno Haible  <bruno@clisp.org>
58355
58356         * lib/getndelim2.h: New file.
58357         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58358         getndelim2.h.
58359         (getndelim2): Make non-static. Change return type to ssize_t.
58360         * lib/getline.h: Change argument names.
58361         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58362         * lib/getnline.c: Include getndelim2.h.
58363
58364 2003-07-18  Andreas Schwab  <schwab@suse.de>
58365
58366         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58367
58368 2003-07-17  Karl Berry  <karl@gnu.org>
58369
58370         * config/config.sub: update from prep.
58371
58372 2003-07-17  Bruno Haible  <bruno@clisp.org>
58373
58374         * modules/getnline: New file.
58375         * modules/getline: Add lib/getndelim2.c to source file list.
58376         * MODULES.html.sh (func_all_modules): Add getnline.
58377
58378 2003-07-17  Bruno Haible  <bruno@clisp.org>
58379
58380         * m4/getnline.m4: New file.
58381
58382 2003-07-17  Bruno Haible  <bruno@clisp.org>
58383
58384         * m4/Makefile.am.in: Remove file.
58385         * m4/Makefile.am: Remove file.
58386         * m4/Makefile.in: Remove file.
58387
58388 2003-07-17  Bruno Haible  <bruno@clisp.org>
58389
58390         * lib/getnline.h: New file.
58391         * lib/getnline.c: New file.
58392         * lib/getndelim2.c: New file, extracted from getline.c.
58393         (getndelim2): Renamed from getdelim2, with added nmax argument.
58394         * lib/getline.c: Include getndelim2.c.
58395         (getdelim2): Moved out to getndelim2.c.
58396         (getline, getdelim): Update.
58397
58398 2003-07-17  Bruno Haible  <bruno@clisp.org>
58399
58400         * lib/Makefile.am: Remove file.
58401         * lib/Makefile.in: Remove file.
58402
58403 2003-07-17  Bruno Haible  <bruno@clisp.org>
58404
58405         * configure.in: Remove file.
58406         * Makefile.in: Remove file.
58407
58408 2003-07-17  Bruno Haible  <bruno@clisp.org>
58409
58410         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58411
58412 2003-07-16  Karl Berry  <karl@gnu.org>
58413
58414         * config/srclist-update: was running fixlicense twice, which caused
58415                 texinfo.tex to be nullified for some reason.  Simplify,
58416                 $gplsrc is no longer needed as far as I can see?
58417
58418 2003-07-16  Jim Meyering  <jim@meyering.net>
58419
58420         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58421
58422 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58423
58424         * config/srclist.txt: Get the following files from gettext-runtime/intl
58425         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58426         ref-del.sin.  From Bruno Haible.
58427         * config/srclist-update (fixfile): Change grep pattern again, since the
58428         previous fix didn't work (there was another trailing $).  Use
58429         '[$]' to escape the $s.
58430
58431 2003-07-15  Karl Berry  <karl@gnu.org>
58432
58433         * lib/vasnprintf.c: update from gettext.
58434
58435 2003-07-15  Karl Berry  <karl@gnu.org>
58436
58437         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58438         gets expanded when surrounded by '$'.
58439
58440 2003-07-15  Jim Meyering  <jim@meyering.net>
58441
58442         * modules/save-cwd: Don't depend on error.  From Derek Price.
58443
58444 2003-07-15  Jim Meyering  <jim@meyering.net>
58445
58446         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58447
58448 2003-07-14  Simon Josefsson  <jas@extundo.com>
58449
58450         * modules/mempcpy: New file.
58451         * MODULES.html.sh (func_all_modules): Add mempcpy.
58452
58453 2003-07-14  Simon Josefsson  <jas@extundo.com>
58454
58455         * m4/mempcpy.m4: New file.
58456
58457 2003-07-14  Simon Josefsson  <jas@extundo.com>
58458
58459         * lib/mempcpy.h: New file.
58460         * lib/mempcpy.c: New file.
58461
58462 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58463
58464         * modules/getdate, modules/posixtm: Depend on mktime.
58465
58466 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58467
58468         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58469         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58470         unicodeio.c, unicodeio.h, unlocked-io.h:
58471         Switch from LGPL to GPL.
58472
58473 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58474
58475         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58476         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58477         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58478         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58479         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58480         updated automatically by ../config/srclist-update.  This changes
58481         their license from LPGL to GPL.
58482
58483 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58484
58485         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58486         assumed to refer to the root of the most recent stable gettext version.
58487         * config/srclistvars.sh: Add defaults for eggert.
58488         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58489         Match "This program" as well as "The program".  This is needed
58490         for gettext.
58491
58492 2003-07-14  Jim Meyering  <jim@meyering.net>
58493
58494         Don't emit diagnostics.  Let callers do that.
58495         * lib/save-cwd.c: Don't include "error.h".
58496         (save_cwd): Don't call error.  Ensure that errno is valid
58497         when returning nonzero.
58498
58499         * lib/save-cwd.h (restore_cwd): Update prototype.
58500         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58501         Simplify.  Don't call error upon failure.  Let callers do that.
58502         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58503         when auditing is enabled.  But don't bother updating the #if.
58504
58505 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58506
58507         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58508         it breaks C++ compilation.
58509         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58510
58511 2003-07-10  Simon Josefsson  <jas@extundo.com>
58512
58513         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58514
58515 2003-07-10  Jim Meyering  <jim@meyering.net>
58516
58517         * m4/clock_time.m4: Remove trailing blank.
58518         * m4/intmax_t.m4: Likewise.
58519
58520 2003-07-10  Jim Meyering  <jim@meyering.net>
58521
58522         * lib/vasnprintf.c: Remove trailing blanks.
58523         Make cpp indentation consistent.
58524
58525 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58526
58527         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58528         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58529         Switch from LGPL to GPL.
58530
58531 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58532
58533         * config/srclist.txt: Sort sublists.  Add
58534         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58535         that differ from gnulib for one reason or another; we'd like this list
58536         to be smaller but for now let's document what we have.
58537
58538 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58539
58540         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58541         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58542         and sweeter "eval x=$x".
58543         * config/srclist.txt: Get lib/argp* from glibc.
58544
58545 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58546
58547         * lib/mktime.c: Fix some boundary cases and remove need for floating
58548         point.
58549
58550         Issue a compile-time diagnostic if time_t is floating point, or if
58551         two's complement arithmetic is not in effect, or if arithmetic
58552         right shift does not propagate the sign.  These assumptions were
58553         all in the original code but they weren't checked.
58554
58555         (TIME_T_MIDPOINT, verify): New macros.
58556         (__isleap): Remove; it has integer overflow problems.
58557         (leapyear): New function, without those problems.
58558         (ydhms_tm_diff): Remove; splitting into two parts.
58559         (ydhms_diff): New function, containing the arithmetic part of
58560         the old ydhms_tm_diff function.  Issue a compile-time
58561         diagnostic if we are not using C99 integer division.
58562         Avoid casts when possible.
58563         (guess_time_tm): New function, containing the checking part of
58564         the old ydhms_tm_diff function.  Return the new value, rather than
58565         the difference between it and the old.  Accept a new argument T
58566         so that *T specifies the old value.  Check for overflow in the result.
58567
58568         (__mktime_internal): Use a time_t offset, not a long int offset.
58569         This undoes the 2003-06-04 change, which is no longer needed now
58570         that we have better overflow checking.
58571         (localtime_offset): Likewise.
58572
58573         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58574         and long are 64-bit but int is only 32-bit.
58575         (ydhms_diff): Use long int to store year1 and yday1.
58576         Issue a compile-time diagnostic if long int is not wide enough.
58577
58578         (__mktime_internal): Use long int to store adjusted year and yday.
58579         Use plain C rather than preprocessor commands, if that doesn't
58580         affect efficiency.
58581         Check for overflow (and try to repair) after each probe
58582         rather than checking only at the very end.  This avoids some bugs
58583         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58584         does not equal GMT offset at maximum time).
58585         Use integer to check for overflow rather than floating point; this
58586         is more portable to non-IEEE hosts, and is a tad faster.
58587         When we detect that we are oscillating between two values,
58588         don't check whether tm_isdst has the requested value, since
58589         we already know the answer.  When tm_isdst has the wrong value,
58590         use a different heuristic to find the right one, based on the
58591         extreme values actually observed in practice in tz2003a,
58592         rather than the (overly optimistic) "previous 3 calendar quarters".
58593
58594         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58595         "T const" to accommodate glibc style.
58596         (check_result): Use less-confusing report format.  "long" -> "long int.
58597         (main): Likewise.
58598         Don't loop if the iteration overflows time_t.
58599         Allow a negative step in the iteration.
58600
58601 2003-07-06  Karl Berry  <karl@gnu.org>
58602
58603         * config/depcomp: update from automake.
58604         * config/config.sub: update from prep.
58605
58606 2003-07-03  Karl Berry  <karl@gnu.org>
58607
58608         * config/config.guess: update from prep.
58609
58610 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58611
58612         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58613         xreadlink.c now includes it unconditionally.
58614
58615 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58616
58617         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58618         having it depend on HAVE_SYS_TYPES_H.
58619
58620 2003-07-01  Bruno Haible  <bruno@clisp.org>
58621
58622         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58623         <sys/types.h> should be sufficient.
58624         Reported by Paul Eggert.
58625
58626 2003-06-26  Karl Berry  <karl@gnu.org>
58627
58628         * config/depcomp: update from automake.
58629
58630 2003-06-26  Bruno Haible  <bruno@clisp.org>
58631
58632         * modules/human: Depend on module stdbool.
58633
58634 2003-06-25  Bruno Haible  <bruno@clisp.org>
58635
58636         * modules/readlink: New file.
58637         * modules/xreadlink: Depend on it.
58638         * MODULES.html.sh (func_all_modules): Add readlink.
58639
58640 2003-06-25  Bruno Haible  <bruno@clisp.org>
58641
58642         * m4/readlink.m4: New file.
58643
58644 2003-06-25  Bruno Haible  <bruno@clisp.org>
58645
58646         * lib/readlink.c: New file.
58647
58648 2003-06-22  Karl Berry  <karl@gnu.org>
58649
58650         * config/srclist.txt: update mkinstalldirs from automake.
58651         * config/mkinstalldirs: update.
58652
58653 2003-06-22  Bruno Haible  <bruno@clisp.org>
58654
58655         Portability to mingw32.
58656         * m4/ssize_t.m4: New file, from GNU gettext.
58657         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58658         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58659
58660 2003-06-22  Bruno Haible  <bruno@clisp.org>
58661
58662         * modules/safe-read: Add m4/ssize_t.m4.
58663         * modules/xreadlink: Add m4/ssize_t.m4.
58664
58665 2003-06-20  Bruno Haible  <bruno@clisp.org>
58666
58667         Assume C89, so PARAMS isn't needed.
58668         * lib/unicodeio.h (PARAMS): Remove.
58669         * lib/unicodeio.c: Don't use PARAMS.
58670
58671 2003-06-18  Karl Berry  <karl@gnu.org>
58672
58673         * config/config.{guess,sub}: update from prep.
58674
58675 2003-06-18  Jim Meyering  <jim@meyering.net>
58676
58677         Merge changes from coreutils.
58678         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58679         Remove explicit declarations of xmalloc and realloc.
58680         Include xalloc.h.
58681         (read_utmp): Remove anachronistic cast of xmalloc.
58682
58683 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58684
58685         Assume C89, so PARAMS isn't needed.
58686         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58687         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58688         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58689         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58690         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58691         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58692         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58693         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58694         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58695         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58696         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58697         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58698         no longer needed. Anyway, config.h should always be included before any
58699         other file.
58700
58701 2003-06-11  Simon Josefsson  <jas@extundo.com>
58702
58703         * modules/sysexits: New file.
58704         * MODULES.html.sh (func_all_modules): Add sysexits.
58705
58706 2003-06-11  Simon Josefsson  <jas@extundo.com>
58707
58708         * lib/sysexit_.h: New file.
58709
58710 2003-06-11  Derek Price  <derek@ximbiot.com>
58711
58712         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58713         necessary.
58714
58715 2003-06-11  Bruno Haible  <bruno@clisp.org>
58716
58717         * m4/sysexits.m4: New file.
58718
58719 2003-06-10  Simon Josefsson  <jas@extundo.com>
58720
58721         * lib/argp.h: New file, from glibc.
58722         * lib/argp-ba.c: New file, from glibc.
58723         * lib/argp-eexst.c: New file, from glibc.
58724         * lib/argp-fmtstream.c: New file, from glibc.
58725         * lib/argp-fmtstream.h: New file, from glibc.
58726         * lib/argp-fs-xinl.c: New file, from glibc.
58727         * lib/argp-help.c: New file, from glibc.
58728         * lib/argp-namefrob.h: New file, from glibc.
58729         * lib/argp-parse.c: New file, from glibc.
58730         * lib/argp-pv.c: New file, from glibc.
58731         * lib/argp-pvh.c: New file, from glibc.
58732         * lib/argp-xinl.c: New file, from glibc.
58733
58734 2003-06-10  Simon Josefsson  <jas@extundo.com>
58735
58736         * modules/strchrnul: New file.
58737
58738 2003-06-10  Simon Josefsson  <jas@extundo.com>
58739
58740         * modules/argp: New file.
58741
58742 2003-06-10  Simon Josefsson  <jas@extundo.com>
58743
58744         * m4/strchrnul.m4: New file.
58745
58746 2003-06-10  Simon Josefsson  <jas@extundo.com>
58747
58748         * lib/strchrnul.h: New file.
58749         * lib/strchrnul.c: New file.
58750
58751 2003-06-10  Bruno Haible  <bruno@clisp.org>
58752
58753         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58754
58755 2003-06-07  Karl Berry  <karl@gnu.org>
58756
58757         * config/config.{guess,sub}: update from prep.
58758
58759 2003-06-07  Jim Meyering  <jim@meyering.net>
58760
58761         * modules/strtod: Use $(...) notation, not @...@ for
58762         AC_REPLACE'd variables.
58763         * modules/localcharset: Likewise.
58764
58765 2003-06-07  Jim Meyering  <jim@meyering.net>
58766
58767         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58768         in place of my name in the copyright comment.
58769         Remove definition and uses of __P.
58770
58771         From coreutils.
58772         * lib/stat.c: Don't declare xmalloc explicitly.
58773         Instead, include "xalloc.h".
58774         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58775         xrealloc, and xcalloc return values.
58776         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58777         Improve comment.
58778         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58779
58780 2003-06-07  Bruno Haible  <bruno@clisp.org>
58781
58782         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58783         avoid AC_CONFIG_LINKS.
58784         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58785         fnmatch.h, to avoid AC_CONFIG_LINKS.
58786         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58787
58788 2003-06-07  Bruno Haible  <bruno@clisp.org>
58789
58790         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58791         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58792         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58793         directory.
58794         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58795         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58796         directory.
58797
58798 2003-06-06  Jim Meyering  <jim@meyering.net>
58799
58800         Merge from coreutils.
58801         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58802         Consolidate declarations and initializations of *_base* locals.
58803
58804         Merge from coreutils.
58805         This avoids a core dump on systems without GNU putenv,
58806         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58807         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58808         (unsetenv): New static function, from GNU libc.
58809         (rpl_putenv): Use it.
58810
58811         * lib/modechange.c: Remove trailing blanks.
58812
58813         Merge from coreutils.
58814         * lib/fsusage.c: Remove declaration of statfs.
58815         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58816
58817         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58818
58819 2003-06-06  Jim Meyering  <jim@meyering.net>
58820
58821         * lib/stdbool_.h: Renamed from stdbool.h.in.
58822
58823 2003-06-06  Jim Meyering  <jim@meyering.net>
58824             Bruno Haible  <bruno@clisp.org>
58825
58826         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58827         Adjust Makefile.am snippet not to redirect directly to target.
58828         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58829
58830 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58831
58832         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58833         mismatch, look in future quarters as well as past.  This fixes a
58834         bug when processing fall-backwards gaps immediately after a long
58835         period of daylight-saving time.
58836
58837         * lib/mktime.c: Assume freestanding C89 or better.
58838         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58839         (__P): Remove; not used.
58840         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58841         (mktime, not_equal_tm, print_tm, check_result,
58842         main): Use prototypes.  Use const * where appropriate.
58843         (main): Fix typo in testing code that uncovered by above changes.
58844         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58845
58846 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58847
58848         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58849         locale.h, localeconv.  This merges changes from coreutils.
58850
58851         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58852         It can be removed after the next Autoconf is released.
58853         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58854         needed.
58855
58856 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58857
58858         * lib/mktime.c: Fix Debian bug 177940
58859         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58860         (localtime_offset): Now long int, not time_t, because we want it
58861         to be guaranteed to be signed.  All uses changed.
58862         (__mktime_internal): If overflow would occur when adding offset,
58863         don't add it.
58864
58865         Merge 'human' changes from coreutils.  Rewrite to support
58866         locale-specific notations like thousands separators.
58867         * lib/human.c: Simplify authorship notice.
58868         Include human.h immediately after config.h.
58869         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58870         <limits.h>: Do not include, since human.h does.
58871         (SIZE_MAX, UINTMAX_MAX): New macros.
58872         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58873         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58874         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58875         (power_letter): Renamed from suffixes.
58876         (generate_suffix_backwards): Remove.
58877         (adjust_value): Now takes int style (because of human.h changes)
58878         and long double value (for greater precision on some platforms).
58879         (group_number): New function.
58880         (human_readable): Use it.  Use integer options, not enum.
58881         Put the options before the sizes in the arg list.
58882         Support all the new options.
58883         The old human_readable function has been removed;
58884         use inttostr.h instead.
58885         (human_readable, default_block_size, humblock):
58886         Use uintmax_t, not int, for block sizes.
58887         (human_readable_inexact, block_size_types): Remove.
58888         (block_size_opts): New constant.
58889         (human_options): Renamed from human_block_size, with new signature
58890         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58891         * lib/human.h: Add copyright and authorship notice.
58892         Include <limits.h> and <stdbool.h> unconditionally.
58893         (PARAMS): Remove.  All uses removed.
58894         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58895         (enum human_inexact_style): Remove tag; now a nameless enum.
58896         (human_floor, human_ceiling, human_round_to_even): Now have
58897         values 2, 0, 1 rather than -1, 1, 0.
58898         (human_group_digits, human_suppress_point_zero, human_autoscale,
58899         human_base_1024, human_SI, human_B): New constants.
58900         (human_readable_inexact, human_block_size): Remove.
58901         (human_readable): Size args are now uintmax_t, not int.
58902         (human_options): New decl.
58903
58904         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58905         unnecessary now that we assume C89 or better.  This change
58906         imported from coreutils.
58907
58908         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58909         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58910         in the 2003-05-30 sync from glibc.
58911
58912         .h files should stand alone, but we shouldn't include <sys/types.h>
58913         if we can get away with just <stddef.h>.
58914
58915         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58916         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58917         rather than <sys/types.h>, as we merely need size_t.
58918         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58919         to get size_t.
58920         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58921         Include <stdio.h>, to get FILE.
58922         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58923         memcasecmp.h has included <stddef.h> and all we need is size_t.
58924         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58925         our interface, instead of including <sys/types.h>
58926
58927 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58928
58929         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58930         now, as glibc mktime is buggy on non-glibc systems.
58931
58932 2003-06-03  Karl Berry  <karl@gnu.org>
58933
58934         * config/config.sub: update from prep.
58935
58936 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58937
58938         [from coreutils]
58939         Fix some minor time-related bugs with POSIX time arguments.
58940         Some valid time stamps were being rejected (notably -1, and
58941         time stamps before 1900 on 64-bit hosts).  And some invalid
58942         time stamps were being accepted, e.g. September 31.
58943
58944         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58945         that we can return (time_t) -1 successfully.
58946         * lib/posixtm.c: Likewise.
58947         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58948         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58949         (t): Remove static var.
58950         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58951         of static var.  All uses changed.
58952         (year): Do not reject years before 1900; they can occur with
58953         64-bit time_t.
58954         (posix_time_parse): Do not check for out-of-range components;
58955         that is now the caller's responsibility, since our checks were
58956         only approximations.
58957         (posixtime): Use mktime to check for out-of-range components,
58958         since it knows them exactly.
58959         If mktime returns (time_t) -1, check whether an error actually occurred
58960         by invoking localtime on -1.
58961         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58962         posixtime failures better.
58963         Improve the test data (in comments only).
58964
58965 2003-06-02  Karl Berry  <karl@gnu.org>
58966
58967         * config/mkinstalldirs (version): new variable.
58968         (--version): new option.
58969         (usage): improve message.
58970
58971 2003-05-30  Karl Berry  <karl@gnu.org>
58972
58973         * lib/mktime.c: update from libc.
58974
58975 2003-05-30  Bruno Haible  <bruno@clisp.org>
58976
58977         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58978         * config/config.rpath: Upgrade to gettext-0.12.1.
58979
58980 2003-05-30  Bruno Haible  <bruno@clisp.org>
58981
58982         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58983         * m4/nls.m4: New file, from gettext-0.12.1.
58984         * m4/po.m4: New file, from gettext-0.12.1.
58985         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58986
58987 2003-05-30  Bruno Haible  <bruno@clisp.org>
58988
58989         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58990         * lib/localcharset.h: Likewise.
58991         * lib/localcharset.c: Likewise.
58992
58993 2003-05-29  Karl Berry  <karl@gnu.org>
58994
58995         * config/config.rpath: update from gettext.
58996
58997 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58998
58999         Assume the headers required for C89 freestanding compilers.
59000         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59001         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59002         * m4/human.m4 (gl_HUMAN): Likewise.
59003         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59004         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59005         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59006         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59007         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59008         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59009
59010 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59011
59012         Assume the headers required for C89 freestanding compilers.
59013         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59014         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59015         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59016         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59017         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59018         define, since <limits.h> is guaranteed to do that.
59019         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59020         * lib/exclude.c: Include <stdbool.h> unconditionally.
59021         * lib/tempname.c: Include <stddef.h> unconditionally.
59022         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59023         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59024         <stddef.h> does that.
59025         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59026         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59027         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59028         needed.
59029         * lib/xstrtol.c: Likewise.
59030         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59031         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59032
59033         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59034         warnings on some platforms.
59035
59036         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59037         arbitrarily.
59038
59039 2003-05-26  Jim Meyering  <jim@meyering.net>
59040
59041         Merge in a change from coreutils:
59042         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59043         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59044         that condition, rather than `-1' which is slightly misleading.
59045         Change the name of the cache variable to have the gl_ prefix.
59046         Prompted by a patch from Richard Dawe for DJGPP.
59047
59048 2003-05-24  Karl Berry  <karl@gnu.org>
59049
59050         * config/config.guess: update from prep.
59051
59052 2003-05-22  Karl Berry  <karl@gnu.org>
59053
59054         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59055
59056 2003-05-20  Karl Berry  <karl@gnu.org>
59057
59058         * config/config.guess: update from prep.
59059
59060 2003-05-18  Karl Berry  <karl@gnu.org>
59061
59062         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59063         might actually be set by the user.
59064
59065         * config/depcomp, install-sh, mdate-sh: update from automake.
59066
59067 2003-05-17  Bruno Haible  <bruno@clisp.org>
59068
59069         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59070         invalid expansion for AC_EGREP_CPP.
59071         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59072         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59073         Suggested by Akim Demaille <akim@epita.fr> in
59074         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59075
59076 2003-05-12  Jim Meyering  <jim@meyering.net>
59077
59078         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59079         the space-padded-by-default conversion specifiers, %e, %k, %l.
59080
59081 2003-05-12  Bruno Haible  <bruno@clisp.org>
59082
59083         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59084         the string is longer than 4 KB.
59085
59086 2003-05-11  Karl Berry  <karl@gnu.org>
59087
59088         * config/config.{guess,sub}: update from prep.
59089
59090 2003-05-09  Bruno Haible  <bruno@clisp.org>
59091
59092         * modules/error: Add m4/strerror_r.m4 to file list.
59093
59094 2003-05-03  Bruno Haible  <bruno@clisp.org>
59095
59096         Upgrade to Unicode-4.0.
59097         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59098         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59099         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59100         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59101         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59102         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59103         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59104         Change width of U+E0100..U+E01EF from 1 to 0.
59105
59106 2003-04-25  Jim Meyering  <jim@meyering.net>
59107
59108         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59109         of type size_t, not int.
59110
59111 2003-04-25  Bruno Haible  <bruno@clisp.org>
59112
59113         * lib/copy-file.c: Include <stddef.h>, for size_t.
59114
59115 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59116
59117         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59118         code which expansion is under static control.  Patch imported from
59119         Akim Demaille's patch to Bison; see
59120         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59121
59122 2003-04-14  Bruno Haible  <bruno@clisp.org>
59123
59124         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59125
59126 2003-04-11  Jim Meyering  <jim@meyering.net>
59127
59128         Merge changes from Coreutils.
59129
59130         2003-03-22  Jim Meyering  <jim@meyering.net>
59131
59132         * lib/strftime.c (widen): Cast alloca return value to proper type.
59133
59134         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59135
59136         From GNU libc.
59137         * lib/strftime.c (my_strftime): Handle very large width
59138         specifications for numeric values correctly.  Improve checks for
59139         overflow.
59140
59141         2003-01-19  Jim Meyering  <jim@meyering.net>
59142
59143         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59144         definitions.
59145         (nl_get_alt_digit) [! defined my_strftime]: Define.
59146         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59147         _nl_get_alt_digit and _nl_get_walt_digit.
59148
59149         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59150         libc. These changes have no effect outside of _LIBC.
59151
59152 2003-04-10  Bruno Haible  <bruno@clisp.org>
59153
59154         * modules/findprog: New file.
59155         * MODULES.html.sh (func_all_modules): Add it.
59156
59157 2003-04-10  Bruno Haible  <bruno@clisp.org>
59158
59159         * m4/findprog.m4: New file.
59160         * m4/eaccess.m4: New file.
59161
59162 2003-04-10  Bruno Haible  <bruno@clisp.org>
59163
59164         * lib/findprog.h: New file, from GNU gettext.
59165         * lib/findprog.c: New file, from GNU gettext.
59166
59167 2003-04-05  Jim Meyering  <jim@meyering.net>
59168
59169         Merge changes from Coreutils.
59170
59171         * lib/exclude.h (PARAMS): Remove definition and uses.
59172         * lib/exclude.c: Remove uses of `PARAMS'.
59173
59174         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59175         Add test-cases for DOS filenames. Declare program_name.
59176         (main): Set up program_name.  Patch by Rich Dawe.
59177
59178         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59179         error from mntctl.
59180         Use mntctl's return value to drive the entry-processing loop, since
59181         we can't rely on the value of the vmt_length member in the last
59182         entry.  On some systems doing so could result in exhausting
59183         virtual memory.  Based in part on a patch from Mike Jetzer.
59184
59185 2003-04-04  Bruno Haible  <bruno@clisp.org>
59186
59187         * modules/linebreak: New file.
59188         * MODULES.html.sh (func_all_modules): Add it.
59189
59190 2003-04-04  Bruno Haible  <bruno@clisp.org>
59191
59192         * m4/linebreak.m4: New file.
59193
59194 2003-04-04  Bruno Haible  <bruno@clisp.org>
59195
59196         * lib/linebreak.h: New file, from GNU gettext.
59197         * lib/linebreak.c: New file, from GNU gettext with slight
59198         modifications.
59199         * lib/lbrkprop.h: New file, from GNU gettext.
59200
59201 2003-04-03  Bruno Haible  <bruno@clisp.org>
59202
59203         * modules/utf8-ucs4: New file.
59204         * modules/utf16-ucs4: New file.
59205         * modules/ucs4-utf8: New file.
59206         * modules/ucs4-utf16: New file.
59207         * MODULES.html.sh (func_all_modules): Add them.
59208
59209 2003-04-03  Bruno Haible  <bruno@clisp.org>
59210
59211         * m4/utf-ucs4.m4: New file.
59212         * m4/ucs4-utf.m4: New file.
59213
59214 2003-04-03  Bruno Haible  <bruno@clisp.org>
59215
59216         * lib/utf8-ucs4.h: New file, from GNU gettext.
59217         * lib/utf16-ucs4.h: New file, from GNU gettext.
59218         * lib/ucs4-utf8.h: New file, from GNU gettext.
59219         * lib/ucs4-utf16.h: New file, from GNU gettext.
59220
59221 2003-04-02  Bruno Haible  <bruno@clisp.org>
59222
59223         * modules/binary-io: New file.
59224         * MODULES.html.sh (func_all_modules): Add it.
59225
59226 2003-04-02  Bruno Haible  <bruno@clisp.org>
59227
59228         * lib/binary-io.h: New file, from GNU gettext.
59229
59230 2003-04-01  Bruno Haible  <bruno@clisp.org>
59231
59232         * modules/pathname: New file.
59233         * MODULES.html.sh (func_all_modules): Add it.
59234
59235 2003-04-01  Bruno Haible  <bruno@clisp.org>
59236
59237         * lib/pathname.h: New file, from GNU gettext.
59238         * lib/concatpath.c: New file, from GNU gettext.
59239
59240 2003-03-30  Bruno Haible  <bruno@clisp.org>
59241
59242         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59243
59244 2003-03-30  Bruno Haible  <bruno@clisp.org>
59245
59246         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59247         function chown() doesn't exist.
59248
59249 2003-03-28  Bruno Haible  <bruno@clisp.org>
59250
59251         * modules/copy-file: New file.
59252         * MODULES.html.sh (func_all_modules): Add it.
59253
59254 2003-03-28  Bruno Haible  <bruno@clisp.org>
59255
59256         * m4/copy-file.m4: New file.
59257
59258 2003-03-28  Bruno Haible  <bruno@clisp.org>
59259
59260         * lib/copy-file.h: New file, from GNU gettext.
59261         * lib/copy-file.c: New file, from GNU gettext.
59262
59263 2003-03-18  Jim Meyering  <jim@meyering.net>
59264
59265         * lib/quote.c (quote_n): Fix typo in comment.
59266
59267 2003-03-18  Bruno Haible  <bruno@clisp.org>
59268
59269         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59270         checking.
59271         * m4/onceonly_2_57.m4: Likewise.
59272
59273 2003-03-17  Bruno Haible  <bruno@clisp.org>
59274
59275         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59276         (m4_quote): Remove macro.
59277         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59278
59279 2003-03-14  Jim Meyering  <jim@meyering.net>
59280
59281         Merge changes from Coreutils.
59282         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59283         to be const, in order to avoid warnings.
59284         (obstack_room): Likewise.
59285         (obstack_empty_p): Likewise.
59286
59287 2003-03-14  Bruno Haible  <bruno@clisp.org>
59288
59289         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59290         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59291
59292 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59293
59294         Merge changes from Bison.
59295         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59296         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59297         when compiling Bison 1.875's `bitset bset = obstack_alloc
59298         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59299         * lib/hash.c: Include <stdbool.h> unconditionally.
59300
59301 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59302
59303         * m4/onceonly.m4 (m4_quote): New macro.
59304         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59305         Quote AC_FOREACH variable-expansions properly.
59306
59307 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59308
59309         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59310
59311 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59312
59313         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59314         Reported by Bruce Becker; see:
59315         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59316
59317 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59318             Bruno Haible  <bruno@clisp.org>
59319
59320         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59321         Reported by John Hughes, see
59322         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59323
59324 2003-02-20  Bruno Haible  <bruno@clisp.org>
59325
59326         * MODULES.html.sh (func_all_modules): Add poll.
59327
59328 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59329
59330         * modules/poll: New file.
59331
59332 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59333
59334         * lib/poll_.h: New file.
59335         * lib/poll.c: New file.
59336
59337 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59338
59339         * m4/poll.m4: New file.
59340
59341 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59342
59343         * modules/mathl: New file.
59344
59345 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59346
59347         * lib/mathl.h: New file.
59348         * lib/acosl.c: New file.
59349         * lib/asinl.c: New file.
59350         * lib/atanl.c: New file.
59351         * lib/ceill.c: New file.
59352         * lib/cosl.c: New file.
59353         * lib/expl.c: New file.
59354         * lib/floorl.c: New file.
59355         * lib/frexpl.c: New file.
59356         * lib/ldexpl.c: New file.
59357         * lib/logl.c: New file.
59358         * lib/sincosl.c: New file.
59359         * lib/sinl.c: New file.
59360         * lib/sqrtl.c: New file.
59361         * lib/tanl.c: New file.
59362         * lib/trigl.c: New file.
59363         * lib/trigl.h: New file.
59364
59365 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59366
59367         * m4/mathl.m4: New file.
59368
59369 2003-02-18  Bruno Haible  <bruno@clisp.org>
59370
59371         * MODULES.html.sh (func_all_modules): Add mathl.
59372
59373 2003-02-17  Bruno Haible  <bruno@clisp.org>
59374
59375         * modules/mkdtemp: New module.
59376         * MODULES.html.sh (func_all_modules): Add it.
59377
59378 2003-02-17  Bruno Haible  <bruno@clisp.org>
59379
59380         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59381
59382 2003-02-17  Bruno Haible  <bruno@clisp.org>
59383
59384         * lib/mkdtemp.h: New file, from GNU gettext.
59385         * lib/mkdtemp.c: New file, from GNU gettext.
59386
59387 2003-02-02  Jim Meyering  <jim@meyering.net>
59388
59389         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59390         e.g. glibc-2.2.93.
59391
59392 2003-01-31  Bruno Haible  <bruno@clisp.org>
59393
59394         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59395         'rpl_rename'.
59396         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59397         'rpl_strnlen'.
59398         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59399         'rpl_strtod'.
59400         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59401         'rpl_utime'.
59402
59403 2003-01-31  Bruno Haible  <bruno@clisp.org>
59404
59405         * lib/rename.c: #undef rename before defining rpl_rename.
59406         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59407
59408 2003-01-30  Bruno Haible  <bruno@clisp.org>
59409
59410         * modules/vasnprintf, modules/vasprintf: New modules.
59411         * MODULES.html.sh (func_all_modules): Add them.
59412
59413 2003-01-30  Bruno Haible  <bruno@clisp.org>
59414
59415         * m4/signed.m4: New file, from GNU gettext.
59416         * m4/longdouble.m4: New file, from GNU gettext.
59417         * m4/wchar_t.m4: New file, from GNU gettext.
59418         * m4/wint_t.m4: New file, from GNU gettext.
59419         * m4/vasnprintf.m4: New file.
59420         * m4/vasprintf.m4: New file.
59421
59422 2003-01-30  Bruno Haible  <bruno@clisp.org>
59423
59424         * lib/printf-args.h: New file, from GNU gettext.
59425         * lib/printf-args.c: New file, from GNU gettext.
59426         * lib/printf-parse.h: New file, from GNU gettext.
59427         * lib/printf-parse.c: New file, from GNU gettext.
59428         * lib/vasnprintf.h: New file, from GNU gettext.
59429         * lib/vasnprintf.c: New file, from GNU gettext.
59430         * lib/asnprintf.c: New file, from GNU gettext.
59431         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59432         * lib/vasprintf.c: New file, from GNU gettext.
59433         * lib/asprintf.c: New file, from GNU gettext.
59434
59435 2003-01-29  Bruno Haible  <bruno@clisp.org>
59436
59437         * modules/stpncpy: New module.
59438         * MODULES.html.sh (func_all_modules): Add it.
59439
59440 2003-01-29  Bruno Haible  <bruno@clisp.org>
59441
59442         * m4/stpncpy.m4: New file.
59443
59444 2003-01-29  Bruno Haible  <bruno@clisp.org>
59445
59446         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59447         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59448
59449 2003-01-28  Bruno Haible  <bruno@clisp.org>
59450
59451         * modules/c-ctype: New module.
59452         * MODULES.html.sh (func_all_modules): Add it.
59453
59454 2003-01-28  Bruno Haible  <bruno@clisp.org>
59455
59456         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59457         Paul Eggert.
59458         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59459         Paul Eggert.
59460
59461 2003-01-27  Bruno Haible  <bruno@clisp.org>
59462
59463         * modules/xsetenv: New module.
59464         * MODULES.html.sh (func_all_modules): Add it.
59465
59466 2003-01-27  Bruno Haible  <bruno@clisp.org>
59467
59468         * lib/xsetenv.h: New file, from GNU gettext.
59469         * lib/xsetenv.c: New file, from GNU gettext.
59470
59471 2003-01-23  Jim Meyering  <jim@meyering.net>
59472
59473         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59474         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59475
59476 2003-01-23  Bruno Haible  <bruno@clisp.org>
59477
59478         * modules/minmax: New module.
59479         * MODULES.html.sh (func_all_modules): Add it.
59480
59481 2003-01-23  Bruno Haible  <bruno@clisp.org>
59482
59483         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59484         Eggert.
59485
59486 2003-01-22  Bruno Haible  <bruno@clisp.org>
59487
59488         * modules/exit: New module.
59489         * MODULES.html.sh (func_all_modules): Add it.
59490
59491 2003-01-22  Bruno Haible  <bruno@clisp.org>
59492
59493         * lib/exit.h: New file, from GNU gettext.
59494
59495 2003-01-19  Bruno Haible  <bruno@clisp.org>
59496
59497         * gnulib-tool: Recognize option --extract-maintainer.
59498         (func_get_maintainer): New function.
59499         * modules/*: Add Maintainer entry.
59500
59501 2003-01-16  Jim Meyering  <jim@meyering.net>
59502
59503         * m4/regex.m4: The `regex' struct is both input and output.
59504         Initialize it before each use.  Patch by Tim Waugh.
59505
59506 2003-01-16  Bruno Haible  <bruno@clisp.org>
59507
59508         * MODULES.html.sh: Add a table of contents. Add the module name as
59509         leftmost column. Add hyperlinks.
59510
59511 2003-01-15  Bruno Haible  <bruno@clisp.org>
59512
59513         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59514
59515 2003-01-15  Bruno Haible  <bruno@clisp.org>
59516
59517         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59518         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59519         suffix.
59520
59521 2003-01-15  Bruno Haible  <bruno@clisp.org>
59522
59523         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59524
59525 2003-01-15  Bruno Haible  <bruno@clisp.org>
59526
59527         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59528         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59529
59530 2003-01-14  Jim Meyering  <jim@meyering.net>
59531
59532         * lib/same.c (same_name): Tweak a comment.
59533
59534 2003-01-14  Bruno Haible  <bruno@clisp.org>
59535
59536         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59537         when a string comparison is sufficient.
59538
59539 2003-01-14  Bruno Haible  <bruno@clisp.org>
59540
59541         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59542         'unsigned int'.
59543
59544 2003-01-14  Bruno Haible  <bruno@clisp.org>
59545
59546         * lib/hash-pjw.c: Add comment about low quality of this function.
59547
59548 2003-01-13  Bruno Haible  <bruno@clisp.org>
59549
59550         * modules/stpcpy: Distribute lib/stpcpy.h.
59551         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59552
59553 2003-01-13  Bruno Haible  <bruno@clisp.org>
59554
59555         * modules/*: Add a description.
59556         * modules/strpbrk: Fix Makefile.am snippet.
59557         * modules/strtoimax: Fix dependencies.
59558         * modules/strtoumax: Likewise.
59559
59560 2003-01-13  Bruno Haible  <bruno@clisp.org>
59561
59562         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59563         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59564         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59565
59566 2003-01-13  Bruno Haible  <bruno@clisp.org>
59567
59568         * gnulib-tool (func_create_testdir): Store config/* files in the main
59569         directory.
59570         * config.rpath: Move to ...
59571         * config/config.rpath: ... here.
59572         * modules/gettext: Contains config/config.rpath, not config.rpath.
59573         * modules/iconv: Likewise.
59574
59575 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59576
59577         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59578         to avoid collisions with libcurses and libreadline.
59579
59580         * m4/getstr.m4: Remove.
59581         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59582
59583 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59584
59585         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59586         to avoid collisions with libcurses and libreadline.
59587
59588         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59589         * lib/getstr.h, getstr.c: Remove.
59590         * lib/getline.c: Include "getline.h", to check interface.
59591         Move body of old getstr.c here: this defines MIN_CHUNK and
59592         declares getdelim2, which is renamed from getstr.
59593         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59594
59595         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59596         All uses changed.
59597         * lib/linebuffer.h: Likewise.
59598         (readline): Remove backward-compatibility macro.
59599
59600 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59601
59602         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59603         to avoid collisions with libcurses and libreadline.
59604         * getstr: Remove.
59605         * MODULES.html.sh: Remove getstr.
59606         * modules/getline: Depend on unlocked-io, not getstr.
59607
59608 2003-01-12  Jim Meyering  <jim@meyering.net>
59609
59610         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59611
59612 2003-01-10  Bruno Haible  <bruno@clisp.org>
59613
59614         * modules/alloca: Change Makefile.am requirements. Simplify Include
59615         requirements. Add lib/alloca_.h to file list.
59616
59617 2003-01-10  Bruno Haible  <bruno@clisp.org>
59618
59619         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59620
59621 2003-01-10  Bruno Haible  <bruno@clisp.org>
59622
59623         * lib/alloca_.h: New file.
59624         * lib/getdate.y: Unconditionally include alloca.h.
59625         * lib/makepath.c: Likewise.
59626         * lib/setenv.c: Likewise.
59627         * lib/userspec.c: Likewise.
59628
59629 2003-01-09  Karl Berry  <karl@gnu.org>
59630
59631         * MODULES.html.sh: include `dirname $0` in PATH, to find
59632         gnulib-tool.
59633
59634 2003-01-09  Bruno Haible  <bruno@clisp.org>
59635
59636         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59637         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59638
59639 2003-01-09  Bruno Haible  <bruno@clisp.org>
59640
59641         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59642
59643 2003-01-09  Bruno Haible  <bruno@clisp.org>
59644
59645         * lib/stdbool.h.in: New file.
59646
59647 2003-01-09  Bruno Haible  <bruno@clisp.org>
59648
59649         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59650         * MODULES.html.sh: Likewise.
59651
59652 2003-01-08  Jim Meyering  <jim@meyering.net>
59653
59654         * lib/full-write.c: Undefine and define-away `const' after inclusion
59655         of errno.h, not before.  Suggestion from Bruno Haible.
59656
59657 2003-01-08  Bruno Haible  <bruno@clisp.org>
59658
59659         * modules/full-read: Depend on full-write.
59660
59661 2003-01-08  Bruno Haible  <bruno@clisp.org>
59662
59663         * lib/safe-read.c: Include specification header first, to ensure its
59664         selfcontainedness.
59665         * lib/full-write.c: Likewise.
59666
59667 2003-01-07  Jim Meyering  <jim@meyering.net>
59668
59669         * lib/full-write.c: Rework so that it may serve to define full_read,
59670         too.
59671         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59672
59673 2003-01-07  Bruno Haible  <bruno@clisp.org>
59674
59675         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59676         <inttypes.h>.
59677         * lib/xstrtol.h: Likewise.
59678         * lib/xstrtoimax.c: Likewise.
59679         * lib/xstrtoumax.c: Likewise.
59680         * lib/human.h: Likewise.
59681
59682         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59683         on systems that have <inttypes.h> but not <stdint.h>.
59684
59685 2003-01-07  Bruno Haible  <bruno@clisp.org>
59686
59687         * MODULES.html.sh: Add copyright notice.
59688         (missed_files): Omit CVS directory entries.
59689         (func_module): Make it work with sed-3.02.
59690         * MODULES.txt: Remove file.
59691
59692 2003-01-06  Jim Meyering  <jim@meyering.net>
59693
59694         * lib/version-etc.c: Update year in translatable copyright string.
59695
59696 2003-01-03  Karl Berry  <karl@gnu.org>
59697
59698         * config/config.{guess,sub}: update from prep.
59699
59700 2003-01-02  Karl Berry  <karl@gnu.org>
59701
59702         * doc/COPYING.DOC: belatedly updated to 1.2.
59703
59704 2003-01-01  Karl Berry  <karl@gnu.org>
59705
59706         * gnulib-tool (func_verify_module): report module name $module in
59707         error message, not $1.
59708         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59709         be created, only if it doesn't exist.
59710         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59711
59712 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59713
59714         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59715
59716 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59717
59718         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59719         memcmp if strcoll doesn't work.
59720
59721 2002-12-31  Bruno Haible  <bruno@clisp.org>
59722
59723         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59724         nonempty.
59725
59726 2002-12-31  Bruno Haible  <bruno@clisp.org>
59727
59728         * lib/memcoll.c (STRCOLL): New macro.
59729         (memcoll): Use it.
59730
59731 2002-12-31  Bruno Haible  <bruno@clisp.org>
59732
59733         * lib/localcharset.h: New file.
59734         * lib/localcharset.c: Include it.
59735         * lib/unicodeio.c: Likewise.
59736
59737 2002-12-31  Bruno Haible  <bruno@clisp.org>
59738
59739         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59740         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59741
59742 2002-12-31  Bruno Haible  <bruno@clisp.org>
59743
59744         * lib/getline.h: Include <stddef.h>, for size_t.
59745
59746         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59747         * lib/unicodeio.c: Don't include <stddef.h>.
59748
59749 2002-12-31  Bruno Haible  <bruno@clisp.org>
59750
59751         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59752         HAVE_TM_ZONE.
59753
59754 2002-12-24  Karl Berry  <karl@gnu.org>
59755
59756         * config/config.guess: update from prep.
59757
59758 2002-12-24  Bruno Haible  <bruno@clisp.org>
59759
59760         General infrasructure.
59761         * m4/README: Rewritten.
59762         * m4/onceonly.m4: New file.
59763         * m4/onceonly_2_57.m4: New file.
59764
59765         Module atexit.
59766         * m4/atexit.m4: New file.
59767
59768         Module strtod.
59769         * m4/strtod.m4: New file.
59770
59771         Module strtol.
59772         * m4/strtol.m4: New file.
59773
59774         Module strtoul.
59775         * m4/strtoul.m4: New file.
59776
59777         Module memchr.
59778         * m4/memchr.m4: New file.
59779
59780         Module memcmp.
59781         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59782         (jm_FUNC_MEMCMP): Invoke it.
59783
59784         Module memcpy.
59785         * m4/memcpy.m4: New file.
59786
59787         Module memmove.
59788         * m4/memmove.m4: New file.
59789
59790         Module memset.
59791         * m4/memset.m4: New file.
59792
59793         Module strcspn.
59794         * m4/strcspn.m4: New file.
59795
59796         Module strpbrk.
59797         * m4/strpbrk.m4: New file.
59798
59799         Module strstr.
59800         * m4/strstr.m4: New file.
59801
59802         Module strerror.
59803         * m4/strerror.m4: New file.
59804
59805         Module mktime.
59806         * m4/mktime.m4: Renamed from jm-mktime.m4.
59807         (gl_PREREQ_MKTIME): New macro.
59808         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59809
59810         Module malloc.
59811         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59812         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59813         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59814
59815         Module realloc.
59816         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59817         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59818         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59819
59820         Module strftime.
59821         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59822         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59823         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59824         gl_TM_GMTOFF.
59825         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59826
59827         Module xalloc.
59828         * m4/xalloc.m4: New file.
59829
59830         Module alloca.
59831         * m4/alloca.m4: New file.
59832
59833         Module putenv.
59834         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59835         (jm_FUNC_PUTENV): Invoke it.
59836
59837         Module setenv.
59838         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59839         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59840         when invoked twice.
59841         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59842         gt_FUNC_SETENV.
59843
59844         Module memrchr.
59845         * m4/memrchr.m4: New file.
59846
59847         Module stpcpy.
59848         * m4/stpcpy.m4: New file.
59849
59850         Module strcase.
59851         * m4/strcase.m4: New file.
59852
59853         Module strdup.
59854         * m4/strdup.m4: New file.
59855
59856         Module strnlen.
59857         * m4/strnlen.m4: New file.
59858
59859         Module strndup.
59860         * m4/strndup.m4: New file.
59861
59862         Module xstrtod.
59863         * m4/xstrtod.m4: New file.
59864
59865         Module xstrtol.
59866         * m4/xstrtol.m4: New file.
59867
59868         Module getdate.
59869         * m4/getdate.m4: New file.
59870
59871         Module unlocked-io.
59872         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59873         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59874         * m4/jm-glibc-io.m4n: Remove file.
59875
59876         Module long-options.
59877         * m4/long-options.m4: New file.
59878
59879         Module md5.
59880         * m4/md5.m4: New file.
59881
59882         Module sha.
59883         * m4/sha.m4: New file.
59884
59885         Module getstr.
59886         * m4/getstr.m4: New file.
59887
59888         Module getline.
59889         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59890         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59891         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59892         simply getline. Infoke gl_PREREQ_GETLINE.
59893
59894         Module obstack.
59895         * m4/obstack.m4: New file.
59896
59897         Module hash.
59898         * m4/hash.m4: New file.
59899
59900         Module readtokens.
59901         * m4/readtokens.m4: New file.
59902
59903         Module strverscmp.
59904         * m4/strverscmp.m4: New file.
59905
59906         Module stdbool.
59907         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59908         OSF/1.
59909
59910         Module strtoll.
59911         * m4/strtoll.m4: New file.
59912
59913         Module strtoull.
59914         * m4/strtoull.m4: New file.
59915
59916         Module strtoimax.
59917         * m4/strtoimax.m4: New file.
59918
59919         Module strtoumax.
59920         * m4/strtoumax.m4: New file.
59921
59922         Module xstrtoimax.
59923         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59924         jm_AC_PREREQ_XSTRTOIMAX.
59925         Moved the strtol prerequisites to strtol.m4.
59926         Moved the strtoll prerequisites to strtoll.m4.
59927         Moved the strtoimax prerequisites to strtoimax.m4.
59928
59929         Module xstrtoumax.
59930         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59931         jm_AC_PREREQ_XSTRTOUMAX.
59932         Moved the strtoul prerequisites to strtoul.m4.
59933         Moved the strtoull prerequisites to strtoull.m4.
59934         Moved the strtoumax prerequisites to strtoumax.m4.
59935
59936         Module chown.
59937         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59938         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59939
59940         Module dup2.
59941         * m4/dup2.m4: New file.
59942
59943         Module ftruncate.
59944         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59945         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59946
59947         Module getgroups.
59948         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59949         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59950
59951         Module gettimeofday.
59952         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59953         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59954         gl_PREREQ_GETTIMEOFDAY.
59955
59956         Module mkdir.
59957         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59958         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59959
59960         Module mkstemp.
59961         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59962         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59963         jm_AC_TYPE_UINTMAX_T.
59964         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59965
59966         Module stat.
59967         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59968         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59969
59970         Module lstat.
59971         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59972         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59973
59974         Module timespec.
59975         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59976         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59977         * m4/st_mtim.m4: Indentation.
59978
59979         Module nanosleep.
59980         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59981         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59982         gl_PREREQ_NANOSLEEP.
59983
59984         Module regex.
59985         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59986         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59987         (gl_REGEX): New macro.
59988
59989         Module rename.
59990         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59991         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59992
59993         Module rmdir.
59994         * m4/rmdir.m4: New file.
59995
59996         Module utime.
59997         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59998         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59999         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60000
60001         Module dirname.
60002         * m4/dirname.m4: New file.
60003
60004         Module getopt.
60005         * m4/getopt.m4: New file.
60006
60007         Module unistd-safer.
60008         * m4/unistd-safer.m4: New file.
60009
60010         Module fnmatch.
60011         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60012         declaration.
60013         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60014         (gl_FUNC_FNMATCH_POSIX): New macro.
60015         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60016         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60017         simply fnmatch.
60018
60019         Module exclude.
60020         * m4/exclude.m4: New file.
60021
60022         Module human.
60023         * m4/human.m4: New file.
60024
60025         Module acl.
60026         * m4/acl.m4: Nop.
60027
60028         Module backupfile.
60029         * m4/backupfile.m4: New file.
60030         * m4/d-ino.m4: Indentation.
60031
60032         Module fsusage.
60033         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60034         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60035         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60036
60037         Module dirfd.
60038         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60039         requirements.
60040
60041         Module euidaccess.
60042         * m4/euidaccess.m4: New file.
60043
60044         Module file-type.
60045         * m4/file-type.m4: New file.
60046
60047         Module fileblocks.
60048         * m4/fileblocks.m4: New file.
60049
60050         Module filemode.
60051         * m4/filemode.m4: New file.
60052
60053         Module isdir.
60054         * m4/isdir.m4: New file.
60055
60056         Module lchown.
60057         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60058         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60059
60060         Module makepath.
60061         * m4/makepath.m4: New file.
60062
60063         Module modechange.
60064         * m4/modechange.m4: New file.
60065
60066         Module mountlist.
60067         * m4/mountlist.m4: New file.
60068         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60069         Indentation.
60070
60071         Module path-concat.
60072         * m4/path-concat.m4: New file.
60073
60074         Module pathmax.
60075         * m4/pathmax.m4: New file.
60076
60077         Module same.
60078         * m4/same.m4: New file.
60079
60080         Module save-cwd.
60081         * m4/save-cwd.m4: New file.
60082
60083         Module savedir.
60084         * m4/savedir.m4: New file.
60085
60086         Module xgetcwd.
60087         * m4/xgetcwd.m4: New file.
60088         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60089
60090         Module xreadlink.
60091         * m4/xreadlink.m4: New file.
60092
60093         Module safe-read.
60094         * m4/safe-read.m4: New file.
60095
60096         Module safe-write.
60097         * m4/safe-write.m4: New file.
60098
60099         Module closeout.
60100         * m4/closeout.m4: New file.
60101
60102         Module stdio-safer.
60103         * m4/stdio-safer.m4: New file.
60104
60105         Module getpass.
60106         * m4/getpass.m4: New file.
60107
60108         Module getugroups.
60109         * m4/getugroups.m4: New file.
60110
60111         Module group-member.
60112         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60113         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60114
60115         Module idcache.
60116         * m4/idcache.m4: New file.
60117
60118         Module userspec.
60119         * m4/userspec.m4: New file.
60120
60121         Module gettime.
60122         * m4/clock_time.m4: New file.
60123         * m4/gettime.m4: New file.
60124
60125         Module settime.
60126         * m4/settime.m4: New file.
60127
60128         Module posixtm.
60129         * m4/posixtm.m4: New file.
60130
60131         Module gethostname.
60132         * m4/gethostname.m4: New file.
60133
60134         Module canon-host.
60135         * m4/canon-host.m4: New file.
60136
60137         Module gettext.
60138         * m4/codeset.m4: New file, from gettext-0.11.5.
60139         * m4/gettext.m4: New file, from gettext-0.11.5.
60140         * m4/glibc21.m4: New file, from gettext-0.11.5.
60141         * m4/iconv.m4: New file, from gettext-0.11.5.
60142         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60143         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60144         * m4/inttypes.m4: New file, from gettext-0.11.5.
60145         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60146         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60147         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60148         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60149         * m4/lib-link.m4: New file, from gettext-0.11.5.
60150         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60151         * m4/progtest.m4: New file, from gettext-0.11.5.
60152         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60153         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60154         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60155
60156         Module localcharset.
60157         * m4/localcharset.m4: New file.
60158
60159         Module hard-locale.
60160         * m4/hard-locale.m4: New file.
60161
60162         Module mbswidth.
60163         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60164         onceonly macros.
60165         * m4/mbrtowc.m4: Add comment.
60166
60167         Module memcasecmp.
60168         * m4/memcasecmp.m4: New file.
60169
60170         Module memcoll.
60171         * m4/memcoll.m4: New file.
60172
60173         Module unicodeio.
60174         * m4/unicodeio.m4: New file.
60175
60176         Module rpmatch.
60177         * m4/rpmatch.m4: New file.
60178
60179         Module yesno.
60180         * m4/yesno.m4: New file.
60181
60182         Module exitfail.
60183         * m4/exitfail.m4: New file.
60184
60185         Module c-stack.
60186         * m4/c-stack.m4 (gl_C_STACK): New macro.
60187         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60188
60189         Module error.
60190         * m4/error.m4 (gl_ERROR): New macro.
60191         (jm_PREREQ_ERROR): Use onceonly macros.
60192
60193         Module fatal.
60194         * m4/fatal.m4: New file.
60195
60196         Module getloadavg.
60197         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60198         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60199
60200         Module getpagesize.
60201         * m4/getpagesize.m4: New file.
60202
60203         Module getusershell.
60204         * m4/getusershell.m4: New file.
60205
60206         Module physmem.
60207         * m4/physmem.m4: New file.
60208
60209         Module posixver.
60210         * m4/posixver.m4: New file.
60211
60212         Module quotearg.
60213         * m4/quotearg.m4: New file.
60214
60215         Module quote.
60216         * m4/quote.m4: New file.
60217
60218         Module readutmp.
60219         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60220
60221         Module sig2str.
60222         * m4/sig2str.m4: New file.
60223
60224         Other.
60225         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60226         ulonglong.m4.
60227         * m4/intmax_t.m4: New file.
60228         * m4/d-type.m4: Indentation.
60229         * m4/jm-macros.m4: Update.
60230         * m4/prereq.m4 (jm_PREREQ): Update.
60231         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60232         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60233         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60234         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60235         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60236         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60237         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60238         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60239         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60240         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60241         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60242         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60243         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60244         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60245         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60246         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60247         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60248         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60249         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60250
60251 2002-12-24  Bruno Haible  <bruno@clisp.org>
60252
60253         * MODULES.txt: Update according to m4/ changes.
60254
60255         Module gettext.
60256         * config.rpath: New file, from gettext-0.11.5.
60257
60258         * modules/*: New module descriptions.
60259         * gnulib-tool: New file.
60260         * MODULES.html.sh: New file.
60261
60262 2002-12-21  Karl Berry  <karl@gnu.org>
60263
60264         * doc/fdl.texi: update to version 1.2.
60265
60266 2002-12-19  Karl Berry  <karl@gnu.org>
60267
60268         * config/config.guess: update from prep.
60269
60270 2002-12-18  Bruno Haible  <bruno@clisp.org>
60271
60272         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60273         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60274
60275 2002-12-17  Bruno Haible  <bruno@clisp.org>
60276
60277         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60278         stdlib.h, string.h.
60279
60280 2002-12-17  Bruno Haible  <bruno@clisp.org>
60281
60282         * lib/canon-host.c (strdup): Remove unused declaration.
60283
60284         * lib/fsusage.c: Include full_read.h.
60285         (get_fs_usage): Use full_read instead of safe_read.
60286
60287         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60288
60289 2002-12-12  Karl Berry  <karl@gnu.org>
60290
60291         * config/config.guess: update from prep.
60292
60293 2002-12-11  Bruno Haible  <bruno@clisp.org>
60294
60295         * m4/setenv.m4: New file, from gettext-0.11.5.
60296
60297 2002-12-11  Bruno Haible  <bruno@clisp.org>
60298
60299         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60300         not unsetenv().
60301         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60302         modifications:
60303
60304         2002-12-11  Bruno Haible  <bruno@clisp.org>
60305
60306                 * setenv.c (alloca): Fall back to malloc.
60307                 (freea): New macro.
60308                 (setenv): Use freea() to free memory allocated with alloca().
60309
60310         2002-11-13  Bruno Haible  <bruno@clisp.org>
60311
60312                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60313                 function declarations.
60314                 * unsetenv.c (unsetenv): Likewise.
60315
60316         2002-03-04  Bruno Haible  <bruno@clisp.org>
60317
60318                 Portability to AIX 4.3.3.
60319                 * unsetenv.c: New file, extracted from setenv.c.
60320                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60321
60322         2001-12-20  Bruno Haible  <bruno@clisp.org>
60323
60324                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60325                 use malloc instead. For SunOS 4.
60326
60327         2001-12-11  Bruno Haible  <bruno@clisp.org>
60328
60329                 * setenv.c: Declare alloca.
60330                 (compar_fn_t): New typedef.
60331                 (KNOWN_VALUE, STORE_VALUE): Use it.
60332
60333         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60334         setenv.h.
60335
60336 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60337
60338         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60339         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60340         Choose values that are less likely to collide with system fnmatch
60341         options.
60342         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60343         defined (e.g., a pure POSIX system).
60344         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60345         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60346
60347 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60348
60349         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60350         a pain in practice to deal with generated m4 files.  This change
60351         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60352
60353         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60354         and jm-glibc-io.m4, as they are no longer a special case.
60355         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60356         kludge and the auto-generation stuff.  Check only whether the
60357         functions are declared, not whether they exist, since older hosts
60358         that don't declare the functions can't use the optimization anyway.
60359
60360 2002-12-06  Jim Meyering  <jim@meyering.net>
60361
60362         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60363
60364         Merge in changes from libc's misc/error.c, in preparation
60365         for the merge of gnulib's changes back into libc.
60366
60367         * lib/error.c (_): Define only if not already defined.
60368         Move definition to follow all #include directives.
60369         Include unlocked-io.h only if !_LIBC.
60370         [_LIBC]: Include <libio/libioP.h>.
60371         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60372         (fflush): Tweak definition to use INTUSE.
60373         (putc): Define.
60374
60375 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60376
60377         * lib/alloca.c [defined emacs]: Include "lisp.h".
60378         (xalloc_die) [defined emacs]: New macro.
60379         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60380         [! defined emacs]: Include <xalloc.h>.
60381         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60382         (pointer): Typedef to POINTER_TYPE *.
60383         (malloc): Remove decl; we now always use xmalloc.
60384         (alloca): Use old-style definition, since Emacs needs this.
60385         Check for arithmetic overflow when computing combined size.
60386
60387 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60388
60389         Do not generate unlocked-io.h automatically, since it's easier to
60390         maintain it by hand.
60391
60392         * lib/unlocked-io.h: New file, from GNU diffutils,
60393         but with proper copyright notice and attribution.
60394         * lib/gen-uio: Remove.
60395         * lib/Makefile.am: Add copyright notice.
60396         (libfetish_a_SOURCES): Add unlocked-io.h.
60397         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60398         (DISTCLEANFILES, io_functions): Remove macros.
60399         (EXTRA_DIST): Remove gen_uio.
60400         (unlocked-io.h): Remove rule.
60401
60402 2002-12-04  Jim Meyering  <jim@meyering.net>
60403
60404         Reflect the fact that stat.c and lstat.c are no longer generated.
60405         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60406         (DISTCLEANFILES): Likewise.
60407         (EXTRA_DIST): Likewise.
60408         (all_local): Don't depend on stat.c or lstat.c.
60409         (stat.c, lstat.c): Remove rules.
60410         (EXTRA_DIST): Remove xstat.in.
60411
60412         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60413         * lib/stat.c: New file.  Contents mostly from xstat.in.
60414         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60415         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60416
60417         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60418         too.
60419         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60420
60421 2002-12-03  Jim Meyering  <jim@meyering.net>
60422
60423         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60424         but not semantics, to minimize the differences between these two files.
60425         (safe_read): Change comment to mention SAFE_READ_ERROR.
60426
60427         * lib/safe-read.c (IS_EINTR): Define.
60428         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60429
60430 2002-12-02  Jim Meyering  <jim@meyering.net>
60431
60432         * lib/safe-read.c (EINTR): Define.
60433         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60434         (INT_MAX): Provide fallback.
60435         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60436
60437         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60438
60439 2002-12-02  Bruno Haible  <bruno@clisp.org>
60440
60441         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60442         Define, taken from safe-read.c.
60443         (INT_MAX): Provide fallback.
60444         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60445         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60446
60447         * lib/safe-read.c (EINTR): Remove definition.
60448         (safe_read): Don't use EINTR if it is absent.
60449
60450 2002-12-01  Jim Meyering  <jim@meyering.net>
60451
60452         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60453         zero.
60454         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60455
60456 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60457
60458         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60459         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60460         with `if (! (value < limit)) abort ();', for readability.
60461
60462 2002-11-26  Karl Berry  <karl@gnu.org>
60463
60464         * lib/strdup.c: copy from libc again, with jim's ok.
60465         * lib/.cppi-disable: re-add strdup.c
60466
60467 2002-11-25  Karl Berry  <karl@gnu.org>
60468
60469         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60470         instead of "strtol.c".
60471
60472 2002-11-25  Karl Berry  <karl@gnu.org>
60473
60474         * config/install-sh: update from automake for variable quoting, $0 in
60475         error msgs, etc.
60476
60477         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60478         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60479         entry.
60480
60481 2002-11-25  Jim Meyering  <jim@meyering.net>
60482
60483         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60484
60485 2002-11-24  Karl Berry  <karl@gnu.org>
60486
60487         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60488         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60489
60490 2002-11-24  Jim Meyering  <jim@meyering.net>
60491
60492         Update from coreutils:
60493
60494         * lib/mktime.c: Merge in changes from libc.
60495
60496         Avoid a link-time failure on some Linux systems.
60497         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60498         (otherwise).
60499         (__mon_yday): Declare with the STATIC attribute.
60500         (__mktime_internal): Likewise.
60501         Based on a report from Greg Schafer.
60502
60503 2002-11-23  Jim Meyering  <jim@meyering.net>
60504
60505         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60506         Use `unsigned', not `int', as type of index.
60507
60508         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60509
60510         * lib/fsusage.c: Remove unneeded parentheses around operands of
60511         `defined'.
60512
60513 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60514
60515         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60516         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60517         so that we can be included first.
60518         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60519         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60520         No need to include stddef.h or sys/types.h any more.
60521         Surround local include files with "", not "<>".
60522         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60523         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60524         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60525         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60526         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60527         (ISPRINT): Remove; no longer needed now that we assume C89.
60528
60529         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60530         Preserve errno.
60531
60532         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60533         quotearg_char): Use SIZE_MAX rather than
60534         (size_t) -1 when we are talking about "infinity".
60535
60536         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60537
60538 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60539
60540         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60541         hint that one should use `if (! x) abort ();' rather than `assert
60542         (x);', and anyway it's one less thing to worry about configuring.
60543         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60544         hash_rehash, hash_insert): Use abort rather than assert.
60545
60546 2002-11-22  Bruno Haible  <bruno@clisp.org>
60547
60548         * lib/safe-read.h: Assume C89. Add comments.
60549         (safe_read): Change return type to size_t.
60550         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60551         byte counts > SSIZE_MAX correctly.
60552         * lib/safe-write.h: New file.
60553         * lib/safe-write.c: New file.
60554         * lib/full-read.h: New file.
60555         * lib/full-read.c: New file.
60556         * lib/full-write.h: Assume C89. Add comments.
60557         * lib/full-write.c: Include safe-write.h.
60558         (full_write): Rewritten to use safe_write.
60559         Suggested by Jim Meyering and Paul Eggert.
60560
60561 2002-11-21  Jim Meyering  <jim@meyering.net>
60562
60563         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60564
60565         Merge in changes from the coreutils.
60566
60567         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60568         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60569         <stdint.h>.
60570         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60571         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60572         int.  Work more efficiently if X is the same width as uintmax_t.
60573         Do not compare X to -1, to avoid bogus compiler warning.
60574         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60575         Don't assume that f_frsize and f_bsize are the same type.
60576
60577         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60578         warning on FreeBSD.
60579
60580         * lib/makepath.c (make_path): Restore umask *before* creating the final
60581         component.
60582         (make_path): Minor reformatting.
60583
60584         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60585         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60586         HAVE_MALLOC/HAVE_REALLOC.
60587
60588         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60589         dummy ones.  At least on GNU/Linux systems, `auto' means something
60590         else.
60591         From Michael Stone.
60592
60593 2002-11-21  Bruno Haible  <bruno@clisp.org>
60594
60595         Remove case insensitive option matching.
60596         * lib/argmatch.h (argcasematch): Remove declaration.
60597         (ARGCASEMATCH): Remove macro.
60598         (__xargmatch_internal): Remove case_sensitive argument.
60599         (XARGMATCH): Update.
60600         (XARGCASEMATCH): Remove macro.
60601         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60602         case_sensitive argument.
60603         (argcasematch): Remove function.
60604         (__xargmatch_internal): Remove case_sensitive argument.
60605         (main): Use XARGMATCH instead of XARGCASEMATCH.
60606
60607         * lib/xmalloc.c: Change compile-time error message. Add comment about
60608         required autoconf version.
60609
60610 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60611
60612         Merge argmatch cleanups from Bison.  Assume C89.
60613
60614         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60615         Include stdlib.h, for EXIT_FAILURE.
60616         Always include <string.h>, since we assume C89.
60617         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60618         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60619         Include <stddef.h> instead, since it's all we need for size_t.
60620         (PARAMS): Remove.  All uses removed.
60621         (ARRAY_CARDINALITY): Do not bother to #undef.
60622         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60623         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60624         Remove unnecessary parentheses.
60625         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60626         Insert necessary parentheses.
60627         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60628         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60629
60630 2002-11-19  Bruno Haible  <bruno@clisp.org>
60631
60632         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60633         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60634
60635         * lib/mbswidth.h (PARAMS): Remove macro.
60636         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60637         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60638
60639         * lib/gcd.h (PARAMS): Remove macro.
60640         (gcd): Use ANSI C function declarations.
60641         * lib/gcd.c (gcd): Likewise.
60642
60643 2002-11-15  Bruno Haible  <bruno@clisp.org>
60644
60645         * lib/strcspn.c: Include <stddef.h>.
60646         (strcspn): Use ANSI C function declaration. Change return type to
60647         size_t. Use NULL.
60648         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60649         (strpbrk): Use NULL.
60650         * lib/strpbrk.h (PARAMS): Remove macro.
60651         (strpbrk): Use ANSI C function declaration.
60652         * lib/strstr.c: Don't include <sys/types.h>.
60653         * lib/strstr.h (PARAMS): Remove macro.
60654         (strstr): Use ANSI C function declarations.
60655
60656 2002-11-14  Karl Berry  <karl@gnu.org>
60657
60658         * config/mkinstalldirs: `do' on separate line, instead of
60659         `for var; do'.
60660
60661 2002-11-06  Bruno Haible  <bruno@clisp.org>
60662
60663         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60664         * lib/gcd.c (gcd): Likewise.
60665
60666 2002-11-05  Bruno Haible  <bruno@clisp.org>
60667
60668         * lib/gcd.h: New file, from gettext-0.11.5.
60669         * lib/gcd.c: New file, from gettext-0.11.5.
60670
60671 2002-11-05  Bruno Haible  <bruno@clisp.org>
60672
60673         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60674         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60675         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60676         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60677
60678         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60679         <libintl.h>.
60680         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60681         <libintl.h>.
60682
60683         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60684         * lib/human.c: Include gettext.h instead of <libintl.h>.
60685         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60686         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60687         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60688         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60689         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60690         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60691         (textdomain): Remove definition.
60692         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60693
60694         * lib/long-options.c: Remove include of <libintl.h> and definition of
60695         _.
60696         * lib/same.c: Remove include of <libintl.h> and definition of _.
60697
60698 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60699
60700         * lib/config.charset: A few additions for Solaris.
60701
60702 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60703
60704         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60705         * lib/localcharset.c (locale_charset): Declare as extern "C".
60706
60707 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60708
60709         * lib/config.charset: msdos in uk_UA uses CP1125.
60710
60711 2002-11-04  Bruno Haible  <bruno@clisp.org>
60712
60713         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60714         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60715         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60716         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60717         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60718
60719 2002-11-04  Bruno Haible  <bruno@clisp.org>
60720
60721         * lib/localcharset.c (locale_charset): Don't return an empty string.
60722
60723 2002-11-04  Bruno Haible  <bruno@clisp.org>
60724
60725         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60726         aliases.
60727
60728 2002-11-04  Bruno Haible  <bruno@clisp.org>
60729
60730         * lib/config.charset: Update for newest glibc. Add canonical names
60731         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60732
60733 2002-11-04  Bruno Haible  <bruno@clisp.org>
60734
60735         * lib/config.charset: Add support for NetBSD.
60736
60737 2002-11-04  Bruno Haible  <bruno@clisp.org>
60738
60739         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60740
60741 2002-11-01  Bruno Haible  <bruno@clisp.org>
60742
60743         * configure.in: Add AC_CONFIG_AUX_DIR call.
60744         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60745         test/Makefile.
60746         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60747
60748 2002-09-28  Karl Berry  <karl@gnu.org>
60749
60750         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60751         installed automake until the next release, since changes have been
60752         made.
60753
60754 2002-09-25  Karl Berry  <karl@gnu.org>
60755
60756         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60757         * lib/getopt*: copy from libc/posix.
60758         * lib/gettext.h: copy from gettext.
60759         * lib/.cppi-disable: add strdup.c, gettext.h.
60760
60761 2002-09-25  Karl Berry  <karl@gnu.org>
60762
60763         * config/srclist.txt: enable gettext.h check.
60764         * config/config.{guess,sub}: update from prep.
60765         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60766                 from automake 1.6.3.
60767         See srclist*.
60768
60769 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60770
60771         * regex.c (PATFETCH): Remove the translating fetch.
60772         (PATFETCH_RAW): Rename to PATFETCH.
60773         (set_image_of_range): New fun.
60774         (SET_RANGE_TABLE_WORK_AREA): Use it.
60775         (regex_compile): Don't translate the pattern chars so eagerly.
60776         Only do it when inserting an `exactn' bytecode or when handling
60777         a char-range.
60778         (mutually_exclusive_p): Avoid empty statement.
60779
60780 2002-07-06  Jim Meyering  <meyering@lucent.com>
60781
60782         * m4/README: Don't mention Makefile.am.in.
60783         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60784
60785 2002-07-01  Jim Meyering  <meyering@lucent.com>
60786
60787         * lib/c-stack.c: Include sys/time.h.
60788         From Volker Borchert.
60789
60790 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60791
60792         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60793
60794 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60795
60796         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60797         New macro.  Use it uniformly instead of
60798         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60799         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60800         reported by Vin Shelton.
60801
60802 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60803
60804         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60805         Do not assume SA_SIGINFO behavior.
60806         Bug reported by Jim Meyering on NetBSD 1.5.2.
60807
60808 2002-06-22  Jim Meyering  <meyering@lucent.com>
60809
60810         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60811         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60812
60813         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60814         now that configure.ac uses AC_GNU_SOURCE.
60815         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60816         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60817
60818         Update to latest tools.  Suggestions from Paul Eggert.
60819         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60820         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60821         * m4/fnmatch.m4: Likewise.
60822         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60823         to AC_HEADER_STDBOOL
60824
60825 2002-06-22  Jim Meyering  <meyering@lucent.com>
60826
60827         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60828         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60829
60830 2002-06-22  Jim Meyering  <meyering@lucent.com>
60831
60832         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60833
60834         * lib/exitfail.c, exitfail.h: Likewise.
60835         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60836
60837         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60838         of fnmatch.h.
60839         (EXTRA_DIST): Add fnmatch_loop.c.
60840         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60841
60842         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60843         * lib/fnmatch.c: Update from diffutils-2.8.2.
60844         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60845         * lib/fnmatch.h: Remove file.
60846
60847 2002-06-21  Jim Meyering  <meyering@lucent.com>
60848
60849         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60850         * m4/mbrtowc.m4: Likewise.
60851
60852         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60853         * m4/mbswidth.m4: Reflect name change:
60854         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60855         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60856
60857         * m4/lib-link.m4: Update from gettext-0.11.2.
60858         * m4/gettext.m4: Likewise.
60859
60860         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60861         From Alfred M. Szmidt.
60862
60863 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60864
60865         * lib/file-type.h: Report an error if neither S_ISREG nor
60866         S_IFREG is defined, instead of using a test specific to glibc
60867         2.2.  This should be safe, since POSIX requires S_ISREG and
60868         Unix Version 7 had S_IFREG.  We don't need to check for
60869         <sys/types.h> since we don't use any symbols that it defines.
60870
60871 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60872
60873         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60874         $@-t, so that each temporary file name is unique and valid in the first
60875         8 characters, for operation under DOS.
60876
60877 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60878
60879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60880
60881 2002-06-15  Jim Meyering  <meyering@lucent.com>
60882
60883         Work even with DJGPP 2.03, which lacks support for symlinks.
60884         From Richard Dawe.
60885         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60886         is defined.
60887         * lib/lchown.c (S_ISLNK): Likewise.
60888
60889 2002-06-15  Jim Meyering  <meyering@lucent.com>
60890
60891         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60892         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60893         have been included before this file.
60894
60895 2002-06-14  Jim Meyering  <meyering@lucent.com>
60896
60897         * lib/file-type.h: Use the version from diffutils-2.8.2.
60898         * lib/file-type.c: Likewise.
60899
60900 2002-06-07  Jim Meyering  <meyering@lucent.com>
60901
60902         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60903         They're needed at least for NetBSD 1.5.2.
60904         ($statxfs_includes): Include those same headers.
60905         ($statxfs_includes): Include sys/vfs.h if available.
60906         ($statxfs_includes): Likewise for sys/statvfs.h.
60907         Check for the following members in both structs statfs and statvfs:
60908         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60909
60910 2002-06-01  Jim Meyering  <meyering@lucent.com>
60911
60912         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60913         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60914
60915 2002-05-28  Jim Meyering  <meyering@lucent.com>
60916
60917         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60918         Reported by Volker Borchert.
60919
60920 2002-05-27  Jim Meyering  <meyering@lucent.com>
60921
60922         Fix a problem seen only on nonconforming systems whereby ls.c's
60923         use of localtime, and then of gettimeofday would cause trouble:
60924         the localtime call used to initialize rpl_gettimeofday's save
60925         mechanism would clobber ls's current local time information so
60926         that in any long listing the first file would always be listed
60927         with date 1970-01-01.  Analysis by Volker Borchert.
60928
60929         * lib/gettimeofday.c (localtime): Undefine.
60930         (rpl_localtime): New function.
60931
60932 2002-05-27  Jim Meyering  <meyering@lucent.com>
60933
60934         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60935         localtime.
60936
60937         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60938         use the replacement function; it wouldn't resolve at link time.
60939         Reported by Volker Borchert.
60940
60941 2002-05-22  Jim Meyering  <meyering@lucent.com>
60942
60943         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60944         file-type.h.
60945         * lib/file-type.h: New file.
60946         * lib/file-type.c (file_type): New file/function.  Extracted from
60947         diffutils.
60948
60949 2002-04-30  Jim Meyering  <meyering@lucent.com>
60950
60951         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60952
60953 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60954
60955         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60956
60957 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60958
60959         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60960         Do not check for alloca.h (no longer used) or stdbool.h (was never
60961         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60962
60963 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60964
60965         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60966
60967 2002-04-29  Jim Meyering  <meyering@lucent.com>
60968
60969         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60970         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60971         Use AC_FUNC_STRNLEN here instead.
60972
60973         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60974         With autoconf-2.53a, it's part of AC_PROG_CC.
60975
60976 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60977
60978         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60979         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60980
60981 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60982
60983         * lib/sig2str.h, lib/sig2str.c: New files.
60984         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60985
60986 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60987
60988         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60989         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60990         of 127, since 64 is the largest conceivable number for ancient
60991         nonstandard hosts.
60992         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60993
60994 2002-04-28  Jim Meyering  <meyering@lucent.com>
60995
60996         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60997
60998 2002-04-24  Jim Meyering  <meyering@lucent.com>
60999
61000         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61001         (jm_PREREQ): Use it.
61002
61003         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61004         mach/mach.h fcntl.h.
61005         Check for this function: setlocale.
61006
61007 2002-04-24  Jim Meyering  <meyering@lucent.com>
61008
61009         * lib/gettext.h: New file, from Gettext.
61010         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61011         (libfetish_a_SOURCES): Add gettext.h.
61012
61013 2002-04-16  Jim Meyering  <meyering@lucent.com>
61014
61015         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61016         ut_pid, ut_id, ut_exit.
61017
61018 2002-04-16  Jim Meyering  <meyering@lucent.com>
61019
61020         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61021         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61022         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61023
61024 2002-04-12  Jim Meyering  <meyering@lucent.com>
61025
61026         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61027         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61028         existence of the getmntinfo function.  Needed for Darwin 5.3.
61029
61030         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61031         This is necessary at least on Darwin 5.3.
61032
61033         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61034         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61035         strnlen.o in the library, and that makes some versions of ranlib
61036         object.
61037
61038 2002-04-12  Jim Meyering  <meyering@lucent.com>
61039
61040         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61041
61042 2002-04-09  Jim Meyering  <meyering@lucent.com>
61043
61044         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61045         to be more precise.  Rather than saying we're checking whether the
61046         function `works', say what we're testing.
61047         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61048         Reported by Bruno Haible.
61049
61050 2002-03-10  Jim Meyering  <meyering@lucent.com>
61051
61052         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61053         Suggestion from Santiago Vila.
61054
61055 2002-03-08  Jim Meyering  <meyering@lucent.com>
61056
61057         * lib/rename.c: Mention that this wrapper is needed also on
61058         mips-dec-ultrix4.4 systems.
61059
61060 2002-03-02  Jim Meyering  <meyering@lucent.com>
61061
61062         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61063         not HAVE_CLOCK_SETTIME.
61064
61065 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61066
61067         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61068         Check for clock_settime.
61069
61070 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61071
61072         * lib/nanosleep.h: Rename to....
61073         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61074
61075         * lib/gettime.c: New file.
61076         * lib/settime.c: New file.
61077         * lib/stime.c: Remove.
61078
61079         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61080         timespec.h.  Remove nanosleep.h.
61081
61082 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61083
61084         * m4/acl.m4: New file.
61085         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61086         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61087
61088 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61089
61090         * lib/acl.c, lib/acl.h: New files.
61091         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61092
61093 2002-02-24  Jim Meyering  <meyering@lucent.com>
61094
61095         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61096         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61097         cause trouble.  Reported by Nelson Beebe.
61098
61099 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61100
61101         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61102         compilers that don't know that xalloc_die never returns.
61103
61104 2002-02-20  Jim Meyering  <meyering@lucent.com>
61105
61106         * lib/getdate.c: Regenerate using bison-1.33.
61107
61108 2002-02-17  Jim Meyering  <meyering@lucent.com>
61109
61110         * config/config.guess (main): Don't use `head -1'; it's no longer
61111         portable. Use `sed 1q' instead.
61112
61113 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61114
61115         * m4/codeset.m4: Upgrade to gettext-0.11.
61116         * m4/gettext.m4: Upgrade to gettext-0.11.
61117         * m4/glibc21.m4: Upgrade to gettext-0.11.
61118         * m4/iconv.m4: Upgrade to gettext-0.11.
61119         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61120         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61121         * m4/lib-ld.m4: New file, from gettext-0.11.
61122         * m4/lib-link.m4: New file, from gettext-0.11.
61123         * m4/lib-prefix.m4: New file, from gettext-0.11.
61124         * m4/progtest.m4: Upgrade to gettext-0.11.
61125
61126 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61127
61128         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61129         (jm_PREREQ): Use it.
61130
61131 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61132
61133         * lib/posixver.c, lib/posixver.h: New files.
61134         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61135
61136 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61137             Bruno Haible  <bruno@clisp.org>
61138
61139         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61140         (fwrite_success_callback): New declaration.
61141         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61142         print_unicode_char. Call failure callback instead of error.
61143         (fwrite_success_callback): New function.
61144         (exit_failure_callback): New function.
61145         (fallback_failure_callback): New function.
61146         (print_unicode_char): Call unicode_to_mb.
61147
61148 2002-01-26  Jim Meyering  <meyering@lucent.com>
61149
61150         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61151         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61152
61153 2002-01-26  Jim Meyering  <meyering@lucent.com>
61154
61155         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61156
61157 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61158
61159         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61160
61161 2002-01-22  Jim Meyering  <meyering@lucent.com>
61162
61163         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61164         Otherwise, some versions of automake would omit the rule that makes
61165         Makefile from Makefile.in.
61166
61167 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61168
61169         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61170         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61171         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61172         (memcoll): Set errno to zero if there is no error.
61173
61174         * lib/quotearg.c (quotearg_buffer_restyled):
61175         Fix bug with quoting buffers containing NUL when backslashing escapes.
61176         This bug was exposed by the other changes in this patch.
61177         (quotearg_n_options): New arg ARGSIZE.
61178         All callers changed.
61179         (quoting_options_from_style): New function.
61180         (quotearg_n_style): Use it.
61181         (quotearg_n_style_mem): New function.
61182
61183         * lib/quotearg.h (quotearg_n_style_mem): New function.
61184
61185 2002-01-19  Jim Meyering  <meyering@lucent.com>
61186
61187         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61188         Remove useless quotes: DF_PROG="df".
61189         * m4/strnlen.m4: New file.
61190
61191 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61192
61193         * lib/backupfile.c (ISDIGIT): Comment fix.
61194         * lib/getdate.y (ISDIGIT): Likewise.
61195         * lib/posixtm.c (ISDIGIT, year): Likewise.
61196         * lib/strverscmp.c (ISDIGIT): Likewise.
61197         * lib/userspec.c (ISDIGIT): Likewise.
61198
61199 2002-01-16  Jim Meyering  <meyering@lucent.com>
61200
61201         * lib/getdate.y: Add three semicolons, each just before a closing
61202         brace. Bison (as of version 1.31) no longer papers over that mistake.
61203
61204 2002-01-05  Jim Meyering  <meyering@lucent.com>
61205
61206         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61207
61208 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61209
61210         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61211         not silently exit merely because the output buffer happens to
61212         have nothing pending.
61213
61214 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61215
61216         See the big note in ../ChangeLog.
61217         * lib/human.c (suffixes): Prefer K to k for 1024.
61218         (generate_suffix_backwards): New function.
61219         (human_readable_inexact): Use it.
61220         * lib/xstrtol.c (__xstrtol): If there is no number but there
61221         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61222         Accept 'K' as well as 'k'.
61223
61224 2001-12-15  Jim Meyering  <meyering@lucent.com>
61225
61226         * lib/regex.h (__restrict_arr): Update from libc.
61227
61228         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61229         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61230         (STREQ): Define.
61231
61232 2001-12-14  Jim Meyering  <meyering@lucent.com>
61233
61234         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61235         Suggestion from Bruno Haible.
61236
61237 2001-12-10  Jim Meyering  <meyering@lucent.com>
61238
61239         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61240         xrealloc, Instead, include "xalloc.h".
61241         (initbuffer): Don't cast xmalloc return value to char*.
61242         (readline): Reword comment.
61243         Don't cast xrealloc return value to char*
61244         Return NULL, not 0.
61245
61246 2001-12-09  Jim Meyering  <meyering@lucent.com>
61247
61248         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61249         about `signed and unsigned type in conditional expression'.
61250         * lib/posixtm.c (posix_time_parse): Likewise.
61251
61252         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61253
61254         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61255         to avoid a pedantic warning.
61256
61257         * lib/getstr.c: Don't include assert.h.
61258         (getstr): Remove warning-evoking assertions.
61259         Return -1 if offset parameter is out of bounds.
61260         Change the type of a local from int to size_t.
61261
61262         * lib/strftime.c (my_strftime_localtime_r): Include this function
61263         definition in the `#if ! HAVE_TM_GMTOFF' block.
61264
61265         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61266         Include xalloc.h instead.
61267
61268 2001-12-02  Jim Meyering  <meyering@lucent.com>
61269
61270         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61271         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61272         included.
61273
61274         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61275         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61276
61277 2001-11-30  Akim Demaille  <akim@epita.fr>
61278
61279         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61280         before being defined.
61281
61282 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61283
61284         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61285         First arg is int, not unsigned.
61286         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61287         (SIZE_MAX, UINT_MAX): New macros.
61288         (quotearg_n_options): Abort if N is negative.
61289         Avoid overflow check on hosts where size_t is 64 bits and int
61290         is 32 bits, as overflow is impossible there.
61291         Fix off-by-one typo that caused unnecessary reallocation.
61292
61293 2001-11-27  Jim Meyering  <meyering@lucent.com>
61294
61295         * lib/tempname.c: Merge with version from libc.
61296         * lib/regex.c: Likewise.
61297
61298         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61299         systems for which STDC_HEADERS is 0, it was not included, resulting in
61300         a warning about an integer-to-pointer conversion problem with getenv.
61301         Reported by Volker Borchert.
61302
61303 2001-11-26  Jim Meyering  <meyering@lucent.com>
61304
61305         * lib/gtod.h: Remove file.
61306         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61307         * lib/gettimeofday.c: Don't include gtod.h.
61308         (GTOD_init): Remove function.
61309         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61310         Suggestion from Volker Borchert.
61311
61312 2001-11-23  Jim Meyering  <meyering@lucent.com>
61313
61314         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61315         it.
61316         * lib/hash.c (struct hash_table): Define it here instead.
61317
61318 2001-11-22  Jim Meyering  <meyering@lucent.com>
61319
61320         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61321
61322 2001-11-20  Jim Meyering  <meyering@lucent.com>
61323
61324         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61325         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61326
61327 2001-11-19  Jim Meyering  <meyering@lucent.com>
61328
61329         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61330         directory.  Use "conftestXXXXXX" as the template.
61331         Suggestion from Paul Eggert.
61332
61333         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61334         immediately, so the test doesn't mistakenly hit the max-open-files
61335         limit.
61336
61337 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61338
61339         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61340         (TEMPORARIES): New macro.
61341         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61342         removes an artificial limitation (e.g. HP-UX 10.20, where
61343         TMP_MAX is 17576).
61344
61345 2001-11-18  Jim Meyering  <meyering@lucent.com>
61346
61347         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61348
61349 2001-11-18  Jim Meyering  <meyering@lucent.com>
61350
61351         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61352         on SunOS 4.
61353
61354         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61355         files will be created before anything else.
61356
61357 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61358
61359         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61360         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61361
61362 2001-11-17  Jim Meyering  <meyering@lucent.com>
61363
61364         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61365         Prompted by a report from Bob Proulx.
61366
61367         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61368         Instead, require UTILS_FUNC_MKSTEMP.
61369
61370 2001-11-17  Jim Meyering  <meyering@lucent.com>
61371
61372         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61373         Now, that's done as part of AC_FUNC_STRTOD.
61374
61375 2001-11-17  Jim Meyering  <meyering@lucent.com>
61376
61377         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61378         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61379         rather than group writable.  Patch by Juan F. Codagnone.
61380
61381         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61382         xrealloc, Instead, include "xalloc.h".
61383
61384         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61385         Remove explicit declarations of xmalloc, xrealloc,
61386         and xstrdup.  Instead, include "xalloc.h".
61387
61388         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61389         unlocked-io.h.
61390         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61391         Likewise.
61392         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61393
61394         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61395         Reported by Padraig Brady.
61396
61397         * lib/mkstemp.c: #undef mkstemp.
61398         Include config.h.
61399         (rpl_mkstemp): Rename from mkstemp.
61400         Protoize.
61401
61402 2001-11-16  Jim Meyering  <meyering@lucent.com>
61403
61404         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61405         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61406         determine the amount of total physical memory, use pstat_getstatic.
61407         HPUX-11 doesn't define _SC_PHYS_PAGES.
61408         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61409         If sysconf couldn't be used to determine the amount of available
61410         physical memory, use both pstat_getstatic and pstat_getdynamic.
61411         Based on a patch from Bob Proulx.
61412
61413 2001-11-10  Jim Meyering  <meyering@lucent.com>
61414
61415         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61416         (jm_PREREQ): Use it.
61417
61418 2001-11-09  Jim Meyering  <meyering@lucent.com>
61419
61420         * m4/jm-macros.m4: Require autoconf-2.52f.
61421         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61422         Use these AC_-prefixed names, not the AM_-prefixed ones.
61423
61424         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61425
61426 2001-11-05  Jim Meyering  <meyering@lucent.com>
61427
61428         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61429
61430 2001-11-04  Jim Meyering  <meyering@lucent.com>
61431
61432         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61433         $DEFS.
61434
61435 2001-11-03  Jim Meyering  <meyering@lucent.com>
61436
61437         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61438         of AC_DEFUN.
61439
61440         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61441         know the name of the variable in the macro definition.
61442
61443 2001-11-03  Jim Meyering  <meyering@lucent.com>
61444
61445         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61446         in argmatch_to_argument call.
61447
61448         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61449         argument.
61450
61451         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61452         e.g., a fault due to an attempt to free a NULL pointer.
61453
61454 2001-11-01  Jim Meyering  <meyering@lucent.com>
61455
61456         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61457         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61458
61459 2001-11-01  Jim Meyering  <meyering@lucent.com>
61460
61461         * lib/dirfd.c, lib/dirfd.h: New files.
61462         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61463
61464         * lib/hash.c (hash_print) [TESTING]: Clean up.
61465
61466 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61467
61468         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61469         to avoid a warning if -Wall.
61470
61471 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61472
61473         * README: New file
61474         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61475         (per RMS's instructions, this is now the canonical source)
61476         * lgpl/, gpl/: New directories.
61477
61478 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61479
61480         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61481
61482 2001-10-21  Jim Meyering  <meyering@lucent.com>
61483
61484         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61485         this code would end up calling gettext even in packages built
61486         with --disable-nls.
61487         * lib/getopt.c (_): Likewise.
61488         * lib/regex.c (_): Likewise.
61489
61490 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61491
61492         * m4/error.m4 (jm_PREREQ_ERROR):
61493         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61494         AC_FUNC_STRERROR_R does that.
61495         Check for strerror declaration.
61496
61497         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61498         are supposed to have them these days.
61499         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61500         Merge changes from latest Autoconf CVS.
61501         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61502         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61503         POSIX decided to standardize on the int flavor of strerror_r.
61504
61505 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61506
61507         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61508         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61509         Use strerror_r that is only a macro, even if it is not a function.
61510         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61511         (private_strerror): Use prototypes, not old-style function definition.
61512         (print_errno_message): New function.
61513         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61514         char*-flavored one.
61515         (error_tail, error, error_at_line): Use it.
61516
61517 2001-10-11  Jim Meyering  <meyering@lucent.com>
61518
61519         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61520         and quote_n (1, ... to avoid clobbering a buffer.
61521
61522 2001-10-05  Jim Meyering  <meyering@lucent.com>
61523
61524         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61525         hash-pjw.h.
61526         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61527         * lib/hash-pjw.h: New file.
61528
61529 2001-09-30  Jim Meyering  <meyering@lucent.com>
61530
61531         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61532         `struct fsstat' has the `f_fstypename' member.
61533         Use that to define FS_TYPE, which is now used to make
61534         the getfsstat link test tighter.
61535
61536 2001-09-30  Jim Meyering  <meyering@lucent.com>
61537
61538         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61539         Include <sys/ucred.h>, for Apple Darwin.
61540         Include sys/mount.h and sys/fs_types.h only if available.
61541         (FS_TYPE): Define.
61542         (read_filesystem_list): Use FS_TYPE.
61543
61544 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61545
61546         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61547         a boolean context.
61548
61549 2001-09-29  Jim Meyering  <meyering@lucent.com>
61550
61551         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61552         [one-argument getmntent function]): Include stdio.h before mntent.h.
61553         SunOS 4.1.x needs it for the declaration of `FILE'.
61554         Patch by Volker Borchert.
61555
61556         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61557         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61558         sys/fs_types.h, and make the link-test for getfsstat guard #include
61559         directives with appropriate #if HAVE_*_H tests so that we can
61560         detect getfsstat on Apple Darwin1.3.7 systems.
61561         Reported by Nelson Beebe.
61562         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61563
61564 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61565
61566         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61567         #defines strtoimax.  Also treat the other strto* functions
61568         like strtoimax.
61569
61570         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61571         Check for strtoul and strtoumax,
61572         as those declarations are made even in the signed case.
61573         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61574         Likewise, for strtol and strtoimax.
61575
61576 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61577
61578         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61579         #defines strtoimax.  Also treat the other strto* functions
61580         like strtoimax.
61581
61582         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61583         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61584         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61585
61586 2001-09-26  Jim Meyering  <meyering@lucent.com>
61587
61588         Most macros in unlocked-io.h had the wrong number of arguments.
61589         * lib/gen-uio: New script.
61590         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61591         * lib/unlocked-io.hin: Remove file.
61592         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61593         rather than trying to embed it here.
61594         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61595         Reported by Padraig Brady.
61596
61597 2001-09-25  Volker Borchert  <bt@teknon.de>
61598
61599         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61600         `result'.
61601
61602 2001-09-24  Jim Meyering  <meyering@lucent.com>
61603
61604         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61605
61606 2001-09-23  Jim Meyering  <meyering@lucent.com>
61607
61608         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61609         instead of the mere test for existence of mntent.h.  The latter
61610         would get a false-positive on AIX 3.4 systems.
61611         In the outer getmntent if-block, don't die if neither of the getmntent
61612         tests succeeds.  Instead, just fall through and continue with the
61613         remaining tests.
61614
61615 2001-09-23  Jim Meyering  <meyering@lucent.com>
61616
61617         * lib/mountlist.c: Remove useless parentheses in #if directives.
61618         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61619         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61620
61621 2001-09-22  Jim Meyering  <meyering@lucent.com>
61622
61623         * m4/gettext.m4: New file.  From gettext.
61624         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61625         * m4/progtest.m4: Likewise
61626         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61627         * m4/glibc21.m4: Likewise.
61628
61629         * m4/libintl.m4: Remove.  No longer used.
61630
61631 2001-09-22  Jim Meyering  <meyering@lucent.com>
61632
61633         * lib/localcharset.c: Update from latest gettext.
61634         * lib/config.charset: Likewise.
61635
61636 2001-09-20  Jim Meyering  <meyering@lucent.com>
61637
61638         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61639         strtoimax.
61640         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61641         strtoumax.
61642
61643 2001-09-20  Jim Meyering  <meyering@lucent.com>
61644
61645         * lib/xstrtol.c (strtoimax): Guard declaration with
61646         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61647         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61648         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61649         (strtoumax): Likewise, for completeness (it wasn't necessary).
61650
61651 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61652
61653         * lib/strtoimax.c (HAVE_LONG_LONG):
61654         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61655         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61656         to work around bug in IBM C compiler.
61657
61658 2001-09-17  Jim Meyering  <meyering@lucent.com>
61659
61660         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61661         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61662         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61663         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61664         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61665         whenever the right hand side need not be expanded by the shell.
61666
61667 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61668
61669         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61670         library.  It's not correct, as some older glibcs are buggy.
61671         fnmatch wasn't fixed until glibc 2.2.
61672
61673         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61674         special shell magic here.
61675
61676 2001-09-16  Jim Meyering  <meyering@lucent.com>
61677
61678         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61679         * m4/jm-macros.m4: Require it.
61680
61681 2001-09-16  Jim Meyering  <meyering@lucent.com>
61682
61683         * lib/mkdir.c: New file.
61684
61685 2001-09-15  Jim Meyering  <meyering@lucent.com>
61686
61687         * m4/jm-macros.m4: Check for help2man.
61688
61689 2001-09-11  Jim Meyering  <meyering@lucent.com>
61690
61691         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61692         The body, by Paul Eggert, was moved here from configure.in.
61693         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61694
61695 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61696
61697         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61698         (jm_PREREQ): Use it.
61699
61700 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61701
61702         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61703         Use ssize_t, not int, to store result of readlink.
61704         Check for ssize_t overflow as well as size_t overflow,
61705         as POSIX says the result of readlink is implementation-defined
61706         when ssize_t overflows.
61707         Remove unnecessary cast to char*.
61708         Use free+malloc instead of realloc, as the storage doesn't need
61709         to be preserved and it's clearer and can be more efficient that way.
61710         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61711         * lib/xreadlink.h (xreadlink): Update prototype.
61712
61713 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61714
61715         * lib/xgetcwd.c: Revert some of the previous change; intead,
61716         fix the HAVE_GETCWD_NULL code to behave more like the
61717         !HAVE_GETCWD_NULL code used to.
61718
61719         Include "xalloc.h".
61720         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61721         invoke xalloc_die.
61722
61723 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61724
61725         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61726         sys/param.h, as pathmax.h includes them.
61727
61728 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61729
61730         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61731         (jm_PREREQ_XGETCWD): New macro.
61732
61733         * m4/getcwd.m4: New file.
61734
61735 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61736
61737         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61738         like the HAVE_GETCWD_NULL code.
61739         Include pathmax.h if not HAVE_GETCWD.
61740         Do not include xalloc.h.
61741         (INITIAL_BUFFER_SIZE): New symbol.
61742         Do not use xmalloc / xrealloc, since the caller is responsible for
61743         handling errors.  Preserve errno around `free' during failure.
61744         Do not overrun buffer when using getwd.
61745
61746 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61747
61748         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61749         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61750         getcwd (NULL, 0).
61751
61752 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61753
61754         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61755         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61756         spotted by Jim Meyering.
61757
61758 2001-09-03  Jim Meyering  <meyering@lucent.com>
61759
61760         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61761         failure.
61762
61763 2001-09-02  Jim Meyering  <meyering@lucent.com>
61764
61765         * lib/error.c: Update from GNU libc.
61766
61767 2001-09-01  Jim Meyering  <meyering@lucent.com>
61768
61769         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61770         Used by df.
61771
61772 2001-09-01  Jim Meyering  <meyering@lucent.com>
61773
61774         * lib/xreadlink.c: New file.
61775         * lib/xreadlink.h: New file.
61776         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61777         xreadlink.h.
61778
61779         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61780         doesn't conflict with sparc Solaris 7's definition in
61781         /usr/include/sys/int_types.h.
61782
61783         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61784         files.
61785         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61786         and strncasecmp as r-values.  Unixware didn't have declarations.
61787
61788 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61789
61790         * lib/xstrtol.h: Add copyright notice.
61791         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61792         LONGINT_INVALID_SUFFIX_CHAR.
61793
61794 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61795
61796         * lib/xstrtol.c (strtoimax): New decl.
61797
61798 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61799
61800         * lib/xgetcwd.c: Don't include pathmax.h.
61801         Include stdlib.h and unistd.h if available.
61802         Include xalloc.h.
61803         (xmalloc, xstrdup, free): Remove decls.
61804         (xgetcwd): Don't assume sizes fit in unsigned.
61805         Check for overflow when computing sizes.
61806         Simplify reallocation code.
61807
61808 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61809
61810         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61811         a directory's st_size can have an arbitrary value, so the old
61812         usage could waste an arbitrary amount of memory.  All uses
61813         changed.
61814         * lib/savedir.h: Update prototype.
61815
61816 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61817
61818         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61819
61820         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61821         old strtoimax.c.
61822
61823         Also, make the following further changes to make this file's
61824         configuration more similar to that of strtol.c:
61825         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61826         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61827         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61828         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61829         changed to signed values.
61830
61831         And make the following changes as well:
61832         Fix copyright notice, as 1999 was missing.
61833         (verify): New macro.
61834         (strtoimax): Check sizes at compile-time, not run-time.
61835         Prefer strtol to strtoll if both work.
61836         (main): Remove; it was not that useful and was a pain to maintain.
61837
61838         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61839
61840 2001-08-31  Jim Meyering  <meyering@lucent.com>
61841
61842         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61843         Use an initial, malloc'd, buffer of length 128 rather than
61844         a statically allocated one of length 1024.
61845
61846 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61847
61848         Simplify code, partly by assuming autoconf 2.52 semantics.
61849
61850         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61851
61852         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61853         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61854         All uses removed.
61855         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61856         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61857         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61858         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61859         jm_AC_HEADER_INTTYPES_H.
61860         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61861
61862         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61863
61864         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61865         Quote first arg of AC_DEFUN.
61866         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61867         since they are needed to parse the include file even if we need
61868         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61869         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61870         but with opposite signedness.
61871
61872 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61873
61874         Merge 'exclude' changes from tar 1.13.22.
61875         This fixes one or two unlikely storage allocation overflow bugs,
61876         but doesn't change user-visible behavior otherwise.
61877
61878 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61879
61880         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61881         (jm_PREREQ_EXCLUDE): New macro.
61882
61883 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61884
61885         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61886         tm to be declared.
61887
61888 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61889
61890         * lib/hash.c: Remove '2001' from copyright notice.
61891
61892 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61893
61894         * lib/full-write.h: New file.
61895         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61896         * lib/full-write.c: Correct credits, as cccp.c no longer
61897         exists and anyway it was so heavily changed from the old cccp
61898         code as to be unrecognizable.  Include full-write.h.
61899         (full_write) Return size_t, with short writes meaning failure.
61900         All callers changed.  This fixes a bug with large buffers
61901         on 64-bit hosts.
61902         * lib/utime.c: Include full-write.h.
61903
61904 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61905
61906         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61907         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61908         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61909         Include if available.
61910         (<xalloc.h>): Include
61911         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61912         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61913         collide with FNM macros.
61914         (struct patopts): New struct.
61915         (struct exclude): Use it, as exclude patterns now come with options.
61916         (new_exclude): Support above changes.
61917         (new_exclude, add_exclude_file):
61918         Initial size must now be a power of two to simplify overflow checking.
61919         (free_exclude, fnmatch_no_wildcards): New function.
61920         (excluded_filename): No longer requires options arg, as the options
61921         are determined by add_exclude.  Now returns bool, not int.
61922         (excluded_filename, add_exclude):
61923         Add support for the fancy new exclusion options.
61924         (add_exclude, add_exclude_file): Now takes int options arg.
61925         Check for arithmetic overflow when computing sizes.
61926         (add_exclude_file): xrealloc might modify errno, so don't
61927         realloc until after errno might be used.
61928
61929         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61930         New macros.
61931         (free_exclude): New decl.
61932         (add_exclude, add_exclude_file): Now takes int options arg.
61933         (excluded_filename): No longer requires options arg, as the options
61934         are determined by add_exclude.  Now returns bool, not int.
61935
61936 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61937
61938         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61939
61940 2001-08-27  Jim Meyering  <meyering@lucent.com>
61941
61942         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61943
61944         * lib/version-etc.c (N_): Remove definition.
61945         Revert most of last change.
61946         Instead, simply don't mark the `Copyright...' string for translation.
61947         Based on advice from Paul Eggert.
61948
61949         * lib/strtoxmax.c: Tweak comment.
61950
61951 2001-08-26  Jim Meyering  <meyering@lucent.com>
61952
61953         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61954
61955         * m4/xstrtoimax.m4: New file.
61956         * m4/xstrtoumax.m4: Add comments explaining why we
61957         AC_REPLACE_FUNCS(strtol).
61958
61959 2001-08-26  Jim Meyering  <meyering@lucent.com>
61960
61961         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61962         of copyright with `%s' so translators don't get an untranslated
61963         message in 2002.
61964         (COPYRIGHT_YEAR): Define.
61965         (version_etc): Use fprintf rather than fputs.
61966         Suggestion from Ulrich Drepper.
61967
61968         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61969
61970         * lib/strtoll.c: New file, from GNU libc.
61971         * lib/xstrtoimax.c: New file.
61972
61973         * lib/xstrtol.h: Add xstrtoimax.
61974         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61975         * lib/strtoimax.c: New file.  Likewise, but first define
61976         STRTOUXMAX_SIGNED.
61977
61978         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61979         ...
61980         * lib/strtoxmax.c: ... then renamed to this.
61981
61982 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61983
61984         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61985         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61986         (jm_AC_TYPE_INTMAX_T): New macro.
61987         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61988
61989         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61990
61991         * m4/longlong.m4: Renamed from ulonglong.m4.
61992         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61993         * m4/uintmax_t.m4: Removed.
61994
61995 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61996
61997         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61998         Port to Solaris 8, where 'sed' requires a space after the 'r'
61999         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62000         Redirect output to $tmp just once.
62001
62002 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62003
62004         * lib/addext.c (<errno.h>): Include.
62005         (errno): Declare if not defined.
62006         (addext): Work correctly when pathconf returns -1 and leaves
62007         errno alone because there is no limit.  Also, work even if
62008         pathconf returns a value greater than SIZE_MAX.
62009
62010 2001-08-12  Jim Meyering  <meyering@lucent.com>
62011
62012         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62013         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62014         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62015         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62016         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62017         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62018         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62019         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62020         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62021         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62022         utime.m4, utimes.m4, xstrtoumax.m4:
62023         Quote the first argument in each use of AC_DEFUN.
62024
62025 2001-08-12  Jim Meyering  <meyering@lucent.com>
62026
62027         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62028         Simply `return getcwd (NULL, 0);'.
62029         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62030         Use 1300 as initial value for length, not PATH_MAX.
62031
62032         * lib/pathmax.h: Clean up cpp syntax.
62033
62034 2001-08-12  Jim Meyering  <meyering@lucent.com>
62035
62036         * lib/gettimeofday.c: New file.
62037         * lib/gtod.h: New file.
62038         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62039
62040 2001-08-05  Jim Meyering  <meyering@lucent.com>
62041
62042         * m4/jm-macros.m4: Require autoconf-2.52.
62043
62044 2001-08-04  Jim Meyering  <meyering@lucent.com>
62045
62046         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62047         stmt, to get in sync with glibc.
62048
62049 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62050
62051         The following changes are from gettext 0.10.39 as maintained by
62052         Bruno Haible.
62053
62054         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62055         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62056         with inverted sense.  All uses changed.
62057
62058         * lib/mbswidth.c: Don't include <limits.h>.
62059         Include <stdlib.h> and <string.h> unconditionally.
62060         (iswcntrl, mbsinit, ISCNTRL): New macros.
62061         (mbsnwidth): Use K&R style function declarations.
62062         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62063         can optimize it when MB_CUR_MAX == 1.
62064         The width of control characters is zero, not 1.
62065
62066 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62067
62068         The following changes are from gettext 0.10.39 as maintained by
62069         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62070
62071         * m4/codeset.m4: Upgrade to serial AM1.
62072         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62073         all uses changed.  Quote first arg of AC_DEFUN.
62074         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62075
62076         * m4/iconv.m4: Upgrade to serial AM2.
62077         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62078         Add --with-libconv-prefix.
62079         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62080         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62081         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62082         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62083         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62084
62085         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62086         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62087         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62088         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62089         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62090         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62091         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62092         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62093         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62094
62095         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62096         string.h any more.
62097
62098         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62099         not the default value.
62100
62101         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62102         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62103         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62104         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62105         Also check for iswcntrl, used for wcwidth fallback.
62106         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62107         to Autoconf 2.13.
62108
62109 2001-08-03  Jim Meyering  <meyering@lucent.com>
62110
62111         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62112         as it was in the original.  Reported by Paul Eggert.
62113
62114 2001-07-16  Jim Meyering  <meyering@lucent.com>
62115
62116         * m4/gettimeofday.m4: New file.
62117         Prompted by a report from Bernhard Baehr.
62118
62119 2001-07-15  Jim Meyering  <meyering@lucent.com>
62120
62121         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62122         stuff. Now it's in ../Makefile.cfg.
62123
62124 2001-07-15  Jim Meyering  <meyering@lucent.com>
62125
62126         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62127         (BUILT_SOURCES): Add unlocked-io.h.
62128         (io_functions): Define.
62129         (unlocked-io.h): New rule.
62130         (DISTCLEANFILES): Add unlocked-io.h.
62131         (all-local): Depend on unlocked-io.h, to ensure it is created.
62132
62133         * lib/unlocked-io.hin: New file
62134
62135         * lib/regex.c: Update from glibc.
62136
62137 2001-07-05  Jim Meyering  <meyering@lucent.com>
62138
62139         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62140         recommendation.
62141         (libfetish_a_SOURCES): Put all .h files here instead.
62142         Remove a thus-exposed (better checks in automake) duplicate and
62143         two unnecessary .h files.
62144
62145 2001-07-04  Jim Meyering  <meyering@lucent.com>
62146
62147         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62148         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62149         distcheck failure.
62150
62151 2001-07-02  Jim Meyering  <meyering@lucent.com>
62152
62153         The following changes were prompted by suggestions from Bruno Haible.
62154
62155         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62156         is now generated.
62157         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62158         definition of EXTRA_DIST.
62159         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62160         ensure that the generated file is created/updated whenever the list
62161         of $(unlocked_functions) is changed.
62162         (jm-glibc-io.m4): New rule.
62163         (unlocked-io.h): New rule -- currently unused.
62164
62165 2001-06-24  Jim Meyering  <meyering@lucent.com>
62166
62167         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62168         unmatched right bracket, rather than kludging it with an extra,
62169         falsely-matching quote in a comment.  Patch by Akim Demaille.
62170
62171 2001-06-11  Jim Meyering  <meyering@lucent.com>
62172
62173         * lib/regex.c: Update from GNU libc.
62174
62175 2001-05-27  Jim Meyering  <meyering@lucent.com>
62176
62177         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62178         Check for ut_type in struct utmp.
62179
62180 2001-05-27  Jim Meyering  <meyering@lucent.com>
62181
62182         * lib/readutmp.h (UT_TYPE): Define.
62183
62184 2001-05-24  Jim Meyering  <meyering@lucent.com>
62185
62186         * lib/argmatch.c: Include "quote.h".
62187         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62188         quote function.  Reported by Göran Uddeborg.
62189
62190 2001-05-22  Jim Meyering  <meyering@lucent.com>
62191
62192         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62193         now that we use the package-supplied version unconditionally.
62194         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62195
62196 2001-05-21  Jim Meyering  <meyering@lucent.com>
62197
62198         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62199         shell syntax errors.
62200
62201 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62202
62203         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62204
62205 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62206
62207         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62208         Don't bother to check library strftime, since
62209         we'll be using our own my_strftime function anyway.
62210         Define my_strftime instead of strftime.
62211
62212 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62213
62214         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62215         which is not yet declared.
62216
62217 2001-05-15  Jim Meyering  <meyering@lucent.com>
62218
62219         * m4/regex.m4: Use proper quoting so brackets appear in the test
62220         program.
62221         Reported by, and with help from, Bruno Haible.
62222
62223 2001-05-13  Jim Meyering  <meyering@lucent.com>
62224
62225         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62226         undefined.
62227
62228 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62229
62230         dirname code cleanup.  base_name now behaves more compatibly
62231         with POSIX basename when given file names that have trailing
62232         slashes, and similarly for dir_name.  Add new primitives
62233         base_len and dir_len.  Put the directory-name-related decls
62234         into dirname.h.
62235
62236         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62237         * lib/backupfile.c (base_name): Likewise.
62238         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62239         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62240         * lib/makepath.c (strip_trailing_slashes): Likewise.
62241         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62242         ISSLASH): Likewise.
62243         * lib/rename.c (strip_trailing_slashes): Likewise.
62244         * lib/same.c (base_name): Likewise.
62245         * lib/stripslash.c (ISSLASH): Likewise.
62246
62247         * lib/addext.c: Include <dirname.h> after size_t is defined.
62248         * lib/backupfile.c: Likewise.
62249
62250         * lib/addext.c (addext): Use base_len to trim redundant
62251         trailing slashes instead of doing it ourselves.
62252         But do not trim the last slash if it is not redundant.
62253
62254         * lib/backupfile.c (find_backup_file_name,
62255         max_backup_version): Use base_len instead of rolling it ourselves.
62256         Handle the case of "" and (on DOS) "C:" correctly.
62257
62258         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62259         needed. Include <string.h>, <dirname.h>.
62260         (base_name): Allow file names ending in slashes, other than names
62261         that are all slashes.  In this case, return the basename followed
62262         by the slashes.  This is more general, and can be used in places
62263         where the original base_name purposely had an assertion failure.
62264         (base_len): New function.
62265
62266         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62267         Do not include <assert.h>; no longer needed.
62268         Include xalloc.h.
62269         (memrchr): Remove decl.
62270         (dir_name_r): Remove.
62271         (dir_len): Renamed from dirlen.  All callers changed.
62272         Rewrite in terms of base_name, for simplicity and consistency.
62273         (dir_name): Never return NULL.  All callers changed.
62274         Do not include <stdlib.h> in test program; no longer needed.
62275         return 0; is fine for test program.
62276
62277         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62278         New macros.
62279         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62280
62281         * lib/path-concat.c (path_concat): Use base_len to compute
62282         base length, not strlen; this means we cannot rely on memcpy
62283         to null-terminate.
62284
62285         * lib/same.c (STREQ): Remove.
62286         (same_name): Handle the case where the basename ends in trailing '/'.
62287
62288         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62289         a slash was stripped.  Do not strip the last slash after a
62290         file system prefix.
62291
62292 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62293
62294         * lib/Makefile.am (libfetish_a_SOURCES):
62295         Add strftime.c, since we now compile it on all hosts.
62296
62297         * lib/strftime.c (my_strftime):
62298         Define to nstrftime if emacs, but only if my_strftime is not defined.
62299         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62300         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62301         Add one more extra argument: a nanoseconds value.
62302         All uses changed.
62303         (ns): New macro.
62304         (my_strftime function): Add %N format.
62305         (emacs_strftimeu): Renamed from emacs_strftime,
62306         with extra ut argument.
62307
62308 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62309
62310         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62311
62312 2001-04-21  Jim Meyering  <meyering@lucent.com>
62313
62314         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62315         doesn't interfere.
62316
62317 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62318
62319         * m4/ftruncate.m4: Check for chsize.
62320         Link with ftruncate.o unconditionally if ftruncate is missing.
62321         This was required when cross-compiling to i586-mingw32msvc.
62322
62323 2001-04-08  Jim Meyering  <meyering@lucent.com>
62324
62325         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62326         recomputed; that's necessary when the offset spans a DST transition.
62327         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62328
62329 2001-04-02  Jim Meyering  <meyering@lucent.com>
62330
62331         * lib/regex.h, regex.c: Update from GNU libc.
62332
62333 2001-03-24  Jim Meyering  <meyering@lucent.com>
62334
62335         * m4/jm-macros.m4: Require autoconf-2.49d.
62336
62337 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62338
62339         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62340
62341 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62342
62343         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62344
62345 2001-03-17  Jim Meyering  <meyering@lucent.com>
62346
62347         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62348         now that the version in autoconf is equivalent.
62349         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62350
62351         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62352         Suggestion from Akim Demaille.
62353
62354         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62355         (jm_PREREQ_TEMPNAME): New function.
62356
62357 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62358
62359         * lib/tempname.c (uint64_t): Define to uintmax_t if
62360         not defined, and if UINT64_MAX is not defined.
62361         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62362         Reported by John David Anglin.
62363
62364 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62365
62366         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62367         resolve alias if codeset is empty.
62368         * lib/config.charset (BeOS): Use wildcard syntax.
62369
62370 2001-03-13  Jim Meyering  <meyering@lucent.com>
62371
62372         * lib/path-concat.c (path_concat)
62373         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62374         concatenating e.g., `C:' and `foo'.
62375         From Bruno Haible.
62376
62377 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62378
62379         * lib/localcharset.c (locale_charset): Don't use
62380         setlocale(LC_CTYPE,NULL). Don't return NULL.
62381         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62382
62383 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62384
62385         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62386         support for DOS/DJGPP.
62387
62388 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62389
62390         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62391         lacks mkstemp.  Compile our own tempname.c if we compile our own
62392         mkstemp.c, as mkstemp relies on tempname.
62393
62394 2001-03-01  Jim Meyering  <meyering@lucent.com>
62395
62396         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62397         AH_VERBATIM really does output its argument verbatim.
62398
62399 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62400
62401         * lib/Makefile.am (libfetish_a_SOURCES):
62402         Add dup-safer.c, fopen-safer.c.
62403         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62404
62405         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62406         * lib/unistd-safer.h: New files.
62407
62408 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62409
62410         The mkstemp replacement is taken from glibc 2.2.2, with some
62411         portability fixes for use outside glibc, as follows:
62412
62413         * lib/tempname.c (struct_stat64): New macro.
62414         (direxists, __gen_tempname): Use it.
62415         This avoids a portability problem with Solaris 8.
62416
62417         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62418         (<stddef.h>, <stdint.h>, <string.h>):
62419         Include only if STDC_HEADERS || _LIBC.
62420         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62421         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62422         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62423         (__set_errno): Define this macro if <errno.h> doesn't.
62424         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62425         Define these macros if <stdio.h> doesn't.
62426         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62427         Define these macros if <sys/stat.h>
62428         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62429         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62430         __xstat64): Define if not _LIBC.
62431         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62432         (__gen_tempname): Invoke gettimeofday only if
62433         HAVE_GETTIMEOFDAY || _LIBC;
62434         otherwise, fall back on plain "time".
62435         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62436
62437         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62438
62439         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62440
62441 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62442
62443         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62444
62445 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62446
62447         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62448         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62449         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62450         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62451
62452 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62453
62454         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62455         Remove workaround macros for hosts that have mbrtowc but not
62456         mbstate_t, as we now insist on proper declarations for both
62457         before using mbrtowc.
62458
62459 2001-02-17  Jim Meyering  <meyering@lucent.com>
62460
62461         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62462         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62463         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62464         UnixWare 7.1.1.
62465
62466         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62467         rather than AC_CACHE_VAL.
62468
62469 2001-02-17  Jim Meyering  <meyering@lucent.com>
62470
62471         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62472         around included file name.
62473
62474         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62475
62476         * lib/strftime.c: Update from GNU libc (the only changes were to
62477         comments).
62478
62479 2001-02-17  Jim Meyering  <meyering@lucent.com>
62480
62481         * lib/regex.c: Update from libc.
62482
62483 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62484
62485         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62486         clash.
62487
62488 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62489
62490         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62491         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62492         Reported by Mark Hounschell via Paul Eggert.
62493
62494 2001-02-07  Jim Meyering  <meyering@lucent.com>
62495
62496         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62497
62498 2001-02-05  Jim Meyering  <meyering@lucent.com>
62499
62500         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62501         it includes the patch required for `large file' support with at least
62502         HP-UX's 10.20 /bin/cc.
62503
62504 2001-02-03  Jim Meyering  <meyering@lucent.com>
62505
62506         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62507         AS_IF, now that it works once again (mysteriously).
62508         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62509
62510 2001-01-30  Jim Meyering  <meyering@lucent.com>
62511
62512         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62513         * m4/chown.m4: Rename conftestchown to conftest.chown.
62514         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62515         s/conftestdir2/conftest.d2/.
62516         * m4/utimes.m4: s/conftestdata/conftest.data/
62517         Inspired by Pavel Roskin's change in autoconf.
62518
62519 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62520
62521         * lib/config.charset: Update for FreeBSD 4.2.
62522
62523 2001-01-27  Jim Meyering  <meyering@lucent.com>
62524
62525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62526         a use of AS_IF.
62527         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62528
62529 2001-01-26  Jim Meyering  <meyering@lucent.com>
62530
62531         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62532         quotearg.c includes it.
62533
62534 2001-01-26  Jim Meyering  <meyering@lucent.com>
62535
62536         * lib/quotearg.c: Include stddef.h.
62537         * lib/quote.c: Include stddef.h.
62538         Reported by Axel Kittenberger.
62539
62540         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62541         line in double quotes so that it evokes a better diagnostic.
62542         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62543         Reported by Axel Kittenberger.
62544
62545 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62546
62547         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62548         as if it was a `charset'.
62549
62550 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62551
62552         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62553         has const.
62554
62555 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62556
62557         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62558         to avoid a warning.  Add back 'const' to inptr.
62559
62560 2001-01-20  Jim Meyering  <meyering@lucent.com>
62561
62562         Be sure that headers are checked before used in code compiled
62563         for the type checks.
62564         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62565         In place of that, invoke jm_CHECK_ALL_TYPES.
62566         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62567         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62568         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62569         The check for ssize_t was mistakenly run before the test for unistd.h.
62570
62571         The configure-time check for stdbool.h was missing.
62572         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62573         (jm_PREREQ_HASH): New function.
62574
62575 2001-01-17  Jim Meyering  <meyering@lucent.com>
62576
62577         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62578         for autoconf-2.49c.
62579         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62580
62581 2001-01-16  Jim Meyering  <meyering@lucent.com>
62582
62583         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62584         From Bruno Haible.
62585
62586 2001-01-14  Jim Meyering  <meyering@lucent.com>
62587
62588         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62589         foo and bar.  Create conftestdir/ in the script, not in the C code.
62590         Remove directories in the script, not in the C code.
62591         Remove conftestdir{,2} before trying to create the directory.
62592         Make the entire configure script fail if the mkdir fails.
62593
62594 2001-01-14  Jim Meyering  <meyering@lucent.com>
62595
62596         * lib/rename.c: New file.  From Volker Borchert.
62597         Include stdlib.h, string.h or strings.h, and xalloc.h.
62598         Use strip_trailing_slashes rather than open-coding it.
62599
62600 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62601
62602         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62603
62604 2001-01-03  Jim Meyering  <meyering@lucent.com>
62605
62606         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62607         of local `inptr' to avoid warning with some system declarations of
62608         iconv.
62609
62610 2001-01-02  Volker Borchert  <bt@teknon.de>
62611
62612         * m4/rename.m4: New file.
62613         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62614
62615 2001-01-01  Jim Meyering  <meyering@lucent.com>
62616
62617         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62618         even on systems with utmpx.h.  It's necessary for the declaration of
62619         utmp's ut_user member.  Reported by Andreas Jaeger.
62620
62621         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62622         available. They are required for the declarations of getgrgid and
62623         getpwuid resp.
62624         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62625         Reported by Andreas Jaeger.
62626
62627 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62628
62629         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62630         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62631         so `make install' also works in VPATH builds.
62632
62633 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62634
62635         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62636         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62637         can be used in subdirectories.
62638
62639 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62640
62641         * lib/modechange.c: Do not assume that mode_t uses the
62642         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62643         the other-execute bit of FOO even if S_IXOTH != 1.
62644
62645         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62646         WOTH, XOTH, ALLM): New macros.
62647         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62648          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62649         Use them.
62650         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62651         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62652         (mode_compile):
62653         No need to use uintmax_t; unsigned long is long enough.
62654         Don't bother to get suffix since we don't use it.
62655
62656 2000-12-26  Jim Meyering  <meyering@lucent.com>
62657
62658         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62659         better with autoheader.
62660
62661 2000-12-24  Jim Meyering  <meyering@lucent.com>
62662
62663         * lib/hash.c (is_prime): Return explicit boolean values.
62664         (hash_get_first): Return NULL to appease Irix5.6's 89.
62665         Reported by Nelson Beebe.
62666
62667 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62668
62669         * lib/localcharset.c (locale_charset): Add support for Win32.
62670
62671 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62672
62673         * lib/physmem.h, lib/physmem.c: New files.
62674
62675         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62676         (noinst_HEADERS): Add physmem.h.
62677
62678         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62679         't' for compatibility with Solaris 8 sort.
62680
62681 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62682
62683         * lib/config.charset: Add support for BeOS.
62684
62685 2000-12-17  Jim Meyering  <meyering@lucent.com>
62686
62687         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62688         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62689
62690 2000-12-16  Jim Meyering  <meyering@lucent.com>
62691
62692         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62693         N and M) would have treated it like `chown N:N FILE'.
62694
62695         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62696
62697 2000-12-16  Jim Meyering  <meyering@lucent.com>
62698
62699         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62700         SHELLS_FILE to a file name that's useful on djgpp systems.
62701         Include stdlib.h.
62702         (ADDITIONAL_DEFAULT_SHELLS): Define.
62703         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62704         Based mostly on a patch from Prashant TR.
62705
62706 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62707
62708         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62709         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62710         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62711
62712 2000-12-08  Andreas Schwab  <schwab@suse.de>
62713
62714         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62715         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62716
62717 2000-12-07  Jim Meyering  <meyering@lucent.com>
62718
62719         * lib/stripslash.c (ISSLASH): Define.
62720         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62721         `/'.
62722         From Prashant TR.
62723
62724         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62725         (dir_name_r): Declare this function as static.
62726         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62727         manifest itself on a name containing a mix of slashes and
62728         backslashes.
62729         Make this function work with names starting with a DOS-style
62730         drive letter and colon prefix.
62731         (dir_name): Append `.' if necessary.
62732         Based mostly on patches from Prashant TR and Eli Zaretskii.
62733
62734         * lib/dirname.h (dir_name_r): Remove prototype.
62735
62736 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62737
62738         * m4/off_t-format.m4: Remove this file.
62739         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62740
62741 2000-12-06  Jim Meyering  <meyering@lucent.com>
62742
62743         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62744         replacement strtoull, we may well need the replacement strtoul, too.
62745         Check for declarations of strtoul and strtoull.
62746         Check for strtol.  Mainly as a cue to cause automake to include
62747         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62748         Check for limits.h -- strtol.c needs it.
62749
62750 2000-12-05  Jim Meyering  <meyering@lucent.com>
62751
62752         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62753
62754 2000-12-04  Jim Meyering  <meyering@lucent.com>
62755
62756         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62757         Also include memory.h, stdlib.h, unistd.h if appropriate.
62758         Reported by Andreas Jaeger (conflicting declaration of malloc).
62759
62760 2000-12-02  Jim Meyering  <meyering@lucent.com>
62761
62762         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62763         * m4/jm-macros.m4 (jm_MACROS): require it.
62764
62765 2000-12-02  Jim Meyering  <meyering@lucent.com>
62766
62767         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62768
62769 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62770
62771         * lib/memrchr.c: Include <config.h> before any system include file.
62772
62773 2000-11-30  Jim Meyering  <meyering@lucent.com>
62774
62775         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62776
62777 2000-11-30  Jim Meyering  <meyering@lucent.com>
62778
62779         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62780
62781 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62782
62783         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62784
62785 2000-11-26  Jim Meyering  <meyering@lucent.com>
62786
62787         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62788
62789 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62790
62791         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62792         size of (size_t) -1; it's not portable.
62793
62794 2000-11-17  Jim Meyering  <meyering@lucent.com>
62795
62796         * lib/strstr.c: Update from GNU libc.
62797
62798 2000-11-17  Akim Demaille  <akim@epita.fr>
62799
62800         * lib/obstack.h: Formatting changes.
62801         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62802         prevent type checking.
62803         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62804         cast the value to (void *): assigning a `foo *' to a `void *'
62805         variable is valid.
62806         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62807
62808 2000-11-16  Jim Meyering  <meyering@lucent.com>
62809
62810         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62811
62812 2000-11-11  Jim Meyering  <meyering@lucent.com>
62813
62814         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62815
62816 2000-11-10  Jim Meyering  <meyering@lucent.com>
62817
62818         * lib/obstack.h: Update from GNU libc.
62819         * lib/obstack.c: Likewise.
62820
62821 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62822
62823         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62824
62825 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62826
62827         * lib/getusershell.c (setusershell): Use rewind rather than
62828         fseek/fseeko, to avoid configuration hassles with fseeko.
62829         Don't bother opening SHELLS_FILE if shellstream is NULL;
62830         it's not necessary.
62831
62832 2000-11-05  Jim Meyering  <meyering@lucent.com>
62833
62834         * lib/makepath.h (make_dir): Declare.
62835         * lib/makepath.c (make_dir): Remove `static' attribute.
62836         Tweak a comment.
62837
62838 2000-11-04  Jim Meyering  <meyering@lucent.com>
62839
62840         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62841
62842 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62843
62844         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62845         last one in a bucket, advance to the next bucket.
62846
62847 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62848
62849         * lib/fnmatch.c: Do not comment out all the code if we are using
62850         the GNU C library, because in some cases we are replacing buggy
62851         code in the GNU C library itself.
62852
62853 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62854
62855         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62856         (regex_compile): Catch bogus \(\1\).
62857
62858 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62859
62860         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62861         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62862         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62863
62864 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62865
62866         * lib/error.h, getline.h, modechange.h:
62867         Remove "2000" from Copyright line, as the file hasn't been
62868         changed this year other than in the copyright notice.
62869
62870         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62871         was changed this year.
62872
62873 2000-10-29  Jim Meyering  <meyering@lucent.com>
62874
62875         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62876         renaming.
62877         * m4/ls-mntd-fs.m4: Likewise
62878
62879 2000-10-29  Jim Meyering  <meyering@lucent.com>
62880
62881         * lib/xstat.in: Fix grammar in comment.
62882
62883 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62884
62885         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62886         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62887         doesn't define __restrict_arr.
62888
62889 2000-10-28  Jim Meyering  <meyering@lucent.com>
62890
62891         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62892         (jm_PREREQ_MEMCHR): New function.
62893
62894 2000-10-28  Jim Meyering  <meyering@lucent.com>
62895
62896         * lib/memchr.c: Update from libc.
62897         Adjust for portability:
62898         [HAVE_STDLIB_H]: Include stdlib.h.
62899         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62900         Undef __memchr, too.
62901         [!weak_alias]: Define __memchr to memchr.
62902
62903         * lib/regex.c: Update from libc.
62904         * lib/regex.h: Likewise.
62905         * lib/getopt1.c: Likewise.
62906         * lib/memcmp.c: Likewise.
62907
62908         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62909         Avoid using fseek, when possible -- it's broken by design.
62910         Patch by Ulrich Drepper.
62911
62912 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62913
62914         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62915         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62916         Giving in to popular pressure to shut up the compiler with casts.
62917
62918 2000-10-26  Jim Meyering  <meyering@lucent.com>
62919
62920         * lib/strftime.c: Update from libc.
62921
62922 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62923
62924         * regex.c: More `unsigned char' -> `re_char' changes.
62925         Also change several `int' into `re_wchar_t'.
62926         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62927         (PUSH_FAILURE_POINTER): Don't cast any more.
62928         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62929         We want GCC to complain, since this piece of code makes
62930         re_match non-reentrant, which *should* be fixed.
62931         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62932         (EXTEND_BUFFER): Use RETALLOC.
62933         (SET_LIST_BIT): Don't cast.
62934         (re_wchar_t): New type.
62935         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62936         that those two functions will always properly return.
62937         (IMMEDIATE_QUIT_CHECK): Cast to void.
62938         (analyse_first): Use recursion rather than an explicit stack.
62939         (re_compile_fastmap): Can't fail anymore.
62940         (re_search_2): Don't check re_compile_fastmap for failure.
62941         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62942         Now also sets the new value (passed in a new argument).
62943         (re_match_2_internal): Use it.
62944         Also, use a new var `reg' of type size_t when looping through regs
62945         rather than reuse the inappropriate `mcnt'.
62946
62947 2000-10-25  Jim Meyering  <meyering@lucent.com>
62948
62949         * lib/obstack.c: Update from libc.
62950
62951 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62952
62953         * regex.c (regex_compile): Change the way of handling a range from
62954         a char less than 256 to a char not less than 256.
62955
62956 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62957
62958         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62959         NT-Emacs only.
62960         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62961         so that re_search functions only quit when callers expect them to.
62962
62963 2000-10-23  Jim Meyering  <meyering@lucent.com>
62964
62965         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62966         wrong.  That set_locale call must not have any side effects.
62967         From Paul Eggert.
62968
62969 2000-10-22  Jim Meyering  <meyering@lucent.com>
62970
62971         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62972         [CYCLIC]: Remove now-unused definition.
62973
62974         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62975         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62976         Suggestion from Ulrich Drepper.
62977
62978 2000-10-21  Jim Meyering  <meyering@lucent.com>
62979
62980         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62981         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62982         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62983
62984 2000-10-21  Jim Meyering  <meyering@lucent.com>
62985
62986         * lib/dirname.c (memrchr): Declare if necessary.
62987         (dir_name): Remove the restriction that there be no
62988         trailing slashes.  Now, this code skips past them, effectively
62989         ignoring them.
62990         [TEST_DIRNAME] (main): New unit tests.
62991
62992         * lib/memrchr.c: New file from GNU libc.
62993         Undef __memrchr, too.
62994         [!weak_alias]: Define __memrchr to memrchr.
62995         Guard weak_alias use with `#ifdef weak_alias'.
62996
62997 2000-10-21  Jim Meyering  <meyering@lucent.com>
62998
62999         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63000         (dir_name): Use dir_name_r.
63001         * lib/dirname.h (dir_name_r): Declare it.
63002
63003 2000-10-17  Jim Meyering  <meyering@lucent.com>
63004
63005         * lib/quote.h (PARAMS): Define and use.
63006         Reported by Akim Demaille.
63007
63008         * lib/getopt.c: Update from libc.
63009
63010 2000-10-16  Jim Meyering  <meyering@lucent.com>
63011
63012         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63013         setlocale.
63014         From Jan Fedak.
63015
63016 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63017
63018         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63019
63020 2000-09-25  Jim Meyering  <meyering@lucent.com>
63021
63022         * lib/md5.h (rol): Define (from GnuPG).
63023
63024         * lib/sha.c: Give credit (GnuPG) where due.
63025         (M): Use rol rather than open-coding it.
63026         Add a FIXME comment.
63027
63028 2000-09-21  Jim Meyering  <meyering@lucent.com>
63029
63030         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63031         Reported by Michael Stone.
63032
63033 2000-09-20  Jim Meyering  <meyering@lucent.com>
63034
63035         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63036         (noinst_HEADERS): Add sha.h.
63037         Based on code from Scott G. Miller and from GnuPG.
63038
63039 2000-09-18  Jim Meyering  <meyering@lucent.com>
63040
63041         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63042         LIBS. Otherwise, everyone ends up linking with -lelf for some
63043         configurations.
63044         Reported by Mike Stone.
63045
63046 2000-09-15  Jim Meyering  <meyering@lucent.com>
63047
63048         * lib/regex.c: Update from libc.
63049
63050 2000-09-10  Jim Meyering  <meyering@lucent.com>
63051
63052         * lib/getopt.c (_getopt_internal): Update from glibc.
63053
63054 2000-09-09  Jim Meyering  <meyering@lucent.com>
63055
63056         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63057         think it should be used as a general replacement for isascii.
63058         * lib/fnmatch.c: Likewise.
63059         * lib/mbswidth.c: Likewise
63060         * lib/regex.c: Likewise.
63061
63062         Don't use atoi.
63063         * lib/userspec.c: Include sys/param.h and limits.h.
63064         Include xstrtol.h.
63065         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63066         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63067         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63068         UID, GID.  Check range.
63069
63070 2000-09-06  Jim Meyering  <meyering@lucent.com>
63071
63072         * lib/getopt.c (_getopt_internal): Update from glibc.
63073
63074 2000-08-30  Jim Meyering  <meyering@lucent.com>
63075
63076         * lib/strftime.c: Merge in changes from GNU libc.
63077
63078 2000-08-26  Jim Meyering  <meyering@lucent.com>
63079
63080         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63081         * m4/fpending.m4: New file.
63082
63083 2000-08-26  Jim Meyering  <meyering@lucent.com>
63084
63085         * lib/closeout.c: Include "__fpending.h".
63086         (close_stdout_status): Return right away if there's nothing to flush.
63087
63088         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63089         * lib/__fpending.c: New file.
63090         * lib/__fpending.h: New file.
63091
63092 2000-08-20  Jim Meyering  <meyering@lucent.com>
63093
63094         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63095         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63096         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63097
63098 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63099
63100         Improve fileutils installation on systems where running
63101         programs (like install) can't be unlinked.
63102         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63103         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63104
63105 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63106
63107         Standardize on "memory exhausted" instead of "Memory exhausted"
63108         or "virtual memory exhausted".
63109         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63110         "virtual memory exhausted".
63111         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63112         our own message.
63113         * lib/userspec.c (parse_user_spec): Likewise.
63114         * lib/bumpalloc.h: comment fix
63115         * lib/same.c, userspec.c: Include xalloc.h.
63116
63117         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63118         not char *const and pointing to a constant array.
63119         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63120         (xrealloc): Comment fix.
63121
63122         * lib/userspec.c (parse_user_spec):
63123         Don't translate a message until just before returning,
63124         to avoid unnecessary translation.
63125
63126 2000-08-07  Jim Meyering  <meyering@lucent.com>
63127
63128         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63129         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63130         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63131         getgroups.c, gethostname.c, getopt.h, group-member.c,
63132         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63133         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63134         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63135         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63136         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63137         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63138         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63139         yesno.c: Back out Copyright date changes for each file with no change
63140         this year.  This eases coordination with other programs using the same
63141         source code modules.  From Paul Eggert.
63142
63143 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63144
63145         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63146         not char, for compatibility with glibc 2.1.3 strftime.c.
63147
63148 2000-08-03  Greg McGary  <greg@mcgary.org>
63149
63150         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63151         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63152         (EXTEND_BUFFER): Use them.
63153
63154 2000-08-01  Jim Meyering  <meyering@lucent.com>
63155
63156         * lib/dirname.c (ISSLASH): Define.
63157         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63158         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63159         both `\' and `/' may be use as path separators.
63160         Based on a patch from Prashant TR.
63161
63162 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63163
63164         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63165         slot vector a constant, since it might get modified.
63166
63167 2000-07-31  Jim Meyering  <meyering@lucent.com>
63168
63169         * lib/xmalloc.c: Use `virtual memory exhausted', not
63170         `Memory exhausted'.
63171         * lib/obstack.c (print_and_abort): Likewise.
63172
63173 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63174
63175         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63176         buffer, so that the caller can always quote one small
63177         component of a "memory exhausted" message in slot 0.
63178         From a suggestion by Jim Meyering.
63179
63180 2000-07-30  Jim Meyering  <meyering@lucent.com>
63181
63182         * lib/makepath.c (make_path): Quote the other instance, too.
63183
63184         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63185         (STATIC_BUF_SIZE): Define.
63186         (quotearg_n_options): Use only statically allocated storage when
63187         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63188         than STATIC_BUF_SIZE.
63189
63190 2000-07-29  Jim Meyering  <meyering@lucent.com>
63191
63192         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63193         * lib/dirname.c (dir_name): Likewise.
63194
63195         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63196         `/'.
63197
63198         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63199         (dir_name): Assert that there are no trailing slashes.
63200
63201 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63202
63203         * lib/mbswidth.h (mbswidth): Add a flags argument.
63204         (mbswidth): New declaration.
63205         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63206         * lib/mbswidth.c (mbswidth): Add a flags argument.
63207         (mbsnwidth): New function.
63208
63209 2000-07-24  Jim Meyering  <meyering@lucent.com>
63210
63211         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63212
63213 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63214
63215         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63216
63217 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63218
63219         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63220         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63221         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63222         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63223         invoke multibyte primitives.
63224
63225 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63226
63227         * lib/quotearg.c:
63228         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63229         so that mbstate_t is always defined.
63230
63231         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63232         be 1 in at least one GCC installation, and this configuration
63233         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63234         performance on hosts that have mbrtowc but have only unibyte
63235         locales, but I assume these hosts are rare.
63236
63237 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63238
63239         * lib/mbswidth.c (_XOPEN_SOURCE):
63240         Don't define; this causes problems on Solaris 7.
63241         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63242
63243 2000-07-23  Jim Meyering  <meyering@lucent.com>
63244
63245         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63246         too: getgrgid, getpwuid, getuid.
63247
63248 2000-07-23  Jim Meyering  <meyering@lucent.com>
63249
63250         * lib/basename.c (base_name): Add an assertion.
63251
63252 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63253
63254         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63255         shadow its mbsinit function.
63256
63257 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63258
63259         * lib/mbswidth.h: New file.
63260         * lib/mbswidth.c: New file.
63261         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63262         (noinst_HEADERS): Add mbswidth.h.
63263
63264 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63265
63266         * lib/config.charset: Add support for FreeBSD. Improve support for
63267         HP-UX and IRIX 6.
63268
63269 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63270
63271         * m4/mbswidth.m4: New file.
63272         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63273
63274 2000-07-15  Jim Meyering  <meyering@lucent.com>
63275
63276         * lib/makepath.c: Include quote.h.
63277         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63278         corresponding argument in a `quote (...)' call.
63279         Give better diagnostics.
63280
63281         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63282         (noinst_HEADERS): Add quote.h.
63283
63284         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63285         from tar's src/misc.c.
63286         * lib/quote.h: New file.  Prototypes for same.
63287
63288 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63289
63290         From a suggestion by Bruno Haible.
63291         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63292         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63293         to decide whether to define the BeOS workaround macro;
63294         this adjusts to the change to AC_MBSTATE_T.
63295
63296 2000-07-14  Jim Meyering  <meyering@lucent.com>
63297
63298         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63299         jm_AC_TYPE_UINTMAX_T.
63300
63301 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63302
63303         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63304
63305         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63306         quotearg_buffer_restyled): Add support for
63307         clocale_quoting_style.  Undo previous change to
63308         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63309         and "{RIGHT QUOTATION MARK}" msgids.
63310
63311 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63312
63313         From a suggestion by Bruno Haible.
63314         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63315         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63316         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63317         and mbstate_t, to a single-part test that simply defines mbstate_t.
63318         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63319         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63320
63321 2000-07-10  Jim Meyering  <meyering@lucent.com>
63322
63323         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63324
63325         * m4/gnu-source.m4: Output to confdefs.h directly.
63326         Suggestion from Akim Demaille.
63327
63328 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63329
63330         The old behavior of quoting `like this' doesn't look good with
63331         newer, ISO-style fonts.  See:
63332         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63333
63334         Instead, quote "like this" by default.  Let the translator
63335         tailor the locale-specific quoting behavior by providing
63336         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63337
63338         * lib/quotearg.c (N_): New macro.
63339         (gettext_default): New function.
63340         (quotearg_buffer_restyled): Use
63341         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63342         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63343
63344 2000-07-09  Jim Meyering  <meyering@lucent.com>
63345
63346         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63347         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63348
63349         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63350         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63351
63352 2000-07-09  Jim Meyering  <meyering@lucent.com>
63353
63354         * lib/Most files: Update copyright dates to include 2000.
63355
63356 2000-07-08  Jim Meyering  <meyering@lucent.com>
63357
63358         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63359         if not defined.
63360         (xgethostname): Remove now-unnecessary #ifdef.
63361         Move declaration of `err' into loop where it's used.
63362
63363 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63364         and Bruno Haible  <haible@clisp.cons.org>
63365
63366         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63367         only if the test for an object-type mbstate_t fails.  This
63368         prevents us from mistakenly reporting that mbstate_t is a
63369         system object type after we "#define mbstate_t int" to work
63370         around its lack.
63371
63372 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63373         and Bruno Haible  <haible@clisp.cons.org>
63374
63375         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63376
63377 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63378
63379         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63380         to strerror_r.
63381         Include <ctype.h> for use of isalpha.
63382
63383 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63384
63385         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63386         by allocating a larger buffer. Test the gethostname return value for
63387         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63388         returns an error and ENAMETOOLONG isn't defined.
63389
63390 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63391
63392         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63393         dimension.
63394
63395 2000-07-04  Jim Meyering  <meyering@lucent.com>
63396
63397         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63398         of the deprecated AC_CHECKING.
63399
63400 2000-07-04  Jim Meyering  <meyering@lucent.com>
63401
63402         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63403         Reported by Bruno Haible.
63404
63405 2000-07-04  Jim Meyering  <meyering@lucent.com>
63406
63407         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63408         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63409         lacks mbrtowc.
63410
63411 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63412
63413         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63414         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63415
63416 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63417         and Bruno Haible  <haible@clisp.cons.org>
63418
63419         * lib/quotearg.c (mbrtowc):
63420         Assign to *pwc, and return 1 only if result is nonzero.
63421         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63422
63423 2000-07-03  Jim Meyering  <meyering@lucent.com>
63424
63425         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63426
63427 2000-07-03  Jim Meyering  <meyering@lucent.com>
63428
63429         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63430         This is necessary to get a definition of e.g., UTMP_FILE on
63431         HP-UX 10.20.
63432         From Bob Proulx.
63433
63434 2000-07-02  Jim Meyering  <meyering@lucent.com>
63435
63436         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63437
63438         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63439         AC_LIBOBJ(function_name).
63440         * m4/chown.m4: Likewise.
63441         * m4/fnmatch.m4: Likewise.
63442         * m4/ftruncate.m4: Likewise.
63443         * m4/getgroups.m4: Likewise.
63444         * m4/getline.m4: Likewise.
63445         * m4/group-member.m4: Likewise.
63446         * m4/jm-macros.m4: Likewise.
63447         * m4/lstat.m4: Likewise.
63448         * m4/malloc.m4: Likewise.
63449         * m4/memcmp.m4: Likewise.
63450         * m4/nanosleep.m4: Likewise.
63451         * m4/putenv.m4: Likewise.
63452         * m4/realloc.m4: Likewise.
63453         * m4/regex.m4: Likewise.
63454         * m4/stat.m4: Likewise.
63455         * m4/strftime.m4: Likewise.
63456
63457 2000-07-02  Jim Meyering  <meyering@lucent.com>
63458
63459         * lib/quotearg.c (mbstate_t): Don't define here.
63460
63461 2000-07-02  Jim Meyering  <meyering@lucent.com>
63462
63463         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63464
63465 2000-07-01  Jim Meyering  <meyering@lucent.com>
63466
63467         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63468
63469 2000-07-01  Jim Meyering  <meyering@lucent.com>
63470
63471         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63472         problem.
63473
63474 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63475
63476         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63477         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63478
63479 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63480
63481         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63482         per change in ../m4/ls-mntd-fs.m4.
63483         (read_filesystem_list): Ignore symbolic links.
63484
63485 2000-06-29  Jim Meyering  <meyering@lucent.com>
63486
63487         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63488         for declaration of strcmp.
63489
63490         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63491
63492         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63493         Avoid warning by casting result to `char *' to remove `const'.
63494
63495 2000-06-28  Jim Meyering  <meyering@lucent.com>
63496
63497         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63498         included by quotearg.c, for which we perform this test.  From
63499         Bruno Haible.
63500
63501 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63502
63503         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63504         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63505         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63506
63507 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63508
63509         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63510
63511 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63512
63513         savedir now sets errno on failure and invokes xmalloc to get memory.
63514         Fix a couple of other minor bugs while we're at it.
63515
63516         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63517         (NAMLEN): Remove macro.
63518         (malloc, realloc): Remove decls.
63519         (stpcpy): Likewise.
63520         ("xalloc.h"): Include.
63521         (NAME_SIZE_DEFAULT): New macro.
63522         (savedir): Use xmalloc / xrealloc to allocate memory.
63523         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63524         Skip "" directory entries.
63525         Use strlen to calculate directory entry length, since the old method
63526         is rarely used these days and isn't worth supporting.
63527         Don't use a pointer after freeing it.
63528         Check for integer overflow when calculating allocation size.
63529         Use memcpy to copy entries, instead of stpcpy.
63530         Set errno properly when returning NULL.
63531         Check for readdir error.
63532
63533 2000-06-26  Jim Meyering  <meyering@lucent.com>
63534
63535         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63536
63537 2000-06-25  Jim Meyering  <meyering@lucent.com>
63538
63539         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63540         Linux header bug when _XOPEN_SOURCE is defined to 500.
63541
63542 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63543
63544         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63545         deficiency.
63546
63547 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63548
63549         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63550         Include xalloc.h.
63551         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63552
63553 2000-06-24  Jim Meyering  <meyering@lucent.com>
63554
63555         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63556         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63557         for which strerror does return char*, but which lacks a conveniently
63558         accessible declaration of the function.  If the compile-test says
63559         strerror_r doesn't work, then resort to a `run'-test that works on
63560         BeOS and segfaults on DEC Unix.
63561
63562 2000-06-24  Jim Meyering  <meyering@lucent.com>
63563
63564         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63565
63566 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63567
63568         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63569         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63570
63571 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63572
63573         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63574         (mbrtowc, mbstate_t): Define substitutes if
63575         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63576         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63577         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63578
63579 2000-06-23  Jim Meyering  <meyering@lucent.com>
63580
63581         * m4/afs.m4: Add missing AC_MSG_RESULT.
63582         Reported by Bruno Haible.
63583
63584         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63585         Suggestion from Bruno Haible.
63586
63587 2000-06-23  Jim Meyering  <meyering@lucent.com>
63588
63589         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63590
63591 2000-06-21  Jim Meyering  <meyering@lucent.com>
63592
63593         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63594
63595 2000-06-21  Jim Meyering  <meyering@lucent.com>
63596
63597         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63598         (noinst_HEADERS): Add getstr.h.
63599
63600         * lib/getline.c (getstr): Move into a separate file.
63601         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63602         the following changes: new parameter, delim2; both delim[12]
63603         parameters have type `int', not `char'.  The latter would lose
63604         with 8-bit delimiters.
63605         * lib/getstr.h: New file.
63606
63607 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63608
63609         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63610         than 1024, return a memory chunk of least possible size, instead
63611         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63612         Use free/xmalloc instead of xrealloc to avoid copying for very long
63613         paths.
63614
63615 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63616
63617         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63618         the empty string.
63619
63620 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63621
63622         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63623         address, not strdup.  Include <stdlib.h> and don't declare free().
63624
63625 2000-06-19  Jim Meyering  <meyering@lucent.com>
63626
63627         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63628
63629 2000-06-18  Jim Meyering  <meyering@lucent.com>
63630
63631         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63632
63633         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63634         `checking whether...' message to be consistent with that of the
63635         lstat test.
63636
63637 2000-06-18  Jim Meyering  <meyering@lucent.com>
63638
63639         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63640         Besides, these days every porting target provides a mkdir function.
63641
63642         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63643         needed. (this snippet comes from src/system.h).
63644
63645 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63646
63647         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63648
63649 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63650
63651         * lib/human.c (adjust_value): New function.
63652         (human_readable_inexact): Apply rounding style even when
63653         printing approximate values.
63654
63655 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63656
63657         * lib/human.c (human_readable_inexact): Allow an input block
63658         size that is not a multiple of the output block size, and vice versa.
63659         Reported by Piergiorgio Sartor.
63660
63661 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63662
63663         * lib/getdate.y (get_date): Apply relative times after time
63664         zone indicator, not before.  Reported by Todd A. Jacobs.
63665
63666 2000-06-13  Jim Meyering  <meyering@lucent.com>
63667
63668         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63669
63670         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63671
63672 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63673
63674         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63675
63676 2000-06-12  Jim Meyering  <meyering@lucent.com>
63677
63678         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63679         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63680         optional argument.
63681         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63682         the optional argument, `lib'.
63683
63684 2000-06-08  Jim Meyering  <meyering@lucent.com>
63685
63686         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63687
63688 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63689
63690         Rewrite largefile configuration so that we don't need to run
63691         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63692         AC_CANONICAL_HOST in configure.in -- jmm]
63693
63694         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63695         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63696         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63697         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63698         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63699         All uses changed.
63700         Instead of inspecting the output of getconf, try to compile the
63701         test program without and with the macro definition.
63702         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63703         for getconf.  Instead, check for the needed flags by compiling
63704         test programs.
63705
63706 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63707
63708         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63709
63710 2000-06-04  Jim Meyering  <meyering@lucent.com>
63711
63712         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63713         SunOS 4.1.4 for which gid_t is an unsigned type.
63714
63715 2000-06-03  Jim Meyering  <meyering@lucent.com>
63716
63717         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63718         now that autoconf requires that.
63719
63720         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63721         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63722         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63723
63724 2000-06-03  Jim Meyering  <meyering@lucent.com>
63725
63726         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63727
63728 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63729
63730         * m4/glibc21.m4: New file.
63731         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63732
63733 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63734
63735         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63736         newer, don't install charset.alias.
63737         * lib/config.charset: Change the Linux/glibc rules so they become empty
63738         on glibc-2.1 or newer.
63739
63740 2000-06-02  Jim Meyering  <meyering@lucent.com>
63741
63742         * lib/mountlist.c: Back out last change.  Instead, do this...
63743         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63744         me_dummy member using the same `ignore'-testing code.
63745         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63746         fs_type strings.
63747         From Mark D. Roth.
63748
63749 2000-05-29  Jim Meyering  <meyering@lucent.com>
63750
63751         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63752         mounts with the `ignore' attribute.  Based on a patch from
63753         Mark D. Roth.
63754
63755 2000-05-28  Jim Meyering  <meyering@lucent.com>
63756
63757         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63758         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63759         * m4/stat.m4: Likewise.
63760         * m4/lstat.m4: Likewise.
63761         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63762
63763         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63764         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63765
63766 2000-05-26  Jim Meyering  <meyering@lucent.com>
63767
63768         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63769
63770 2000-05-24  Jim Meyering  <meyering@lucent.com>
63771
63772         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63773         autoconf requires that.
63774         * m4/lib-check.m4: Likewise.
63775         * m4/jm-macros.m4: Likewise.
63776         * m4/strftime.m4: Likewise.
63777
63778         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63779         AC_CHECK_DECLS, now that autoconf requires that.
63780
63781 2000-05-22  Jim Meyering  <meyering@lucent.com>
63782
63783         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63784         * m4/lstat.m4: Likewise.
63785
63786 2000-05-22  Jim Meyering  <meyering@lucent.com>
63787
63788         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63789
63790 2000-05-20  Jim Meyering  <meyering@lucent.com>
63791
63792         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63793         (jm_PREREQ): Use it.
63794
63795 2000-05-18  Jim Meyering  <meyering@lucent.com>
63796
63797         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63798         back, too, since it may have been modified by allocate_entry.
63799         (hash_delete): Rewrite to use neither the assignment operator
63800         nor the comma operator in an if-expression.
63801
63802 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63803
63804         * lib/closeout.c:
63805         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63806         Remove; no longer needed.
63807         "quotearg.h": Add include.
63808         (file_name): Do not bother to explicitly initialize to NULL; it's less
63809         efficient on some hosts.
63810         (close_stdout_status): Remove test as to whether stdout was already
63811         closed; it breaks for the case "echo x | sort >&-".
63812         Quote file name colons.
63813         Do not assume that _("write error") lacks format strings.
63814
63815 2000-05-15  Jim Meyering  <meyering@lucent.com>
63816
63817         * lib/version-etc.c (version_etc_copyright): Update the copyright
63818         string used in all --version output.
63819
63820 2000-05-14  Jim Meyering  <meyering@lucent.com>
63821
63822         * lib/closeout.c (close_stdout_set_file_name): New function.
63823         (close_stdout_status): Use new file-scoped global.
63824         Return right away if fstat says the stdout file descriptor is invalid.
63825         * lib/closeout.h (close_stdout_set_file_name): Declare.
63826
63827 2000-05-10  Jim Meyering  <meyering@lucent.com>
63828
63829         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63830         (close_stdout_set_status): New function.
63831         * lib/closeout.h (close_stdout_set_status): Declare.
63832
63833 2000-05-09  Jim Meyering  <meyering@lucent.com>
63834
63835         * m4/gettext.m4: Rename this...
63836         * m4/libintl.m4: ...to this.
63837
63838 2000-05-08  Jim Meyering  <meyering@lucent.com>
63839
63840         * lib/long-options.c: Don't include closeout.h.
63841         (parse_long_options): Don't call close_stdout for --version.
63842
63843 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63844
63845         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63846         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63847         2.1.3 bug.  This avoids a clash when files like regex.c define
63848         _GNU_SOURCE.
63849
63850 2000-05-06  Jim Meyering  <meyering@lucent.com>
63851
63852         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63853         (AC_REPLACE_FUNCS): Add strnlen.
63854
63855         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63856         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63857
63858         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63859         AC_SEARCH_LIBS call for nanosleep.
63860         (LIB_NANOSLEEP): Set and AC_SUBST.
63861
63862 2000-05-06  Jim Meyering  <meyering@lucent.com>
63863
63864         * lib/strnlen.c: Undefine __strnlen and strnlen.
63865         [!weak_alias]: Define __strnlen to strnlen.
63866
63867         * lib/atexit.c: New file, from libiberty.
63868
63869 2000-05-06  Jim Meyering  <meyering@lucent.com>
63870
63871         * lib/closeout.c (close_stdout_status): Also check for errors on the
63872         stderr stream.
63873
63874 2000-05-05  Jim Meyering  <meyering@lucent.com>
63875
63876         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63877         AC_SEARCH_LIBS call for clock_gettime.
63878         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63879
63880         * m4/search-libs.m4: Update from autoconf.
63881
63882         su doesn't work on Solaris 2.6.
63883         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63884         <shadow.h>.  Reported by Dragos Harabor.
63885
63886 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63887
63888         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63889         memcpy instead of xmalloc, xrealloc, path_concat.
63890         (locale_charset): Treat empty environment variables as absent.
63891         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63892
63893 2000-05-04  Jim Meyering  <meyering@lucent.com>
63894
63895         * lib/getopt.c: Update from glibc.
63896         * lib/obstack.c: Likewise.
63897         * lib/obstack.h: Likewise.
63898         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63899         file
63900
63901         * lib/regex.h: Likewise.
63902         * lib/strndup.c: Likewise.
63903         * lib/strnlen.c: New file, from glibc.
63904
63905 2000-05-03  Jim Meyering  <meyering@lucent.com>
63906
63907         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63908
63909 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63910
63911         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63912         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63913         compile-time test, rather than inspecting host and OS, to
63914         decide whether to define _LARGEFILE_SOURCE.
63915
63916 2000-05-01  Jim Meyering  <meyering@lucent.com>
63917
63918         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63919
63920         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63921         Based on a patch from Bruno Haible.
63922
63923 2000-05-01  Jim Meyering  <meyering@lucent.com>
63924
63925         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63926
63927 2000-04-29  Jim Meyering  <meyering@lucent.com>
63928
63929         * lib/path-concat.c: Declare strdup only if it's not defined.
63930         * lib/canon-host.c: Likewise.
63931
63932 2000-04-28  Jim Meyering  <meyering@lucent.com>
63933
63934         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63935         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63936         is included first, then limits.h is included by locale.h by libintl.h.
63937         From John David Anglin.
63938
63939 2000-04-25  Jim Meyering  <meyering@lucent.com>
63940
63941         * lib/makepath.c (S_IRWXUGO): Define.
63942         (make_path): Always perform explicit chmod if MODE specifies any
63943         of the `special' permission bits.  Prompted by a bug report against
63944         install from Mate Wierdl and Joost van Baal.
63945
63946 2000-04-18  Jim Meyering  <meyering@lucent.com>
63947
63948         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63949         (jm_PREREQ): Use it.
63950
63951 2000-04-18  Jim Meyering  <meyering@lucent.com>
63952
63953         * lib/README: New file.
63954
63955         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63956         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63957
63958 2000-04-17  Jim Meyering  <meyering@lucent.com>
63959
63960         Get it right :-)
63961         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63962         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63963         Suggestion from Akim Demaille.
63964
63965 2000-04-17  Jim Meyering  <meyering@lucent.com>
63966
63967         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63968         the definition of it to rpl_strftime also defined-away the system's
63969         declaration.
63970
63971 2000-04-15  Jim Meyering  <meyering@lucent.com>
63972
63973         Use `C' to denote so-called `contiguous' files, the same way
63974         that tar does.
63975         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63976         (ftypelet): Use S_ISCTG.
63977         From Michael Deutschmann.
63978
63979 2000-04-14  Jim Meyering  <meyering@lucent.com>
63980
63981         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63982         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63983         clobbered.
63984
63985 2000-04-14  Jim Meyering  <meyering@lucent.com>
63986
63987         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63988
63989 2000-04-13  Jim Meyering  <meyering@lucent.com>
63990
63991         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63992         AH_VERBATIM to insert required #ifndef into config.h.in.
63993         Suggestion from Akim Demaille.
63994
63995 2000-04-12  Jim Meyering  <meyering@lucent.com>
63996
63997         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63998         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63999         Christian Krackowizer.
64000
64001         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64002         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64003         (AC_SYS_LARGEFILE): Require.
64004         (AM_C_PROTOTYPES): Require.
64005
64006 2000-04-08  Jim Meyering  <meyering@lucent.com>
64007
64008         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64009         names don't conflict.  Reported by Eli Zaretskii.
64010
64011 2000-04-07  Jim Meyering  <meyering@lucent.com>
64012
64013         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64014         sys/types.h, to work around system header problems on AIX 3.2.5.
64015         From Bruno Haible.
64016
64017 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64018
64019         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64020         bug.  Deal with the different error behavior of Irix iconv.
64021
64022 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64023
64024         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64025         IRIX if the installer said otherwise.
64026
64027 2000-04-05  Jim Meyering  <meyering@lucent.com>
64028
64029         Portability tweaks required for ultrix4.3.
64030         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64031         (jm_CHECK_DECLS): Add getutent to the list of functions.
64032         (_jm_DECL_HEADERS): Add utmpx.h.
64033         From John David Anglin.
64034
64035         * m4/strftime.m4: Back out the 2000-04-02 change.
64036         Instead of that change, simply undefine putenv in the test program.
64037
64038 2000-04-05  Jim Meyering  <meyering@lucent.com>
64039
64040         Portability tweaks required for ultrix4.3.
64041         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64042         getutent.
64043         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64044         * lib/canon-host.c: Declare strdup.
64045         * lib/path-concat.c: Likewise.
64046         From John David Anglin.
64047
64048 2000-04-04  Jim Meyering  <meyering@lucent.com>
64049
64050         Be more DOS 8.3-friendly.
64051         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64052         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64053         * lib/Makefile.am: Reflect renaming.
64054         Reported by Eli Zaretskii.
64055
64056         Use a temporary file name that won't clash with `charset.alias'
64057         in the DOS 8.3 name space.
64058         * lib/Makefile.am (charset_tmp): Define.
64059         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64060         (uninstall-local): Likewise.
64061         Reported by Eli Zaretskii.
64062
64063 2000-04-03  Jim Meyering  <meyering@lucent.com>
64064
64065         * m4/gettext.m4: Fix typo in comment.
64066
64067         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64068         textutils/configure.in).  Suggestion from Paul Eggert.
64069         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64070
64071 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64072
64073         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64074         variable in the shell rather than using putenv, which isn't
64075         portable.  This avoids the configure-time inter-test dependency
64076         on the potentially-renamed putenv function.
64077
64078 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64079
64080         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64081         before checking struct stat.st_blksize, so that
64082         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64083
64084 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64085
64086         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64087         since strftime.c uses HAVE_STRFTIME to decide whether to use
64088         the underlying strftime.
64089
64090 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64091
64092         * lib/time/strftime.c (my_strftime): Make sure we call the system
64093         strftime, not ourselves, when invoking the underlying strftime.
64094
64095 2000-03-24  Jim Meyering  <meyering@lucent.com>
64096
64097         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64098         (charset_alias): Define.
64099         (install-exec-local): Factor out common code.
64100         (uninstall-local): Split lines longer than 80.
64101         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64102         (SUFFIXES): Define.
64103         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64104         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64105
64106 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64107
64108         * lib/config.charset: Output a line containing "Packages using this
64109         file".
64110         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64111         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64112         ref-del.sed): New rules.
64113
64114 2000-03-17  Jim Meyering  <meyering@lucent.com>
64115
64116         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64117         Otherwise, include <strings.h>
64118
64119 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64120
64121         * lib/unicodeio.c (utf8_wctomb): New function.
64122         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64123         format instead of in UCS-4 with platform dependent endianness.
64124
64125 2000-03-10  Jim Meyering  <meyering@lucent.com>
64126
64127         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64128         From Marco Franzen.
64129
64130 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64131
64132         * lib/savedir.c (savedir): Work even if directory size is
64133         negative; this can happen with some screwy NFS configurations.
64134
64135 2000-03-06  Jim Meyering  <meyering@lucent.com>
64136
64137         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64138         if it's NULL (because we ran out of memory).  From Bruno Haible.
64139
64140 2000-03-05  Jim Meyering  <meyering@lucent.com>
64141
64142         * lib/localcharset.c ("path-concat.h"): Include.
64143         (get_charset_aliases): Use path_concat instead of ANSI string
64144         concatenation.
64145
64146         * lib/unicodeio.h (PARAMS): Define.
64147         Use it to guard prototype.
64148
64149 2000-03-04  Jim Meyering  <meyering@lucent.com>
64150
64151         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64152         for lib/localcharset.c.
64153
64154 2000-03-04  Jim Meyering  <meyering@lucent.com>
64155
64156         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64157         installing into it.
64158         (uninstall-local): Uncomment this rule so `make distcheck' works
64159         once again.
64160
64161         * lib/unicodeio.c (<errno.h>): Include it.
64162         (errno): Declare if not defined.
64163
64164         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64165
64166         * lib/config.charset: New version, incorporating remarks from a linux
64167         i18n mailing list.  From Bruno Haible.
64168
64169 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64170
64171         * m4/codeset.m4: New file.
64172         * m4/iconv.m4: New file.
64173         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64174
64175 2000-03-03  Jim Meyering  <meyering@lucent.com>
64176
64177         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64178
64179 2000-03-02  Jim Meyering  <meyering@lucent.com>
64180
64181         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64182         the messages come out on separate lines.
64183
64184         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64185         rather than jm_CHECK_DECLARATIONS.
64186         * m4/decl.m4: Remove now-unused file.
64187
64188         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64189         geteuid.
64190
64191 2000-03-02  Jim Meyering  <meyering@lucent.com>
64192
64193         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64194
64195 2000-03-01  Jim Meyering  <meyering@lucent.com>
64196
64197         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64198         * lib/unicodeio.c: Likewise.
64199
64200 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64201
64202         * lib/config.charset: New file.
64203         * lib/localcharset.c: New file.
64204         * lib/unicodeio.h, lib/unicodeio.c: New files.
64205         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64206         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64207         (noinst_HEADERS): Add unicodeio.h.
64208         (all-local, install-exec-local, charset.alias): New targets.
64209
64210 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64211
64212         * lib/quotearg.c (ALERT_CHAR): New macro.
64213         (quotearg_buffer_restyled): Use it.
64214
64215 2000-02-27  Jim Meyering  <meyering@lucent.com>
64216
64217         * m4/check-decl.m4: Add getenv to the list.
64218
64219 2000-02-27  Jim Meyering  <meyering@lucent.com>
64220
64221         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64222         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64223
64224         * lib/backupfile.c: Guard inclusion of stdlib.h with
64225         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64226         Declare malloc if needed.
64227
64228         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64229         `#ifndef HAVE_DECL..'
64230         now that autoconf always defines the HAVE_DECL_ symbols.
64231         * lib/human.c: Likewise.
64232         * lib/same.c: Likewise.
64233         * lib/strtoumax.c: Likewise.
64234
64235         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64236         declaration check was not run.
64237         * lib/hash.c: Likewise.
64238         * lib/human.c: Likewise.
64239         * lib/same.c: Likewise.
64240         * lib/strtoumax.c: Likewise.
64241
64242         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64243         `.', then first look up the entire `.'-containing string as a login
64244         name.
64245
64246 2000-02-23  Jim Meyering  <meyering@lucent.com>
64247
64248         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64249         in place of my hack.
64250
64251 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64252
64253         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64254         (textint): New typedef.
64255         (parser_control): Member year changed from int to textint.
64256         All uses changed.
64257         (YYSTYPE): Removed; replaced by %union with int and textint members.
64258         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64259         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64260         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64261         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64262         (date, number, to_year): Use width of number in digits, not its value,
64263         to determine whether it's a 2-digit year, or a 2-digit time.
64264         (yylex): Store number of digits of numeric tokens.
64265         Reported by John Kendall.
64266
64267         (parser_control): Changed from struct parser_control to typedef (for
64268         consistency).  All uses changed.
64269
64270         (tID): Removed; not used.
64271         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64272
64273 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64274
64275         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64276         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64277
64278 2000-02-12  Jim Meyering  <meyering@lucent.com>
64279
64280         * lib/userspec.c (ISDIGIT): Define it.
64281         (isdigit): Remove definition.
64282         (is_number): Use ISDIGIT, not isdigit.
64283         <libintl.h>: Include.
64284         (_ and N_): Define.
64285         (parse_user_spec): Mark translatable strings.
64286
64287 2000-02-10  Jim Meyering  <meyering@lucent.com>
64288
64289         With these changes, nanosleep.[ch] are finally enough like the other
64290         lib/* replacement files to compile on a few more losing systems.
64291
64292         * lib/nanosleep.h: Don't include config.h.
64293         Remove prototype from declaration of nanosleep.
64294         (PARAMS): Remove now-unneeded definition.
64295         * lib/nanosleep.c: #undef nanosleep.
64296         (rpl_nanosleep): Rename from nanosleep.
64297
64298 2000-02-10  Jim Meyering  <meyering@lucent.com>
64299
64300         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64301         gnu_nanosleep to rpl_nanosleep.
64302
64303 2000-02-09  Jim Meyering  <meyering@lucent.com>
64304
64305         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64306         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64307
64308 2000-02-08  Akim Demaille  <akim@epita.fr>
64309
64310         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64311         `[' and `]' and remove uses of `changequote'.
64312         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64313         (AC_SYS_LARGEFILE): Likewise.
64314         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64315         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64316         of changequote.
64317         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64318         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64319         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64320         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64321
64322 2000-02-05  Jim Meyering  <meyering@lucent.com>
64323
64324         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64325         Remove explicit use of AC_HEADER_TIME.  It is required by
64326         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64327         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64328         in autoconf whereby the expansion of the latter ended up preceding
64329         the expansion of its prerequisite, AC_HEADER_TIME.
64330         Reported by Volker Borchert.
64331
64332 2000-02-03  Jim Meyering  <meyering@lucent.com>
64333
64334         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64335
64336 2000-02-03  Jim Meyering  <meyering@lucent.com>
64337
64338         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64339         rather than with `#if HAVE_UTMPNAME'.
64340
64341 2000-02-02  Jim Meyering  <meyering@lucent.com>
64342
64343         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64344         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64345         Reported by Eli Zaretskii.
64346
64347 2000-02-01  Jim Meyering  <meyering@lucent.com>
64348
64349         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64350
64351 2000-01-31  Jim Meyering  <meyering@lucent.com>
64352
64353         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64354         functions.  Add the time.h and sys/time.h headers along with the
64355         AC_REQUIRE'ment of AC_HEADER_TIME.
64356
64357 2000-01-31  Jim Meyering  <meyering@lucent.com>
64358
64359         * lib/nanosleep.h (nanosleep): Guard declaration with
64360         `#if ! HAVE_DECL_NANOSLEEP'.
64361         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64362         the declaration in that vendor's sys/timers.h.
64363         Reported by Christian Krackowizer.
64364
64365         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64366         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64367         (ISPRINT): Likewise.
64368         Reported by Tom Tromey.
64369
64370 2000-01-30  Jim Meyering  <meyering@lucent.com>
64371
64372         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64373
64374         * m4/prereq.m4 (utmp_includes): Define.
64375         Check for ut_user and ut_name members in both struct utmpx
64376         and struct utmp.
64377
64378 2000-01-30  Jim Meyering  <meyering@lucent.com>
64379
64380         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64381         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64382         header files where only utmpx.ut_user is declared.
64383
64384         * lib/readutmp.h (UT_USER): Define.
64385
64386 2000-01-29  Jim Meyering  <meyering@lucent.com>
64387
64388         * m4/lib-check.m4: New file containing library-related checks from
64389         fileutils and sh-utils (textutils had none).
64390
64391 2000-01-28  Jim Meyering  <meyering@lucent.com>
64392
64393         * m4/perl.m4: Change format of warning message to look more like that
64394         from the missing script.  Suggestion from François Pinard.
64395
64396 2000-01-25  Jim Meyering  <meyering@lucent.com>
64397
64398         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64399         well as time.h in the compile check.
64400         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64401         Fix typo in cross-compiling case: s/yes/no/.
64402
64403 2000-01-23  Jim Meyering  <meyering@lucent.com>
64404
64405         * m4/jm-macros.m4: Move df-related tests here from
64406         fileutils/configure.in
64407
64408         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64409         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64410
64411         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64412         s/space/ac_fsusage_space/.
64413         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64414
64415         * m4/ftruncate.m4: New file (derived from part of
64416         fileutils/configure.in).
64417         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64418         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64419
64420         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64421         AC_SUBST these here, rather than just in sh-util/configure.in, so
64422         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64423         all the same.
64424         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64425         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64426         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64427         (AC_SUBST(POW_LIBM)): Likewise.
64428         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64429
64430 2000-01-23  Jim Meyering  <meyering@lucent.com>
64431
64432         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64433         obstack.c.
64434
64435 2000-01-22  Jim Meyering  <meyering@lucent.com>
64436
64437         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64438
64439         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64440
64441         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64442         configure.in
64443         (AC_CHECK_HEADERS): Likewise for sh-utils.
64444         (AC_CHECK_HEADERS): Likewise for textutils.
64445         Merge the three lists of headers.
64446
64447         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64448         from fileutils' configure.in.
64449
64450         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64451         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64452         check-decl.m4.
64453
64454         * m4/check-decl.m4: Use #if rather than #ifdef.
64455         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64456         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64457         (_jm_DECL_HEADERS): Define new function.
64458         (jm_CHECK_DECLARATIONS): Require it.
64459
64460 2000-01-22  Jim Meyering  <meyering@lucent.com>
64461
64462         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64463         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64464         Required for some AIX systems.  Reported by Christian Krackowizer.
64465         [TESTING] (main): New function.
64466
64467         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64468         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64469         letters.
64470
64471         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64472         iswprint.
64473
64474         * lib/strverscmp.c (ISDIGIT): Define.
64475         (strverscmp): Use ISDIGIT, not isdigit.
64476
64477 2000-01-19  Jim Meyering  <meyering@lucent.com>
64478
64479         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64480         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64481         defines `struct timespec' in <sys/time.h>
64482
64483         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64484         Thanks to Akim for explaining.
64485
64486 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64487
64488         * lib/nanosleep.c (nanosleep):
64489         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64490         POSIX.1 doesn't require SA_INTERRUPT and some systems
64491         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64492         it's been part of POSIX.1 since day 1 (in 1988).
64493
64494 2000-01-17  Jim Meyering  <meyering@lucent.com>
64495
64496         * lib/interlock: Remove unused file.  Reported by François Pinard.
64497
64498 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64499
64500         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64501         alert, backslash, formfeed, and vertical tab unnecessarily in
64502         shell quoting style.
64503
64504 2000-01-16  Jim Meyering  <meyering@lucent.com>
64505
64506         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64507         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64508         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64509         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64510
64511 2000-01-16  Jim Meyering  <meyering@lucent.com>
64512
64513         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64514         because the latter didn't work.
64515
64516 2000-01-15  Jim Meyering  <meyering@lucent.com>
64517
64518         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64519         (AC_REPLACE_FUNCS): Add memcpy and memset.
64520         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64521         Add strpbrk.
64522         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64523
64524 2000-01-12  Jim Meyering  <meyering@lucent.com>
64525
64526         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64527         (jm_PREREQ): Use it.
64528         (jm_PREREQ_READUTMP): New macro.
64529         (jm_PREREQ): Use it.
64530
64531 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64532
64533         Quote multibyte characters correctly.
64534         * m4/c-bs-a.m4: New file.
64535         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64536         (jm_PREREQ): Use it.
64537
64538 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64539
64540         * m4/uintmax_t.m4: Port to autoconf 2.13.
64541
64542 2000-01-08  Jim Meyering  <meyering@ascend.com>
64543
64544         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64545         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64546
64547 2000-01-04  Jim Meyering  <meyering@ascend.com>
64548
64549         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64550         jm_STRUCT_DIRENT_D_TYPE.
64551         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64552         jm_STRUCT_DIRENT_D_INO.
64553         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64554         jm_STRUCT_UTIMBUF.
64555         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64556         renamings.
64557         * m4/utime.m4: Likewise.
64558
64559         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64560         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64561
64562 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64563
64564         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64565         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64566
64567 2000-01-02  Jim Meyering  <meyering@ascend.com>
64568
64569         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64570         remember if this is necessary.
64571
64572 1999-12-26  Jim Meyering  <meyering@ascend.com>
64573
64574         * m4/jm-macros.m4: Use it here.
64575         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64576
64577 1999-12-23  Jim Meyering  <meyering@ascend.com>
64578
64579         * m4/jm-macros.m4: Check for clock_gettime (moved from
64580         fileutils/configure.in)
64581         Check for gettimeofday.
64582
64583 1999-12-20  Jim Meyering  <meyering@ascend.com>
64584
64585         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64586         autoconf-2.14a-1999-12-20.
64587
64588 1999-12-19  Jim Meyering  <meyering@ascend.com>
64589
64590         * m4/lstat-slash.m4: New file.
64591         * m4/jm-macros.m4: Use the new macro:
64592         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64593
64594 1999-12-07  Jim Meyering  <meyering@ascend.com>
64595
64596         * m4/perl.m4: Require that File::Compare be available, too.
64597         Too many systems seem to lack it.
64598
64599         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64600         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64601
64602 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64603
64604         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64605         problem with the QNX 4.25 shell, which doesn't propagate exit
64606         status of failed commands inside shell assignments.
64607
64608 1999-11-17  Jim Meyering  <meyering@ascend.com>
64609
64610         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64611
64612 1999-11-07  Jim Meyering  <meyering@ascend.com>
64613
64614         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64615
64616 1999-11-06  Jim Meyering  <meyering@ascend.com>
64617
64618         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64619         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64620
64621 1999-11-05  Jim Meyering  <meyering@ascend.com>
64622
64623         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64624         configure.in of textutils, fileutils, and sh-utils into this one
64625         (shared between those packages) file.
64626         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64627         AC_STRUCT_ST_BLKSIZE.
64628
64629 1999-11-03  Jim Meyering  <meyering@ascend.com>
64630
64631         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64632         of AC_CHECK_TYPE checks includes unistd.h.
64633         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64634         Suggestion from Akim Demaille.
64635
64636 1999-10-30  Jim Meyering  <meyering@ascend.com>
64637
64638         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64639         m4-quoted string.
64640         * m4/ls-mntd-fs.m4: Likewise.
64641         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64642         * m4/jm-winsz1.m4: Likewise.
64643
64644         * m4/const.m4: Remove file, since the fix made it into the experimental
64645         version of autoconf.
64646         * m4/mktime.m4: Likewise.
64647
64648         * m4/check-type.m4: Remove file, now that the latest version of
64649         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64650
64651         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64652         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64653         AC_CHECK_TYPE.
64654
64655 1999-10-04  Jim Meyering  <meyering@ascend.com>
64656
64657         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64658
64659 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64660
64661         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64662         2.95.1 bug with HP-UX 10.20.
64663
64664 1999-09-17  Jim Meyering  <meyering@ascend.com>
64665
64666         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64667         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64668         due to missing strdup (against sh-utils-2.0).
64669
64670 1999-08-29  Jim Meyering  <meyering@ascend.com>
64671
64672         * m4/jm-macros.m4: Require jm_BISON.
64673         * m4/bison.m4: New file.
64674
64675 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64676
64677         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64678         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64679
64680 1999-08-05  Jim Meyering  <meyering@ascend.com>
64681
64682         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64683         to avoid conflicts with `conftest' on 8+3 filesystems.
64684         Suggestion from Eli Zaretskii.
64685
64686 1999-08-04  Jim Meyering  <meyering@ascend.com>
64687
64688         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64689         fileutils and sh-utils (textutils's getline test was inadequate).
64690         (AM_FUNC_GETLINE): Run this test.
64691         (AC_CHECK_FUNCS): Check for getdelim.
64692         Reported by Bob Proulx.
64693
64694 1999-08-02  Jim Meyering  <meyering@ascend.com>
64695
64696         * m4/jm-macros.m4: Add a comment.
64697
64698 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64699
64700         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64701         <inttypes.h> defines strtoumax as a macro (and not as a
64702         function).
64703
64704 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64705
64706         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64707         that we can shift, multiply and divide unsigned long long
64708         values; Ultrix cc can't do it.
64709
64710 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64711
64712         * m4/mktime.m4: New file, which is a preview of what should appear
64713         in the next public autoconf release.
64714
64715 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64716
64717         * m4/lfs.m4: Remove this file.
64718         * m4/largefile.m4: New file.  It contains the old contents of
64719         lfs.m4, except that all names with prefix AC_LFS have been
64720         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64721         compatible with future autoconf versions.  Also, some minor m4
64722         quoting problems have been fixed.
64723
64724 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64725
64726         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64727         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64728         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64729         and simplify the shell code.
64730
64731 1999-08-01  Jim Meyering  <meyering@ascend.com>
64732
64733         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64734         m4.
64735
64736 1999-07-20  Jim Meyering  <meyering@ascend.com>
64737
64738         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64739
64740 1999-07-15  Jim Meyering  <meyering@ascend.com>
64741
64742         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64743
64744 1999-05-22  Jim Meyering  <meyering@ascend.com>
64745
64746         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64747
64748 1999-05-20  Jim Meyering  <meyering@ascend.com>
64749
64750         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64751         Add a colon after each `then' in case $4 is empty.
64752
64753 1999-05-16  Jim Meyering  <meyering@ascend.com>
64754
64755         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64756
64757 1999-05-10  Jim Meyering  <meyering@ascend.com>
64758
64759         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64760
64761         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64762         AC_FUNC_MKTIME.
64763
64764 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64765
64766         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64767
64768 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64769
64770         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64771         not CPPFLAGS, so that linking works correctly in IRIX.
64772
64773 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64774
64775         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64776
64777 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64778
64779         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64780         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64781         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64782         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64783         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64784
64785         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64786
64787 1999-04-20  Jim Meyering  <meyering@ascend.com>
64788
64789         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64790         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64791         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64792
64793 1999-04-18  Jim Meyering  <meyering@ascend.com>
64794
64795         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64796         * m4/jm-macros.m4: Use it.
64797
64798 1999-04-06  Jim Meyering  <meyering@ascend.com>
64799
64800         * m4/strftime.m4: Remove test for %f.
64801
64802 1999-03-29  Jim Meyering  <meyering@ascend.com>
64803
64804         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64805         superset of the AC_TYPE_* checks in the textutils, fileutils,
64806         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64807         AC_TYPE_PID_T.
64808
64809 1999-03-28  Jim Meyering  <meyering@ascend.com>
64810
64811         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64812         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64813         replaced e.g., in the *.sh files of the sh-utils.
64814
64815 1999-03-20  Jim Meyering  <meyering@ascend.com>
64816
64817         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64818         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64819         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64820
64821 1999-03-19  Jim Meyering  <meyering@ascend.com>
64822
64823         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64824
64825 1999-03-12  Jim Meyering  <meyering@ascend.com>
64826
64827         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64828
64829 1999-03-07  Jim Meyering  <meyering@ascend.com>
64830
64831         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64832         declared.
64833
64834 1999-02-17  Jim Meyering  <meyering@ascend.com>
64835
64836         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64837         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64838
64839 1999-02-07  Jim Meyering  <meyering@ascend.com>
64840
64841         * m4/group-member.m4: New file -- extracted from sh-utils'
64842         configure.in.
64843
64844         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64845         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64846
64847 1999-02-06  Jim Meyering  <meyering@ascend.com>
64848
64849         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64850         * m4/fnmatch.m4: Likewise.
64851         * m4/getgroups.m4: Likewise.
64852         * m4/lstat.m4: Likewise.
64853         * m4/malloc.m4: Likewise.
64854         * m4/putenv.m4: Likewise.
64855         * m4/realloc.m4: Likewise.
64856         * m4/regex.m4: Likewise.
64857         * m4/stat.m4: Likewise.
64858         * m4/strftime.m4: Likewise.
64859         Suggestion from Alain Magloire.
64860
64861         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64862         * m4/fnmatch.m4: Likewise.
64863         * m4/getgroups.m4: Likewise.
64864         * m4/getline.m4: Likewise.
64865         * m4/lstat.m4: Likewise.
64866         * m4/malloc.m4: Likewise.
64867         * m4/memcmp.m4: Likewise.
64868         * m4/putenv.m4: Likewise.
64869         * m4/realloc.m4: Likewise.
64870         * m4/regex.m4: Likewise.
64871         * m4/stat.m4: Likewise.
64872         * m4/strftime.m4: Likewise.
64873         Suggestion from Alain Magloire.
64874
64875         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64876         an argument.
64877
64878         * m4/regex.m4: Add a run-time Test for proper operation of
64879         re_compile_pattern.
64880
64881 1999-01-31  Jim Meyering  <meyering@ascend.com>
64882
64883         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64884
64885 1999-01-30  Jim Meyering  <meyering@ascend.com>
64886
64887         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64888
64889         * m4/jm-mktime.m4: Make this a wrapper around the official
64890         AM_FUNC_MKTIME rather than my private copy, now that the official one
64891         is up to date.
64892         * m4/mktime.m4: Remove file.
64893
64894         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64895         * m4/uptime.m4: Likewise.
64896         * m4/uintmax_t.m4: Likewise.
64897
64898 1999-01-28  Jim Meyering  <meyering@ascend.com>
64899
64900         * m4/jm-macros.m4: Use jm_AFS.
64901         * m4/afs.m4: New file (from fileutils' configure.in).
64902
64903         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64904         * m4/chown.m4: Likewise.
64905         * m4/d-ino.m4: Likewise.
64906         * m4/d-type.m4: Likewise.
64907         * m4/fnmatch.m4: Likewise.
64908         * m4/getgroups.m4: Likewise.
64909         * m4/gettext.m4: Likewise.
64910         * m4/jm-mktime.m4: Likewise.
64911         * m4/jm-winsz2.m4: Likewise.
64912         * m4/lcmessage.m4: Likewise.
64913         * m4/ls-mntd-fs.m4: Likewise.
64914         * m4/malloc.m4: Likewise.
64915         * m4/memcmp.m4: Likewise.
64916         * m4/putenv.m4: Likewise.
64917         * m4/realloc.m4: Likewise.
64918         * m4/st_mtim.m4: Likewise.
64919         * m4/strftime.m4: Likewise.
64920
64921 1999-01-16  Jim Meyering  <meyering@ascend.com>
64922
64923         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64924         (ARGMATCH_DIE_DECL): Define.
64925
64926 1999-01-12  Jim Meyering  <meyering@ascend.com>
64927
64928         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64929         Reported by Lars Hecking.
64930
64931 1999-01-10  Jim Meyering  <meyering@ascend.com>
64932
64933         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64934         gross kludge.
64935         * m4/inttypes_h.m4: Likewise.
64936         * m4/lstat.m4: Likewise.
64937         * m4/malloc.m4: Likewise.
64938         * m4/readdir.m4: Likewise.
64939         * m4/realloc.m4: Likewise.
64940         * m4/st_dm_mode.m4: Likewise.
64941         * m4/stat.m4: Likewise.
64942         * m4/utimbuf.m4: Likewise.
64943         * m4/utimes.m4: Likewise.
64944
64945         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64946         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64947         comments in config.h.in are meaningful.
64948
64949         * m4/jm-macros.m4: Require autoconf-2.13 here.
64950
64951         * m4/regex.m4: By default, don't use the included regex.c on systems
64952         with glibc 2.  Suggestion from Uli Drepper.
64953
64954 1999-01-02  Jim Meyering  <meyering@ascend.com>
64955
64956         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64957
64958 1998-12-18  Jim Meyering  <meyering@ascend.com>
64959
64960         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64961         Based on a suggestion from Lars Hecking.
64962
64963 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64964
64965         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64966
64967 1998-11-16  Jim Meyering  <meyering@ascend.com>
64968
64969         * m4/lfs.m4: Double-quote the `uname...` expression.
64970
64971 1998-11-14  Jim Meyering  <meyering@ascend.com>
64972
64973         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64974         * m4/stat.m4: Likewise.
64975
64976 1998-11-03  Jim Meyering  <meyering@ascend.com>
64977
64978         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64979         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64980
64981 1998-10-18  Jim Meyering  <meyering@ascend.com>
64982
64983         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64984
64985 1998-10-17  Jim Meyering  <meyering@ascend.com>
64986
64987         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64988         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64989         calls for those previously hard-coded headers.  Instead, take a new
64990         parameter.
64991         (jm_CHECK_DECLARATIONS): Reflect interface change.
64992         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64993         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64994
64995         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64996
64997 1998-10-14  Jim Meyering  <meyering@ascend.com>
64998
64999         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65000         instead of "TZ=America/Vancouver".  From Paul Eggert.
65001
65002 1998-10-11  Jim Meyering  <meyering@ascend.com>
65003
65004         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65005         This adds a test for a recently added compatibility fix for mktime.c.
65006         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65007
65008 1998-09-27  Jim Meyering  <meyering@ascend.com>
65009
65010         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65011
65012         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65013         ../configure.in, including a change from Gordon Matzigkeit to allow
65014         cross-compiling for the Hurd.
65015
65016         * m4/glibc.m4: New file/macro to test for the GNU C Library
65017         versions 1 and 2.  From Gordon Matzigkeit.
65018         Indent.
65019
65020 1998-09-21  Jim Meyering  <meyering@ascend.com>
65021
65022         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65023
65024 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65025
65026         Port nanosecond-resolution times to UnixWare 2.1.2 and
65027         pedantic Solaris 2.6.
65028
65029         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65030         AC_STRUCT_ST_MTIM.
65031         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65032         Generate name of ns member, instead of just 1 or undef.
65033         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65034
65035 1998-08-15  Jim Meyering  <meyering@ascend.com>
65036
65037         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65038         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65039         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65040         instead of jm_TYPE_SSIZE_T.
65041
65042 1998-08-12  Jim Meyering  <meyering@ascend.com>
65043
65044         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65045
65046 1998-08-02  Jim Meyering  <meyering@ascend.com>
65047
65048         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65049         in acconfig.h manually.
65050
65051 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65052
65053         * m4/st_mtim.m4: New file.
65054
65055 1998-07-28  Jim Meyering  <meyering@ascend.com>
65056
65057         * m4/utimes.m4: Undef stat.
65058
65059 1998-07-25  Jim Meyering  <meyering@ascend.com>
65060
65061         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65062         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65063
65064 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65065
65066         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65067         uid and gid actually remain unchanged.
65068
65069 1998-07-07  Jim Meyering  <meyering@ascend.com>
65070
65071         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65072
65073 1998-07-04  Jim Meyering  <meyering@ascend.com>
65074
65075         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65076         to prove that this macro can be used in packages without regex.c.
65077
65078 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65079
65080         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65081         is to be used.
65082
65083 1998-07-03  Jim Meyering  <meyering@ascend.com>
65084
65085         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65086
65087         * m4/gettext.m4: New file -- from gettext-0.10.35.
65088         * m4/lcmessage.m4: Likewise.
65089         * m4/progtest.m4: Likewise.
65090
65091         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65092         * m4/jm-macros.m4: Require the new macro.
65093
65094 1998-06-29  Jim Meyering  <meyering@ascend.com>
65095
65096         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65097         for the definition of NGROUPS (used in a system header included
65098         by sys/mount.h).
65099
65100 1998-06-28  Jim Meyering  <meyering@ascend.com>
65101
65102         * m4/ls-mntd-fs.m4: New file.
65103         * m4/fstypename.m4: New file.
65104
65105         * m4/jm-macros.m4: Require the new macro.
65106         * m4/jm-glibc-io.m4: New file.
65107
65108 1998-05-19  Jim Meyering  <meyering@ascend.com>
65109
65110         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65111         * m4/lchown.m4: New file.
65112
65113         * m4/Makefile.am.in: New file.
65114         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65115
65116 1998-05-14  Jim Meyering  <meyering@ascend.com>
65117
65118         * m4/Makefile.am (EXTRA_DIST): Add them.
65119         * m4/jm-macros.m4: New file.
65120         * m4/utimbuf.m4: New file.
65121
65122 1998-05-12  Jim Meyering  <meyering@ascend.com>
65123
65124         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65125
65126 1998-05-11  Jim Meyering  <meyering@ascend.com>
65127
65128         * m4/isc-posix.m4: New file.
65129
65130 1998-05-10  Jim Meyering  <meyering@ascend.com>
65131
65132         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65133
65134 1998-05-09  Jim Meyering  <meyering@ascend.com>
65135
65136         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65137         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65138         with automake.
65139
65140         * m4/ssize_t.m4: New file.
65141         * m4/mktime.m4: Remove file -- the new automake has this now.
65142
65143 1998-04-26  Jim Meyering  <meyering@ascend.com>
65144
65145         * m4/assert.m4: New file.
65146         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65147
65148 1998-04-05  Jim Meyering  <meyering@ascend.com>
65149
65150         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65151         (jm_PREREQ): Use it here.
65152
65153 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65154
65155         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65156         in acconfig.h.
65157
65158 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65159
65160         * m4/prereq.m4: New file.
65161         * m4/error.m4: New file.
65162         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65163
65164 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65165
65166         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65167         cache-check for the same variable -- that defeated the purpose of
65168         the test; the test program was never run.  This was a problem only
65169         on systems with losing getline functions -- HP-UX 10.20 is one.
65170         Reported by Bjorn Helgaas.
65171
65172 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65173
65174         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65175
65176 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65177
65178         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65179
65180         * m4/const.m4: New file.  Use an initializer in this declaration
65181         typedef int charset[2]; const charset x;
65182         Reported by Bob Glickstein.
65183
65184 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65185
65186         * m4/chown.m4: Fix reversed types on -1 args to chown.
65187         From Kaveh Ghazi.
65188
65189 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65190
65191         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65192         Add lseek and memchr.
65193
65194         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65195         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65196         have a 20-character limit on names.
65197
65198 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65199
65200         * m4/inttypes_h.m4: New file.
65201         * m4/uintmax_t.m4: New file.
65202         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65203
65204
65205         -----
65206
65207         Local Variables:
65208         coding: utf-8
65209         End:
65210
65211         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65212
65213         Copying and distribution of this file, with or without
65214         modification, are permitted provided the copyright notice
65215         and this notice are preserved.